@font-face {
  font-family: 'ChillKai';
  src: url('./gkai00mp.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pyfont';
  src: url('./pyfont.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}



* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}

:root {
  --theme-color: #666;
}

p {
  margin: 0;
}

.w100 {
  width: 100%;
}

body {
  max-width: 768px;
  margin: auto;
  font-size: 62.5%;
}

.sticky {
  position: sticky;
  top: 0;
}

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

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

/*flex*/
.flex1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.container {
  width: 92%;
  margin: auto;
}

.flex-direction_column {
  flex-direction: column;
}

.van-nav-bar .van-icon,
.van-nav-bar__title {
  color: #30466E !important;
}

.page_tbszkt .tbzs_top {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  background: #fff;
}

.page_tbszkt .van-sticky .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.page_tbszkt .van-sticky .van-nav-bar {
  background: transparent;
}

.page_tbszkt .tbzs_top .lm_picker {
  position: relative;
}

.page_tbszkt .search {
  border: 1px solid #000;
  border-radius: 2em;
  padding: 2px;
  overflow: hidden;
  margin: 10px auto;
  background: #fff;
  position: relative;
}

.page_tbszkt .search .van-search {
  background: #fff;
  padding: 0;
}

.page_tbszkt .search .van-search__content {
  background: #fff;
}

.page_tbszkt .search .van-search__action {
  background: #3985FF;
  color: #fff;
  font-size: 14px;
  border-radius: 2em;
  padding: 10px 20px;
  line-height: 1;
}

.page_tbszkt .search .van-field__left-icon .van-icon {
  color: #3295FF;
}

.page_tbszkt .list_title {
  font-size: 14px;
  text-align: center;
  color: #9BA5B9;
  margin: 15px 0;
}

.page_tbszkt .list .item {
  padding: 12px 15px;
  border-radius: 30px;
  background: #fff;
  display: block;
  margin-bottom: 10px;
  border: 5px solid #D1E6FF;
}

.page_tbszkt .list .item .title {
  font-size: 18px;
  color: #30466E;
}

.page_tbszkt .list .item .title span {
  color: #9BA5B9;
  font-size: 14px;
}

.page_tbszkt .list .item .qxx {
  border-radius: 2em;
  line-height: 1;
  padding: 10px 10px;
  font-size: 12px;
  color: #fff;
  background: #3985FF;
  margin-left: 10px;
}

.page_tbszkt .lm_picker .lm {
  line-height: 1;
  font-size: 18px;
  color: #30466E;
}

.page_tbszkt .lm_picker .picker {
  font-size: 14px;
  color: #3985FF;
}

.page_tbszkt .lm_picker.kw_info {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 12px 4%;
}

.page_tbszkt .lm_picker.kw_info .title {
  font-size: 18px;
  font-weight: bold;
  color: #30466E;
}

.page_tbszkt .lm_picker.kw_info .title .zz {
  font-weight: normal;
  color: #9BA5B9;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.kwlist .item {
  border-radius: 2em;
  background: #F7F7F7;
  width: 100%;
  height: 50px;
  color: #30466E;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 0 15px;
}

.kwlist .item.active {
  color: #fff;
  background: #3295FF;
}

.kwlist .item .num {
  font-size: 12px;
  margin-right: 10px;
  color: #999;
}

.kwlist .item.active .num {
  color: #efefef;
}

.page_tbszkt .list .item .total {
  font-size: 12px;
  color: #9BA5B9;
}

.page_tbszkt .list .item .font_list {
  margin: 12px 0;
  column-gap: 6px;
}

.page_tbszkt .list .item .font_list .font {
  width: calc((100% - 30px) / 6);
  padding-bottom: 14.11%;
  border-radius: 10px;
  border: 1px solid #3295FF;
  background: #fff;
  margin-bottom: 6px;
  position: relative;
}

.page_tbszkt .list .item .font_list .font.py_item{
  border-radius: 0;
  border-left: none;
  border-right: none;
  position: relative;
}
.page_tbszkt .list .item .font_list .font.py_item::before,
.page_tbszkt .list .item .font_list .font.py_item::after{
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #B3DAFF;
  transform: none;
  border-right: none;
}
/* 修订：+3px */
.page_tbszkt .list .item .font_list .font.py_item::before{
  top: calc((100% - 2px) / 3 );
}
.page_tbszkt .list .item .font_list .font.py_item::after{
  bottom: calc((100% - 2px) / 3 );
  top: auto;
}


.page_tbszkt .list .item .font_list .font .t {
  color: #30466E;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page_tbszkt .list .item .font_list .font.py_item .t {
  font-size: calc(48vmin*100/768) !important;
}

.page_tbszkt .list .item .font_list .font::before,
.page_tbszkt .list .item .font_list .font::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page_tbszkt .list .item .font_list .font::before {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #B3DAFF;
}

.page_tbszkt .list .item .font_list .font::after {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #B3DAFF;
}

.page_tbszkt .picker_pop .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #30466E;
  margin: 30px 0;
}

.page_tbszkt .picker_pop .title .icon {
  height: 26px;
  margin-right: 10px;
}

.page_tbszkt .picker_pop .sm_title {
  font-size: 15px;
  margin-bottom: 20px;
  color: #9BA5B9;
}

.page_tbszkt .picker_pop .fl_list {
  column-gap: 20px;
  margin-bottom: 20px;
}

.page_tbszkt .picker_pop .fl_list .fl {
  border-radius: 2em;
  background: #fff;
  font-size: 14px;
  width: calc((100% - 40px) / 3);
  margin-bottom: 10px;
  text-align: center;
  color: #666;
  padding: 10px 0;
}

.page_tbszkt .picker_pop .fl_list .fl.active {
  background: #3985FF;
  color: #fff;
}

.page_tbszkt .picker_pop .submit {
  width: 80%;
  margin: 40px auto 20px;
  background: #3985FF;
  color: #fff;
  border-radius: 2em;
  font-size: 15px;
  padding: 14px 0;
  text-align: center;
}

.page_tbszkt .van-popup--bottom.van-popup--round {
  border-radius: 30px 30px 0 0;
}

.show_tbszkt .tbzs_top {
  background: #EDEDED;
  position: relative;
  padding-bottom: 35px;
}

.show_tbszkt .van-sticky--fixed .tbzs_top {
  padding-bottom: 0;
}

.show_tbszkt .tbzs_top .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show_tbszkt .van-sticky .van-nav-bar {
  background: transparent;
}

.show_tbszkt_main {
  margin-top: -35px;
  position: relative;
}

.show_tbszkt_main_top {
  background: #fff;
  padding: 25px 4% 20px;
  border-radius: 40px 40px 0 0;
}

.show_tbszkt_main_top .top_yb_dy .left {
  background: #fff;
  width: 51px;
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #40A3FF;
  position: relative;
  border-radius: 10px;
}
.show_tbszkt_main_top .top_yb_dy .left.py_item{
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.show_tbszkt_main_top .top_yb_dy .left .t {
  color: #30466E;
  font-size: calc(60vmin*100/768);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.show_tbszkt_main_top .top_yb_dy .left.py_item .t{
  font-size: calc(50vmin*100/768);
}

.show_tbszkt_main_top .top_yb_dy .left::before,
.show_tbszkt_main_top .top_yb_dy .left::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.show_tbszkt_main_top .top_yb_dy .left.py_item::before,
.show_tbszkt_main_top .top_yb_dy .left.py_item::after {
  position: absolute;
  content: '';
  left: 0;
  top:auto;
  transform:none;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #B3DAFF;
  border-right: none;
}

.show_tbszkt_main_top .top_yb_dy .left::before {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #B3DAFF;
}

.show_tbszkt_main_top .top_yb_dy .left::after {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #B3DAFF;
}
/* 修订：+3px */
.show_tbszkt_main_top .top_yb_dy .left.py_item::before{
  top: calc((100% - 3px) / 3);
}
.show_tbszkt_main_top .top_yb_dy .left.py_item::after{
  bottom: calc((100% - 3px) / 3 );
}

.show_tbszkt_main_top .top_yb_dy .yb {
  height: 48px;
  position: relative;
  margin: 0 20px 0 20px;
  z-index: 1;
}

.show_tbszkt_main_top .top_yb_dy .yb::before,
.show_tbszkt_main_top .top_yb_dy .yb::after {
  position: absolute;
  content: '';
  z-index: -1;
  height: 15px;
  left: 0;
  width: 100%;
}

.show_tbszkt_main_top .top_yb_dy .yb::before {
  border-top: 1px solid #9BA5B9;
  border-bottom: 1px solid #D7DBE3;
}

.show_tbszkt_main_top .top_yb_dy .yb::after {
  border-top: 1px solid #D7DBE3;
  border-bottom: 1px solid #9BA5B9;
}

.show_tbszkt_main_top .top_yb_dy .yb::before {
  top: 0;
}

.show_tbszkt_main_top .top_yb_dy .yb::after {
  bottom: 0;
}

.show_tbszkt_main_top .top_yb_dy .yb .t {
  color: #30466E;
  font-size: 28px;
}

.show_tbszkt_main_top .top_yb_dy .audio {
  width: 40px;
  height: 48px;
  margin-right: 20px;
}

.show_tbszkt_main_top .top_yb_dy .audio img {
  height: 30px;
}

.show_tbszkt_main_mid {
  margin: 30px 0;
}

.show_tbszkt_main_mid .bh {
  background: #fff;
  box-sizing: border-box;
  border: 6px solid #40A3FF;
  position: relative;
  border-radius: 30px;
  width: 48%;
  padding-bottom: 44.35%;
}
.show_tbszkt_main_mid .bh.py_item{
  border-radius: 0;
  border-left: none;
  border-right: none;
}


.show_tbszkt_main_mid .bh::before,
.show_tbszkt_main_mid .bh::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.show_tbszkt_main_mid .bh.py_item::before,
.show_tbszkt_main_mid .bh.py_item::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #B3DAFF;
  top: auto;
  transform: none;
  border-right: none;
}

.show_tbszkt_main_mid .bh::before {
  height: 100%;
  border-right: 2px dashed #B3DAFF;
}

.show_tbszkt_main_mid .bh::after {
  width: 100%;
  border-top: 2px dashed #B3DAFF;
}
/* 修订：+3px */
.show_tbszkt_main_mid .bh.py_item::before {
  top:calc((100% - 7px) / 3 );
}
.show_tbszkt_main_mid .bh.py_item::after {
  bottom:calc((100% - 7px) / 3 );
}



.show_tbszkt_main_mid .bh .t {
  color: #30466E;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.show_tbszkt_main_mid .bh.py_item .t{
  font-size: calc(170vmin*100/768) !important;
}
.show_tbszkt_main_mid .img {
  width: 45%;
  margin-left: 10px;
  border-radius: 10px;;
  overflow: hidden;
}

.show_tbszkt_main_mid .img img {
  width: 160%;
  height: 160%;
  object-fit: cover;
}

.show_tbszkt_main .bsbhjg {
  margin-bottom: 30px;
  font-size: 18px;
  color: #9BA5B9;
  text-align: center;
  justify-content: space-around;
}

.show_tbszkt_main .bsbhjg .bs span {
  color: #30466E;
}

.show_tbszkt_main .tabnav {
  column-gap: 20px;
}

.show_tbszkt_main .tabnav .nav_item {
  width: 45%;
  border-radius: 20px;
  font-size: 18px;
  color: #30466E;
  padding: 8px 0;
  max-width: 200px;
  min-width: 140px;
}

.show_tbszkt_main .tabnav .nav_item .icon {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  margin-right: 10px;
}

.show_tbszkt_main .tabnav .nav_item .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.show_tbszkt_main .tabnav .nav_item.active {
  background: #EAF0FF;
  color: #3295FF;
}

.show_tbszkt_main .tabnav .nav_item.active {
  color: #3295FF;
}

.show_tbszkt_main .prev_next {
  margin: 30px 0 0;
}

.show_tbszkt_main .prev_next .btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FBFBFB;
  color: #9BA5B9;
}

.show_tbszkt_main .prev_next .num {
  margin: 0 15px;
  font-size: 15px;
  color: #333;
}

.show_tbszkt_main .video {
  width: 100vw;
  position: relative;
  left: -4%;
  margin: 30px 0;
}

.show_tbszkt_main .video video {
  width: 100%;
}

.show_tbszkt_main .prev_next .btn.kfy {
  background: #3295FF;
  color: #fff;
}


.show_tbszkt_bom {
  margin-top: 10px;
  background: #fff;
}

.show_tbszkt_bom .content {
  padding: 20px 4%;
}

.show_tbszkt_bom .van-tab {
  font-size: 18px;
  color: #30466E;
  height: 50px;
}

.list_xxzl .van-tab {
  color: #30466E;
}

.list_xxzl .van-tab.van-tab--active,
.show_tbszkt_bom .van-tab.van-tab--active {
  color: #3295FF;
}

.show_tbszkt_bom .van-tabs__wrap {
  border-bottom: 1px solid #EAF0FF;
  height: 50px;
}


.show_tbszkt .font_list {
  padding: 15px 0;
  white-space: nowrap;
  overflow-y: scroll;
  margin-left: 10px;
}

.show_tbszkt .font_list .font {
  display: inline-block;
  width: calc((100% - 40px) / 5.5);
  padding-bottom: 14.86%;
  border-radius: 10px;
  border: 2px solid #40A3FF;
  background: #fff;
  position: relative;
  margin-left: 10px;
}
.show_tbszkt .font_list .font.py_item{
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.show_tbszkt .font_list .font.py_item .t{
  font-size: calc(58vmin*100/768) !important;
}

.show_tbszkt .font_list .font .t {
  color: #30466E;
  font-size: calc(70vmin*100/768) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.show_tbszkt .font_list .font.py_item::before,
.show_tbszkt .font_list .font.py_item::after {
  position: absolute;
  content: '';
  left: 0;
  top: auto;
  transform: none;
  width: 100%;
  height: 1px;
  border-right: none;
  border-top: 1px dashed #B3DAFF;
}
/* 修订：+3px */
.show_tbszkt .font_list .font.py_item::before{
  top: calc((100% - 3px) / 3);
}
.show_tbszkt .font_list .font.py_item::after{
  bottom: calc((100% - 3px) / 3);
}

.show_tbszkt .font_list .font::before,
.show_tbszkt .font_list .font::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.show_tbszkt .font_list .font::before {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #B3DAFF;
}

.show_tbszkt .font_list .font::after {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #B3DAFF;
}

.show_tbszkt .font_list .font.active {
  background: #7DC0FF;
  border-color: #40A3FF;
  color: #fff;
}

.show_tbszkt .font_list .font.active .t {
  color: #fff;
}

.show_tbszkt .font_list .font.active::before,
.show_tbszkt .font_list .font.active::before {
  border-color: rgba(255, 255, 255, .5);
}


.list_xxzl .list .item {
  width: 49%;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  margin-top: 10px;
}

.list_xxzl .list .item .thumb {
  padding-bottom: 100%;
  ;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.list_xxzl .list .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.list_xxzl .list .item .title {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  color: #30466E;
  margin-bottom: 10px;
}

.list_xxzl .list .item .price {
  font-size: 18px;
  color: #E42821;
}

.list_xxzl .list .item .xl {
  font-size: 12px;
  color: #9BA5B9;
}



.detail_top {
  background: #fff;
  padding: 15px 4%;
  margin-bottom: 10px;
}

.detail_top .title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #30466E;
}

.detail_top .price {
  font-size: 20px;
  color: #E42821;
  line-height: 1;
  font-weight: bold;
}

.detail_top .views {
  font-size: 13px;
  color: #9BA5B9;
}

.detail_top .stepper {
  margin-left: 20px;
  background: #F9F9F9;
  border-radius: 2em;
}

.detail_top .stepper .van-stepper__minus,
.detail_top .stepper .van-stepper__plus {
  background: #C4E2FF;
  color: #3295FF;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.detail_top .stepper .van-stepper__input {
  margin: 0;
  background: #F9F9F9;
  color: #30466E;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
}

.detail_top .stepper .van-stepper__minus:before,
.detail_top .stepper .van-stepper__plus:before {
  height: 3px;
  width: 45%;
  border-radius: 2em;
}

.detail_top .stepper .van-stepper__minus:after,
.detail_top .stepper .van-stepper__plus:after {
  width: 3px;
  height: 45%;
  border-radius: 2em;
}

.detail_footer {
  height: 75px;
}

.detail_footer .footer {
  width: 100%;
  height: 75px;
  background: #fff;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 4% 0;
  box-sizing: border-box;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
}

.detail_footer .footer .link {
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  border-radius: 2em;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background: linear-gradient(to right, #FF8112, #FF4B04);
}


.detail_top_part {
  background: #F9F9F9;
  margin-top: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.detail_top_part .item {
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}

.detail_top_part .item .van-icon {
  font-size: 20px;
  margin-right: 12.5px;
}

.detail_top_part .item .text,
.detail_top_part .item .info {
  font-size: 15px;
  color: #30466E;
}

.detail_top_part .item .info .van-icon {
  font-size: 10px;
  line-height: 1;
  margin-left: 5px;
}

.detail_tt {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 15px;
}

.detail_cont {
  background: #fff;
  box-sizing: border-box;
  padding: 15px 4%;
  font-size: 15px;
  line-height: 1.7;
}

.classification {
  margin: 10px 0 0;
  background: #fff;
  padding: 15px 0;
  position: relative;
}

.classification .title {
  font-size: 17px;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.classification .title .van-icon {
  margin-right: 6px;
  font-size: 22px;
}

.classification .title .t {
  color: #30466E;
}


.footer_bg {
  width: 100%;
  height: 70px;
  display: block;
}

.footer_bg .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 9;
  left: 0;
}

.footer_bg .footer .subscribe {
  width: 70%;
  border-radius: 2em;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(to right, #FF264E, #FF4747);
}

.classification .title .tips {
  font-weight: normal;
  font-size: 15px;
}

.classification .title .tips .red {
  color: #E42821;
  margin-left: 4px;
}


.noaddress img {
  height: 70px;
}

.noaddress .t {
  font-size: 14px;
  margin-top: 4px;
  color: rgba(137, 138, 142, 1);
}


.bg_heng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.bg_heng .heng_red,
.bg_heng .heng_blue {
  width: 20px;
  height: 3px;
  transform: skewX(-45deg);
  margin-right: 4px;
}

.bg_heng .heng_red {
  background: #EE6D6C;
}

.bg_heng .heng_blue {
  background: #3295FF;
}

.address {
  padding: 10px 4% 7px;
}

.address .left {
  width: 70%;
  color: #000;
}

.address .left .addicon {
  font-size: 22px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.address .left .left_r .p {
  font-size: 18px;
  color: #30466E;
  margin-right: 7px;
  line-height: 1;
}

.address .left .left_r .addtext {
  font-size: 13px;
  color: #9BA5B9;
  margin-top: 6px;
}

.address .dzb {
  text-align: center;
  font-size: 13px;
  color: #999;
  padding: 0 10px 0 15px;
  border-left: 1px solid #ddd;
  margin-left: 12px;
}

.address .dzb .dzbicon {
  color: #999;
  font-size: 20px;
}

.address .arrow {
  font-size: 13px;
  margin-left: 15px;
  position: relative;
  top: 4px;
}



.payment .text {
  font-size: 15px;
  line-height: 1;
  color: #30466E;
}

.payment .text .van-icon {
  font-size: 25px;
  margin-right: 7.5px;
  line-height: 1;
}
.classification .order_list .item .top{
  margin-bottom: 15px;
}
.classification .order_list .item .top .bh {
  font-size: 16px;
  color:#333;
  font-weight: bold;
}
.classification .order_list .item .top .static{
  font-size: 14px;
  color:#999;
}
/* 已发货 */
.classification .order_list .item .top .static.c001{
  color:#7DC0FF;
}
/* 已签收 */
.classification .order_list .item .top .static.c002{
  color:#71d878;
}

.classification .order_list .item .product_info {
  margin: 10px 0 15px;
}

.classification .order_list .item .product_info .thumb {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.classification .order_list .item .product_info .thumb image {
  width: 100%;
  height: 100%;
  display: block;
}

.classification .order_list .item .product_info .right {
  height: 100px;
  box-sizing: border-box;
  padding: 5px 0;
}

.classification .order_list .item .product_info .bt {
  font-size: 18px;
  font-weight: bold;
  color: #30466E;
}

.classification .order_list .item .product_info .desc {
  font-size: 14px;
  color: #9BA5B9;
  margin-top: 4px;
}

.classification .order_list .item .product_info .right_bom {
  font-size: 12px;
  color: #9BA5B9;
}

.classification .order_list .item .product_info .right_bom .price {
  font-size: 18px;
  color: #E42821;
}

.order_list .item .o_info{
  margin: 12px 0;
}
.order_list .item .o_info .t{
  color:#333;
  font-size: 14px;
  width: 60px;
  text-align-last: justify;
  margin-right: 20px;
}
.order_list .item .o_info .v{
  color:#888;
  font-size: 14px;
  text-align: right;
  flex: 1;
}
.order_list .item .o_info .copy{
  color:#3295FF;
  margin-left: 6px;
}
.order_list .item .o_info .price{
  font-size: 18px;
  color:#E42821;
}


.classification .other_info {
  font-size: 14px;
  padding: 0 4%;
}

.classification .other_info:not(:last-child) {
  margin-bottom: 22px;
}

.classification .other_info .tt {
  color: #30466E;
  font-weight: 500;
  text-align-last: justify;
  margin-right: 10px;
  font-size: 15px;
}

.classification .other_info .v {
  margin-left: 5px;
  color: #9BA5B9;
}

.classification .other_info .copy {
  color: rgba(49, 153, 255, 1);
  margin-left: 10px;
  font-weight: 500;
}

.classification .other_info .price {
  color: rgba(228, 40, 33, 1);
  font-size: 18px;
  font-weight: 500;
}



.address_fbg {
  height: 60px;
}

.address_fbg .address_xzdz {
  width: 70%;
  position: fixed;
  bottom: 15px;
  left: 15%;
  color: #fff;
  background: #3295FF;
  border-radius: 2em;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  box-shadow: none;
  border: none;
}

.additem {
  background: #fff;
  padding: 15px 4%;
  margin: 0 0 15px;
  border-bottom: 1px solid #eee;
}

.additem .left {
  margin-right: 15px;
}

.additem .top {
  margin-bottom: 6px;
  line-height: 1;
}

.additem .top .name {
  font-size: 18px;
  margin-right: 8px;
}

.additem .top .tel {
  font-size: 18px;
}

.additem .xxdz {
  font-size: 13px;
  color: #999;
}

.additem .btn {
  font-size: 22px;
  font-weight: normal;
  width: auto;
  padding: 0 10px;
  color: #666;
  margin-left: 20px;
}

.additem .arrow {
  font-size: 23px;
  margin-left: 20px;
}

.additem .sfmr {
  font-size: 12px;
  color: #3295FF;
}

.additem .btn:nth-child(2) {
  color: #f00;
}



.address_form {
  background: #fff;
}

.address_form .item {
  padding: 10px 18px;
}

.address_form .item .bt {
  width: 90px;
  font-size: 14px;
  color: #30466E;
}

.address_form .item .right {
  position: relative;
  font-size: 14px;
  display: flex;
}

.address_form .item .right input,
.address_form .item .right textarea {
  flex: 1;
}

.address_form .item .right .hqdz {
  width: auto;
  font-size: 14px;
  padding: 3px 10px;
  font-weight: normal;
  color: #3295FF;
  border: 1px solid #3295FF;
  display: inline-block;
  margin: 0;
  margin-left: 6px;
}

.address_form .item .right textarea {
  font-size: 14px;
  width: 100%;
  height: 80px;
}

.address_form .item .tips {
  font-size: 14px;
  color: #9BA5B9;
  margin-top: 5px;
}

.address_form .item .van-radio {
  font-size: 14px;
}

.address_form .agree {
  margin-top: 10px;
}

.tkw_main {
  background: #fff;
  margin-top: 20px;
  padding: 25px 4% 20px;
  border-radius: 40px 40px 0 0;
  position: relative;
  margin-top: -35px;
}

.tkw_main .title {
  text-align: center;
  font-size: 20px;
  color: #30466E;
  margin-bottom: 10px;
}

.tkw_main .total {
  text-align: center;
  color: #9BA5B9;
  font-size: 14px;
  margin-bottom: 20px;
}

.tkw_main .fm {
  width: 82%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  padding-bottom: 82%;
  box-shadow: 0 3px 12px rgba(57, 133, 255, .25);
}

.tkw_main .fm img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tkw_main .fm::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 22%;
  height: 22%;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  box-shadow: inset 8px 8px 20px rgba(57, 133, 255, .25);
}

.tkw_main .fm::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 22%;
  height: 22%;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
  transform: translate(-50%, -50%);
  box-shadow: -4px -4px 10px rgba(0, 0, 0, .1);
}

.tkw_main .kwfl_list {
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
  margin-top: 30px;
}

.tkw_main .kwfl_list .item {
  border-radius: 2em;
  padding: 5px 15px;
  background: #f7f7f7;
  font-size: 13px;
  color: #30466E;
  display: inline-block;
  margin-right: 12px;
}

.tkw_main .kwfl_list .item.active {
  background: #3985FF;
  color: #fff;
}

.tkw_main .progress {
  margin: 24px 0;
}

.tkw_main .progress .flex1 {
  margin: 0 12px;
}

.tkw_main .progress .time {
  font-size: 12px;
  color: #30466E;
}

.tkw_main .controls .icon img {
  height: 33px;
}

.tkw_main .controls .controls_btn {
  font-size: 90px;
  margin: 0 30px;
}

.tkw_right_pop {
  margin: 20px 0;
}

.tkw_right_pop .title {
  text-align: center;
  margin: 12px 0;
  font-size: 12px;
  color: #9BA5B9;
}

.tkw_right_pop .list a {
  display: block;
  color: #30466E;
  background: #fff;
  font-size: 14px;
  padding: 12px 10px;
  text-align: center;
  margin-bottom: 6px;
}

.tkw_right_pop .list a.active {
  background: #3985FF;
  color: #fff;
}

.time-line {
  display: flex;
  flex: 1;
  align-items: center;
  height: 5px;
  background: #EAF0FF;
  position: relative;
  cursor: pointer;
  border-radius: 2em;
  margin: 0 15px;
}

.time-line .play-line {
  width: 0%;
  position: relative;
  height: 5px;
  background-color: #3295FF;
  border-radius: 2em;
}

.time-line .play-line::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3295FF;
  right: -4.5px;
  top: -2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8);
}


.time-line .line-time {
  font-size: 12px;
  color: #999999;
  position: absolute;
  right: -28px;
  top: 3px;
}

.address_form .van-field__label {
  color: #30466E;
}

.single_content img {
  width: 100%;
  display: block;
}


.page_tkw .tbzs_top {
  padding-bottom: 45px;
}

.page_tkw .tbzs_top .lm_picker {
  margin: 10px auto;
}

.page_tkw .van-sticky--fixed .tbzs_top {
  padding-bottom: 10px;
}

.shengzi_jieshi {
  font-size: 18px;
}


/*联系我们*/
.service_top{
  padding: 15% 0 0 5%;
  position: relative;
}
.service_top .bt{
  font-size: 18px;
  font-weight: bold;
}
.service_top .st{
  font-size: 14px;
  margin: 5px 0 12px;
  color:rgba(137, 138, 142, 1);
}
.service_top .gzsj{
  font-size: 12px;
  color:rgba(196, 197, 199, 1);
}
.service_top .bg{
  position: absolute;
  right: -45px;
  top: 10%;
  width: 210px;
  z-index: -1;
}
.service_con{
  /* background: #fff; */
  box-sizing: border-box;
  border-radius: 20px;
  padding: 25px 0;
  margin-top: 15px;
  width: 90%;
}
.service_con .ewm img{
  display: block;
  margin: auto;
  width: 130px;
}
.service_con .item{
  border: 1px solid rgba(196, 197, 199, 1);
  height: 50px;
  border-radius: 2em;
  width: 60%;
  margin: auto;
  font-size: 15px;
  color:#30466E;
  background: #fff;
  margin-top: 20px;
}
.service_con .item:nth-child(1){
  margin-bottom: 15px;
}
.service_con .item img{
  height: 30px;
  margin-right: 10px;
}
.service_con .ewm_tips{
  font-size: 14px;
  text-align: center;
  color:#999;
  margin-top: 10px;
}
