
html {
  min-width: 1200px;
  height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #5B5B5B;
  font-family: "PingFang SC";
}

input,
button,
textarea {
  display: inline-block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AEAFAE;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AEAFAE;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #AEAFAE;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #E5F7FE;
}

::-webkit-scrollbar-thumb {
  background: #23afe6;
}

::-webkit-scrollbar-track {
  background: #E5F7FE;
}

::-webkit-scrollbar-button {
  display: none;
}

.anchorBL {
  display: none;
}

.w135 {
  width: 135px;
}

.h80 {
  height: 80px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.b_btn_color {
  color: #fff;
  background: #23afe6;
}

.b_btn {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding: 0 19px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #23afe6;
}

.text_oh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_oh2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box {
  width: 1200px;
  margin: 0 auto;
}

.border_b {
  border-bottom: 1px solid #EAEAEA;
}

.bg_grey {
  background: #F2F2F2;
}

.margin_t18 {
  margin-top: 18px;
}

.arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #AEAFAE;
  border-bottom: 1px solid #AEAFAE;
  transform: rotate(45deg) translateY(-5px);
}

.arrow.cw {
  border-color: #fff;
}

.top_nav {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}

footer {
  background: #212121;
  height: 200px;
}

footer .foot_top {
  font-size: 18px;
  height: 130px;
  box-sizing: border-box;
  padding-top: 42px;
}

footer .foot_top .a_box {
  padding-top: 44px;
}

footer .foot_top .a_box a {
  color: #fff;
  font-size: 18px;
  margin-right: 25px;
  line-height: 25px;
  position: relative;
}

footer .foot_top .a_box a:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 3px;
  height: 20px;
  border-right: 1px solid #666666;
}

footer .foot_top .a_box a:last-child:after {
  border-right: none;
}

footer .foot_top .code_box .each_code {
  cursor: pointer;
  display: inline-block;
  width: 130px;
  text-align: center;
  position: relative;
  z-index: 10;
}

footer .foot_top .code_box .each_code div {
  color: #fff;
  line-height: 20px;
  margin-top: 7px;
  font-size: 14px;
}

footer .foot_top .code_box .each_code .code_img {
  display: none;
  position: absolute;
  top: -285px;
  left: 50%;
  transform: translateX(-50%);
}

footer .foot_top .code_box .each_code:hover .code_img {
  display: block;
}

footer .foot_bo {
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-top: 1px solid #2D2D2D;
  box-sizing: border-box;
  line-height: 22px;
  padding-top: 16px;
}

.flex_c {
  display: flex;
  align-items: center;
}

.flex_c_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_c_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select {
  display: inline-block;
  min-width: 100px;
  position: relative;
  cursor: pointer;
}

.select .chosen_in {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select .chosen_in .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
}

.select .chosen_in .placeholder {
  color: #AEAFAE;
}

.select .chosen_in .value_in {
  color: #5B5B5B;
}

.select .sel_list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  font-size: 12px;
  padding: 8px 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #5B5B5B;
}

.select .sel_list .each_sel {
  width: 100%;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 3px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select .sel_list .each_sel:hover {
  color: #23afe6;
}

.select.list_show .chosen_in {
  border-radius: 5px 5px 0 0;
}

.select.list_show .sel_list {
  display: block;
}

.page_box {
  margin: 100px auto 66px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
}

.page_box span,
.page_box input,
.page_box button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}

.page_box .pre,
.page_box .next {
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  line-height: 40px;
  cursor: pointer;
  margin: 0 10px;
}

.page_box .page_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_box .page_list span {
  margin: 0 10px;
}

.page_box .page_list .each_page {
  line-height: 20px;
  padding: 8px 14px;
  background: #F2F2F2;
  border-radius: 5px;
  cursor: pointer;
}

.page_box .page_list .each_page.chosen {
  color: #fff;
  background: #23afe6;
}

.page_box input {
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  line-height: 40px;
  margin: 0 10px;
  padding: 0 10px;
}

.page_box button {
  line-height: 36px;
  width: 80px;
  background: #F2F2F2;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

.top_fixed_com {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 12;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.top_fixed_com .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.top_fixed_com .box .top_input_box {
  width: 350px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #E2E2E3;
  padding: 0 20px;
}

.top_fixed_com .box .top_input_box input {
  width: 300px;
  margin-right: 20px;
  line-height: 25px;
  font-size: 18px;
}

.top_fixed_com .box .top_input_box img {
  cursor: pointer;
}

.top_fixed_com .box .left,
.top_fixed_com .box .right {
  height: 100%;
  display: flex;
  align-items: center;
}

.top_fixed_com .box .left .logo {
  width: 52px;
  height: 30px;
}

.top_fixed_com .box .left .city {
  margin-left: 17px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background: #CCCCCC;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
}

.top_fixed_com .box .left .city img {
  width: 10px;
  height: 13px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.top_fixed_com .box .left .search {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  margin-left: 16px;
  height: 49px;
  position: relative;
  width: 314px;
}

.top_fixed_com .box .left .search .top_search {
  width: 268px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 16px;
  color: #5B5B5B;
  background: #fff;
  border-radius: 5px 0 0 5px;
}

.top_fixed_com .box .left .search .search_btn {
  width: 46px;
  height: 100%;
  background: #23afe6;
  float: right;
}

.top_fixed_com .box .left .search .search_btn img {
  vertical-align: middle;
}

.top_fixed_com .box .top_nav {
  margin: 0 0 0 60px;
  color: #333;
  position: relative;
}

.top_fixed_com .box .top_nav.chosen:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #23afe6;
  top: 30px;
  left: 0;
}

.top_fixed_com .box .download_tip {
  color: #000;
  position: relative;
}

.top_fixed_com .box .download_tip .code_img_top {
  display: none;
  position: absolute;
  top: 35px;
  left: -83px;
}

.top_fixed_com .box .download_tip:hover .code_img_top {
  display: block;
}

.site_title {
  padding: 20px 0 13px;
}

.site_title .renzheng {
  width: 60px;
  height: 24px;
  margin-left: 15px;
  vertical-align: middle;
}

.site_title .name {
  font-size: 30px;
  line-height: 42px;
  color: #333;
  margin-bottom: 6px;
}

.site_title a {
  font-size: 16px;
  line-height: 22px;
  color: #5B5B5B;
  font-weight: 100;
}

.site_title .each_tag {
  display: inline-block;
  padding: 0 4px;
  border-radius: 3px;
  line-height: 18px;
  font-size: 12px;
  color: #23afe6;
  border: 1px solid #23afe6;
  margin-right: 10px;
}

.dash_bo {
  border-bottom: 1px dashed #5B5B5B;
}

.main_box {
  overflow: hidden;
}

.main_box .left {
  display: inline-block;
  width: 884px;
}

.main_box .right {
  float: right;
  width: 300px;
}

.main_box .swiper_box .view {
  display: inline-block;
}

.main_box .swiper_box .view .swiper-container {
  width: 706px;
  height: 531px;
  margin: 0;
}

.main_box .swiper_box .view .swiper-container img {
  width: 706px;
  height: 531px;
}

.main_box .swiper_box .preview {
  display: inline-block;
  width: 164px;
  height: 531px;
  position: relative;
  float: right;
}

.main_box .swiper_box .preview .swiper-container {
  width: 100%;
  height: 100%;
}

.main_box .swiper_box .preview .swiper-slide {
  width: 100%;
  height: 155px;
  opacity: 0.6;
  cursor: pointer;
}

.main_box .swiper_box .preview .swiper-slide-thumb-active {
  opacity: 1;
}

.main_box .swiper_box .preview .swiper-arrow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}

.main_box .swiper_box .preview .arrow-top {
  transform: rotate(180deg);
  top: 0;
}

.main_box .swiper_box .preview .arrow-bottom {
  bottom: 0;
}

.main_box .swiper_box .preview img {
  width: 100%;
  height: 100%;
}

.main_box .mid_word {
  line-height: 33px;
  font-size: 24px;
  margin: 11px 0 10px;
  font-weight: 500;
}

.main_box .mid_word.title {
  margin: 22px 0 16px;
}

.main_box .mid_word.title2 {
  margin: 10px 0 16px;
}

.main_box .mid_word.no_bo {
  margin-bottom: 0;
}

.main_box .price_in {
  height: 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.main_box .price_in .each_price_box {
  width: 33.3%;
}

.main_box .price_in .price_s {
  font-size: 30px;
  color: #FC4435;
  line-height: 42px;
}

.main_box .price_in .word_s {
  font-size: 14px;
  color: #999999;
}

.main_box .price_in .lr {
  padding: 0 0 0 7px;
}

.main_box .weeked_price {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5B5B5B;
  line-height: 20px;
}

.main_box .belong_mall {
  font-size: 14px;
  color: #AEAEAE;
  line-height: 22px;
  margin: 22px 0 26px;
}

.main_box .belong_mall a {
  color: #23afe6;
}

.main_box .other_in {
  display: flex;
  align-items: center;
}

.main_box .other_in .each_other {
  display: inline-block;
  line-height: 25px;
  font-size: 16px;
  color: #AEAEAE;
  padding-right: 30px;
}

.main_box .other_in .each_other .val_in {
  font-size: 20px;
  color: #666666;
}

.main_box .other_in .line {
  display: inline-block;
  height: 15px;
  border-right: 1px solid #999999;
  margin-right: 30px;
}

.main_box .remark_word {
  line-height: 22px;
  font-size: 16px;
  padding: 14px 0 20px;
  color: #5B5B5B;
  border-bottom: 1px solid #F2F2F2;
}

.main_box .remark_word .label {
  color: #999999;
}

.main_box .contect_box {
  border: 1px solid #EEEEEE;
  padding: 20px 0 0;
  box-sizing: border-box;
  text-align: center;
}

.main_box .contect_box .word {
  font-size: 16px;
  line-height: 22px;
}

.main_box .contect_box .head {
  width: 100px;
  height: 100px;
  border-radius: 71px;
  margin: 10px 0 20px;
}

.main_box .contect_box .b_btn {
  line-height: 40px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_box .contect_box .b_btn img {
  margin-right: 2px;
}

.main_box .contect_box .line {
  border-bottom: 1px dashed #EEEEEE;
  width: 280px;
  margin: 0 auto;
}

.main_box .contect_box .code {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}

.main_box .contect_box .wechat_tip {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.main_box .contect_box .wechat_tip span {
  color: #318E29;
  font-size: 16px;
  margin-left: 8px;
}

.main_box .case_container {
  padding: 0 0 13px;
  overflow: hidden;
  position: relative;
  height: 200px;
  border-bottom: 1px solid #EAEAEA;
}

.main_box .case_container .cases_box {
  height: 196px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}

.main_box .case_container .cases_box .each_case {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  width: 206px;
}

.main_box .case_container .cases_box .each_case img {
  width: 206px;
  height: 154px;
}

.main_box .case_container .cases_box .each_case div {
  margin: 10px 0;
  line-height: 22px;
  font-size: 16px;
  color: #5B5B5B;
}

.main_box .case_container .case_arrow {
  display: none;
  position: absolute;
  top: 62px;
  width: 154px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
}

.main_box .case_container .case_arrow.left {
  transform: rotate(90deg);
  left: -62px;
}

.main_box .case_container .case_arrow.right {
  transform: rotate(-90deg);
  right: -62px;
}

.main_box .map_box {
  height: 350px;
  position: relative;
  overflow: hidden;
}

.main_box .map_box #map {
  width: 100%;
  height: 100%;
}

.main_box .map_box .address {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px;
  background: rgba(112, 112, 112, 0.6);
}

.main_box .other_site_title {
  border: 1px solid #EEEEEE;
  line-height: 48px;
  font-size: 16px;
  color: #666666;
  margin-top: 22px;
  padding: 0 10px;
  border-bottom: none;
}

.main_box .other_site_box {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 940px;
}

.main_box .other_site_box .each_other_site {
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 16px;
}

.main_box .other_site_box .each_other_site img {
  width: 298px;
  height: 224px;
  float: left;
}

.main_box .other_site_box .each_other_site .content {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-top: none;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.main_box .other_site_box .each_other_site .name {
  font-size: 20px;
  line-height: 28px;
  color: #5B5B5B;
  margin-bottom: 3px;
}

.main_box .other_site_box .each_other_site .priceAtime {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #AEAFAE;
  line-height: 22px;
}

.main_box .other_site_box .each_other_site .priceAtime .price span {
  color: #FC4435;
  font-size: 18px;
}

.main_box .other_site_box .each_other_site .priceAtime .time span {
  color: #666666;
  font-size: 16px;
}

.main_box .other_site_box::-webkit-scrollbar {
  width: 0 !important;
}

.main_box .mall_info {
  overflow: hidden;
  padding: 16px 0;
  border-bottom: 1px solid #F2F2F2;
}

.main_box .mall_info .each_info {
  float: left;
  width: 33.3%;
  line-height: 33px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  margin: 14px 0;
}

.main_box .mall_info .each_info .lable {
  display: inline-block;
  width: 64px;
  margin-right: 8px;
}

.main_box .mall_info .each_info .value {
  color: #666666;
  font-size: 24px;
  margin-right: 3px;
}

.main_box .mall_site_container .each_site {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_box .mall_site_container .each_site .mall_site_left {
  display: flex;
  align-items: center;
}

.main_box .mall_site_container .each_site .site_img {
  width: 200px;
  height: 150px;
}

.main_box .mall_site_container .each_site .mid {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-left: 100px;
}

.main_box .mall_site_container .each_site .mid .area {
  color: #999999;
  font-size: 16px;
}

.main_box .mall_site_container .each_site .mid .area span {
  font-size: 20px;
  color: #666666;
}

.main_box .mall_site_container .each_site .mall_site_right {
  text-align: right;
  font-size: 12px;
  color: #AEAFAE;
  padding-right: 30px;
}

.main_box .mall_site_container .each_site .mall_site_right .price {
  height: 42px;
  display: flex;
  align-items: baseline;
}

.main_box .mall_site_container .each_site .mall_site_right .price span {
  color: #FC4435;
  font-size: 30px;
}

.main_box .mall_site_container .each_site .mall_site_right .goTo {
  display: inline-block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #B9B9B9;
  border: 1px solid #E6E6E6;
  margin: 10px 10px 0 0;
}

.main_box .mall_site_container .each_site:last-child {
  border-bottom: none;
}
