@charset "utf-8";
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}
body {
  overflow: auto;
  background: #f4f5fa;
}
.red {
  color: red;
}
.index_main {
  margin-top: 20px;
}
.banner_info_section .bannerSection,
.banner_info_section .infoSection {
  float: left;
}
.index_main .bannerSection {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bannerSection .btn_edit {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-left: -50px;
  margin-top: -20px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  z-index: 9999;
}
.bannerSection .btn_edit:hover {
  background: rgba(0, 0, 0, 0.8);
}
.index_main .bannerSection.twoPartLeft {
  width: 940px;
}
.index_main .bannerSection.single {
  width: 1210px;
}
.index_main .bannerSection > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.index_main .bannerSection .edit_link {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-left: -90px;
  z-index: 999;
}
.index_main .infoSection {
  width: 260px;
  height: 360px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: #1e1b29;
}
.infoSection .infoHead {
  height: 100px;
  margin: 24px 0 27px 0;
}
.infoSection .infoHead .infoHeadLeft,
.infoSection .infoHead .infoHeadRight {
  display: inline-block;
  vertical-align: top;
}
.infoSection .infoHead .infoHeadLeft {
  width: 100px;
  height: 100px;
  margin: 0 28px 0 24px;
}
.infoSection .infoHead .infoHeadLeft img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.infoSection .infoHead .infoHeadRight {
  line-height: 100px;
  font-size: 18px;
  color: #ffffff;
}
.infoSection .infoData {
  width: 254px;
  height: 87px;
  margin: 0 3px;
  background: #ffffff;
}
.infoData thead th {
  position: relative;
  text-align: center;
}
.infoData thead th a {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
}
.infoData thead th a:hover {
  color: #1e1b29;
  background: #eeeeee;
}
.infoData thead th + th:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  width: 1px;
  height: 10px;
  background: #666666;
}
.infoData tbody td {
  font-size: 16px;
  color: #ff0000;
  text-align: center;
}
.infoSection .infoBottom .infoBottomLeft,
.infoSection .infoBottom .infoBottomRight {
  float: left;
}
.infoSection .infoBottom .infoBottomLeft {
  width: 114px;
  height: 122px;
  padding: 34px 0 0 25px;
}
.infoSection.hr .infoBottom .infoBottomLeft {
  width: 114px;
  height: 100%;
  padding: 34px 0 0 25px;
}
.infoSection .infoBottom .infoBottomLeft p {
  color: #999999;
  font-size: 16px;
}
.infoSection .infoBottom .infoBottomLeft p + p,
.infoSection .infoBottom .infoBottomRight p + p {
  padding-top: 29px;
}
.infoSection .infoBottom .infoBottomLeft > p:first-child,
.infoSection .infoBottom .infoBottomRight > p:first-child {
  padding-bottom: 28px;
}
.infoSection.hr .infoBottom .infoBottomLeft > p:first-child,
.infoSection.hr .infoBottom .infoBottomRight > p:first-child {
  padding-bottom: 0px;
}
.infoSection .infoBottom .infoBottomRight {
  width: 146px;
  height: 122px;
  padding: 34px 0 0 48px;
  border-left: 1px solid #2b5179;
}
.infoSection.hr .infoBottom .infoBottomRight {
  width: 140px;
  height: 100%;
  padding: 34px 0 0 34px;
  border-left: 1px solid rgba(63, 163, 242, 0.4);
}
.infoSection .infoBottom .infoBottomRight p {
  color: #ffffff;
  font-size: 16px;
}
.infoSection.hr .infoBottom .infoBottomRight p {
  color: #369ff2;
}
.index_main .block_section {
  width: 1224px;
  margin-left: -8px;
}
.index_main .block_section .item {
  position: relative;
  width: 290px;
  height: 160px;
  margin: 10px 8px;
  float: left;
}
.index_main .block_section .item > a {
  display: block;
  width: 290px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  transition: top 600ms ease, box-shadow 600ms ease;
  -webkit-transition: top 600ms ease, box-shadow 600ms ease;
}
.index_main .block_section .item > a:hover {
  top: -4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.index_main .block_section .item > a .img_box {
  position: relative;
  width: 150px;
  height: 160px;
  background: #ddd;
  float: left;
}
.index_main .block_section .item > a .img_box .message_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #bbb;
  background: #eee;
  font-size: 12px;
}
.index_main .block_section .item > a .img_box .img_table {
  display: table-cell;
  width: 150px;
  height: 160px;
  max-width: 150px;
  max-height: 160px;
  text-align: center;
  vertical-align: middle;
}
.index_main .block_section .item > a .img_box .img_table img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.index_main .block_section .item > a .text {
  position: relative;
  width: 140px;
  height: 160px;
  text-align: center;
  padding-top: 63px;
  font-size: 20px;
  color: #ffffff;
  float: left;
  transition: background-color 600ms ease, color 600ms ease;
}
.index_main .block_section .item > a .text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
.index_main .block_section .item > a .text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0px;
  height: 0px;
}
.index_main .block_section .item > a:hover .text {
  color: #999999;
  background-color: #ffffff;
}
.transparent_triangle {
  position: absolute;
  top: 26px;
  right: 5px;
}
.transparent_triangle .triangle {
  position: relative;
  width: 0;
  height: 0;
  border-width: 14px;
  border-style: solid;
  border-color: transparent;
  opacity: 0.2;
  filter: alpha(opacity=20);
  right: 4px;
}
.transparent_triangle .triangle:first-child {
  margin-bottom: -18px;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.index_main .block_section .item > a .text span {
  position: relative;
  display: inline-block;
  line-height: 32px;
  padding: 0 6px;
}
.common-index-page .index_main .block_section .item > a .text .operators.modify span{
  padding: 0;
}
.index_main .block_section .item > a .text .operators {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 35px;
  padding-top: 4px;
}
.layer_Organization .form_section .item .inputs{
  position: relative;
}
.layer_Organization .zTree_section{
  position: absolute;
  top: 44px;
  width: 496px;
  left: 103px;
}
.layer_Organization #treeStructureul{
  display: none;
  height: 188px;
  overflow-y: auto;
  padding: 0;
}
.layer_Organization #treeStructureul *{
  font-size: 13px;
}
.layer_Organization .form_section .item .inputs .radio_box{
  display: block;
  margin:9px 0 0;
}
.layer_Organization .form_section .item .inputs .radio_box:first-child{
  margin-top: 0;
}
.layer_Organization .form_section .item .label{
  padding-right: 2px;
}
.index_main .block_section .item > a:hover .text .operators {
  display: block;
}
.icon_opr {
  display: inline-block;
  width: 34px;
  height: 26px;
  background: url(../img/icon_index.png) center center no-repeat;
  padding: 0;
  margin: 0;
}
.icon_opr:hover {
  background-color: #f5f5f5;
}
.icon_opr.icon_opr_setting {
  background-position: -12px -5px;
}
.icon_opr.icon_opr_eye {
  background-position: -58px -5px;
}
.icon_opr.icon_opr_eye_h {
  background-position: -208px -5px;
}
.icon_opr.icon_opr_del {
  background-position: -107px -5px;
}
.icon_opr.icon_opr_edit {
  background-position: -150px -5px;
}
.icon_opr:hover.icon_opr_setting {
  background-position: -12px -39px;
}
.icon_opr:hover.icon_opr_eye {
  background-position: -58px -39px;
}
.icon_opr:hover.icon_opr_eye_h {
  background-position: -208px -39px;
}
.icon_opr:hover.icon_opr_del {
  background-position: -108px -39px;
}
.icon_opr:hover.icon_opr_edit {
  background-position: -150px -39px;
}
.breadcrumb_section {
  display: block;
  height: 48px;
  background: #dddddd;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.breadcrumb_section .breadcrumb > li a {
  line-height: 48px;
}
.breadcrumb {
  display: inline-block;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: #666666;
  line-height: 60px;
}
.breadcrumb > li.active a {
  color: #222222;
}
.breadcrumb > li + li:before {
  color: #666666;
  content: "/";
  padding-right: 4px;
}
.search_section {
  position: relative;
  float: right;
  height: 36px;
  width: 220px;
  background: #ffffff;
  overflow: hidden;
  margin-top: 6px;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.01);
}
.search_section input[type="text"] {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 174px;
  border: none;
  font-size: 12px;
  font-family: "\5b8b\4f53";
  padding: 0 10px;
  outline: none;
}
.search_section .icon_nav {
  position: absolute;
  width: 34px;
  height: 22px;
  right: 3px;
  top: 9px;
  border: none;
  border-left: 1px solid #bbbbbb;
}
.cat_classify {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.01);
  padding: 10px 36px;
  margin: 20px 0;
}
.cat_classify .item {
  padding: 13px 0;
}
.cat_classify .item + .item {
  border-top: 1px solid #eeeeee;
}
.cat_classify .item .title {
  display: inline-block;
  width: 74px;
  color: #369ff2;
  line-height: 27px;
}
.cat_classify .item .cat_list {
  display: inline-block;
  max-width: 1010px;
  vertical-align: top;
  height: 30px;
  overflow: hidden;
}
.cat_classify .item a {
  display: inline-block;
  position: relative;
  color: #444444;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  margin-right: 44px;
}
.cat_classify .item a:hover {
  color: #369ff2;
}
.cat_classify .item a.active {
  color: #369ff2;
}
.cat_classify .item a.active:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 1px solid #369ff2;
  border-top: 1px solid #369ff2;
}
.cat_classify .item a.active:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #369ff2;
  border-bottom: 1px solid #369ff2;
}
.cat_classify .item .opt {
  float: right;
  line-height: 27px;
  cursor: pointer;
}
.cat_classify .item .opt:hover {
  color: #369ff2;
}
.goods_list {
  min-height: 352px;
}
.goods_list:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.goods_list .item {
  background: #ffffff;
  width: 260px;
  height: 330px;
  float: left;
  margin: 11px 0 11px 22px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.goods_list .item.cat_label {
  width: 82px;
  margin-left: 0;
  text-align: center;
  padding-left: 12px;
}
.goods_list .item.cat_label a {
  display: table-cell;
  width: 50px;
  height: 330px;
  max-width: 50px;
  max-height: 330px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  line-height: 26px;
  word-wrap: break-word;
  word-break: break-all;
}
.goods_list .item.cat_label a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.goods_list .item.cat_label .color_0 {
  color: #96d305;
}
.goods_list .item.cat_label .color_1 {
  color: #ff536f;
}
.goods_list .item.cat_label .color_2 {
  color: #a2745b;
}
.goods_list .item.cat_label .color_3 {
  color: #957bff;
}
.goods_list .item.cat_label .color_4 {
  color: #20bdf7;
}
.goods_list .item.cat_label .color_5 {
  color: #ff4200;
}
.goods_list .item a {
  position: relative;
  padding: 16px;
  display: block;
  overflow: hidden;
  text-align: center;
  height: 330px;
  box-sizing: border-box;
}
.goods_list .item a:hover .mask {
  bottom: 0;
}
.goods_list .item a .tag {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-left: -45px;
  color: #ffffff;
}
.goods_list .item a .tag.tag_red {
  background: #ff0000;
}
.goods_list .item a .tag.tag_zi {
  background: #957bff;
}
.goods_list .item a .tag.tag_green {
  background: #96d305;
}
.goods_list .item a.ad {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.goods_list .item a.ad img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.goods_list .item a .img_box {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 18px;
}
.goods_list .item a .img_box .imgActState {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
}
.goods_list .item a .img_box .aboutToStart {
  background: url(../img/icon_aboutToStart.png) center center no-repeat;
  color: #fff;
}
.goods_list .item a .img_box .haveEnd {
  background: url(../img/icon_haveEnd.png) center center no-repeat;
  color: #fff;
}
.goods_list .item a .img {
  display: table-cell;
  width: 170px;
  height: 170px;
  max-width: 170px;
  max-height: 170px;
  text-align: center;
  vertical-align: middle;
}
.goods_list .item a .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.goods_list .item a .description {
  line-height: 26px;
}
.goods_list .item a .description .title {
  font-size: 14px;
  color: #444444;
  text-align: center;
}
.goods_list .item a .description .tags {
  font-size: 12px;
  color: #369ff2;
  text-align: center;
}
.goods_list .item a .description .tags span {
  margin: 0 6px;
}
.goods_list .item a .description .price {
  padding-top: 2px;
  text-align: center;
  overflow: hidden;
}
.goods_list .item a .description .price .now,
.goods_list .item a .description .price .old {
  display: block;
  width: 50%;
  float: left;
}
.goods_list .item a .description .price .now {
  color: #369ff2;
}
.goods_list .item a .description .price .old {
  color: #999999;
  background: url(../img/icon_split_short_9.png) left center no-repeat;
}
.goods_list .item a .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  height: 110px;
  background: #369ff2;
  overflow: hidden;
  padding-top: 26px;
  transition: bottom 600ms ease;
  -webkit-transition: bottom 600ms ease;
}
.goods_list .item a .mask p {
  color: #ffffff;
  line-height: 28px;
}
.goods_list .item a .mask p.p1 {
  font-size: 18px;
}
.goods_list .item a .mask:before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -6px;
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.goods_list .item a .mask > div {
  width: 50%;
}
.goods_list .item a .mask > div.fr {
  background: url(../img/icon_split.png) left center no-repeat;
}
.goods_list.search_page_list {
  margin-left: -15px;
}
.goods_list.search_page_list .item {
  width: 230px;
  margin-left: 15px;
}
.nav_child_section {
  position: absolute;
  width: 1210px;
  top: 48px;
  left: 0;
  height: 0;
  background: #f5f5f5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
  transition: height 400ms linear;
  -webkit-transition: height 400ms linear;
  /* Safari */
}
.nav_child_section .sec_section {
  padding: 20px 10px;
}
.nav_child_section .sec_section:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav_child_section .sec_section > li {
  float: left;
  margin-left: 40px;
}
.nav_child_section .sec_section > li > a {
  display: block;
  width: 100px;
  height: 100px;
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nav_child_section .sec_section > li > a .icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 60px;
  height: 60px;
  background: url(../img/icons_1.png) center center no-repeat;
}
.nav_child_section .sec_section > li > a .icons.icon_nav_1 {
  background-position: -12px 4px;
}
.nav_child_section .sec_section > li > a .icons.icon_nav_2 {
  background-position: -129px 1px;
}
.nav_child_section .sec_section > li > a .icons.icon_nav_3 {
  background-position: -248px 1px;
}
.nav_child_section .sec_section > li > a .icons.icon_nav_4 {
  background-position: -364px 1px;
}
.nav_child_section .sec_section > li > a .icons.icon_nav_5 {
  background-position: -482px 1px;
}
.nav_child_section .sec_section > li > a .icons.icon_nav_6 {
  background-position: -601px 1px;
}
.nav_child_section .sec_section > li > a .icons.icon_nav_7 {
  background-position: -718px 1px;
}
.nav_child_section .sec_section > li.active > a {
  border: 2px solid #a2745b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #a2745b;
}
.nav_child_section .sec_section > li.active > a .icons.icon_nav_1 {
  background-position: -12px -70px;
}
.nav_child_section .sec_section > li.active > a .icons.icon_nav_2 {
  background-position: -129px -73px;
}
.nav_child_section .sec_section > li.active > a .icons.icon_nav_3 {
  background-position: -248px -73px;
}
.nav_child_section .sec_section > li.active > a .icons.icon_nav_4 {
  background-position: -364px -73px;
}
.nav_child_section .sec_section > li.active > a .icons.icon_nav_5 {
  background-position: -482px -73px;
}
.nav_child_section .sec_section > li.active > a .icons.icon_nav_6 {
  background-position: -601px -73px;
}
.nav_child_section .sec_section > li.active > a .icons.icon_nav_7 {
  background-position: -718px -73px;
}
.nav_child_section .sec_section > li > a:hover {
  border: 2px solid #a2745b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #a2745b;
}
.nav_child_section .sec_section > li > a:hover .icons.icon_nav_1 {
  background-position: -12px -70px;
}
.nav_child_section .sec_section > li > a:hover .icons.icon_nav_2 {
  background-position: -129px -73px;
}
.nav_child_section .sec_section > li > a:hover .icons.icon_nav_3 {
  background-position: -248px -73px;
}
.nav_child_section .sec_section > li > a:hover .icons.icon_nav_4 {
  background-position: -364px -73px;
}
.nav_child_section .sec_section > li > a:hover .icons.icon_nav_5 {
  background-position: -482px -73px;
}
.nav_child_section .sec_section > li > a:hover .icons.icon_nav_6 {
  background-position: -601px -73px;
}
.nav_child_section .sec_section > li > a:hover .icons.icon_nav_7 {
  background-position: -718px -73px;
}
.nav_child_section .sec_section > li:first-child ul {
  display: block;
}
.nav_child_section .sec_section > li ul {
  display: none;
  position: absolute;
  left: 50px;
  top: 134px;
  width: 100%;
  overflow: hidden;
}
.nav_child_section .sec_section > li ul li {
  float: left;
  margin-right: 28px;
  margin-bottom: 28px;
}
.nav_child_section .sec_section > li ul li a {
  display: block;
  height: 30px;
  line-height: 28px;
  color: #666;
  font-size: 16px;
  padding: 0 10px;
}
.nav_child_section .sec_section > li ul li a:hover {
  color: #a2745b;
}
.classify_section {
  display: inline-block;
  margin-left: -20px;
}
.classify_section.transparent .nav_child_section {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}
.classify_section.no_box_shadow .nav_child_section {
  box-shadow: none;
}
.classify_section .classify_main {
  position: relative;
}
.classify_section .classify_main > li {
  text-align: center;
  float: left;
  height: 48px;
  padding: 9px 12px;
  transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  overflow-y: hidden;
}
.classify_section .classify_main > li:hover .nav_child_section {
  height: 190px;
}
.classify_section .classify_main > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 76px;
  height: 30px;
  line-height: 30px;
}
.classify_section .classify_main > li.active {
  padding: 9px 30px;
}
.classify_section .classify_main > li.active > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.classify_section .classify_main > li.active > a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.classify_section .classify_main > li.classify_all {
  width: 120px;
  background: #dddddd;
}
.classify_section .classify_main > li.classify_all a {
  width: 100%;
  font-size: 16px;
  color: #444444;
}
.classify_section .classify_main > li.classify_1 {
  background: #96d305;
}
.classify_section .classify_main > li.classify_2 {
  background: #ff536f;
}
.classify_section .classify_main > li.classify_3 {
  background: #a2745b;
}
.classify_section .classify_main > li.classify_4 {
  background: #957bff;
}
.classify_section .classify_main > li.classify_5 {
  background: #ff4200;
}
.classify_section .classify_main > li.classify_6 {
  background: #20bdf7;
}
.classify_section .classify_main > li.classify_7 {
  background: #439fff;
}
.classify_section .classify_main > li.classify_8 {
  background: #07d0c9;
}
.addToCart,
.lost_links {
  position: relative;
  height: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  margin-top: 20px;
  padding-top: 154px;
  text-align: center;
}
.lost_links img {
  margin-top: -50px;
  width: 140px;
  height: auto;
}
.lost_links p {
  font-size: 16px;
  margin-top: 30px;
  color: #666;
}
.addToCart .add_success {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  height: 80px;
  line-height: 80px;
  background: url(../img/pic_add_to_cart.png) left center no-repeat;
  padding-left: 104px;
  color: #666666;
  font-size: 22px;
}
.addToCart .shopping_cart_empty {
  width: 100%;
  height: 206px;
  margin-top: -70px;
  background: url(../img/shopping_cart_empty.png) center center no-repeat;
}
.addToCart .opts {
  position: absolute;
  display: inline-block;
  right: 46px;
  bottom: 30px;
}
.addToCart .opts .ec_btn {
  background: #369ff2;
  color: #ffffff;
  margin-left: 0;
}
.addToCart .opts p {
  font-size: 18px;
  color: #666666;
  line-height: 58px;
  text-align: center;
}
.addToCart .opts p a {
  display: inline-block;
  color: #369ff2;
  margin-left: 6px;
}
.shopping_cart_not_find {
  background: url(../img/notfind.png) center top no-repeat;
  padding-top: 124px;
  margin-top: -54px;
}
.shopping_cart_not_find p {
  text-align: center;
  font-size: 22px;
  color: #999;
  line-height: 40px;
}
.shopping_cart_not_find p.gray {
  font-size: 16px;
  color: #bbbbbb;
}
.text_red_full {
  color: #ff0000;
  cursor: pointer;
}
.text_blue {
  color: #369ff2;
}
.confirm_order .cr_sec {
  background: #ffffff;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.confirm_order .cr_sec .header {
  height: 84px;
  line-height: 84px;
  padding-left: 34px;
  font-size: 18px;
}
.confirm_order .cr_sec_2 {
  padding-bottom: 36px;
}
.confirm_order .cr_sec_3 {
  padding-bottom: 36px;
}
.confirm_order .cr_sec_3 .ticket_tab {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 10px;
}
.confirm_order .cr_sec_3 .ticket_tab span {
  display: block;
  float: left;
  font-size: 12px;
  color: #666666;
  padding: 0 10px;
  min-width: 80px;
  text-align: center;
}
.confirm_order .cr_sec_3 .ticket_tab span a {
  color: #444;
}
.confirm_order .cr_sec_3 .ticket_tab span.active {
  background: #f5f5f5;
  color: #999999;
}
.confirm_order .cr_sec_3 .ticket_tab span.active a {
  color: #999999;
}
.confirm_order .cr_sec_3 .ticket_tab span + span {
  border-left: 1px solid #eeeeee;
}
.confirm_order .cr_sec_3 .ticket_list {
  padding-top: 0;
}
/* .confirm_order .cr_sec_3 .ticket_list .item {
  margin: 0 50px;
} */
.confirm_order .cr_sec_3 .ticket_list .item .use {
  text-align: center;
}
.confirm_order .cr_sec_3 .ticket_list .item .use .sort {
  float: none;
}
.confirm_order .cr_sec_3 .ticket_list .item .limit_time {
  text-align: center;
}
.confirm_order .cr_sec_3 .ticket_list .item .limit_time .p1 {
  float: none;
}
.confirm_order .cr_sec_3.disable {
  position: relative;
}
.confirm_order .cr_sec_3.disable:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
}
.confirm_order .cr_sec_3 .jifen_pay_sec {
  margin-bottom: -20px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .main_line {
  padding-left: 34px;
  font-size: 28px;
  color: #666;
  margin-bottom: 25px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .main_line img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .main_line .ticket_tab {
  margin-left: 30px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .checkbox_line {
  line-height: 28px;
  padding-left: 74px;
  margin-bottom: 10px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .checkbox_line input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .checkbox_line .text_blue {
  margin-left: 60px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .checkbox_line:hover {
  background: #f5f5f5;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .checkbox_line.total {
  margin-top: 20px;
  font-size: 18px;
}
.confirm_order .cr_sec_3 .jifen_pay_sec .checkbox_line.total .text_red_full {
  margin-left: 4px;
}
.confirm_order .cr_sec_4 {
  padding: 16px 22px;
}
.confirm_order .cr_sec_4 textarea {
  display: block;
  height: 104px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 10px;
  line-height: 22px;
}
.confirm_order .cr_sec_5 .line {
  text-align: right;
  min-height: 68px;
  line-height: 68px;
  padding: 0 20px;
}
.confirm_order .cr_sec_5 .line + .line {
  border-top: 1px solid #eeeeee;
}
.confirm_order .cr_sec_5 .line1 div {
  display: inline-block;
  padding: 0 8px;
}
.confirm_order .cr_sec_5 .line2 .icon_fire {
  position: relative;
  margin-right: 4px;
  margin-top: -6px;
}
.confirm_order .cr_sec_5 .line3 .text_red {
  font-family: inherit;
  font-size: 16px;
  margin-right: 10px;
}
.confirm_order .cr_sec_5 .line3 .text_red span {
  font-size: 24px;
}
.confirm_order .cr_sec_5 .line3 .ec_btn {
  margin: 28px 0;
}
.confirm_order .cr_sec_5 .line4 input {
  display: inline-block;
  height: 40px;
  width: 220px;
  border: 1px solid #ddd;
  margin-left: 10px;
  margin-right: 4px;
  text-align: center;
  line-height: 38px;
}
.confirm_order .cr_sec_5 .line4 a {
  color: #999;
}
.confirm_order .cr_sec_5 .line4 a:hover {
  color: #444;
}
.text_red {
  color: #ed4040;
}
.text_gray {
  color: #999999;
}
.message_list {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding-bottom: 27px;
}
.message_list .header {
  height: 92px;
  line-height: 92px;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 36px;
}
.message_list > ul {
  margin-bottom: 28px;
}
.message_list > ul > li {
  position: relative;
  font-size: 16px;
  color: #999999;
  line-height: 36px;
  border-bottom: 1px solid #EEEEEE;
  padding: 25px 108px;
  background: url(../img/pic_louder.png) 49px 30px no-repeat;
}
.message_list > ul > li .title {
  max-width: 80%;
  color: #444444;
}
.message_list > ul > li .description {
  max-width: 80%;
}
.message_list > ul > li .more {
  position: absolute;
  right: 114px;
  top: 58px;
  display: block;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #eeeeee;
  color: #999;
}
.message_list > ul > li .more:hover {
  color: #444444;
}
.message_list > ul > li:hover {
  background: url(../img/pic_louder.png) 49px 30px no-repeat #fafafa;
}
.ensure_table {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-collapse: collapse;
}
.ensure_table tr:hover td {
  background: rgba(54, 159, 242, 0.05);
}
.ensure_table tr th {
  text-align: center;
  height: 72px;
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
}
.ensure_table tr th select {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.ensure_table tr td {
  text-align: center;
  height: 100px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}
.ensure_table tr td .table_td_goods_info a {
  text-align: left;
}
.ensure_table tr td + td {
  border-left: 1px solid #eeeeee;
}
.ensure_table tr td .icon_fire {
  position: relative;
}
.ensure_table tr td a {
  display: block;
  line-height: 26px;
  color: #444444;
  text-align: center;
}
.ensure_table tr td a.text_gray {
  color: #999999;
}
.ensure_table tr td a:hover,
.ensure_table tr td a.color_theme {
  color: #369ff2;
}
.ensure_table tr td a.tab_btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  color: #ffffff;
  margin: 8px auto;
}
.ensure_table tr td a.btn_evaluate {
  background: #96d305;
}
.ensure_table tr td a.btn_pay {
  background: #369ff2;
}
.ensure_table tr td a.btn_gray {
  background: #999;
}
.ensure_table tr td .text_green {
  color: #96d305;
}
.ensure_table tr td .color_sended {
  color: #a2745b;
  font-size: 18px;
  line-height: 40px;
}
.order_list_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.order_list_table thead td {
  font-size: 14px;
  height: 50px;
  text-align: center;
}
.order_list_table tbody tr:hover td {
  background: rgba(54, 159, 242, 0.05);
}
.order_list_table tbody tr.group:hover td {
  background: none;
}
.order_list_table tbody tr.group td {
  padding: 10px 5px;
}
.order_list_table tbody tr.group td a.btn_sys_default {
  top: 10px;
}
.order_list_table tbody td {
  position: relative;
  text-align: center;
  padding: 10px;
}
.order_list_table tbody td .goods_info {
  position: relative;
  display: inline-block;
}
.order_list_table tbody td .goods_info + .goods_info {
  border-top: 1px solid #eeeeee;
}
.order_list_table tbody td .goods_info .img {
  border: 1px solid #eeeeee;
  display: table-cell;
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  text-align: center;
  vertical-align: middle;
}
.order_list_table tbody td .goods_info .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.order_list_table tbody td .goods_info .title.text-ellipsis {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  width: 194px;
  margin-left: 20px;
  text-align: left;
  font-size: 12px;
}
.order_list_table tbody td .goods_info .title.text-ellipsis p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order_list_table tbody td .goods_info .title.text-ellipsis p:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}
.order_list_table tbody td .goods_info .title.text-ellipsis p img.img_color {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  height: 18px;
  width: auto;
}
.order_list_table tbody td a {
  display: block;
  line-height: 26px;
  color: #444444;
  text-align: center;
}
.order_list_table tbody td a.text_gray {
  color: #999999;
}
.order_list_table tbody td a:hover {
  color: #369ff2;
}
.order_list_table tbody td a.tab_btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  margin: 8px auto;
}
.order_list_table tbody td a.tab_btn.font_md {
  font-size: 15px;
}
.order_list_table tbody td a.btn_evaluate {
  background: #96d305;
}
.order_list_table tbody td a.btn_pay {
  background: #369ff2;
}
.order_list_table tbody td a.btn_sys_default {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.order_list_table tbody td .text_green {
  color: #96d305;
}
.order_list_table tbody td .font18 {
  font-size: 18px;
  line-height: 30px;
}
.order_list_table .line {
  height: 40px;
  line-height: 40px;
  background: #eeeeee;
  color: #999999;
}
.order_list_table .line td {
  padding: 0;
  text-align: left;
}
.order_list_table .line .no {
  padding: 0 36px;
}
.order_list_table .line .time {
  margin-left: 46px;
}
.order_list_table .line .icon_del {
  float: right;
  margin-right: 60px;
  margin-top: 10px;
}
.icon_del {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_del.png) center center no-repeat;
  background-position: -7px 1px;
}
.icon_del:hover {
  background-position: -37px 1px;
}
.public_tabs_link {
  height: 48px;
  line-height: 48px;
  background: #dddddd;
  overflow: hidden;
}
.public_tabs_link a {
  display: block;
  width: 110px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #999999;
}
.public_tabs_link a.active {
  background: #369ff2;
  color: #ffffff;
}
.public_tabs_link a:hover {
  background: #eeeeee;
  color: #666666;
}
.order_list_box {
  background: #ffffff;
  margin-top: 20px;
  padding-top: 20px;
}
.order_list_box .header {
  margin-top: -20px;
  height: 64px;
  line-height: 64px;
  padding: 0 36px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.order_list_box .header a {
  float: right;
  color: #444444;
}
.order_list_box .header a:hover {
  color: #369ff2;
}
.pub_tabs {
  height: 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-left: 10px;
}
.pub_tabs li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  vertical-align: top;
}
.pub_tabs li a {
  display: block;
  width: 100px;
  background: #f5f5f5;
  color: #666666;
  line-height: 28px;
  text-align: center;
  background: -webkit-linear-gradient(#ffffff, #f4f4f4);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffffff, #f4f4f4);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ffffff, #f4f4f4);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#ffffff, #f4f4f4);
  /* 标准的语法 */
}
.pub_tabs li a:hover {
  background: #ffffff;
}
.pub_tabs li.active {
  margin-top: -1px;
}
.pub_tabs li.active a {
  background: #ffffff;
  line-height: 30px;
}
.addr_list {
  overflow: hidden;
  padding: 0 5px 30px;
}
.addr_list .item {
  position: relative;
  width: 290px;
  height: 208px;
  border: 1px solid #dddddd;
  float: left;
  padding: 1px;
  margin-left: 8px;
  margin-bottom: 8px;
  font-size: 12px;
}
.addr_list .item .line {
  padding: 7px 0;
  color: #999999;
  border-bottom: 1px dashed #dddddd;
}
.addr_list .item .line .label {
  display: inline-block;
  width: 76px;
  text-align: right;
}
.addr_list .item .line .value {
  display: inline-block;
  width: 200px;
  margin-left: -4px;
  vertical-align: top;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin-top: -2px;
}
.addr_list .item .line:first-child {
  margin-top: 8px;
}
.addr_list .item .opt {
  position: absolute;
  right: 8px;
  bottom: 8px;
  text-align: right;
}
.addr_list .item .opt a {
  display: inline-block;
  padding: 5px;
}
.addr_list .item .opt a:hover {
  color: #369ff2;
}
.addr_list .item .opt .default {
  color: #999999;
}
.addr_list .item .opt .default:hover {
  color: #999999;
}
.addr_list .item .opt .link_text,
.addr_list .item .opt .set_default {
  color: #666;
}
.addr_list .item .add_addr {
  display: table-cell;
  width: 286px;
  height: 184px;
  max-width: 286px;
  max-height: 184px;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#f4f4f4, #ffffff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f4f4f4, #ffffff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f4f4f4, #ffffff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f4f4f4, #ffffff);
  /* 标准的语法 */
}
.addr_list .item .add_addr img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.addr_list .item .add_addr p {
  color: #aeaeae;
}
.addr_list .item .add_addr p.p_add {
  font-size: 64px;
}
.addr_list .item .add_addr:hover p {
  color: #369ff2;
}
.addr_list .item.active {
  border: 2px solid #369ff2;
  padding: 0;
}
.addr_list .item.active .line {
  color: #444444;
}
.addr_list .item.active:after {
  position: absolute;
  right: 7px;
  top: 7px;
  content: " ";
  width: 8px;
  height: 8px;
  background: #369ff2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.identity_info {
  padding: 0 0 24px 0;
}
.identity_info .info_prompt,
.identity_info .id_details {
  padding: 22px 0 22px 49px;
}
.identity_info .info_prompt {
  border-top: 1px solid #d7ecfc;
}
.identity_info .info_prompt .p1 {
  font-size: 16px;
}
.identity_info .info_prompt .p2 {
  color: #ff0000;
  padding-top: 14px;
}
.identity_info .id_details {
  border-top: 1px solid #d7ecfc;
  border-bottom: 1px solid #d7ecfc;
  color: #666;
  background: #f6fbff;
}
.identity_info .id_details input {
  display: inline-block;
  width: 260px;
  height: 40px;
  border: 1px solid #d7ecfc;
  margin-left: 12px;
  text-align: center;
  line-height: 38px;
}
.identity_info .id_details input + label {
  margin-left: 70px;
}
.identity_info .id_details input:focus {
  border: 1px solid #369ff2;
}
.address_box {
  background: #ffffff;
  margin-top: 20px;
}
.address_box .header {
  font-size: 16px;
  height: 84px;
  line-height: 84px;
  padding: 0 14px;
}
.order_detail_box .sec {
  background: #ffffff;
  margin: 20px 0;
}
.order_detail_box .sec_1 .header {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  padding: 0 38px;
}
.order_detail_box .sec_1 .header .time {
  float: right;
}
.order_detail_box .sec_1 .process_box {
  padding: 24px 70px 0;
  background: #ffffff;
  overflow: hidden;
}
.order_detail_box .sec_1 .process_box .process_item {
  width: 16.66666667%;
  float: left;
  text-align: center;
  color: #444;
  font-size: 14px;
}
.order_detail_box .sec_1 .process_box .process_item .process:before {
  content: url(../img/step_arrow.png);
  position: absolute;
  top: 12px;
  left: -40px;
  width: 32px;
  height: 28px;
}
.order_detail_box .sec_1 .process_box .process_item .process.process_1:before,
.order_detail_box .sec_1 .process_box .process_item.active .process.process_1:before {
  content: "";
}
.order_detail_box .sec_1 .process_box .process_item .process {
  position: relative;
  width: 130px;
  height: 44px;
  margin: 0 auto 24px;
}
.order_detail_box .sec_1 .process_box .process_item .process.process_1 {
  background: url(../img/steps_detail_1.png) center top no-repeat #dddddd;
}
.order_detail_box .sec_1 .process_box .process_item .process.process_2 {
  background: url(../img/steps_detail_2.png) center top no-repeat #dddddd;
}
.order_detail_box .sec_1 .process_box .process_item .process.process_3 {
  background: url(../img/steps_detail_3.png) center center no-repeat #dddddd;
}
.order_detail_box .sec_1 .process_box .process_item .process.process_4 {
  background: url(../img/steps_detail_4.png) center center no-repeat #dddddd;
}
.order_detail_box .sec_1 .process_box .process_item .process.process_5 {
  background: url(../img/steps_detail_5.png) center center no-repeat #dddddd;
}
.order_detail_box .sec_1 .process_box .process_item .process.process_6 {
  background: url(../img/steps_detail_6.png) center center no-repeat #dddddd;
}
.order_detail_box .sec_1 .process_box .process_item.active .process {
  background-color: #369ff2;
}
.order_detail_box .sec_1 .process_box .process_item.active .process:before {
  content: url(../img/step_arrow_active.png);
}
.order_detail_box .sec_1 .detail {
  background: #fafafa;
  padding: 10px 0;
}
.order_detail_box .sec_1 .detail p {
  font-size: 16px;
  text-align: right;
  line-height: 34px;
}
.order_detail_box .sec_1 .detail p .label {
  position: relative;
  display: inline-block;
  width: 110px;
  text-align: left;
}
.order_detail_box .sec_1 .detail p .label .icon_fire {
  top: 4px;
  right: 102px;
}
.order_detail_box .sec_1 .detail p .label .icon_coupon {
  top: 4px;
  right: 102px;
}
.order_detail_box .sec_1 .detail p .value {
  display: inline-block;
  text-align: left;
  width: 114px;
}
.order_detail_box .sec_1 .detail p .value .text_red span {
  font-size: 26px;
}
.order_detail_box .sec_2 {
  padding-bottom: 64px;
}
.order_detail_box .sec_2 .header {
  padding: 20px 38px;
}
.order_detail_box .sec_2 .header .title {
  font-size: 18px;
  line-height: 54px;
}
.order_detail_box .sec_2 .header p {
  font-size: 16px;
  color: #000000;
}
.order_detail_box .sec_2 .header p span {
  color: #666666;
}
.order_detail_box .sec_2 .transport_sec {
  padding: 10px 40px 30px;
}
.order_detail_box .sec_2 .transport_sec p {
  line-height: 34px;
  color: #999999;
}
.order_detail_box .sec_2 .transport_sec p.active {
  font-size: 16px;
  color: #000000;
}
.order_detail_box .sec_2 .transport_sec p .new {
  color: #369ff2;
  margin-left: 116px;
}
.order_detail_box .sec_3 {
  padding: 34px;
}
.order_detail_box .sec_3 .header {
  font-size: 18px;
  margin-bottom: 36px;
}
.order_detail_box .sec_3 .detail {
  font-size: 16px;
}
.order_detail_box .sec_3 .detail .item {
  line-height: 34px;
}
.order_detail_box .sec_3 .detail .item .label {
  color: #999999;
  display: inline-block;
  width: 70px;
  text-align: right;
}
.order_detail_box .sec_3 .detail .item .value {
  display: inline-block;
  color: #444444;
  margin-left: 186px;
}
.order_detail_box .sec_4 {
  padding: 34px;
}
.order_detail_box .sec_4 .header {
  font-size: 18px;
  margin-bottom: 36px;
}
.order_detail_box .sec_4 .remark {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  line-height: 30px;
}
.order_detail_box .sec_5 {
  padding: 34px;
}
.order_detail_box .sec_5 .header {
  font-size: 18px;
  margin-bottom: 36px;
}
.order_detail_box .sec_5 .detail {
  font-size: 16px;
}
.order_detail_box .sec_5 .detail .item {
  line-height: 34px;
  margin-bottom: 10px;
}
.order_detail_box .sec_5 .detail .item .label {
  color: #666;
  display: inline-block;
  width: 140px;
  text-align: right;
}
.order_detail_box .sec_5 .detail .item .value {
  display: inline-block;
  max-width: 900px;
  vertical-align: middle;
  margin-top: -4px;
}
.order_detail_box .sec_5 .detail .item .value.border {
  border: 1px solid #ddd;
  padding: 0 10px;
  min-width: 200px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #999;
  min-height: 36px;
}
.order_detail_box .sec_5 .detail .item .value .product_img {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: auto;
}
.order_detail_box .sec_5 .detail .item .value .title {
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  line-height: 26px;
}
.order_detail_box .sec_5 .detail .item .value .text_gray {
  margin-left: 20px;
}
.order_detail_box .sec_5 table {
  width: 100%;
  border-collapse: collapse;
}
.order_detail_box .sec_5 table td {
  border: 1px solid #ddd;
  color: #666;
  padding: 10px;
}
.order_detail_box .sec_6 .header {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  padding: 0 38px;
  border-bottom: 1px solid #eeeeee;
}
.order_detail_box .sec_6 .header .time {
  float: right;
}
.order_detail_box .sec_6 .process_box {
  padding: 20px 160px;
  background: #ffffff;
  overflow: hidden;
}
.order_detail_box .sec_6 .process_box .process_item {
  width: 20%;
  float: left;
  text-align: center;
  color: #444;
  font-size: 14px;
}
.order_detail_box .sec_6 .process_box .process_item .process:before {
  content: url(../img/step_arrow.png);
  position: absolute;
  top: 12px;
  left: -40px;
  width: 32px;
  height: 28px;
}
.order_detail_box .sec_6 .process_box .process_item .process.process_1:before,
.order_detail_box .sec_6 .process_box .process_item.active .process.process_1:before {
  content: "";
}
.order_detail_box .sec_6 .process_box .process_item .process {
  position: relative;
  width: 130px;
  height: 44px;
}
.order_detail_box .sec_6 .process_box .process_item .process.process_1 {
  background: url(../img/steps_after_1.png) center center no-repeat #dddddd;
  background-size: contain;
}
.order_detail_box .sec_6 .process_box .process_item .process.process_2 {
  background: url(../img/steps_after_2.png) center center no-repeat #dddddd;
  background-size: contain;
}
.order_detail_box .sec_6 .process_box .process_item .process.process_3 {
  background: url(../img/steps_after_3.png) center center no-repeat #dddddd;
  background-size: contain;
}
.order_detail_box .sec_6 .process_box .process_item .process.process_4 {
  background: url(../img/steps_after_4.png) center center no-repeat #dddddd;
  background-size: contain;
}
.order_detail_box .sec_6 .process_box .process_item .process.process_5 {
  background: url(../img/steps_after_5.png) center center no-repeat #dddddd;
  background-size: contain;
}
.order_detail_box .sec_6 .process_box .process_item.active .process {
  background-color: #369ff2;
}
.order_detail_box .sec_6 .process_box .process_item.active .process:before {
  content: url(../img/step_arrow_active.png);
}
.steps_sec {
  background: #f8f8f8;
  height: 86px;
}
.steps {
  padding-top: 44px;
  text-align: center;
}
.steps ul {
  display: inline-block;
  height: 10px;
  background: #dddddd;
}
.steps ul li {
  position: relative;
  width: 168px;
  margin-top: -42px;
  float: left;
}
.steps ul li:before {
  content: " ";
  position: absolute;
  top: 30px;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  background: #dddddd;
}
.steps ul li:first-child {
  text-align: left;
}
.steps ul li:first-child:before {
  left: -2px;
}
.steps ul li:first-child a.circle {
  margin-left: 1px;
}
.steps ul li:first-child a.text {
  margin-left: -16px;
}
.steps ul li:first-child + li {
  width: 308px;
  text-align: center;
}
.steps ul li:first-child + li:before {
  left: 138px;
}
.steps ul li:first-child + li + li {
  text-align: right;
}
.steps ul li:first-child + li + li a.circle {
  margin-right: 1px;
}
.steps ul li:first-child + li + li:before {
  right: -2px;
}
.steps ul li:first-child + li + li a.text {
  margin-right: -20px;
}
.steps ul li a.circle {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 1px;
  z-index: 99;
}
.steps ul li a.text {
  display: block;
  font-size: 12px;
  line-height: 32px;
  color: #999999;
  font-family: "宋体";
}
.steps ul li.active a.circle {
  background: #369ff2;
}
.steps ul li.active a.text {
  color: #444444;
}
.steps ul li.active:after {
  content: " ";
  position: absolute;
  top: 45px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #369ff2;
  z-index: 0;
}
.steps ul li:first-child.active:after {
  left: 2px;
}
.steps ul li:first-child + li + li.active:after {
  left: -2px;
}
.payment_section .ps_sec {
  background: #ffffff;
  margin: 20px 0;
}
.payment_section .ps_sec_1 {
  padding: 0 36px;
}
.payment_section .ps_sec_1 .time_left {
  height: 190px;
  padding: 22px 0 22px 110px;
  background: url(../img/icon_ok.png) left center no-repeat;
  border-bottom: 1px dashed #666666;
}
.payment_section .ps_sec_1 .time_left p {
  font-size: 20px;
  line-height: 60px;
}
.payment_section .ps_sec_1 .time_left p .bold_text {
  font-size: 40px;
  font-weight: 600;
  padding: 0 8px;
}
.payment_section .ps_sec_1 .time_left p .text_theme {
  font-size: 40px;
  color: #369ff2;
  padding: 0 8px;
}
.payment_section .ps_sec_1 .order_detail {
  padding: 38px 0 38px 110px;
}
.payment_section .ps_sec_1 .order_detail p {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}
.payment_section .ps_sec_1 .order_detail p span {
  margin: 0 6px;
}
.payment_section .ps_sec_2 {
  padding: 36px 25px 0;
}
.payment_section .ps_sec_2 .header {
  font-size: 18px;
}
.payment_section .ps_sec_2 .item {
  padding: 48px 48px 28px;
  font-size: 16px;
}
.payment_section .ps_sec_2 .item + .item {
  border-top: 1px dashed #666666;
}
.payment_section .ps_sec_2 .item .checkbox {
  margin-bottom: 30px;
}
.payment_section .ps_sec_2 .item .checkbox input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.payment_section .ps_sec_2 .item .radio_list {
  padding-left: 89px;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box .pic_money {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 50px;
  height: 50px;
  margin-left: 14px;
  margin-right: 14px;
  background: url(../img/icon_money.png) center center no-repeat;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box .label_theme {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 12px;
  color: #ffffff;
  background: #369ff2;
  padding: 2px 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-left: 45px;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box > img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: auto;
  margin: 0 15px;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box .img_box {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  margin-right: 14px;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box .img_box .img {
  border: 1px solid #eeeeee;
  display: table-cell;
  width: 120px;
  height: 30px;
  max-width: 120px;
  max-height: 30px;
  text-align: center;
  vertical-align: middle;
}
.payment_section .ps_sec_2 .item .radio_list .radio_box .img_box .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.payment_section .ps_sec_3 {
  text-align: right;
  padding: 12px;
}
.payment_section .ps_sec_3 .text_theme {
  font-size: 18px;
  font-weight: 600;
  color: #fe0000;
  padding: 0 6px;
}
.topSection {
  background: #ffffff;
  margin: 20px 0;
  height: 210px;
  overflow: hidden;
  padding: 2px 0;
}
.topSection .user_header {
  width: 33.33333333%;
  border-right: 1px dashed #dddddd;
  float: left;
  padding: 48px 0;
  text-align: center;
}
.topSection .user_header .img_box {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  -ms-border-radius: 110px;
  -o-border-radius: 110px;
  border-radius: 110px;
  background: url(../img/circle_user_head.png) center center no-repeat;
  padding: 4px;
  overflow: hidden;
}
.topSection .user_header .img {
  display: table-cell;
  width: 102px;
  height: 102px;
  max-width: 102px;
  max-height: 102px;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
.topSection .user_header .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.topSection .user_header .text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.topSection .user_header .text p {
  margin-left: 30px;
  text-align: left;
  font-size: 16px;
  color: #999999;
  line-height: 36px;
}
.topSection .user_header .text p.name {
  color: #444444;
}
.topSection .mineCenter {
  height: 210px;
  width: 33.33333333%;
  float: left;
  border-left: 1px dashed #dddddd;
}
.topSection .mineCenter ul {
  overflow: hidden;
  padding-top: 32px;
}
.topSection .mineCenter ul li {
  width: 33.33333333%;
  float: left;
  text-align: center;
}
.topSection .mineCenter ul li a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 24px 0;
}
.topSection .mineCenter ul li a .img {
  display: table-cell;
  width: 44px;
  height: 36px;
  max-width: 44px;
  max-height: 36px;
  vertical-align: middle;
  text-align: center;
}
.topSection .mineCenter ul li a .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.topSection .mineCenter ul li a .text {
  display: block;
  color: #999999;
  line-height: 30px;
}
.topSection .mineCenter ul li a .num {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  background: #369ff2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.topSection .mineCenter ul li a:hover .text {
  color: #444444;
}
.topSection .myAccount {
  width: 33.33333333%;
  float: left;
  padding: 28px 28px 20px;
  background: url(../img/icon_money.png) 30px 24px no-repeat;
}
.topSection .myAccount p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding-left: 64px;
}
.topSection .myAccount p.title {
  font-size: 14px;
  color: #444444;
}
.topSection .myAccount .data_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
}
.topSection .myAccount .data_table tr td,
.topSection .myAccount .data_table tr th {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 10px 6px;
  color: #666;
  font-weight: normal;
}
.topSection .myAccount .data_table tr td {
  font-size: 26px;
}
.topSection .myAccount .data_table tr th {
  font-size: 16px;
}
.user_img_show {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  -ms-border-radius: 110px;
  -o-border-radius: 110px;
  border-radius: 110px;
  background: url(../img/circle_user_head.png) center center no-repeat;
  padding: 4px;
  overflow: hidden;
}
.user_img_show img {
  width: 102px;
  height: 102px;
  -webkit-border-radius: 102px;
  -moz-border-radius: 102px;
  -ms-border-radius: 102px;
  -o-border-radius: 102px;
  border-radius: 102px;
}
.my_infos {
  background: #ffffff;
  margin: 20px 0;
}
.my_infos .line + .line {
  border-top: 1px solid #eeeeee;
}
.my_infos .line .item {
  width: 705px;
  margin: 0 auto;
  padding: 12px 0;
}
.my_infos .line .item .label,
.my_infos .line .item .value,
.my_infos .line .item .edit {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.my_infos .line .item .label {
  width: 160px;
}
.my_infos .line .item .value {
  width: 400px;
  text-align: center;
}
.my_infos .line .item .edit {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #369ff2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  float: right;
  font-size: 16px;
  color: #369ff2;
}
.my_infos .line .item .edit:hover {
  color: #fff;
  background: #369ff2;
}
.my_infos .line .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  -ms-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
  background: url(../img/public_logo_circle.png) center center no-repeat;
  padding: 4px;
  overflow: hidden;
  margin: 0 155px;
}
.my_infos .line .item .img img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  -ms-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
}
.my_infos .line .item .inline_line {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.my_infos .line .item .base {
  padding: 8px 0;
}
.my_infos .line .item .base .label,
.my_infos .line .item .base .edit {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.my_infos .line .item .base .edit {
  margin-top: 28px;
}
.CartSec {
  background: #ffffff;
  margin: 20px auto;
}
.CartSec .label_cart {
  width: 160px;
  height: 70px;
  line-height: 70px;
  background: #369ff2;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  float: left;
}
.CartSec .carriage {
  margin-left: 160px;
  height: 70px;
  padding: 14px 50px;
  border-bottom: 1px solid #dddddd;
}
.CartSec .carriage .city_location {
  color: #999999;
}
.CartSec .carriage .tips {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
}
.table {
  width: 100%;
  height: auto;
}
.table .package {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 18px;
  background: #acacac;
  margin-top: 22px;
}
.table .package span {
  color: #ffffff;
  font-size: 14px;
}
.table .package span + span {
  margin-left: 18px;
}
.table .tr {
  position: relative;
  width: 100%;
  display: table-row;
}
.table .tr:hover .td {
  background: rgba(54, 159, 242, 0.05);
}
.table .tr.thead:hover .td,
.table .tr.tr_all:hover .td {
  background: none;
}
.table .tr.thead .td {
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  color: #444;
  padding: 18px 10px;
}
.table .tr.thead .td.col6 {
  color: #444444;
}
.table .tr.tr_all .td {
  border-bottom: none;
}
.table .tr.tr_all .td.col2 {
  color: #999999;
}
.table .tr .td {
  font-size: 14px;
  color: #444444;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 10px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.confirm_order_sec .table .tr + .tr .td {
  border-bottom: 1px dashed #e8e8e8;
}
.table_td_goods_info {
  display: inline-block;
  width: 336px;
  text-align: left;
}
.table_td_goods_info .imgbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.table_td_goods_info .img {
  display: table-cell;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
}
.table_td_goods_info .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.table_td_goods_info .goods_info {
  display: inline-block;
  width: 238px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}
.table_td_goods_info a.title {
  display: block;
  width: 220px;
  color: #444444;
  margin-bottom: 6px;
  line-height: 18px;
  text-align: left;
  font-size: 14px;
}
.table_td_goods_info a.title:hover {
  color: #369ff2;
}
.table_td_goods_info .goods_info .red {
  color: #ff0000;
}
.table_td_goods_info .goods_info .attrImg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 20px;
}
.table .tr .td.col1 {
  text-align: center;
  width: 80px;
}
.table .tr .td.col1 input {
  vertical-align: middle;
}
.table .tr .td.col2 {
  width: 360px;
  text-align: left;
}
.table .tr .td.col3 {
  width: 216px;
}
.table .tr .td.col4 {
  width: 170px;
}
.table .tr .td.col5 {
  width: 200px;
}
.table .tr .td.col5 .num_opt {
  margin: 0 auto;
}
.table .tr .td.col5 .has_leave {
  font-size: 12px;
  color: #999;
  line-height: 30px;
}
.table .tr .td.col5 .has_control {
  font-size: 12px;
  color: #444;
  line-height: 30px;
  margin-bottom: -10px;
}
.num_opt > span {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.table .tr .td.col5 .has_leave.red {
  color: red;
}
.table .tr .td.col6 {
  width: 200px;
  color: #fe0000;
}
.table .tr .td.col6 strong {
  font-size: 14px;
  color: #fe0000;
  font-weight: normal;
}
.table .tr .td.col7 .del_link {
  display: inline-block;
  color: #666666;
}
.table .tr .td.col7 .del_link:hover {
  color: #369ff2;
}
.table .tr .td.col7 .icon_delete:hover {
  background-position: -18px 2px;
}
.CartSec_total {
  background: #ffffff;
  text-align: right;
  padding: 14px;
  margin-top: 16px;
}
.CartSec_total .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #444444;
}
.CartSec_total .total {
  font-size: 26px;
  color: #fe0000;
  display: inline-block;
  vertical-align: middle;
}
.CartSec_total .total strong {
  font-weight: 400;
}
.CartSec_total .total span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "微软雅黑";
}
.CartSec_total .total strong {
  font-size: 26px;
  color: #fe0000;
}
.after_sale {
  background: #ffffff;
  margin: 20px 0;
}
.after_sale_1 {
  height: 350px;
  background: url(../img/pic_contact.png) right center no-repeat #ffffff;
  padding: 0 98px;
  background-origin: content-box;
}
.after_sale_1 .table_cell {
  display: table-cell;
  width: 550px;
  height: 350px;
  vertical-align: middle;
}
.after_sale_1 .table_cell p {
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.after_sale_1 .table_cell p.title {
  font-size: 26px;
  color: #666666;
  margin-bottom: 20px;
}
.after_sale_2 {
  padding-bottom: 20px;
}
.after_sale_2 .header {
  height: 84px;
  line-height: 84px;
  padding: 0 36px;
  font-size: 18px;
}
.after_sale_3 .header {
  height: 84px;
  line-height: 84px;
  padding: 0 36px;
  font-size: 18px;
}
.after_sale_3 .content {
  padding: 0 90px 46px 98px;
}
.after_sale_3 .content .radio_box {
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 16px;
  margin-right: 55px;
  margin-bottom: 30px;
}
.after_sale_3 .content .radio_box input[type="radio"],
.after_sale_3 .content .radio_box input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.after_sale_3 .content textarea {
  padding: 10px;
  line-height: 30px;
  display: block;
  width: 100%;
  height: 130px;
  border: 1px solid #eeeeee;
  outline: none;
  margin-bottom: 14px;
}
.after_sale_3 .content .agreenment {
  margin-bottom: 22px;
}
.after_sale_3 .content .agreenment .radio_box {
  font-size: 14px;
}
.after_sale_3 .content .agreenment .radio_box a {
  color: #369ff2;
}
.mi_sec {
  background: #ffffff;
  margin: 20px 0;
}
.mi_sec.sec_1 {
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding: 0 36px;
}
.mi_sec.sec_1 .mi_value {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  background: url(../img/icon_money.png) left center no-repeat;
  padding-left: 66px;
  margin-left: 60px;
}
.mi_sec.sec_1 .mi_value p {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  text-align: center;
}
.mi_sec.sec_1 .mi_value p.value {
  font-size: 30px;
  line-height: 40px;
}
.mi_sec.sec_2 {
  position: relative;
  padding: 24px 0;
}
.mi_sec.sec_2 .table_account {
  width: 100%;
  margin-top: -10px;
  border-collapse: collapse;
}
.mi_sec.sec_2 .table_account tr:hover td {
  background: rgba(54, 159, 242, 0.05);
}
.mi_sec.sec_2 .table_account thead td {
  font-size: 16px;
}
.mi_sec.sec_2 .table_account td {
  border-bottom: 1px solid #dddddd;
  text-align: center;
  height: 60px;
}
.mi_sec.sec_2 .table_account td .color_red {
  color: #fe0000;
}
.mi_sec.sec_2 .btn_tabs_sec {
  position: absolute;
  left: 10px;
  top: 10px;
}
.ticket_list_box {
  background: #ffffff;
  margin: 20px 0;
  padding: 24px 0 40px;
}
.ticket_list {
  padding-top: 36px;
  display: none;
}
.ticket_list_inner {
  position: relative;
  overflow: hidden;
  padding-left: 80px;
  background: url(../img/ticket_list_bg.png) left top repeat;
}
.ticket_list_inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.ticket_list .item {
  display: inline-block;
  width: 308px;
  height: 168px;
  padding: 8px;
  margin: 10px 18px;
  border: 6px solid rgba(0, 0, 0, 0);
}
.ticket_list .item:hover {
  border: 6px solid rgba(0, 0, 0, 0.1);
}
.ticket_list .item .ticket_box {
  position: relative;
  width: 280px;
  height: 140px;
  max-width: 280px;
  max-height: 140px;
  padding: 0 9px;
  color: #ffffff;
  background: url(../img/coupon_valid.png) left top no-repeat;
}
.ticket_list .item .ticket_box.invalid,
.ticket_list .item .ticket_box.overdue {
  background: url(../img/coupon_invalid.png) left top no-repeat;
}
.ticket_list .item .ticket_box .tag {
  display: inline-block;
  font-size: 26px;
  margin: 27px 0 0 11px;
  vertical-align: top;
}
.ticket_list .item .ticket_box .value {
  display: inline-block;
  font-size: 40px;
  font-family: "Arial";
  margin: 27px 0 0 0px;
  vertical-align: top;
}
.ticket_list .item .ticket_box .limit_price {
  display: inline-block;
  font-size: 12px;
  font-family: "宋体";
  margin: 50px 0 0 0;
}
.ticket_list .item .ticket_box .use {
  width: 262px;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  margin-top: 17px;
  font-size: 14px;
  font-family: "宋体";
  background: #ff7775;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.ticket_list .item .ticket_box.invalid .use,
.ticket_list .item .ticket_box.overdue .use {
  background: rgba(0, 0, 0, 0.3);
}
.ticket_list .item .ticket_box .use .sort {
  font-size: 14px;
  font-family: "宋体";
  float: left;
}
.ticket_list .item .ticket_box .use .right_now {
  width: 80px;
  height: 26px;
  font-size: 14px;
  font-family: "宋体";
  color: #ffd365;
  text-align: center;
  background: #fff;
  float: right;
}
.ticket_list .item:hover .ticket_box .use .right_now {
  color: #f54643;
}
.ticket_list .item .ticket_box .limit_time {
  margin-top: 10px;
  font-size: 12px;
  font-family: "宋体";
  color: rgba(255, 255, 255, 0.6);
}
.ticket_list .item .ticket_box .limit_time .p1 {
  float: left;
}
.ticket_list .item .ticket_box .limit_time .p2 {
  float: right;
}
.ticket_list .item .ticket_box .use_info {
  position: absolute;
  left: 9px;
  top: 27px;
  width: 262px;
  height: 52px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.ticket_list .item .ticket_box .use_info p {
  font-size: 12px;
  font-family: "宋体";
  margin: 10px 0 0 10px;
}
.ticket_list .item .ticket_box .coupon {
  position: absolute;
  left: 142px;
  top: 6px;
  width: 128px;
  height: 128px;
  background: url(../img/coupon_img.png);
  opacity: 0.05;
  filter: alpha(opacity=5);
}
.setting_email {
  background: #ffffff;
  margin: 20px 0;
}
.setting_email .content_sec {
  position: relative;
  border-bottom: 1px solid #ddd;
  background: url(../img/pic_email.png) 84px center no-repeat;
  padding: 104px 0 90px 395px;
}
.setting_email .content_sec .header {
  position: absolute;
  top: 45%;
  left: 76px;
  font-size: 20px;
  color: #444;
  width: 150px;
  text-align: center;
  line-height: 30px;
  margin-top: 80px;
}
.setting_email .content_sec.pwd_edit_sec {
  background: url(../img/pic_pwd.png) 84px 43% no-repeat;
}
.setting_email .content_sec.pwd_edit_sec label.error {
  position: absolute;
  left: 6px;
  top: 52px;
  color: red;
  font-size: 12px;
}
.setting_email .content_sec .item {
  position: relative;
  margin-bottom: 20px;
  width: 420px;
}
.setting_email .content_sec .item:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.setting_email .content_sec .item .inputs {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dddddd;
  height: 50px;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  padding: 0 16px;
}
.setting_email .content_sec .item .inputs.inputs_email {
  width: 420px;
}
.setting_email .content_sec .item .inputs.inputs_code {
  width: 300px;
  float: left;
}
.setting_email .content_sec .item .inputs.inputs_send {
  width: 110px;
  font-size: 12px;
  color: #666;
  float: right;
  background: #dddddd;
  padding: 0;
  text-align: center;
}
.setting_email .content_sec .item.tips {
  background: url(../img/send_ok.png) left center no-repeat;
  background-size: 18px;
  line-height: 20px;
  padding-left: 30px;
  font-size: 12px;
  color: #666;
}
.setting_email .content_sec .item span {
  display: block;
  width: 300px;
  position: absolute;
  left: 420px;
  top: 20px;
  margin-left: 10px;
}
.setting_email .content_sec .item .text_tips {
  color: #999;
}
.login_tips_box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 550px;
  height: 330px;
  margin-left: -275px;
  margin-top: -165px;
  border: 1px solid #359beb;
  background: #ffffff;
  z-index: 999999;
  padding: 100px 40px 0;
}
.login_tips_box .icon_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/icon_close.png) center center / contain no-repeat;
}
.login_tips_box p {
  font-size: 18px;
  color: #ff0000;
  line-height: 40px;
}
.login_tips_box .btns {
  padding-top: 70px;
}
.login_tips_box .btns .ec_btn {
  height: 40px;
  width: 130px;
  line-height: 38px;
}
.login_tips_box.has_form {
  padding: 0;
}
.login_tips_box.has_form .header {
  height: 50px;
  line-height: 50px;
  color: #444;
  font-size: 18px;
  padding-left: 36px;
}
.btn_tabs_sec {
  position: relative;
  overflow: hidden;
}
.btn_tabs_sec a {
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
  background: #eeeeee;
  height: 36px;
  line-height: 36px;
  padding: 0 24px;
}
.btn_tabs_sec a.active {
  background: #369ff2;
  color: #fff;
}
.btn_sys_default {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  min-width: 68px;
  padding: 0 6px;
  border: 1px solid #dddddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#ffffff, #f4f4f4);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffffff, #f4f4f4);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ffffff, #f4f4f4);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#ffffff, #f4f4f4);
  /* 标准的语法 */
}
.btn_sys_default:hover {
  background: -webkit-linear-gradient(#f4f4f4, #ffffff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f4f4f4, #ffffff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f4f4f4, #ffffff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f4f4f4, #ffffff);
  /* 标准的语法 */
  color: #444;
}
.pop_form_section .item {
  position: relative;
  margin-top: 20px;
}
.pop_form_section .item .label {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  padding-left: 30px;
  text-align: right;
  padding-right: 12px;
  font-size: 14px;
  color: #666666;
}
.pop_form_section .item .label span {
  color: red;
}
.pop_form_section .item .evaluation span {
  font-size: 24px;
  margin-right: 12px;
  cursor: pointer;
}
.pop_form_section .item .inputs {
  display: inline-block;
  vertical-align: middle;
}
.pop_form_section .item .inputs textarea {
  display: block;
  width: 412px;
  height: 80px;
  padding: 6px 10px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #e0e8ef;
}
.pop_form_section .item .inputs select {
  display: inline-block;
  vertical-align: middle;
  width: 123px;
  height: 34px;
  line-height: 32px;
  padding-left: 10px;
  border: 1px solid #e0e8ef;
  font-size: 12px;
}
.pop_form_section .item .inputs .inputs_text {
  display: block;
  width: 380px;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #e0e8ef;
  font-size: 12px;
}
.pop_form_section .item .inputs input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.pop_form_section .submit_sec {
  margin-top: 36px;
  text-align: right;
  padding-right: 48px;
}
.pop_form_section .submit_sec input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
}
.pop_form_section .ask_colleague {
  padding: 0 20px;
}
.pop_form_section .ask_colleague .tips {
  background: url(../img/send_tips.png) left center no-repeat;
  color: #369ff2;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
}
.pop_form_section .ask_colleague textarea {
  width: 100%;
  height: 100px;
  padding: 6px;
  border: 1px solid #e0e8ef;
  margin: 10px 0;
  line-height: 20px;
}
.pop_form_section .ask_colleague input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.btn_circle_green {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  color: #00c5be;
  border: 1px solid #00c5be;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  font-size: 14px;
}
.btn_circle_green.sm {
  height: 30px;
  line-height: 30px;
  padding: 0 24px;
}
.btn_circle_green:hover {
  background: #00c5be;
  color: #fff;
}
.vote_index_page {
  font-family: "微软雅黑";
}
.vote_index_page .sec_1 {
  position: relative;
  background: #ffffff;
  height: 130px;
  margin: 50px auto;
}
.vote_index_page .sec_1 .img {
  position: absolute;
  left: 12px;
  top: -10px;
  width: 150px;
  height: 150px;
  border: 4px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: url(../img/icon_vote.png) center center no-repeat #00c5be;
}
.vote_index_page .sec_1 .text {
  margin-left: 190px;
  padding-top: 38px;
}
.vote_index_page .sec_1 .text p {
  font-size: 14px;
  color: #666;
}
.vote_index_page .sec_1 .text p.title {
  font-size: 24px;
  color: #181520;
  margin-bottom: 16px;
}
.vote_index_page .sec_1 .btn_circle_green {
  position: absolute;
  right: 30px;
  top: 46px;
}
.vote_index_page .sec_2 {
  margin-bottom: 80px;
}
.vote_index_page .sec_2 > .header {
  height: 40px;
  margin-bottom: 22px;
  border-bottom: 1px solid #bdbec0;
}
.vote_index_page .sec_2 > .header span {
  display: inline-block;
  font-size: 20px;
  color: #444;
  padding: 0 8px;
  line-height: 38px;
  border-bottom: 2px solid #444444;
}
.vote_index_page .sec_2 .items_list {
  margin-left: -8px;
  margin-right: -8px;
}
.vote_index_page .sec_2 .items_list .item {
  position: relative;
  background: #ffffff;
  width: 290px;
  height: 280px;
  float: left;
  padding: 40px 18px;
  margin: 8px;
  text-align: center;
}

.vote_index_page .sec_2 .items_list .item .is-top-tip{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 52px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #00c5be;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.vote_index_page .sec_2 .items_list .item.modify.is-top-item .header{
  text-indent: 2.6em;
}
.vote_index_page .sec_2 .items_list .item.modify.is-top-item .header_block{
  margin-left: 65px;
}
.vote_index_page .sec_2 .items_list .item.modify .header{
  /*white-space: initial;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*max-width: 250px;*/
  /*overflow: hidden;*/
  /*-webkit-line-clamp: 2;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
}
.vote_index_page .sec_2 .items_list .item .content_link_section {
  display: block;
}
.vote_index_page .sec_2 .items_list .item.add {
  padding-top: 190px;
  background: url(../img/add_model_color.png) center 72px no-repeat #ffffff;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.vote_index_page .sec_2 .items_list .item.add .title_green {
  font-size: 18px;
  color: #08d0c9;
  text-align: center;
}
.vote_index_page .sec_2 .items_list .item.add .introduction {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 8px 28px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background: #00ded6;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.vote_index_page .sec_2 .items_list .item.add:hover {
  padding-top: 160px;
  background: url(../img/add_model_white.png) center 42px no-repeat #00c5be;
}
.vote_index_page .sec_2 .items_list .item.add:hover .title_green {
  color: #fff;
}
.vote_index_page .sec_2 .items_list .item.add:hover .introduction {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vote_index_page .sec_2 .items_list .item .header {
  font-size: 22px;
  color: #181520;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.vote_index_page .sec_2 .items_list .item .header.gray {
  color: #999;
}
.vote_index_page .sec_2 .items_list .item .header_block {
  height: 30px;
  line-height: 30px;
  background: #00c5be;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.vote_index_page .sec_2 .items_list .item .header_block:hover,
.vote_index_page .sec_2 .items_list .item .header:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.vote_index_page .sec_2 .items_list .item .header_block.gray {
  background: #ddd;
}
.vote_index_page .sec_2 .items_list .item .time {
  display: block;
  margin: 15px 0 22px;
  text-align: center;
  color: #999;
  font-size: 16px;
}
.vote_index_page .sec_2 .items_list .item .text {
  display: block;
  font-size: 14px;
  color: #999;
  max-height: 44px;
  line-height: 22px;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.vote_index_page .sec_2 .items_list .item .btn_circle_green {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -54px;
}
.vote_index_page .sec_2 .items_list .item .oprator_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  border-top: 1px solid #eee;
}
.vote_index_page .sec_2 .items_list .item .oprator_line:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a {
  display: block;
  height: 44px;
  width: 33.33%;
  float: left;
  padding-top: 7px;
  text-align: center;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a p {
  font-size: 12px;
  color: #bbbbbb;
  text-align: center;
  line-height: 30px;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  background: url(../img/icon_hr_index.png) center center no-repeat;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album.icon_album_visible {
  background-position: -55px -1px;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album.icon_album_del {
  background-position: -105px -1px;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album.icon_album_edit {
  background-position: -154px -2px;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album:hover {
  background-color: #f5f5f5;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album:hover.icon_album_visible {
  background-position: -55px -35px;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album:hover.icon_album_del {
  background-position: -106px -35px;
}
.vote_index_page .sec_2 .items_list .item .oprator_line a .icon_album:hover.icon_album_edit {
  background-position: -154px -35px;
}
.vote_index_page .sec_2 .items_list .item .pop_list {
  display: none;
  position: absolute;
  top: 160px;
  left: 50%;
  width: 190px;
  height: 160px;
  margin-left: -95px;
  background: #2e303f;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  z-index: 999;
}
.vote_index_page .sec_2 .items_list .item .pop_list:before {
  content: " ";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #2e303f;
}
.vote_index_page .sec_2 .items_list .item .pop_list ul li + li {
  border-top: 1px solid #3a3c4f;
}
.vote_index_page .sec_2 .items_list .item .pop_list ul li a {
  display: block;
  color: #dddddd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.vote_index_page .sec_2 .items_list .item .pop_list ul li a:hover {
  color: #00c5be;
}
.confirm_delete_pop {
  text-align: center;
  padding-top: 30px;
}
.confirm_delete_pop p {
  font-size: 16px;
}
.register_detail_pop {
  padding: 0 20px;
}
.register_detail_pop .shopping_cart_not_find {
  margin-top: 55px;
}
.table_section {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.table_section table {
  border-collapse: collapse;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.table_section table thead td {
  font-size: 14px;
  color: #444;
  text-align: center;
  padding: 16px 6px;
  border-bottom: 1px solid #dddddd;
}
.table_section table tbody tr:hover td {
  background: rgba(54, 159, 242, 0.05);
}
.table_section table tbody td {
  font-size: 12px;
  color: #666666;
  text-align: center;
  padding: 12px 6px;
  border-bottom: 1px solid #dddddd;
  min-height: 30px;
}
.table_section table tbody td .long_text {
  max-width: 100%;
  width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
}
.table_section table tbody td .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_contact.png) center center no-repeat;
}
.table_section table tbody td .icon.icon_qq {
  background-position: 1px 2px;
}
.table_section table tbody td .icon.icon_weixin {
  background-position: -23px 2px;
}
.table_section table tbody td .link {
  padding: 0 6px;
}
.table_section table tbody td .link:hover {
  text-decoration: underline;
}
.table_section table tbody td .link.link_normal {
  color: #222222;
}
.table_section table tbody td .link.link_gray {
  color: #666666;
}
.table_section table tbody td .color_tips {
  color: #cc9900;
}
.table_section table tbody td .color_forbidden {
  color: #ee0000;
}
.table_section table tbody td .color_suc {
  color: #219D05;
}
.table_section table tbody td .color_disabled {
  color: #999999;
}
.table_section table tbody td .color_theme {
  color: #369ff2;
}
.table_section table tbody td .operate_btn {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  color: #444444;
  padding: 0 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.table_section table tbody td .operate_btn:hover {
  background: #eeeeee;
}
.table_section table tbody td .num {
  width: 64px;
  height: 24px;
  border: 1px solid #aaaaaa;
  background: #f3f3f3;
  color: #666666;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.table_section table tbody td .split_line {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 12px;
  height: 1px;
  background: #bbb;
  margin-left: 4px;
  margin-right: 4px;
}
.table_section table tbody td a {
  color: #666666;
}
.table_section table tbody td a:hover {
  color: #444444;
}
.vote_detail_pop {
  padding: 10px 20px 0;
}
.vote_detail_pop .header {
  position: relative;
  height: 60px;
  line-height: 60px;
  background: #fafafa;
  text-align: center;
  font-size: 18px;
  color: #444;
}
.vote_detail_pop .header .time {
  position: absolute;
  top: 0;
  right: 16px;
  color: #999;
  padding-left: 32px;
  font-size: 14px;
  background: url(../img/icon_stopwatch.png) left center no-repeat;
}
.vote_detail_pop .list {
  padding: 14px 20px;
}
.vote_detail_pop .list .item {
  position: relative;
  margin-top: 10px;
}
.vote_detail_pop .list .item .title {
  font-size: 16px;
  color: #666;
  line-height: 50px;
  padding-left: 12px;
}
.vote_detail_pop .list .item .process_box {
  font-size: 16px;
  color: #666;
}
.vote_detail_pop .list .item .process_box .process {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
  width: 550px;
  height: 18px;
  background: #d7ecfc;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 10px;
}
.vote_detail_pop .list .item .process_box .process .value {
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  background: #a0d6ff;
  width: 0;
}
.banner_edit_page .edit_section {
  background: #fff;
  margin: 30px 0;
}
.banner_edit_page .edit_section .img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.banner_edit_page .edit_section .img img {
  display: block;
  width: 100%;
  height: auto;
}
.banner_edit_page .edit_section .oprator_sec {
  padding: 10px 30px;
  height: 80px;
  overflow: hidden;
}
.banner_edit_page .edit_section .oprator_sec .left {
  float: left;
  max-width: 70%;
}
.banner_edit_page .edit_section .oprator_sec .left p {
  line-height: 30px;
}
.banner_edit_page .edit_section .oprator_sec .right {
  float: right;
  padding-top: 8px;
}
.banner_edit_page .edit_section .oprator_sec .right .banner_del {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 48px;
  height: 48px;
  background: url(../img/banner_del.png) center center no-repeat;
  margin-right: 10px;
}
.banner_edit_page .edit_section .oprator_sec .right .banner_del:hover {
  background-color: #eeeeee;
}
.banner_edit_page .edit_section.add {
  height: 70px;
  line-height: 70px;
  text-align: center;
  transition: background-color 500ms;
  -webkit-transition: background-color 500ms;
}
.banner_edit_page .edit_section.add .add_banner_link {
  font-size: 18px;
  color: #369ff2;
  transition: color 500ms;
  -webkit-transition: color 500ms;
}
.banner_edit_page .edit_section.add .add_banner_link .add_banner {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(../img/banner_add.png) center center no-repeat;
  transition: background 500ms;
  -webkit-transition: background 500ms;
}
.banner_edit_page .edit_section.add:hover {
  background: #369ff2;
}
.banner_edit_page .edit_section.add:hover .add_banner_link {
  color: #fff;
}
.banner_edit_page .edit_section.add:hover .add_banner_link .add_banner {
  background: url(../img/banner_add_w.png) center center no-repeat;
}
.img_upload_pop {
  padding: 28px 0;
  margin: 0 20px;
  border-top: 1px solid #ddd;
  width: 900px;
}
.img_upload_pop .img_sec {
  overflow: hidden;
}
.img_upload_pop .img_sec .item {
  position: relative;
  width: 440px;
  height: 142px;
  overflow: hidden;
  float: left;
  margin-bottom: 18px;
  border: 1px solid #ddd;
}
.img_upload_pop .img_sec .item img {
  display: block;
  width: 100%;
  height: auto;
}
.img_upload_pop .img_sec .item:first-child + .item,
.img_upload_pop .img_sec .item:first-child + .item + .item + .item,
.img_upload_pop .img_sec .item:first-child + .item + .item + .item + .item + .item {
  margin-left: 18px;
}
.img_upload_pop .img_sec .item.active {
  border: 2px solid #1e1b29;
}
.img_upload_pop .img_sec .item.active:after {
  content: url(../img/banner_selected.png);
  position: absolute;
  bottom: -2px;
  right: 0;
}
.img_upload_pop .img_sec .item .reload_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 50px;
  margin-left: -90px;
  margin-top: -25px;
}
.img_upload_pop .img_sec .item .reload_box input[type=file].file {
  position: relative;
  width: 180px;
  height: 50px;
  filter: alpha(opacity=0);
  opacity: 0;
  top: -50px;
}
.img_upload_pop .img_sec .item .reload_box .upload_btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
}
.img_upload_pop .img_sec .item.add img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.img_upload_pop .img_sec .item.add .upload_oprator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(245, 245, 245, 0.8);
  line-height: 142px;
  text-align: center;
  font-size: 18px;
  color: #999;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.img_upload_pop .img_sec .item.add .add_banner {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(../img/banner_add_gray.png) center center no-repeat;
  transition: background 500ms;
  -webkit-transition: background 500ms;
}
.img_upload_pop .img_sec .item.add p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #dcdcdc;
  color: #999;
  font-size: 14px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.img_upload_pop .img_sec .item.add input[type=file].file {
  position: relative;
  width: 440px;
  height: 142px;
  filter: alpha(opacity=0);
  opacity: 0;
  top: -205px;
}
.img_upload_pop .img_sec .item.add:hover .upload_oprator {
  background: rgba(54, 195, 242, 0.8);
  color: #fff;
}
.img_upload_pop .img_sec .item.add:hover .add_banner {
  background: url(../img/banner_add_w.png) center center no-repeat;
}
.img_upload_pop .img_sec .item.add:hover p {
  background: #008eff;
  color: #fff;
}
.img_upload_pop .form_item {
  margin-top: 20px;
}
.img_upload_pop .form_item .label {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.img_upload_pop .form_item .inputs {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.img_upload_pop .form_item input[type="text"],
.img_upload_pop .form_item select {
  height: 38px;
  line-height: 36px;
  border: 1px solid #ddd;
  margin-left: -8px;
}
.img_upload_pop .form_item input[type="text"] {
  width: 830px;
  padding: 0 6px;
}
.img_upload_pop .btns {
  padding: 50px 0 0;
}
.form_page {
  background: #fff;
  margin: 30px auto 0;
}
.form_section .item {
  padding-top: 24px;
  position: relative;
}
.form_section .item .label {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 192px;
  color: #666;
  padding-right: 30px;
  text-align: right;
}
.form_section .item .inputs {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.form_section .item .inputs input[type="text"],
.form_section .item .inputs textarea {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  color: #666;
  height: 44px;
  border: 1px solid #ddd;
}
.form_section .item .inputs .input_text {
  padding: 0 14px;
  line-height: 42px;
  width: 620px;
}
.form_section .item .inputs .vote_textarea {
  padding: 10px 14px;
  width: 620px;
  height: 160px;
  line-height: 26px;
}
.form_section .item .inputs .tips_text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.form_section .item .inputs .add_icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 110px;
  background-image: url(../img/add_model_color.png);
  background-position: center 16px;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #00c5be;
  font-size: 18px;
  padding-top: 64px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 46px;
}
.form_section .item .inputs .add_icons:hover {
  background-image: url(../img/add_model_white.png);
  background-color: #00c5be;
  color: #fff;
}
.form_section .item .inputs .type_sec {
  width: 230px;
  background: #369ff2;
  padding: 16px;
}
.form_section .item .inputs .type_sec p {
  color: #fff;
  line-height: 18px;
}
.form_section .item .inputs .type_sec p.title {
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center;
}
.form_section .item .inputs .radio_box {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 40px;
}
.form_section .item .inputs .radio_box img {
  display: inline-block;
  vertical-align: middle;
}
.form_section .item .inputs .radio_box input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.form_section .btns {
  margin: 104px 25px 0;
  border-top: 1px solid #ddd;
  text-align: right;
  padding-right: 85px;
}
.select_icons_pop {
  position: relative;
  width: 890px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
.select_icons_pop .pagination_simple {
  position: absolute;
  right: 22px;
  bottom: 15px;
}
.select_icons_pop .header {
  position: relative;
  display: block;
  width: 260px;
  margin: 30px auto 14px;
  border-bottom: 1px solid #999999;
}
.select_icons_pop .header span {
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  text-align: center;
  font-size: 16px;
  color: #444;
  background: #ffffff;
  padding: 10px 4px;
}
.select_icons_pop .color_list {
  width: 842px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.select_icons_pop .color_list + .header {
  margin: 16px auto 28px;
}
.select_icons_pop .btns {
  padding: 10px 0;
}
.select_icons_pop .color_list li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 4px;
  cursor: pointer;
}
.select_icons_pop .color_list li.active {
  border: 2px solid #1e1b29;
}
.select_icons_pop .color_list li.active:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #1e1b29;
}
.select_icons_pop .icons_list {
  width: 854px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.select_icons_pop .icons_list li {
  width: 110px;
  height: 110px;
  float: left;
  margin: 6px;
  background: #00c5be;
  padding: 21px;
  cursor: pointer;
}
.select_icons_pop .icons_list li.active {
  border: 4px solid #1e1b29;
}
#btn1 > input {
  float: right;
  margin-right: 15px;
}
.select_icons_pop .icons_list li .img {
  display: table-cell;
  width: 68px;
  height: 68px;
  max-width: 68px;
  max-height: 68px;
  text-align: center;
  vertical-align: middle;
}
.select_icons_pop .icons_list li .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.create_page {
  background: #fff;
  margin: 50px auto;
  padding: 18px;
}
.create_page .create_section {
  width: 682px;
  margin: 0 auto;
}
.create_page .create_section > .header {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #444;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #666666;
}
.create_page .create_section .form_item {
  position: relative;
  margin-bottom: 18px;
}
.create_page .create_section .form_item .full_length {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0 16px;
}
.create_page .create_section .form_item .num_text {
  position: absolute;
  right: 10px;
  top: 16px;
  color: #999;
}
.create_page .create_section .item_section {
  border-top: 2px solid #666666;
  background: #fafafa;
  margin-bottom: 46px;
}
.create_page .create_section .item_section .textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  height: 300px;
}
.create_page .create_section .item_section .header,
.download_list .header {
  height: 60px;
  line-height: 60px;
  padding: 0 26px;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid #ddd;
}
.create_page .create_section .item_section .upload_section,
.download_list .upload_section {
  padding: 40px 34px;
  overflow: auto;
}
.create_page .create_section .item_section .upload_section .file_item,
.download_list .upload_section .file_item {
  position: relative;
  width: 92px;
  height: 92px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding: 16px 0;
  float: left;
  margin: 5px;
  cursor: pointer;
  background: url(../img/accessory_normal.png) center center no-repeat;
}
.create_page .create_section .item_section .upload_section .file_item .type,
.download_list .upload_section .file_item .type {
  display: block;
  font-size: 16px;
}
.create_page .create_section .item_section .upload_section .file_item p,
.download_list .upload_section .file_item p {
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 12px;
}
.create_page .create_section .item_section .upload_section .file_item .del,
.download_list .upload_section .file_item .del {
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
  background: url(../img/icon_file_delete.png) center center no-repeat;
  right: -4px;
  top: -4px;
}
.create_page .create_section .item_section .upload_section .file_item .del:hover,
.download_list .upload_section .file_item .del:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.create_page .create_section .item_section .upload_section .file_item .icon_download,
.download_list .upload_section .file_item .icon_download {
  position: absolute;
  left: 6px;
  top: 5px;
  display: none;
  width: 88%;
  height: 40px;
  background: url(../img/down-load.png) center center no-repeat rgba(0, 0, 0, 0.8);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.create_page .create_section .item_section .upload_section .file_item .icon_download:hover,
.download_list .upload_section .file_item .icon_download:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.create_page .create_section .item_section .upload_section .file_item:hover .del,
.download_list .upload_section .file_item:hover .del {
  display: block;
}
.create_page .create_section .item_section .upload_section .file_item:hover .icon_download,
.download_list .upload_section .file_item:hover .icon_download {
  display: block;
}
.create_page .create_section .item_section .upload_section .pic_upload {
  position: relative;
  width: 92px;
  height: 92px;
  background: url(../img/icon_upload.png) center center no-repeat;
  float: left;
  margin: 5px;
}
.create_page .create_section .item_section .upload_section .pic_upload input[type=file].file {
  position: absolute;
  width: 88px;
  height: 88px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.create_form {
  padding-top: 46px;
}
.create_form .item {
  position: relative;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
}
.create_form .item .label {
  display: inline-block;
  vertical-align: middle;
  width: 132px;
  line-height: 46px;
  text-align: right;
  padding-right: 30px;
}
.create_form .item .inputs {
  display: inline-block;
  vertical-align: middle;
}
.create_form .item .inputs input[type="text"],
.create_form .item .inputs input[type="number"] {
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  line-height: 44px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 16px;
}
.create_form .item .inputs .input_normal {
  width: 480px;
}
.create_form .item .inputs .input_middle {
  width: 300px;
  margin-right: 20px;
}
.create_form .item .inputs .time {
  width: 160px;
}
.create_form .item .inputs .num {
  width: 80px;
  text-align: center;
}
.create_form .item .inputs .radio_box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.create_form .item .inputs .radio_box input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.create_form .item .inputs .add_item {
  height: 52px;
  line-height: 52px;
  background: url(../img/add_model_color2.png) left center no-repeat;
  padding-left: 64px;
  margin: 16px 0 36px;
}
.swiper-container {
  width: 1210px;
  height: 360px;
  overflow: hidden;
}
.twoPartLeft .swiper-container {
  width: 940px;
}
.swiper-container .swiper-slide {
  display: block;
}
.swiper-container img {
  display: block;
  width: 100%;
  height: 360px;
  max-height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-button-prev {
  right: 50px;
  background: url(../img/banner_arrow_left.png) center center no-repeat #000000;
}
.swiper-button-next {
  right: 0;
  background: url(../img/banner_arrow_right.png) center center no-repeat #000000;
}
.swiper-pagination-fraction {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.downLoad_page {
  width: 970px;
  background: #ffffff;
  padding-bottom: 80px;
  margin: 0 auto 40px;
  border-top: 4px solid #369ff2;
}
.downLoad_page .downLoad_sec {
  width: 680px;
  margin: 0 auto;
}
.downLoad_page .downLoad_sec .download_list {
  background: #fafafa;
  margin-top: 30px;
}
.downLoad_page .downLoad_sec .header {
  padding: 34px;
  height: 122px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.downLoad_page .downLoad_sec .header p {
  font-size: 16px;
  color: #999;
}
.downLoad_page .downLoad_sec .header p.title {
  font-size: 22px;
  color: #444;
  margin-bottom: 20px;
}
.downLoad_page .downLoad_sec .downLoad_tips {
  color: #666;
  font-size: 14px;
  line-height: 36px;
}
.downLoad_page .downLoad_sec .ask_box {
  padding-top: 40px;
  border-bottom: 1px dotted #999999;
  padding-bottom: 20px;
}
.downLoad_page .downLoad_sec .ask_box .label {
  background: #957bff;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  font-family: "黑体";
  margin-right: 6px;
  vertical-align: top;
}
.downLoad_page .downLoad_sec .ask_box .value {
  display: inline-block;
  width: 644px;
}
.downLoad_page .downLoad_sec .ask_box .value p {
  font-weight: 600;
  line-height: 20px;
}
.downLoad_page .downLoad_sec .ask_box .value .time {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.downLoad_page .downLoad_sec .goods_info {
  margin: 20px 0;
}
.downLoad_page .downLoad_sec .goods_info .label,
.downLoad_page .downLoad_sec .goods_info .img_box,
.downLoad_page .downLoad_sec .goods_info .title {
  display: inline-block;
  vertical-align: middle;
}
.downLoad_page .downLoad_sec .goods_info .img_box {
  border: 1px solid #ddd;
}
.downLoad_page .downLoad_sec .goods_info .img_box .img {
  display: table-cell;
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  text-align: center;
  vertical-align: middle;
}
.downLoad_page .downLoad_sec .goods_info .img_box .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.downLoad_page .downLoad_sec .goods_info .title {
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 520px;
}
.downLoad_page .downLoad_sec .answer_box {
  color: #999;
}
.downLoad_page .downLoad_sec .answer_box textarea {
  display: block;
  width: 100%;
  height: 130px;
  border: 1px solid #ddd;
  resize: none;
  padding: 15px 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.downLoad_page .downLoad_sec .answer_box textarea.error {
  border: 1px solid #f00;
}
.downLoad_page .downLoad_sec .answer_box input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.downLoad_page .downLoad_sec .btns {
  text-align: right;
}
form .item label.fieldError {
  position: absolute;
  top: 12px;
  line-height: 23px;
  color: #ff0000;
  padding-left: 6px;
  white-space: nowrap;
}
.weekly_welfare_section {
  background: #fff;
  margin-top: 20px;
}
.weekly_welfare_section .header {
  height: 60px;
  background: #333333;
}
.weekly_welfare_section .header span {
  position: relative;
  display: block;
  width: 130px;
  height: 70px;
  line-height: 70px;
  margin-left: 26px;
  top: -10px;
  background: #22212e;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.weekly_welfare_section .header span:after {
  content: " ";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #9b9b9a;
  border-left: 5px solid #9b9b9a;
  border-right: 5px solid transparent;
}
.weekly_welfare_section .weekly_main_section {
  position: relative;
  padding: 26px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.weekly_welfare_section .weekly_main_section:after {
  position: absolute;
  top: 89px;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.weekly_welfare_section .weekly_main_section .show_band_section {
  margin: 42px 0 16px;
}
.weekly_welfare_section .weekly_main_section .show_band_section .g_coming_soon {
  background: #fff;
}
.weekly_welfare_section .weekly_main_section .show_band_section .g_coming_soon img {
  display: block;
  width: 100%;
  height: auto;
}
.weekly_welfare_section .weekly_main_section .show_band_section .items {
  display: none;
}
.weekly_welfare_section .weekly_main_section .show_band_section .left_img {
  width: 660px;
  height: 310px;
  border: 1px solid #e5e5e5;
  float: left;
  overflow: hidden;
}
.weekly_welfare_section .weekly_main_section .show_band_section .left_img a {
  display: table-cell;
  width: 660px;
  height: 310px;
  max-width: 660px;
  max-height: 310px;
  text-align: center;
  vertical-align: middle;
}
.weekly_welfare_section .weekly_main_section .show_band_section .left_img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.weekly_welfare_section .weekly_main_section .show_band_section .right_description {
  width: 456px;
  float: right;
}
.weekly_welfare_section .weekly_main_section .show_band_section .right_description .title {
  font-size: 20px;
  color: #444;
  line-height: 60px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.weekly_welfare_section .weekly_main_section .show_band_section .right_description .fultitle {
  font-size: 14px;
  color: #888;
  line-height: 20px;
}
.count_time {
  max-width: 456px;
  font-size: 20px;
  color: #444;
  margin: 40px auto 0;
  text-align: center;
}
.count_time img,
.count_time > p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.count_time .ec_btn {
  display: block;
  margin: 28px auto 0;
}
.count_time p.gray {
  font-size: 14px;
  color: #999999;
  padding-left: 12px;
}
.count_time .clock {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #444;
}
.count_time .clock span.hours {
  margin-left: 10px;
}
.input_btn_group {
  margin: 32px 0 16px;
}
.input_btn_group .input_info {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  background: transparent;
}
.input_btn_group .btn_red {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 40px;
  line-height: 38px;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #ff0000;
  margin-left: -7px;
}
.swiper-container.weekly_scroll {
  position: relative;
  width: 1155px;
  height: 180px;
}
.swiper-container.weekly_scroll:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 1155px;
  height: 26px;
  background: #f5f5f5;
  border-radius: 4px;
}
.swiper-container.weekly_scroll .swiper-button-next,
.swiper-container.weekly_scroll .swiper-button-prev {
  width: 38px;
  height: 26px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../img/icon_arrow_weekly.png) center center no-repeat;
}
.swiper-container.weekly_scroll .swiper-button-next:hover,
.swiper-container.weekly_scroll .swiper-button-prev:hover {
  background-color: #e5e5e5;
}
.swiper-container.weekly_scroll .swiper-button-prev {
  left: 0;
  background-position: 10px -30px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.swiper-container.weekly_scroll .swiper-button-prev.swiper-button-disabled {
  background-position: 10px -91px;
}
.swiper-container.weekly_scroll .swiper-button-next {
  right: 0;
  background-position: 10px 2px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.swiper-container.weekly_scroll .swiper-button-next.swiper-button-disabled {
  background-position: 10px -60px;
}
.swiper-container.weekly_scroll .swiper-wrapper {
  height: auto;
}
.swiper-container.weekly_scroll .swiper-slide {
  cursor: pointer;
}
.swiper-container.weekly_scroll .swiper-slide .time {
  width: 160px;
  height: 64px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 0;
  margin: 0 auto;
}
.swiper-container.weekly_scroll .swiper-slide .time p {
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
.swiper-container.weekly_scroll .swiper-slide .time p:first-child {
  font-size: 16px;
  color: #444;
}
.swiper-container.weekly_scroll .swiper-slide .time p span {
  color: #444;
  margin: 0 6px;
}
.swiper-container.weekly_scroll .swiper-slide .logo {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 160px;
  margin: 0 auto;
}
.swiper-container.weekly_scroll .swiper-slide .logo .img {
  display: table-cell;
  width: 160px;
  height: 84px;
  max-width: 160px;
  max-height: 84px;
  text-align: center;
  vertical-align: middle;
}
.swiper-container.weekly_scroll .swiper-slide .logo .img img {
  display: inline-block;
  max-width: 60%;
  max-height: 60%;
}
.swiper-container.weekly_scroll .swiper-slide.past .time {
  background: #f5f5f5;
}
.swiper-container.weekly_scroll .swiper-slide.current .time {
  border: 1px solid #369ff2;
  background: #369ff2;
}
.swiper-container.weekly_scroll .swiper-slide.current .time p {
  color: #fff;
}
.swiper-container.weekly_scroll .swiper-slide.current .time p:first-child {
  color: #fff;
}
.swiper-container.weekly_scroll .swiper-slide.current .time p span {
  color: #fff;
}
.swiper-container.weekly_scroll .swiper-slide.current .logo {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none;
}
.swiper-container.weekly_scroll .swiper-slide.today .time {
  border: 1px solid #369ff2;
}
.special_selling {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 380px;
  background: #fff;
}
.special_selling .bg_text {
  font-size: 155px;
  color: #f9f9f9;
  text-align: center;
  font-weight: 800;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -170px;
  z-index: 0;
  line-height: 160px;
}
.special_selling .icon_hot {
  position: absolute;
  right: 26px;
  top: 0;
  width: 44px;
  height: 58px;
  background: url(../img/icon_hot.png) center center no-repeat;
}
.special_selling .contentArea {
  position: relative;
  display: table-cell;
  width: 380px;
  height: 360px;
  vertical-align: middle;
  text-align: center;
  color: #666;
  z-index: 100;
}
.special_selling .contentArea > p {
  width: 360px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special_selling .contentArea > p.title {
  font-size: 24px;
  margin-bottom: 26px;
}
.special_selling .contentArea > p.startTime {
  font-size: 20px;
  margin-bottom: 40px;
}
.special_selling .contentArea .count_time {
  margin-left: 0;
  margin-top: 26px;
}
.right_fixed_section {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 19900205;
}
.right_fixed_section .box {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #eeeeee;
  margin-top: 7px;
  overflow: hidden;
  box-sizing: border-box;
}
.right_fixed_section .box .num {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  padding-left: 5px;
}
.right_fixed_section .box.cart .hoverSec {
  line-height: 50px;
}
.right_fixed_section .box.totop .hoverSec {
  padding: 10px;
  line-height: 15px;
}
.right_fixed_section .box:hover .hoverSec {
  top: 0;
}
.right_fixed_section .box .hoverSec {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #bbbbbb;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.right_fixed_section .box.cart {
  background: url(../img/icon_shoppingCart.png) center center no-repeat #ffffff;
}
.right_fixed_section .box.totop {
  background: url(../img/backToTop.png) center center no-repeat #ffffff;
}
.noOpen_header {
  position: relative;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 40px auto;
}
.noOpen_header .title {
  position: absolute;
  top: -20px;
  left: 50%;
  height: 40px;
  line-height: 40px;
  background: #f4f5fa;
  padding: 0 50px;
  margin-left: -85px;
  font-size: 24px;
  color: #222;
}
.vote_detail_section {
  margin-top: 30px;
  padding: 20px;
  background: #f8f8f8;
}
.vote_detail_section .vote_header {
  line-height: 20px;
  padding: 20px 0;
}
.vote_detail_section .vote_header .title {
  font-size: 18px;
  color: #333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
.vote_detail_section .vote_header .time {
  float: right;
  font-size: 12px;
  color: #757575;
  margin-left: 15px;
}
.vote_detail_section .vote_header .checkbox_tips {
  color: #369ff2;
  margin-top: 6px;
}
.vote_detail_section .vote_list .item {
  line-height: 20px;
  font-size: 14px;
  color: #757575;
  clear: both;
  margin-bottom: 20px;
}
.vote_detail_section .vote_list .item input {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.vote_detail_section .btns {
  text-align: right;
}
.vote_detail_section .create_form .item .label {
  width: 100px;
}
.vote_detail_section .vote_detail_pop {
  padding: 0;
}
.vote_detail_section .vote_detail_pop .list .item .process_box .process {
  width: 500px;
}
.careRecordList {
  background: #fff;
  margin: 18px 0;
  padding-bottom: 50px;
}
.careRecordList .items {
  border-bottom: 1px solid #e0e8ef;
  overflow: auto;
}
.careRecordList .items .right_description {
  width: 1012px;
  padding: 16px 34px 0;
  float: left;
}
.careRecordList .items .right_description .img {
  height: 70px;
  overflow: hidden;
  margin-bottom: 6px;
}
.careRecordList .items .right_description .img img {
  display: inline-block;
}
.careRecordList .items .right_description .img img.img_title {
  height: 70px;
  width: auto;
}
.careRecordList .items .right_description .img img.img_gift {
  height: 49px;
  width: auto;
  margin-left: 31px;
}
.careRecordList .items .right_description p {
  position: relative;
  font-size: 12px;
  font-family: "宋体";
  color: #999;
  line-height: 24px;
}
.careRecordList .items .right_description .btn_box {
  padding: 10px 0;
}
.careRecordList .items .right_description .btn_box .g_btn {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  margin-right: 6px;
}
.careRecordList .items .right_description .btn_box .g_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.careRecordList .items .right_description .btn_box .g_btn_gray {
  background: #dddddd;
}
.careRecordList .items .right_description .btn_box .g_btn_theme {
  background: #369ff2;
}
.careRecordList .items .left_user_info {
  width: 198px;
  float: left;
  border-right: 1px solid #eff3f7;
}
.careRecordList .items .left_user_info .table_cell {
  display: table-cell;
  width: 197px;
  height: 216px;
  text-align: center;
  vertical-align: middle;
}
.careRecordList .items .left_user_info .img_box {
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #eee;
  border-radius: 100%;
  overflow: hidden;
  margin: 6px auto;
}
.careRecordList .items .left_user_info .img_box .img {
  display: table-cell;
  width: 68px;
  height: 68px;
  max-width: 68px;
  max-height: 68px;
  text-align: center;
  vertical-align: middle;
}
.careRecordList .items .left_user_info .img_box .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.careRecordList .items .left_user_info p {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.careRecordList .items .left_user_info p.name {
  color: #666;
}
.pop_care_detail {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.pop_care_detail .close_layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.pop_care_detail .care_detail {
  position: relative;
  width: 500px;
  height: auto;
  margin: 5% auto;
  border: 4px solid #369FF2;
  background: #fff;
}
.pop_care_detail .care_detail .img_title {
  display: block;
  width: 100%;
  height: auto;
}
.pop_care_detail .care_detail .textarea {
  padding: 16px;
  font-size: 14px;
}
.pop_care_detail .care_detail .textarea .greening {
  font-size: 16px;
  line-height: 30px;
  color: #444;
}
.pop_care_detail .care_detail .textarea .content {
  color: #666;
  line-height: 22px;
  padding-bottom: 20px;
}
.pop_care_detail .care_detail .textarea .sign {
  color: #999;
  line-height: 24px;
}
.pagination_simple span {
  display: inline-block;
  line-height: 30px;
  color: #444;
}
.pagination_simple span:first-child {
  color: #376dfc;
}
.pagination_simple a {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #f7f7f7;
  color: #376dfc;
  text-align: center;
  margin-left: 10px;
}
.pagination_simple a + a {
  margin-left: 0;
}
.v2_index_discount_box {
  margin-top: 40px;
  margin-bottom: 20px;
}
.v2_index_discount_box .header {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #dddddd;
  top: -30px;
}
.v2_index_discount_box .header span {
  position: relative;
  display: block;
  width: 250px;
  height: 44px;
  background: url(../img/index_fli_title.png) center center no-repeat #f4f5fa;
  margin: 0 auto;
  top: 38px;
}
.v2_index_discount_box .index_discountRate_entries {
  overflow: hidden;
  padding: 18px 0;
}
.v2_index_discount_box .index_discountRate_entries .img {
  position: relative;
  display: block;
  width: 32.8%;
  height: 159px;
  float: left;
  top: 0;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
}
.v2_index_discount_box .index_discountRate_entries .img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.v2_index_discount_box .index_discountRate_entries .img + .img {
  margin-left: 0.8%;
}
.v2_index_discount_box .index_discountRate_entries .img:hover {
  top: -6px;
}
.v2_index_discount_box .index_discountRate_entries .img:hover:after {
  content: "";
  position: absolute;
  width: 397px;
  height: 58px;
  left: 0;
  bottom: -22px;
  background: url(../img/discountRate_shadow.png) center center no-repeat;
  z-index: 0;
}
.v2_index_discount_box .xsqg_index_box .xsqg_header {
  width: 100%;
  height: 64px;
  background: url(../img/title_bg_xsqg.png) center center no-repeat;
}
.v2_index_discount_box .xsqg_index_box .xsqg_header .title {
  display: block;
  width: 136px;
  height: 40px;
  background: url(../img/title_xsqg.png) center center no-repeat;
  float: left;
  margin: 12px 0 0 26px;
}
.v2_index_discount_box .xsqg_index_box .xsqg_header .time_count_down {
  font-size: 18px;
  color: #2d2e2e;
  padding: 13px 0;
  margin-left: 280px;
}
.v2_index_discount_box .xsqg_index_box .xsqg_header .time_count_down .label {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  vertical-align: middle;
}
.v2_index_discount_box .xsqg_index_box .xsqg_header .time_count_down span {
  display: inline-block;
  width: 39px;
  height: 37px;
  background: #333333;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin: 0 4px;
}
.public_sale_goods_list {
  background: #fff;
  padding-top: 23px;
  overflow: hidden;
}
.public_sale_goods_list .item {
  display: block;
  width: 20%;
  height: 292px;
  float: left;
  box-sizing: border-box;
}
.public_sale_goods_list .item + .item {
  border-left: 1px solid #f6f6f6;
}
.public_sale_goods_list .item .img {
  position: relative;
  width: 188px;
  height: 188px;
  margin: 0 auto 10px;
  left: 0;
  transition: left 500ms;
  -webkit-transition: left 500ms;
}
.public_sale_goods_list .item .img img {
  position: relative;
  width: 100%;
  height: 100%;
}
.public_sale_goods_list .item .img .imgActState {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
}
.public_sale_goods_list .item .img .imgActState.aboutToStart {
  background: url(../img/icon_aboutToStart.png) center center no-repeat;
  color: #fff;
}
.public_sale_goods_list .item .img .imgActState.haveEnd {
  background: url(../img/icon_haveEnd.png) center center no-repeat;
  color: #fff;
}
.public_sale_goods_list .item .img .no_stock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 99;
}
.public_sale_goods_list .item .title {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  padding: 0 20px;
}
.public_sale_goods_list .item .price {
  padding: 0 20px;
  line-height: 40px;
  overflow: hidden;
}
.public_sale_goods_list .item .price .sale {
  font-size: 14px;
  color: #409fff;
  float: left;
}
.public_sale_goods_list .item .price .sale span {
  font-size: 20px;
}
.public_sale_goods_list .item .price .old {
  font-size: 14px;
  color: #999;
  float: right;
  text-decoration: line-through;
  margin-top: 2px;
}
.public_sale_goods_list .item.last-child {
  margin-top: -23px;
  height: 315px;
  background: url(../img/enter_xsqg.png) center center no-repeat;
}
.public_sale_goods_list .item.last-child p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 54px;
}
.public_sale_goods_list .item:hover .img {
  left: -5px;
}
.banner_with_count_time {
  position: relative;
  color: #333;
  font-size: 20px;
  margin: 30px 0 10px;
}
.banner_with_count_time img {
  display: block;
  width: 100%;
  height: 360px;
}
.banner_with_count_time .banner_inner_count {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: 394px;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
  padding-top: 28px;
}
.banner_with_count_time .banner_inner_count p {
  line-height: 58px;
}
.banner_with_count_time .banner_inner_count p .icon_clock_v2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 26px;
  height: 28px;
  background: url(../img/icon_clock_v2.png) center center no-repeat;
}
.banner_with_count_time .banner_inner_count .time {
  margin-top: 12px;
}
.banner_with_count_time .banner_inner_count .time span {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 88px;
  line-height: 88px;
  color: #fff;
  font-size: 45px;
  background: #111a23;
  margin: 4px;
}
.index_main .index_header {
  position: relative;
  height: 130px;
  background: #fff;
  padding-left: 198px;
  margin: 30px 0;
}
.index_main .index_header .img_sec {
  position: absolute;
  left: 12px;
  top: -10px;
  width: 150px;
  height: 150px;
  padding: 4px;
  background: #fff;
  border-radius: 6px;
}
.index_main .index_header .img_sec > div {
  position: relative;
  width: 100%;
  height: 142px;
  line-height: 142px;
  text-align: center;
}
.index_main .index_header .img_sec > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  width: 68px;
  height: 68px;
}
.index_main .index_header .text_sec {
  padding-top: 25px;
}
.index_main .index_header .text_sec h2 {
  font-size: 24px;
  color: #181520;
  font-weight: lighter;
  line-height: 50px;
}
.index_main .index_header .text_sec p {
  font-size: 14px;
  color: #666;
}
.index_main .index_blocks {
  margin: -7px;
  overflow: hidden;
}
.index_main .index_blocks .item {
  position: relative;
  width: 292px;
  height: 280px;
  background: #fff;
  border-radius: 6px;
  float: left;
  margin: 7px;
  padding-top: 40px;
}
.index_main .index_blocks .item > div {
  text-align: center;
}
.index_main .index_blocks .item > div.bg {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 auto;
}
.index_main .index_blocks .item > div.bg img {
  height: 50px;
  width: auto;
  margin: 20px auto;
}
.index_main .index_blocks .item .img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.index_main .index_blocks .item .img img {
  width: 90px;
}
.index_main .index_blocks .item a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #6ab0ff;
  color: #6ab0ff;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  margin: 36px auto;
}
.index_main .index_blocks .item a:hover {
  background: #6ab0ff;
  color: #fff;
}
.index_main .index_blocks .item .operators {
  position: absolute;
  left: 0;
  bottom: 12px;
  display: none;
  width: 100%;
  height: 35px;
  padding-top: 4px;
}
.index_main .index_blocks .item:hover .operators {
  display: block;
}
.tripViewPage {
  padding: 16px;
  background: #fff;
}
.tripViewPage .box {
  padding-bottom: 12px;
}
.tripViewPage label.header {
  display: block;
  height: 32px;
  line-height: 32px;
  background: #dfdfdf;
  padding-left: 12px;
}
.tripViewPage .top {
  border: 1px solid #ddd;
}
.tripViewPage .top .table {
  padding: 12px;
}
.tripViewPage .top table {
  width: 100%;
}
.tripViewPage .top table td {
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  vertical-align: text-top;
}
.tripViewPage .middle {
  border: 1px solid #ddd;
  margin: 12px 0;
}
.tripViewPage .middle .basicinfo {
  padding: 12px 12px 24px;
}
.tripViewPage .middle .basicinfo p {
  line-height: 24px;
}
.tripViewPage .middle .basicinfo label {
  display: inline-block;
  vertical-align: text-top;
  color: #666;
}
.tripViewPage .middle .basicinfo span {
  display: inline-block;
  vertical-align: text-top;
  color: #666;
  margin-top: 2px;
  line-height: 20px;
}
.tripViewPage .middle .basicinfo textarea {
  display: inline-block;
  vertical-align: text-top;
  color: #333;
  padding: 8px;
  line-height: 20px;
}
.tripViewPage .middle .basicinfo .rightTips {
  display: inline-block;
  vertical-align: bottom;
}
.tripViewPage .middle .basicinfo .notice {
  margin-top: 10px;
}
.tripViewPage .bottom {
  border: 1px solid #ddd;
}
.tripViewPage .bottom .over {
  padding: 12px;
}
.tripViewPage .bottom .over table {
  width: 100%;
  border-collapse: collapse;
}
.tripViewPage .bottom .over table td,
.tripViewPage .bottom .over table th {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px 4px;
}
.tripViewPage .bottom .over table.punch-in-information-table td{
  white-space: pre-line;
  word-break: break-all;
  word-wrap: break-word;
}
.tripViewPage .bottom .over table.punch-in-information-table td.memberName{
  white-space: nowrap;
  word-break: inherit;
  word-wrap:inherit;
}
.tripViewPage .bottom .over table th {
  background-color: #f5f5f5;
  padding: 10px 4px;
}
.tripTabViewPage {
  padding: 12px;
  background: #f5f5f5;
}
.tripTabViewPage .public_empty_section {
  height: 360px;
  padding: 100px 50px;
}
.tripTabViewPage .top {
  background: #e2edf9;
  padding: 12px;
}
.tripTabViewPage .listinfo .lists .item {
  line-height: 24px;
}
.tripTabViewPage .listinfo .lists .item label {
  display: inline-block;
  vertical-align: middle;
}
.tripTabViewPage .listinfo .lists .item span {
  display: inline-block;
  vertical-align: middle;
}
.tripTabViewPage .listinfo .lists .item span + span {
  margin-left: 8px;
}
.tripTabViewPage .nav {
  height: 50px;
  background-color: #fff;
  padding-left: 30px;
  box-sizing: border-box;
}
.tripTabViewPage .nav .lists {
  padding: 10px 0;
}
.tripTabViewPage .nav .lists .item {
  display: inline-block;
  padding: 0 8px;
  height: 30px;
  border-radius: 20px;
  background: #efefef;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.tripTabViewPage .nav .lists .item .icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  height: 27px;
  width: 27px;
  background: url(../img/typeicon.png) no-repeat;
}
.tripTabViewPage .nav .lists .item .plane {
  background-position: -45px -15px;
}
.tripTabViewPage .nav .lists .item .hotel {
  background-position: -155px -15px;
}
.tripTabViewPage .nav .lists .item .train {
  background-position: -260px -15px;
}
.tripTabViewPage .nav .lists .item .didi {
  background-position: -370px -15px;
}
.tripTabViewPage .nav .lists .item.active {
  background-color: #4993fa;
  color: #fff;
}
.tripTabViewPage .nav .lists .item.active .plane {
  background-position: -21px -15px;
}
.tripTabViewPage .nav .lists .item.active .hotel {
  background-position: -131px -15px;
}
.tripTabViewPage .nav .lists .item.active .train {
  background-position: -236px -15px;
}
.tripTabViewPage .nav .lists .item.active .didi {
  background-position: -346px -15px;
}
.public_empty_section {
  background: #ffffff;
  padding: 20px 50px;
  text-align: center;
  margin: 10px 0;
}
.public_empty_section .img {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  margin-right: 10px;
}
.public_empty_section .img.img_fly {
  background: url(../img/img_search_fly.png) center center no-repeat;
}
.public_empty_section .img.img_train {
  background: url(../img/img_search_train.png) center center no-repeat;
}
.public_empty_section .img.img_hotel {
  background: url(../img/img_search_hotel.png) center center no-repeat;
}
.public_empty_section .img.img_didi {
  background: url(../img/img_search_didi.png) center center no-repeat;
}
.public_empty_section p {
  vertical-align: middle;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  margin-top: -10px;
}
.public_empty_section p span,
.public_empty_section p a {
  color: #4993fa;
}
.public_empty_section p.gray {
  color: #999;
  font-size: 16px;
  margin-top: 0;
}
.public_empty_section p.gray span,
.public_empty_section p.gray a {
  color: #4993fa;
}
.didi_select_addr_page .fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2;
}
.didi_select_addr_page .fixed_header .search_suggest_list {
  position: fixed;
  top: 2.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.didi_select_addr_page .fixed_header .search_suggest_list ul {
  border-top: 1px solid #e1e1e1;
  background: #fff;
}
.didi_select_addr_page .fixed_header .search_suggest_list ul li {
  line-height: 1rem;
  padding: 0 0.4rem;
  font-size: 0.32rem;
  border-bottom: 1px solid #e1e1e1;
}
.didi_select_addr_page .map {
  position: fixed;
  left: 0;
  top: 1.17333333rem;
  bottom: 0;
  right: 0;
}
.didi_select_addr_page .persent_position {
  position: fixed;
  left: 0.266666rem;
  bottom: 1.8rem;
  display: block;
  width: 0.906666rem;
  height: 0.906666rem;
  background: url(../img/didi/persent.png) center center / contain no-repeat;
}
.didi_select_addr_page .map_location {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  z-index: 999;
  padding: 0.266666rem 0.4rem 0.266666rem 0.16rem;
}
.didi_select_addr_page .map_location .icon_location {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/didi/icon_location2.png) center center / contain no-repeat;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.7rem;
  text-align: center;
  float: left;
  margin-top: 0.1rem;
}
.didi_select_addr_page .map_location .text {
  margin-left: 1.066666rem;
  margin-right: 1.066666rem;
}
.didi_select_addr_page .map_location .text p {
  font-size: 0.32rem;
  color: #999;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.5rem;
}
.didi_select_addr_page .map_location .text p.title {
  color: #333;
  font-size: 0.4rem;
}
.didi_select_addr_page .map_location .btn {
  display: block;
  font-size: 0.4rem;
  color: #333;
  float: right;
  margin-top: 0.2rem;
}
.didi_select_addr_page .input_section {
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  height: 1.2rem;
}
.didi_select_addr_page .input_section .city {
  position: relative;
  margin-left: 0.4rem;
  font-size: 0.373333rem;
  color: #333;
  line-height: 1.173333rem;
  padding-right: 0.4rem;
  margin-right: 0.26rem;
  height: 1.2rem;
  max-width: 2.7rem;
  overflow: hidden;
  float: left;
}
.didi_select_addr_page .input_section .city:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0.15rem solid #d9d9d9;
  border-bottom: 0.12rem solid transparent;
  border-left: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
}
.didi_select_addr_page .input_section .text_concel {
  position: absolute;
  right: 0.4rem;
  top: 0;
  font-size: 0.373333rem;
  color: #666;
  line-height: 1.173333rem;
}
.didi_select_addr_page .input_section .text_submit {
  position: absolute;
  right: 0.4rem;
  top: 0;
  font-size: 0.373333rem;
  color: #416efb;
  line-height: 1.173333rem;
}
.didi_select_addr_page .input_section .icon_clear {
  display: none;
  position: absolute;
  right: 1.4rem;
  top: 0.38rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/icon_close_circle.png) center center / contain no-repeat;
}
.didi_select_addr_page .input_section .input_text {
  display: block;
  width: 7rem;
  height: 1.1rem;
  font-size: 0.32rem;
  float: left;
  border: none;
}
.didi_select_addr_page .input_section.select_city {
  padding: 0 0.4rem;
}
.didi_select_addr_page .input_section.select_city .input_text {
  display: block;
  width: 40%;
}
.didi_select_addr_page ul.onAddr {
  margin-top: 1.2rem;
}
.didi_select_addr_page ul.onAddr li {
  min-height: 1.6rem;
  padding: 0.4rem 1.133333rem;
  background: url(../img/didi/icon_location.png) 0.4rem 0.586666rem no-repeat #f3f5f4;
  background-size: 0.266666rem 0.36rem;
  border-bottom: 1px solid #e1e1e1;
}
.didi_select_addr_page ul.onAddr li.active {
  background-color: #b8d8f1;
}
.didi_select_addr_page ul.onAddr li p {
  font-size: 0.32rem;
  color: #999;
  line-height: 0.48rem;
}
.didi_select_addr_page ul.onAddr li p:first-child {
  font-size: 0.373333rem;
  color: #333;
}
.didi_select_addr_page ul.onAddr li p:first-child span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.266666rem;
  color: #fefbfb;
  background: #38bea5;
  line-height: 0.48rem;
  padding: 0 0.053333rem;
  margin-top: -0.053333rem;
  margin-left: 0.053333rem;
  border-radius: 0.053333rem;
}
.didi_select_addr_page .select_city_section {
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: 0.373333rem;
  right: 0.373333rem;
  font-size: 0.373333rem;
  color: #333;
  background-color: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.didi_select_addr_page .select_city_section header {
  line-height: 0.853333rem;
  background: #ebebeb;
  border-bottom: 1px solid #e1e1e1;
  font-size: 0.32rem;
  color: #999;
  padding: 0 0.48rem;
}
.didi_select_addr_page .select_city_section header.fixed {
  position: fixed;
  top: 1.5rem;
  left: 0.373333rem;
  right: 0.373333rem;
  z-index: 99;
}
.didi_select_addr_page .select_city_section header.fixed + ul {
  padding-top: 0.853333rem;
}
.didi_select_addr_page .select_city_section .now_city,
.didi_select_addr_page .select_city_section ul li {
  line-height: 1.173333rem;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0.48rem;
}
.didi_select_addr_page .select_city_section .hot_city header {
  background: url(../img/didi/icon_star.png) 0.48rem center no-repeat #ebebeb;
  background-size: 0.32rem 0.306666rem;
  padding-left: 1rem;
}
.didi_select_addr_page .select_city_section .fixedRight {
  position: fixed;
  right: 0;
  top: 3.066666rem;
  bottom: 0;
  width: 1.5rem;
  overflow: auto;
  z-index: 888;
  padding-top: 0.533333rem;
  background: url(../img/didi/icon_star.png) center top no-repeat;
  background-size: 0.32rem 0.306666rem;
}
.didi_select_addr_page .select_city_section .fixedRight div {
  position: relative;
  text-align: center;
  font-size: 0.32rem;
  color: #333;
  height: 0.4rem;
  line-height: 0.4rem;
  cursor: pointer;
}
.didi_select_addr_page .select_city_section .fixedRight div.active {
  color: #369ff2;
}
.didi_select_addr_page .city_list_simple {
  margin-top: 1.4rem;
}
.didi_select_addr_page .city_list_simple .item_city {
  padding: 0 0.266666rem;
}
.didi_select_addr_page .city_list_simple .item_city header {
  color: #333;
  font-size: 0.4rem;
  line-height: 1rem;
}
.didi_select_addr_page .city_list_simple .item_city ul {
  padding: 0.133333rem;
  overflow: hidden;
}
.didi_select_addr_page .city_list_simple .item_city ul li {
  display: block;
  width: 32%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff;
  border-radius: 0.053333rem;
  color: #333;
  font-size: 0.32rem;
  text-align: center;
  float: left;
  margin-bottom: 0.24rem;
}
.didi_select_addr_page .city_list_simple .item_city ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.didi_pub_empty {
  position: relative;
  margin-top: 20%;
  height: 5.333333rem;
  background: url(../img/didi/icon_notice.png) center center no-repeat;
  background-size: 2.666666rem 2.666666rem;
}
.didi_pub_empty p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 0.4rem;
  line-height: 0.666666rem;
}
.community_main .open {
  z-index: 2000 !important;
}
.community_main .community_main_tip {
  color: #666;
  font-size: 12px;
}
.community_main .form_section {
  margin-bottom: 80px;
}
.community_main .form_section .item .label {
  text-align: left !important;
  width: 90px !important;
  padding-right: 0px !important;
}
.community_main .community_title {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding-left: 20px;
}
.community_main .inputs .member {
  padding: 4px 8px;
  border: 1px solid #369ff2;
  color: #369ff2;
  cursor: pointer;
}
.community_main .inputs .member.active {
  background: #369ff2;
  color: #ffffff;
}
.community_main .inputs > .member:nth-child(2) {
  margin-left: -4px;
}
.community_main .form_section .item .inputs input[type="text"],
.community_main .form_section .item .inputs textarea {
  height: 28px !important;
}
.community_main .form_section .item .inputs input[type="text"] {
  height: 28px !important;
  width: 240px !important;
  border: 1px solid #e0e8ef !important;
  height: 34px !important;
  padding: 0 10px !important;
  margin-left: 10px;
}
.community_main .radio_box .time {
  height: 32px;
  border: 1px solid #e0e8ef;
  width: 106px;
  background: url(../img/icon_clock.png) 95% center no-repeat #ffffff;
  background-size: 16px;
  padding: 0 4px;
}
.community_main .dropdown {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.community_main .dropdown .selected {
  height: 46px !important;
  line-height: 46px !important;
  padding: 0!important;
  padding-left: 20px !important;
}
.community_topic_details {
  width: 100%;
}
.community_topic_details .header {
  width: 100%;
  font-size: 20px;
  color: #444;
  text-align: center;
  border-bottom: 1px solid #ececec;
  position: relative;
  padding: 20px;
}
.community_topic_details .header .back {
  position: absolute;
  left: 0;
  padding: 4px 8px;
  border: 1px solid #369ff2;
  color: #369ff2;
  font-size: 14px;
  text-align: center;
  background: transparent;
  border-radius: 4px;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
  box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
}
.community_topic_details .header .back:hover,
.community_topic_details .header .back.active {
  background: #369ff2;
  color: #ffffff;
}
.community_topic_details .user {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  display: flex;
}
.community_topic_details .user .user_img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-left: 40px;
}
.community_topic_details .user .user_info {
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}
.community_topic_details .user .user_info div {
  height: 34px;
  line-height: 34px;
}
.community_topic_details .user .user_info .name {
  color: #333;
}
.community_topic_details .message {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
.community_topic_details .message .title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding-bottom: 20px;
  margin-left: 40px;
}
.community_topic_details .message .msg {
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
  margin-left: 40px;
  line-height: 24px;
}
.community_topic_details .message .picture {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40px;
}
.community_topic_details .message .picture img {
  width: 100px;
  height: 200px;
  margin: 20px 40px 20px 0;
  object-fit: cover;
}
.community_topic_details .Members {
  margin: 0px 40px;
  padding: 20px 0;
}
.community_topic_details .Members .section-new {
  display: flex;
}
.community_topic_details .Members .section-new .title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 24px;
  margin-top: 6px;
}
.community_topic_details .Members .section-new .department {
  display: inline-flex;
  flex-wrap: wrap;
  width: 980px;
}
.community_topic_details .Members .section-new .department span {
  font-size: 16px;
  background: #f4f5fa;
  color: #cacfe4;
  padding: 8px 18px;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.community_topic_details .Members .section {
  display: none;
  margin: 14px 0;
}
.community_topic_details .Members .section .member {
  padding: 4px 8px;
  border: 1px solid #369ff2;
  color: #369ff2;
  margin-left: -4px;
}
.community_topic_details .Members .section .member.active {
  background: #369ff2;
  color: #ffffff;
}
.community_topic_details .Members .zTree_section_before {
  position: relative;
}
.community_topic_details .Members .zTree_section_before:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  border-right: 1px solid #e0e8ef;
  background: #f5f7f8;
  margin-top: 20px;
}
.community_topic_details .Members .zTree_section_before .zTree_section {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: top;
  margin-top: 20px;
}
.community_topic_details .replys {
  border: 1px solid #ececec;
  padding-bottom: 20px;
  min-height: 400px;
  cursor: pointer;
}
.community_topic_details .replys .headers {
  background-color: #f4f5fa;
  height: 46px;
  line-height: 46px;
  display: flex;
  font-size: 16px;
  align-items: center;
}
.community_topic_details .replys .headers .universal {
  width: 160px;
  text-align: center;
  color: #999;
}
.community_topic_details .replys .headers .universal:hover {
  color: #333;
}
.community_topic_details .replys .headers .active {
  color: #369ff2;
  background-color: white;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.community_topic_details .replys .content {
  padding: 20px;
}
.community_topic_details .replys .content .discuss {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}
.community_topic_details .replys .content .discuss .discuss_message {
  color: #666;
  padding: 20px 0;
  padding-left: 110px;
}
.community_topic_details .replys .content .discuss .discuss_user {
  margin: 0px 40px;
  display: flex;
}
.community_topic_details .replys .content .discuss .discuss_user .discuss_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.community_topic_details .replys .content .discuss .discuss_user .discuss_info {
  font-size: 14px;
  color: #666;
  margin-left: 20px;
  flex-grow: 1;
}
.community_topic_details .replys .content .discuss .discuss_user .discuss_info div {
  height: 24px;
  line-height: 24px;
}
.community_topic_details .replys .content .discuss .discuss_user .discuss_info .name {
  color: #333;
  display: flex;
  justify-content: space-between;
}
.community_topic_details .replys .content .discuss .discuss_user .discuss_info .name .blue {
  color: #369FF2;
  padding: 0 10px;
}
.community_topic_details .replys .content .discuss .discuss_user .discuss_info .floor {
  font-size: 10px;
  color: #999;
  margin-right: 10px;
}
.community_topic_details .replys .content .discuss .discuss_user .discuss_info .time {
  font-size: 10px;
  color: #999;
}
.community_topic_details .replys .empty {
  width: 100%;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.community_topic_details .replys .empty .data {
  text-align: center;
}
.community_topic_details .replys .empty .data img {
  width: 148px;
  height: 148px;
}
.community_topic_details .replys .empty .data div {
  margin-top: 20px;
}
.pic_img_upload {
  background: url(../img/icon_img_upload.png) center center no-repeat !important;
}
.community_area .radio_box {
  min-width: 100px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding: 100px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  object-fit: scale-down;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal .close:hover,
.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.public_page.modify  .configuration .item{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.public_page.modify  .configuration .item p{
  margin-right: 12px;
}
.public_page.modify  .configuration .item input{
  margin-right: 4px;
}
.public_page.modify  .configuration .item span{
  margin-right: 6px;
}
.public_page.modify .create_page .create_section .item_section,
.public_page.modify  .configuration .item.sendCode{
  margin-bottom: 24px;
}
.notice-index-page .vote_index_page .sec_1 .UC_search_section{
  position: relative;
  width: 220px;
  height: 38px;
  float: right;
  border: 1px solid #00c5be;;
}
.notice-index-page .vote_index_page .sec_1 .text{
  max-width: calc(100% - 450px);
}
.notice-index-page .vote_index_page .sec_1 .text p.title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-index-page .vote_index_page .sec_1 .text p.content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.notice-index-page .vote_index_page .sec_1 .UC_search_section_content{
  position: absolute;
  right: 30px;
  top: 21px;
}
.notice-index-page .vote_index_page .sec_1 .btn_circle_green{
  top: 71px;
}
.notice-index-page .vote_index_page .sec_1 .UC_search_section input {
  height: 36px;
  line-height: 36px;
  width: 178px;
  padding: 0 10px;
  border: none;
}
.notice-index-page .vote_index_page .sec_1 .UC_search_section .btn_search{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 36px;
  border: none;
  outline: none;
  background: url(../img/btn_search.png) center center no-repeat #00c5be;
}

.select_icons_pop .icons_list li.uploadIcons {
  border: 1px solid #369ff2;
  color: #369ff2;
  font-size: 50px;
  font-weight: lighter;
  text-align: center;
  line-height: 56px;
  background: transparent;
}

.select_icons_pop .icons_list {
  width: 854px;
  height: 242px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}