.height100 {
  height: 100%;
}
.text_whitespace2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrapper {
  position: relative;
}
.boxShadow {
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.padding15 {
  padding: 0 15px;
}
.max_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.small_container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
html {
  width: 100%;
  height: auto;
}
body {
  overflow: auto;
  min-width: 1200px;
}
.content_box {
  min-height: 710px !important;
}
.top_content {
  min-width: 1200px;
  height: 30px;
  line-height: 30px;
  background: #BE4C4D;
  /*--下拉选择列表样式--*/
}
.top_content em {
  color: #be4c4d;
  padding: 0 10px;
}
.top_content .curr_city {
  float: left;
}
.top_content .register_box {
  float: right;
}
.top_content .register_box b {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 10px;
}
.top_content .location {
  display: flex;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #F2F2F2;
}
.top_content .location b {
  font-weight: normal;
}
.top_content .now_loc {
  margin-right: 20px;
}
.top_content .now_loc span {
  color: #F2F2F2;
}
.top_content .loc_than .than {
  min-width: 100px;
}
.top_content .loc_than b {
  padding-right: 12px;
  color: #fff;
}
.top_content .loc_than i {
  margin-left: 5px;
  font-size: 10px;
  position: absolute;
  top: -2px;
  color: #fff;
}
.top_content .loc_than .more-than {
  width: 20px;
  cursor: pointer;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.top_content .loc_than .more-than.up {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top_content .dropDown {
  position: relative;
  display: inline-block;
}
.top_content .selectNext {
  cursor: pointer;
}
.top_content .header_page_search i {
  color: #be4c4d;
}
.top_content .user {
  float: right;
}
.top_content .user a {
  color: #F2F2F2;
}
.top_content .user b {
  color: #F2F2F2;
  font-weight: normal;
  padding: 0 10px;
}
.down_phone{float:right;display: inline-block;margin-right:20px;}
.down_phone span{color:#F2F2F2;}
.down_phone i{display:inline-block;height:20px;}
.list_container {
  width: 1200px;
  margin: auto;
}
.top_nav {
  white-space: nowrap;
  height: 74px;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 0;
  position: relative;
  z-index: 100;
}
.top_nav .nav_inner {
  height: 100%;
}
.top_nav .global_nav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.top_nav .global_nav .logo {
  display: inline-block;
  overflow: hidden;
  float: left;
}
.top_nav .global_nav .logo img {
  height: 80%;
  margin-top: 7px;
}
.top_nav .global_nav .nav_content {
  display: inline-block;
  height: 100%;
}
.top_nav .global_nav .nav_content ul {
  padding-left: 0px;
  height: 100%;
  margin-left: 20px;
  transition: 0.3s;
  background: none;
}
.top_nav .global_nav .nav_content li {
  position: relative;
  height: 100%;
  margin-top: -2px;
  display: inline-block;
  box-sizing: border-box;
}
.top_nav .global_nav .nav_content li:hover {
  border-bottom: 3px solid #be4c4d;
}
.top_nav .global_nav .nav_content li:hover .layui-nav-more {
  display: none;
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #be4c4d;
}
.top_nav .global_nav .nav_content li:hover dl {
  display: block !important;
}
.top_nav .global_nav .nav_content li.active {
  border-bottom: 3px solid #be4c4d;
}
.top_nav .global_nav .nav_content li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 16px;
  color: #be4c4d;
}
.top_nav .global_nav .nav_content li a .layui-nav-more {
  display: none;
  border-top-color: #be4c4d;
  right: 0;
}
.top_nav .global_nav .search {
  display: inline-block;
  font-size: 24px;
  float: right;
  margin-top: 20px;
  margin-right: 0;
  position: relative;
  line-height: 1.625;
}
.top_nav .global_nav .search .nav_search_btn {
  -webkit-transition: transform .5s;
  transition: transform .5s;
  transform: scale(1);
  position: relative;
  right: 0;
  display: inline-block;
}
.top_nav .global_nav .search .nav_search_btn .sear_btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/Cloud/WebUI/img/search.png");
  background-size: 100% 100%;
}
.top_nav .global_nav .search .nav_search_btn .search-btn {
  -webkit-transition: transform.5s;
  transition: transform .5s;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 101;
  right: 115px;
  top: 3px;
}
.top_nav .global_nav .search .input_search-btn {
  -webkit-transition: transform.5s;
  transition: transform .5s;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 101;
  right: 115px;
  top: 8px;
}
.top_nav .global_nav .search .input_search-btn span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/Cloud/WebUI/img/search.png");
  background-size: 100% 100%;
}
.top_nav .global_nav .search .search-open {
  position: absolute;
  top: -8px;
  right: 0px;
  left: auto;
  z-index: -1;
  width: 500px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .3s, top .3s;
  transform-origin: right center;
  transform: scale3d(0, 0, 0);
}
.top_nav .global_nav .search .search-open .search_box {
  position: relative;
}
.top_nav .global_nav .search .search-open .search_input {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding-right: 100px;
}
.top_nav .global_nav .search .search-open .search_input input {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  line-height: 48px;
  border-radius: 5px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  padding-right: 50px;
}
.top_nav .global_nav .search .search-open .search_input .search_mobile_btn {
  position: absolute;
  top: 14px;
  right: 15px;
}
.top_nav .global_nav .search .search-open .search-close {
  position: absolute;
  top: 18px;
  right: 5px;
}
.top_nav .global_nav .search .search-open .search-close span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/Cloud/WebUI/img/close.png");
  background-size: 100% 100%;
}
body.top-search-open .nav_inner .global_nav .nav_content > ul {
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transform-origin: 0 calc(37px);
}
body.top-search-open .nav_inner .global_nav .input_search-btn {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  display: inherit;
  transform: scale(0.9);
}
body.top-search-open .nav_inner .global_nav .search-open {
  display: block;
  z-index: 100;
  transform: scale3d(1, 1, 1);
}
.city-picker-dropdown {
  display: none;
  font-weight: 500;
  position: absolute;
  min-width: 316px;
  border: 1px solid #ddd;
  left: 50%;
  top: 30px;
  margin-left: -158px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999;
  margin-bottom: 20px;
}
.city-select-wrap {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.city-select-tab {
  background: #fff;
  font-size: 13px;
  height: 47px;
  border-bottom: 1px solid #ddd;
}
.city-select-tab > button {
  border: none;
  height: 47px;
  background: #fff;
  color: #666666;
  padding: 0 12px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-right: 1px solid #e4e4e4;
}
.city-select-tab > button.active {
  color: #222;
  border-bottom: 1px solid #fff;
}
.city-select-content {
  width: 100%;
  min-height: 10px;
  background-color: #fff;
  /*padding: 10px 15px;*/
}
.city-select dl,
.city-select-last dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}
.city-select dt,
.city-select-last dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
}
.city-select a.active,
.city-select a:hover {
  background-color: #be4c4d;
  color: #fff;
  border-radius: 2px;
}
#districts,
.city_city_name,
.district_block {
  padding: 10px;
}
.city-select a,
.sub_box_dl dd a {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.city-select-last {
  border-top: 1px solid #ddd;
}
.city-select-last dd {
  float: left;
}
.sub_tab {
  display: none;
}
.sub_tab_com {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.sub_tab_com.active {
  background: #be4c4d;
  color: #dddd;
}
.sub_box_dl {
  background: #fff;
  min-height: 40px;
  border: 1px solid #DDDDDD;
}
.sub_box_dl dl {
  display: none;
  height: 100%;
}
.sub_box_dl dl.active {
  display: block;
}
.city-select-tab {
  position: relative;
}
.area_btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 8px;
}
.area_btn > div {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 0 4px;
  color: #fff;
  border-radius: 4px;
}
.area_btn > div.a_confirm {
  background: #be4c4d;
}
.area_btn > div.a_cancel {
  background: #5286c6;
}
.footer_com {
  bottom: 0;
  width: 100%;
}
.footer_box .pull_bottom_box {
  width: 100%;
  padding-bottom: 2px;
  background-image: url("/Cloud/WebUI/img/pull_bottom_02.jpg");
  background-size: 100% 100%;
}
/*底部下拉框*/
.footer_box .pull_bottom_box .bottom_select {
  width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  line-height: 72px;
}
.footer_box .bottom_font {
  text-align: center;
  padding-top: 10px;
  color: #fff;
  width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_box .bottom_font .code_box {
  float: right;
}
.footer_box .bottom_font .code_box p {
  margin-top: 5px;
}
.footer_box .bottom_font .code_box span {
  margin-left: 60px;
  display: inline-block;
  width: 88px;
  height: 88px;
}
.footer_box .bottom_font .code_box img {
  width: 100%;
  height: 100%;
}
.footer_box .bottom_font .record_left {
  float: left;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid #ddd;
}
.footer_box .bottom_font .record_right {
  float: left;
}
.footer_box .bottom_font .record {
  text-align: left;
}
.footer_box .bottom_font .record p {
  margin-top: 10px;
}
.footer_box .bottom_font .record p a.ga {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/Cloud/WebUI/img/gongan.png");
}
.footer_box .bottom_font .record p.record_img a {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url("/Cloud/WebUI/img/red.png");
}
.footer_box .selected_box {
  cursor: pointer;
  position: relative;
  background: #fff;
  width: 249px;
  height: 30px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #7f7f7f;
  border: 1px #ddd solid;
}
.footer_box .select-head {
  overflow: hidden;
  position: relative;
  width: 249px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 30px;
}
.footer_box .select-head .select-head-cont {
  float: left;
}
.footer_box .select-head .select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  content: '';
  border-top-color: #808080;
}
.footer_box .option {
  position: absolute;
  text-indent: 10px;
  margin-left: -1px;
  margin-top: 1px;
  width: 249px;
  color: #808080;
  background: #fff;
  line-height: 25px;
  border: 1px #cfcfcf solid;
  display: none;
  padding: 0;
  list-style: none;
}
.footer_box .option li {
  cursor: pointer;
}
.footer_box .option li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer_box .option-item:hover {
  background: #be4c4d;
}
.footer_box .option-item:hover a {
  color: #fff;
}
.list_item_box .item-list li {
  -webkit-box-shadow: rgba(64, 58, 58, 0.49) 1px 1px 2px;
  -moz-box-shadow: rgba(64, 58, 58, 0.49) 1px 1px 2px;
  box-shadow: rgba(64, 58, 58, 0.49) 1px 1px 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.list_item_box .item-list li:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
  -moz-box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
  box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
}
.list_item_box .item-list li .img_box,
.list_item_box .item-list li .img-wrap {
  overflow: hidden;
}
.list_item_box .item-list li .img_box img,
.list_item_box .item-list li .img-wrap img {
  display: inline-block;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.list_item_box .item-list li:hover .img_box img,
.list_item_box .item-list li:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
