.index_nav_header {
  position: fixed;
  padding-top: 10px;
  background: rgba(62,90,124,1);
}
body {
  background-color: #f5f5f5;
  padding-top: 80px;
}
.detail_page_box {
  position: relative;
}
.detail_page_box .bg_box {
  position: absolute;
  height: 170px;
  width: 100%;
  z-index: -1;
  background-image: url(../images/other/shopListBg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
.detail_page_box .top_sub_nav_box {
  width: 100%;
}
.detail_page_box .fixd_nav {
  position: fixed;
  border-bottom: 1px solid #e3e3e3;
  top: 80px;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  z-index: 1;
}
.detail_page_box .fixd_nav .top_sub_nav li a {
  color: #555;
}
.detail_page_box .top_sub_nav {
  width: 1200px;
  padding: 50px 0 20px 0;
  margin: 0 auto;
  display: block;
}
.detail_page_box .top_sub_nav::after {
  content: "";
  display: block;
  clear: both;
}
.detail_page_box .top_sub_nav li {
  float: left;
}
.detail_page_box .top_sub_nav li a {
  color: #fff;
  display: block;
  width: 130px;
  opacity: 0.8;
}
.detail_page_box .top_sub_nav li .active {
  opacity: 1;
}
.detail_page_box .shop_info_box {
  width: 1200px;
  margin: 0 auto;
}
.detail_page_box .shop_info_box .info_box {
  width: 900px;
  background-color: #fff;
}
.detail_page_box .shop_info_box .info_box .top_box {
  box-sizing: border-box;
  padding: 35px 25px;
  position: relative;
}
.detail_page_box .shop_info_box .info_box .top_box .collect_box {
  user-select: none;
  position: absolute;
  top: 38px;
  right: 38px;
  text-align: center;
  color: #818181;
  cursor: pointer;
}
.detail_page_box .shop_info_box .info_box .top_box > h3 img {
  margin-bottom: 3px;
  vertical-align: middle;
}
.detail_page_box .shop_info_box .info_box .top_box > h3 .mall_title {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.detail_page_box .shop_info_box .info_box .top_box > h3 .btn {
  color: #537ada;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}
.detail_page_box .shop_info_box .info_box .top_box .number {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #a7a7a7;
}
.detail_page_box .shop_info_box .info_box .top_box .number .copyNum {
  color: #3476ef;
  text-decoration: underline;
  margin-left: 2%;
  cursor: pointer;
}
.detail_page_box .shop_info_box .info_box .top_box .info {
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #eff5ff;
}
.detail_page_box .shop_info_box .info_box .top_box .info .info_list .info_item {
  margin-bottom: 20px;
  border-right: 1px solid #e3e3e3;
}
.detail_page_box .shop_info_box .info_box .top_box .info .info_list .info_item:nth-child(6n),
.detail_page_box .shop_info_box .info_box .top_box .info .info_list .info_item:last-child {
  border-right: none;
}
.detail_page_box .shop_info_box .info_box .top_box .info .info_list .info_item p {
  font-size: 14px;
  color: #686868;
  width: 136px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail_page_box .shop_info_box .info_box .top_box .info .info_list .info_item p:last-child {
  color: #a0a0a0;
}
.detail_page_box .shop_info_box .info_box .top_box .info .bottom_box {
  border-top: 1px solid #e3e3e3;
  padding: 18px 25px 0 25px;
  box-sizing: border-box;
}
.detail_page_box .shop_info_box .info_box .top_box .info .bottom_box .b_item {
  display: block;
  font-size: 14px;
  color: #686868;
  height: 24px;
  line-height: 24px;
}
.detail_page_box .shop_info_box .info_box .top_box .info .bottom_box .b_item > span {
  margin-right: 15px;
}
.detail_page_box .shop_info_box .info_box .top_box .info .bottom_box .b_item .num {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #7e87fc;
  padding-left: 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 20px;
  border-right: none;
  color: #7e87fc;
}
.detail_page_box .shop_info_box .info_box .top_box .info .bottom_box .b_item .num .tag {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #7e87fc;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  vertical-align: bottom;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box {
  padding-top: 45px;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box::after {
  display: block;
  content: "";
  clear: both;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box > span {
  float: left;
  color: #ff874c;
  font-size: 14px;
  margin-right: 55px;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box > span .price {
  margin-right: 3px;
  font-size: 2.5em;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box ul {
  float: left;
  color: #a0a0a0;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box ul li {
  width: 130px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box ul li:first-child {
  color: #4d4d4d;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box .btn_list {
  float: right;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box .btn_list .btn {
  float: left;
  padding: 10px 0;
  width: 150px;
  text-align: center;
  border-radius: 35px;
  border: none;
  color: #fff;
  font-size: 18px;
  background-color: #7e87fc;
  margin-right: 15px;
  cursor: pointer;
}
.detail_page_box .shop_info_box .info_box .top_box .price_box .btn_list .btn:last-child {
  background-color: #ff874c;
  margin-right: 0;
}
.detail_page_box .shop_info_box .info_box .server_box {
  border-top: 1px dashed #dedede;
  padding: 0 25px;
  box-sizing: border-box;
}
.detail_page_box .shop_info_box .info_box .server_box .s_item {
  width: 130px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
.detail_page_box .shop_info_box .info_box .server_box .s_item img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.detail_page_box .shop_info_box .kefu_box {
  background-color: #fff;
  width: 280px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.detail_page_box .shop_info_box .kefu_box .kf_info_box {
  text-align: center;
}
.detail_page_box .shop_info_box .kefu_box .title {
  padding: 30px 0 20px 0;
  font-size: 18px;
}
.detail_page_box .shop_info_box .kefu_box .cover_kf {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
}
.detail_page_box .shop_info_box .kefu_box .name,
.detail_page_box .shop_info_box .kefu_box .tel {
  color: #686868;
  margin-bottom: 15px;
}
.detail_page_box .shop_info_box .kefu_box .btn_list .btn {
  cursor: pointer;
  border: 1px solid #7e87fc;
  color: #7e87fc;
  border-radius: 20px;
  height: 34px;
  line-height: 34px;
  width: 128px;
  margin-right: 8px;
}
.detail_page_box .shop_info_box .kefu_box .btn_list .btn:last-child {
  color: #fff;
  border: 1px solid #ff874c;
  background-color: #ff874c;
  margin-right: 0;
}
.detail_page_box .shop_info_box .kefu_box .btn_list .btn img {
  margin-right: 3px;
}
.detail_page_box .shop_info_box .kefu_box .btn_list .btn span {
  font-size: 14px;
}
.detail_page_box .shop_info_box .kefu_box .form {
  margin-top: 32px;
}
.detail_page_box .shop_info_box .kefu_box .form input::-webkit-outer-spin-button,
.detail_page_box .shop_info_box .kefu_box .form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.detail_page_box .shop_info_box .kefu_box .form input[type="number"] {
  -moz-appearance: textfield;
}
.detail_page_box .shop_info_box .kefu_box .form .input_box {
  margin: 0 auto;
  width: 260px;
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 12px;
  clear: both;
}
.detail_page_box .shop_info_box .kefu_box .form .input_box::after {
  content: "";
  display: block;
  clear: both;
}
.detail_page_box .shop_info_box .kefu_box .form .input_box .icon {
  float: left;
  line-height: 40px;
  vertical-align: middle;
  margin-top: 14px;
  margin-right: 15px;
}
.detail_page_box .shop_info_box .kefu_box .form .input_box input {
  width: 180px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
.detail_page_box .shop_info_box .kefu_box .form .input_box input::placeholder {
  color: #bebebe;
}
.detail_page_box .shop_info_box .kefu_box .form .input_box .textarea {
  margin: 10px 0;
  width: 180px;
  font-size: 14px;
  line-height: 25px;
  resize: none;
  float: left;
  height: 75px;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
.detail_page_box .shop_info_box .kefu_box .form .input_box .textarea::placeholder {
  color: #bebebe;
}
.detail_page_box .shop_info_box .kefu_box .form .btn {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 200px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(255, 136, 76, 0.8), rgba(254, 82, 48, 0.8));
}
.detail_page_box .card {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 15px;
  padding: 35px 30px;
  background-color: #fff;
}
.detail_page_box .card .card_title {
  font-size: 18px;
  color: #686868;
  margin-bottom: 35px;
  font-weight: bold;
}
.detail_page_box .card .card_content .nothing {
  font-size: 18px;
  text-align: center;
  margin: 60px 0 20px 0;
}
.detail_page_box #shop_describe .card_content dl {
  margin-bottom: 10px;
}
.detail_page_box #shop_describe .card_content dl:last-child {
  margin-bottom: 0;
}
.detail_page_box #shop_describe .card_content dl:last-child {
  display: block;
  content: "";
  clear: both;
}
.detail_page_box #shop_describe .card_content dl dt {
  float: left;
  width: 120px;
  height: 24px;
  line-height: 24px;
  color: #a0a0a0;
  margin-bottom: 10px;
}
.detail_page_box #shop_describe .card_content dl dd {
  padding-left: 120px;
}
.detail_page_box #shop_describe .card_content dl dd span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  color: #555555;
  box-sizing: border-box;
  border: 1px solid #555555;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.detail_page_box #shop_describe .card_content dl dd p {
  line-height: 24px;
  color: #6d6d6d;
  word-spacing: 1px;
  letter-spacing: 1px;
}
.detail_page_box #screenshot .nothing {
  text-align: center;
}
.detail_page_box #screenshot #rich_text_box {
  overflow: hidden;
  width: 100%;
  height: auto;
  line-height: 2rem;
}
.detail_page_box #buy_mode .buy_img {
  width: 100%;
  height: auto;
}
.detail_page_box #common_problem .card_content .qa_list li {
  display: block;
  padding: 0 40px;
  width: 380px;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
}
.detail_page_box #common_problem .card_content .qa_list li:first-child {
  padding-left: 0;
}
.detail_page_box #common_problem .card_content .qa_list li:last-child {
  padding-right: 0;
  border-right: none;
}
.detail_page_box #common_problem .card_content .qa_list li p {
  font-size: 15px;
  margin-bottom: 20px;
}
.detail_page_box #common_problem .card_content .qa_list li p:last-child {
  margin-bottom: 0;
}
.detail_page_box #common_problem .card_content .qa_list li p::after {
  display: block;
  content: "";
  clear: both;
}
.detail_page_box #common_problem .card_content .qa_list li p .tag {
  margin-top: 1px;
  float: left;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  margin-right: 8px;
}
.detail_page_box #common_problem .card_content .qa_list li p .text {
  line-height: 24px;
  font-size: 15px;
  color: #4d4d4d;
}
.detail_page_box #common_problem .card_content .qa_list li a {
  font-size: 12px;
  color: #7e87fc;
  display: inline-block;
}
.detail_page_box #common_problem .card_content .qa_list li .ques_title {
  font-size: 14px;
}
.detail_page_box #common_problem .card_content .qa_list li .ques_title .tag {
  background-color: #7e87fc;
}
.detail_page_box #common_problem .card_content .qa_list li .reply .text {
  color: #a0a0a0;
  font-size: 12px;
}
.detail_page_box #common_problem .card_content .qa_list li .reply .tag {
  background-color: #ff874c;
}
.detail_page_box #similar_shops {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 120px;
}
.detail_page_box #similar_shops .title_box {
  margin-bottom: 25px;
}
.detail_page_box #similar_shops .title_box .title {
  font-size: 18px;
  font-weight: bold;
  color: #686868;
}
.detail_page_box #similar_shops .title_box a {
  color: #7e87fc;
}
.detail_page_box #similar_shops .title_box a img {
  height: 14px;
  width: auto;
  margin-right: 4px;
  vertical-align: middle;
}
.detail_page_box #similar_shops .title_box a span {
  font-size: 14px;
}
.detail_page_box #similar_shops .list .item {
  width: 290px;
  padding: 25px 25px 15px;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 10px;
}
.detail_page_box #similar_shops .list .item:nth-child(4n) {
  margin-right: 0;
}
.detail_page_box #similar_shops .list .item .title {
  font-size: 19px;
  color: #2d2d2d;
  font-weight: bold;
}
.detail_page_box #similar_shops .list .item .title img {
  vertical-align: middle;
  margin-bottom: 3px;
}
.detail_page_box #similar_shops .list .item .tag_list {
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 10px;
}
.detail_page_box #similar_shops .list .item .tag_list::after {
  content: "";
  display: block;
  clear: both;
}
.detail_page_box #similar_shops .list .item .tag_list .tag_item {
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  line-height: 180%;
  color: #525252;
  width: auto;
}
.detail_page_box #similar_shops .list .item .tag_list .tag_item::after {
  content: "/";
  padding: 0 5px;
}
.detail_page_box #similar_shops .list .item .tag_list .tag_item:last-child::after {
  content: "";
  padding: 0;
}
.detail_page_box #similar_shops .list .item .tag_list .tag_item img {
  height: 14px;
  width: auto;
  vertical-align: middle;
  margin-bottom: 4px;
}
.detail_page_box #similar_shops .list .item .price_box {
  padding-top: 15px;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box {
  height: 100%;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .price {
  font-size: 24px;
  color: #383838;
  font-weight: bold;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .price .unit {
  font-size: 14px;
  font-weight: 500;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .kf_box {
  margin-top: 20px;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn {
  padding: 0 10px;
  border-radius: 35px;
  color: #fff;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn:first-child {
  margin-right: 5px;
  background-color: #2c66de;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn:last-child {
  background-color: #f8860c;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn img {
  height: 12px;
  width: auto;
  margin-right: 3px;
}
.detail_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn span {
  font-size: 14px;
  line-height: 32px;
}
.detail_page_box #similar_shops .list .item .price_box .cover_box {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.detail_page_box #similar_shops .list .item .price_box .cover_box img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
