@charset "utf-8";
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  font: 14px/1 "微软雅黑", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.3;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  border: none;
}
html {
  color: #444444;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
a,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
.layui-layer-loading .pub_ajax_load.layui-layer-loading2 {
  padding-top: 120px;
  text-align: center;
  background-position: center 30px;
  background-size: 32%;
  width: 220px;
  height: 170px;
  background-image: url(../img/pub_ajax_load.gif);
  background-color: rgba(27, 24, 37, 0.8);
  border-radius: 10px;
  color: #b1d7ff;
}
.public_page {
  width: 100%;
  min-width: 1210px;
  background: #f4f5fa;
}
/* 设置footer置底所用  */
html,
body {
  height: 100%;
}
/* 设置footer置底所用  */
.public_page {
  min-height: 100%;
  position: relative;
  padding-bottom: 270px;
}
input,
textarea,
select {
  outline: none;
}
.num_opt {
  position: relative;
  width: 94px;
  height: 41px;
  border: 1px solid #e8e8e8;
}
.num_opt input {
  display: block;
  width: 68px;
  height: 39px;
  line-height: 39px;
  border: none;
  text-align: center;
}
.num_opt .opt {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  border-left: 1px solid #e8e8e8;
  background: #f8f8f8;
}
.num_opt .opt span {
  display: block;
  height: 19px;
  text-align: center;
  color: #666666;
  font-size: 22px;
  line-height: 18px;
  cursor: pointer;
  text-indent: -9999999999px;
  overflow: hidden;
  background: url(../img/icon_num_oprator.png) center center no-repeat;
  background-position: 2px 2px;
}
.num_opt .opt span + span {
  height: 19px;
  border-top: 1px solid #e8e8e8;
  font-size: 32px;
  line-height: 14px;
  background-position: 2px -18px;
}
.num_opt .opt span:hover {
  background-color: #ffffff;
}
.ec_btn {
  display: inline-block;
  height: 50px;
  width: 190px;
  line-height: 48px;
  border: 1px solid #369ff2;
  color: #369ff2;
  font-size: 18px;
  text-align: center;
  margin-left: 14px;
  background: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  box-shadow: 0 0 1px #369ff2;
}
.ec_btn.btn_middle {
  height: 40px;
  width: 130px;
  line-height: 38px;
}
.ec_btn.btn_pill {
  height: 30px;
  width: 80px;
  line-height: 28px;
  font-size: 14px;
}
.ec_btn.btn_middle_long {
  height: 40px;
  line-height: 38px;
}
.ec_btn:hover,
.ec_btn.active {
  background: #369ff2;
  color: #ffffff;
}
.ec_btn.green {
  border: 1px solid #00c5be;
  background: #00c5be;
  color: #ffffff;
}
.ec_btn.green:hover {
  background: #00d9d3;
}
.ec_btn.active:hover {
  background: #3db3f9;
  border: 1px solid #3db3f9;
}
.ec_btn[disabled="disabled"] {
  border: 1px solid #acacac;
  background: #acacac;
  color: #ffffff;
  box-shadow: 0 0 1px #acacac;
}
.ec_btn.btn_gray {
  border: 1px solid #ddd;
  background: #ddd;
  color: #999;
  box-shadow: none;
}
.ec_btn.btn_index_long {
  width: 330px;
}
.ec_btn.btn_fat {
  width: 220px;
  height: 50px;
  line-height: 48px;
}
.btns {
  text-align: center;
  padding: 30px 0;
}
.public_header {
  width: 100%;
  min-width: 1210px;
  height: 140px;
  background: url(../img/grad_line.jpg) center bottom repeat-x;
  padding-bottom: 2px;
}
.public_header .user_login_info {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #808080;
  background: #181520;
}
.public_header .user_login_info .fr {
  margin-right: -14px;
}
.public_header .user_login_info .fr .welcome {
  margin-right: 14px;
  color: #10a0ea;
}
.public_header .user_login_info .fr a {
  display: inline-block;
  padding: 0 14px;
  color: #808080;
  background: url(../img/icon_split_short.png) left center no-repeat;
}
.public_header .web_main_nav {
  height: 110px;
  background: #1e1b29;
}
.public_header .web_main_nav .common_width {
  position: relative;
}
.public_header .web_main_nav ul {
  height: 110px;
}
.public_header .web_main_nav ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.public_header .web_main_nav ul li {
  width: 230px;
  float: left;
}
.public_header .web_main_nav ul li a {
  display: block;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 18px;
  color: #aaa;
  transition: height 600ms ease, line-height 500ms ease;
  -webkit-transition: height 600ms ease, line-height 500ms ease;
  /* Safari */
}
.public_header .web_main_nav ul li a.logo_box {
  width: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6px 0;
  cursor: default;
  transition: none;
  -webkit-transition: none;
  line-height: 0;
  /* Safari */
}
.public_header .web_main_nav ul li a .logo {
  display: table-cell;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  background: url(../img/public_logo_circle.png) center center no-repeat;
  box-sizing: border-box;
  padding: 2px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.public_header .web_main_nav ul li a .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.public_header .web_main_nav ul li.active a,
.public_header .web_main_nav ul li:hover a {
  height: 118px;
  line-height: 118px;
  color: #369ff2;
  background: #22212e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.public_header .web_main_nav ul li.active a.logo_box,
.public_header .web_main_nav ul li:hover a.logo_box {
  height: 100px;
  line-height: 100px;
  background: none;
}
.public_header .web_main_nav ul li.active a.logo_box,
.public_header .web_main_nav ul li:hover a.logo_box {
  height: 100px;
  line-height: 0;
  background: none;
}
.public_header .web_main_nav ul li.active .icon_nav_home,
.public_header .web_main_nav ul li:hover .icon_nav_home {
  background-position: -43px -48px;
}
.public_header .web_main_nav ul li.active .icon_nav_shopping,
.public_header .web_main_nav ul li:hover .icon_nav_shopping {
  background-position: -247px -3px;
}
.public_header .web_main_nav ul li.active .icon_nav_time,
.public_header .web_main_nav ul li:hover .icon_nav_time {
  background-position: -158px -2px;
}
.public_header .web_main_nav ul li.active .icon_nav_user,
.public_header .web_main_nav ul li:hover .icon_nav_user {
  background-position: -70px -3px;
}
.public_header .web_main_nav ul li.active .icon_nav_mine,
.public_header .web_main_nav ul li:hover .icon_nav_mine {
  background-position: -52px -122px;
}
.public_header .web_main_nav ul li.active .icon_nav_enter,
.public_header .web_main_nav ul li:hover .icon_nav_enter {
  background-position: -51px -81px;
}
.public_header .web_main_nav ul li.active .icon_nav_dollar,
.public_header .web_main_nav ul li:hover .icon_nav_dollar {
  background-position: -49px -40px;
}
.public_header .web_main_nav ul li.active .icon_nav_users,
.public_header .web_main_nav ul li:hover .icon_nav_users {
  background-position: -47px -3px;
}
.public_header .web_main_nav .top_shopping_cart {
  display: block;
  position: absolute;
  right: 0;
  top: 36px;
  width: 48px;
  height: 48px;
  background: url(../img/icons_main.png) center center no-repeat;
  background-position: -84px -40px;
  background-color: rgba(139, 138, 147, 0.2);
  background-color: #34323E \9;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
.public_header .web_main_nav .top_shopping_cart:hover {
  background: url(../img/icons_main.png) center center no-repeat rgba(139, 138, 147, 0.4);
  background-position: -84px -40px;
}
.public_header .web_main_nav .top_shopping_cart .num {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 26px;
  padding-left: 6px;
}
.public_footer {
  width: 100%;
  min-width: 1210px;
  height: 242px;
  background: url(../img/grad_line.jpg) center top repeat-x #181520;
  padding-top: 2px;
  margin-top: 68px;
}
/* 设置footer置底所用  */
.public_footer {
  position: absolute;
  left: 0;
  bottom: 0;
}
.public_footer.absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}
.public_footer .common_width {
  height: 240px;
  position: relative;
  padding-top: 14px;
}
.public_footer .common_width .section_1 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.public_footer .common_width .section_1 .footer_link {
  display: inline-block;
  width: 98px;
}
.public_footer .common_width .section_1 .footer_link + .footer_link {
  margin-left: 30px;
}
.public_footer .common_width .section_1 .footer_link .header {
  position: relative;
  font-size: 14px;
  color: #736d7f;
  border-bottom: 1px solid #369ff2;
  line-height: 48px;
  margin-bottom: 14px;
}
.public_footer .common_width .section_1 .footer_link .header:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #369ff2;
}
.public_footer .common_width .section_1 .footer_link a {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #736d7f;
  line-height: 32px;
}
.public_footer .common_width .section_1 .footer_link a:hover {
  color: #808080;
}
.public_footer .common_width .section_2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 274px;
  margin-right: 65px;
}
.public_footer .common_width .section_2 .line {
  padding: 5px 0;
}
.public_footer .common_width .section_2 .line .icon_nav {
  width: 46px;
  height: 46px;
}
.public_footer .common_width .section_2 .line .icon_nav.icon_contact {
  background-position: -147px -44px;
}
.public_footer .common_width .section_2 .line .icon_nav.icon_message {
  background-position: -208px -41px;
}
.public_footer .common_width .section_2 .line .text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
.public_footer .common_width .section_2 .line .text p.p1 {
  font-size: 22px;
  color: #369ff2;
  line-height: 36px;
}
.public_footer .common_width .section_2 .line .text p.p2 {
  font-size: 14px;
  color: rgba(54, 159, 242, 0.5);
}
.public_footer .common_width .section_3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.public_footer .common_width .section_3 .qrcode {
  padding-top: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  width: 160px;
}
.public_footer .common_width .section_3 .qrcode img {
  display: block;
  width: 70%;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
}
.public_footer .common_width .section_3 .qrcode p {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #808080;
  line-height: 50px;
}
.public_footer .common_width .copy_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #808080;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid rgba(86, 85, 88, 0.2);
}
.EC-pagination {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  margin: 10px 0;
  text-align: center;
  font-family: "微软雅黑";
}
.EC-pagination ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.EC-pagination ul li {
  line-height: 25px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  position: relative;
  color: #444444;
  float: none !important;
}
.EC-pagination ul li a {
  color: #333333;
}
.EC-pagination ul li.active a {
  color: #369ff2;
  font-size: 18px;
}
.EC-pagination ul li div {
  float: left;
  margin: 0 6px;
  color: #444444;
}
.EC-pagination ul li.total_num {
  color: #999999;
}
.EC-pagination ul li.total_num + li {
  width: 0;
}
.EC-pagination ul   li.hasPrevious{
  width: inherit!important;
}
.EC-pagination .prev,
.EC-pagination .next,
.EC-pagination .noprev,
.EC-pagination .nonext {
  position: relative;
  display: block;
  width: 24px;
  height: 30px;
  background: url(../img/pagination_arrows.png) center center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.EC-pagination .noprev {
  background-position: 3px 4px;
  background-color: #e5e5e5;
}
.EC-pagination .prev {
  background-position: 3px -23px;
  background-color: #7a7a7d;
}
.EC-pagination .nonext {
  background-position: -29px 3px;
  background-color: #e5e5e5;
}
.EC-pagination .next {
  background-position: -29px -24px;
  background-color: #7a7a7d;
}
.EC-pagination input[type=text].page {
  width: 40px;
  height: 26px;
  line-height: 26px;
  border-radius: 0;
  margin: 0 8px;
  vertical-align: middle;
  border: 1px solid #7a7a7d;
  padding: 0 5px;
  text-align: center;
  color: #369ff2;
}
.EC-pagination .toEdgePage {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  background: #444444;
  padding: 0 10px;
  margin: 0 -8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.EC-pagination .toEdgePage:hover,
.EC-pagination .prev:hover,
.EC-pagination .next:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.EC-pagination .pagebtn {
  display: inline-block;
  height: 30px;
  padding: 4px 16px;
  background: #369ff2;
  border: 1px solid #369ff2;
  font-family: "微软雅黑";
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 4px;
}
.carriage {
  position: relative;
  font-size: 16px;
  color: #444444;
  padding: 30px;
}
.carriage .city_location {
  position: relative;
  border: 1px solid #e8e8e8;
  color: #000;
  z-index: 100;
  background: #ffffff;
  width: 260px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.carriage .city_location i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrows2.png) right center no-repeat;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.carriage .select_city_section {
  display: none;
  position: absolute;
  top: 74px;
  left: 98px;
  width: 400px;
  height: auto;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 99;
}
.carriage .select_city_section .icon_close {
  display: block;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrows.png) center center no-repeat;
  background-position: 0 0;
}
.carriage .select_city_section ul.header {
  border-bottom: 2px solid #ff3c3c;
}
.carriage .select_city_section ul.header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.carriage .select_city_section ul.header li {
  position: relative;
  border: 1px solid #dddddd;
  padding: 0 5px;
  margin-right: 8px;
  float: left;
}
.carriage .select_city_section ul.header li a {
  display: inline-block;
  line-height: 22px;
}
.carriage .select_city_section ul.header li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_arrows.png) right center no-repeat;
  background-position: 0px -33px;
  margin-left: 8px;
}
.carriage .select_city_section ul.header li.active i,
.carriage .select_city_section ul.header li:hover i {
  background-position: 0px -26px;
}
.carriage .select_city_section ul.header li.active {
  border-left: 2px solid #ff3c3c;
  border-right: 2px solid #ff3c3c;
  border-top: 2px solid #ff3c3c;
  border-bottom: none;
  z-index: 99;
}
.carriage .select_city_section ul.header li.active a {
  color: #ff3c3c;
}
.carriage .select_city_section ul.header li.active:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.carriage .select_city_section ul.content_list {
  padding-top: 10px;
  overflow: hidden;
}
.carriage .select_city_section ul.content_list li {
  width: 25%;
  float: left;
  padding-left: 20px;
  padding-right: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.common_width {
  width: 1210px;
  margin: 0 auto;
}
.icon_nav {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/icons_main.png) center center no-repeat;
}
.icon_nav.icon_nav_home {
  background-position: -1px -48px;
}
.icon_nav.icon_nav_shopping {
  background-position: -203px -2px;
}
.icon_nav.icon_nav_time {
  background-position: -112px -2px;
}
.icon_nav.icon_nav_user {
  background-position: -31px -3px;
}
.icon_nav.icon_search {
  background-position: 4px -102px;
}
.icon_nav.icon_fire {
  position: absolute;
  top: 2px;
  right: -8px;
  background-position: -202px -100px;
}
.icon_nav.icon_coupon {
  position: absolute;
  top: 2px;
  right: -8px;
  background: url(../img/icon_coupon.png) center center no-repeat;
}
.icon_nav.icon_arrow_down {
  background-position: -245px -101px;
}
.icon_nav_hr {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/icons_main_hr.png) center center no-repeat;
}
.icon_nav_hr.icon_nav_mine {
  background-position: -7px -122px;
}
.icon_nav_hr.icon_nav_enter {
  background-position: -7px -81px;
}
.icon_nav_hr.icon_nav_dollar {
  background-position: -7px -40px;
}
.icon_nav_hr.icon_nav_users {
  background-position: -5px -3px;
}
.addr_show {
  position: relative;
  border: 1px solid #e8e8e8;
  color: #000;
  z-index: 100;
  background: url(../img/icon_arrows2.png) 95% center no-repeat #ffffff;
  width: 260px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 32px 0 10px;
}
label.fieldError {
  line-height: 23px;
  color: #ff0000;
  padding-left: 6px;
}
.loading_section {
  display: none;
  position: absolute;
  top: 62px;
  left: 215px;
  width: 300px;
  height: 470px;
  background: #fff;
  z-index: 999999;
}
.loading_section .loading {
  position: relative;
  top: 30%;
  width: 100%;
  height: 100px;
  background: url(../img/loading.gif) center center no-repeat;
  background-size: contain;
}
.setup_people_sec {
  margin: 0 44px 34px 55px;
}
.setup_people_sec > .title {
  padding: 0 18px 8px 0;
  border-bottom: 1px solid #e0e8ef;
}
.setup_people_sec .title .left {
  float: left;
  color: #666666;
}
.setup_people_sec .title .right {
  float: right;
  color: #666666;
}
.setup_people_sec .title .left span + span {
  margin-left: 24px;
}
.setup_people_sec .title span b {
  color: #369ff2;
}
.setup_people_sec .title .right a {
  color: #999999;
  font-size: 14px;
}
.setup_people_sec .title .right .btn_edit {
  display: inline-block;
  height: 30px;
  width: 80px;
  line-height: 28px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-right: 38px;
  background: #369ff2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.setup_people_sec .title .right .btn_edit:hover {
  background: rgba(54, 159, 242, 0.8);
}
.setup_people_sec .ztree_section_before {
  position: relative;
  margin-top: 14px;
}
.setup_people_sec .ztree_section_before .organ_sec_content {
  position: relative;
  padding-bottom: 42px;
}
.organ_sec_content table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border: 1px solid #e0e8ef;
}
.organ_sec_content table tr th,
.organ_sec_content table tr td {
  padding: 12px 6px;
  min-height: 40px;
  border-bottom: 1px solid #e0e8ef;
}
.organ_sec_content .pagination {
  position: absolute;
  right: 14px;
  bottom: 14px;
}
.organ_sec_content .pagination span b {
  color: #369ff2;
}
.organ_sec_content .pagination ul {
  display: inline-block;
}
.organ_sec_content .pagination ul li {
  display: inline-block;
  margin-left: 16px;
}
.organ_sec_content .pagination ul li a {
  color: #444444;
}
.organ_sec_content .pagination ul li a.disabled {
  color: #999999;
}
.open_window {
  position: relative;
  width: 990px;
  height: 500px;
  background: #ffffff;
  overflow: hidden;
}
.open_window .left {
  position: relative;
  float: left;
  width: 262px;
  height: 500px;
}
.open_window .left:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 52px;
  width: 260px;
  height: 448px;
  border-left: 1px solid #e0e8ef;
  border-right: 1px solid #e0e8ef;
}
.open_window .left .header {
  width: 262px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  background: #f5f7f8;
  border-right: 1px solid #e0e8ef;
}
.open_window .left .content {
  position: relative;
  padding: 10px 0 0 10px;
  height: 448px;
  overflow-y: auto;
  overflow-x: hidden;
}
.open_window .right {
  margin-left: 313px;
}
.open_window .right .top {
  padding-top: 30px;
}
.open_window .right .top .keyword {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  color: #666666;
  margin-left: 6px;
}
.open_window .right .top .keyword select {
  width: 100px;
  height: 30px;
  line-height: 28px;
  padding-left: 9px;
  color: #666666;
}
.open_window .right .top .inputs {
  position: relative;
  display: inline-block;
  width: 260px;
  margin-left: 12px;
}
.open_window .right .top .inputs .long_input {
  width: 220px;
  height: 30px;
  line-height: 28px;
  padding-left: 9px;
}
.open_window .right .top .inputs .short_input {
  width: 120px;
  height: 30px;
  line-height: 28px;
  padding-left: 9px;
  border: 1px solid #aaa;
  display: inline-block;
  background: url(../img/icon_clock.png) 95% center no-repeat;
  background-size: 20px;
}
.open_window .right .top .inputs .short_input + input {
  margin-left: 10px;
}
.open_window .right .top .inputs ul li {
  display: none;
}
.open_window .right .top .submit_section {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.open_window .right .top .submit_section a {
  display: inline-block;
}
.open_window .right .top .submit_section a + a {
  margin-left: 20px;
}
.open_window .right .top .submit_section a.submit_btn {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #369ff2;
  color: #ffffff;
}
.open_window .right .top .submit_section a.submit_btn:hover {
  background: rgba(54, 159, 242, 0.8);
}
.open_window .right .middle {
  height: 280px;
  margin-top: 45px;
}
.open_window .right .middle .select_people_sec {
  display: inline-block;
  width: 250px;
  height: 280px;
  border: 1px solid #e0e8ef;
  vertical-align: top;
  overflow-y: scroll;
}
.open_window .right .middle .select_people_sec ul li,
.open_window .right .middle .selected_people_sec ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  cursor: pointer;
}
.open_window .right .middle .select_people_sec ul li:hover,
.open_window .right .middle .selected_people_sec ul li:hover {
  background: #edf2f6;
}
.open_window .right .middle .select_people_sec ul li.selected,
.open_window .right .middle .selected_people_sec ul li.selected {
  background: #edf2f6;
}
.open_window .right .middle .opt_btns {
  display: inline-block;
  width: 110px;
  height: 280px;
  text-align: center;
  padding-top: 50px;
  vertical-align: top;
}
.open_window .right .middle .opt_btns a {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #dddddd;
  color: #ffffff;
  margin-bottom: 20px;
  border-radius: 1px;
}
.open_window .right .middle .opt_btns a:hover {
  background: #bbbbbb;
}
.open_window .right .middle .selected_people_sec {
  display: inline-block;
  width: 250px;
  height: 280px;
  border: 1px solid #e0e8ef;
  vertical-align: top;
  overflow-y: scroll;
}
.open_window .right .bottom {
  float: right;
  margin-right: 66px;
}
.pub_success_section {
  width: 100%;
  height: 400px;
  background: #fff;
  text-align: center;
  font-size: 28px;
  padding-top: 150px;
  margin: 30px 0;
}
.pub_success_section .icon_success {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  text-align: center;
  background: url(../img/pic_add_to_cart.png) center center no-repeat;
  margin-right: 20px;
  margin-top: -2px;
}
.pub_success_section .btns {
  text-align: right;
  margin-top: 50px;
  margin-right: 30px;
}
.fliplus_layer_skin {
  border: 1px solid #4993fa;
}
.fliplus_layer_skin .layui-layer-title {
  height: 40px;
  line-height: 40px;
  background: #4993fa;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 0;
}
.fliplus_layer_skin .layui-layer-btn {
  background: #fff;
  text-align: center;
}
.fliplus_layer_skin .layui-layer-btn a {
  width: 25%;
  height: 38px;
  line-height: 36px;
  border: 1px solid #4993fa;
  color: #4993fa;
  background: #fff;
  font-size: 14px;
  border-radius: 38px;
  margin: 0 5%;
}
.fliplus_layer_skin .layui-layer-btn .layui-layer-btn1 {
  background: #4993fa;
  color: #fff;
}
.fliplus_layer_skin .layui-layer-setwin .layui-layer-close1 {
  background-position: -90px -40px;
  margin-top: -2px;
}
.fliplus_layer_skin .content p {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}
.fliplus_layer_skin .content input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 20px;
}
.fliplus_layer_skin .content .check_tips {
  position: absolute;
  left: 0;
  bottom: 2px;
}
.saftySetting {
  padding: 20px 20px 0;
}
.saftySetting .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.saftySetting p {
  margin-top: 20px;
  line-height: 24px;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 24px;
  background: #4993fa;
  padding: 2px;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.switch .sButton {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  float: right;
  -webkit-transition: ease 0.5s;
  transition: 0.5s ease;
}
.switch.off {
  background: #dcdcdc;
}
.switch.off .sButton {
  float: left;
}
.num_count_box {
  display: inline-block;
  vertical-align: middle;
  width: 102px;
  height: 30px;
  background: url(../img/icon_count_box.png) center center no-repeat;
  background-size: contain;
}
.num_count_box span {
  display: block;
  width: 30px;
  height: 30px;
}
.num_count_box span.minus {
  float: left;
}
.num_count_box span.plus {
  float: right;
}
.num_count_box input {
  display: block;
  float: left;
  width: 42px;
  height: 30px;
  color: #444444;
  font-size: 14px;
  text-align: center;
  border: none;
  background: transparent;
}
#peopleUl li,
#selectPeopleUl li{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}