@charset "UTF-8";
.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.column.column-center {
  align-content: center;
}
.flex.column.column-space-between {
  align-content: space-between;
}
.flex.column.column-start {
  align-content: flex-start;
}
.flex.column.column-end {
  align-content: flex-end;
}
.flex.center {
  justify-content: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.end {
  justify-content: flex-end;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.middle {
  align-items: center;
}
.flex.stretch {
  align-items: stretch;
}
.flex.top {
  align-items: flex-start;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.grow {
  flex-grow: 1;
}

.flex-one {
  flex: 1;
}

.flex-two {
  flex: 2;
}

@media screen and (min-width: 250px){
  html{
    font-size: 25px;
  }
}
@media screen and (min-width: 320px){
  html{
    font-size: 45px;
  }
}
@media screen and (min-width: 375px){
  html{
    font-size: 50px;
  }
}
@media screen and (min-width: 400px){
  html{
    font-size: 55px;
  }
}
@media screen and (min-width: 720px){
  html{
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px){
  html{
    font-size: 100px;
  }
}

body {
  margin: 0;
  padding: 0;
  -webkit-opacity: 1;
  -webkit-text-fill-color: #000000;
  color: #000000;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  height: 100vh;
  position: relative;
  /*padding-top: 0.4rem;*/
}



a {
  -webkit-text-fill-color: inherit;
  -webkit-opacity: 1;
  color: inherit;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}

.number-change-group {
  width: 1.6rem;
  height: 0.45rem;
  border-radius: 0.225rem;
  border: 1px solid #b6b6b6;
  overflow: hidden;
}
.number-change-group .minus, .number-change-group .add {
  font-size: 0.327rem;
  text-align: center;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
  display: block;
  -webkit-text-fill-color: #b6b6b6;
  color: #b6b6b6;
  border-radius: 0.125rem;
  border: 1px solid #b6b6b6;
  cursor: pointer;
}

.number-change-group .minus1, .number-change-group .add1 {
  font-size: 0.327rem;
  text-align: center;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
  display: block;
  -webkit-text-fill-color: #b6b6b6;
  color: #b6b6b6;
  border-radius: 0.125rem;
  border: 1px solid #b6b6b6;
  cursor: pointer;
}
.number-change-group .number {
  width: 0.7rem;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 0.27rem;
}

/*checkbox*/
.checkbox-group, .radio-group {
  width: 25px;
  height: 25px;
  position: relative;
}
.checkbox-group input[type=checkbox] + label, .checkbox-group input[type=radio] + label, .radio-group input[type=checkbox] + label, .radio-group input[type=radio] + label {
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  cursor: pointer;
  background: #ffffff;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid red;
  border-radius: 50%;
  z-index: 1;
}
.checkbox-group input[type=checkbox]:checked + label, .checkbox-group input[type=radio]:checked + label, .radio-group input[type=checkbox]:checked + label, .radio-group input[type=radio]:checked + label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../image/checked.png) no-repeat 0 0;
  background-position: center;
  background-size: contain;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
  border-radius: 50%;
}
.checkbox-group input[type=checkbox], .checkbox-group input[type=radio], .radio-group input[type=checkbox], .radio-group input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/*checkbox*/
.checkbox-group, .radio-group {
  width: 25px;
  height: 25px;
  position: relative;
}
.checkbox-group input[type=checkbox] + label,
.checkbox-group input[type=radio] + label, .radio-group input[type=checkbox] + label,
.radio-group input[type=radio] + label {
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  cursor: pointer;
  background: #ffffff;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid red;
  border-radius: 50%;
  z-index: 1;
}
.checkbox-group input[type=checkbox]:checked + label,
.checkbox-group input[type=radio]:checked + label, .radio-group input[type=checkbox]:checked + label,
.radio-group input[type=radio]:checked + label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../image/checked.png) no-repeat 0 0;
  background-position: center;
  background-size: contain;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
  border-radius: 50%;
}
.checkbox-group input[type=checkbox], .checkbox-group input[type=radio], .radio-group input[type=checkbox], .radio-group input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/*button*/
.btn-red {
  height: 0.67rem;
  line-height: 0.67rem;
  width: 76%;
  margin: 0 auto;
  display: block;
  border-radius: 0.35rem;
  font-size: 0.36rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  text-align: center;
  background-color: #c5010c;
}

/*button*/
.btn-orange {
  margin: 0 auto;
  display: block;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  text-align: center;
  background-color: #ff8701;
}

/*button*/
.btn-grey {
  margin: 0 auto;
  display: block;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  text-align: center;
  background-color: #a9a9a9;
}

.btn-red-line {
  height: 0.67rem;
  line-height: 0.67rem;
  margin: 0 auto;
  display: block;
  border-radius: 0.35rem;
  font-size: 0.36rem;
  -webkit-text-fill-color: #c5010c;
  color: #c5010c;
  text-align: center;
  border: 1px solid #c5010c;
}

.btn-black-line {
  height: 0.67rem;
  line-height: 0.67rem;
  margin: 0 auto;
  display: block;
  border-radius: 0.35rem;
  font-size: 0.36rem;
  -webkit-text-fill-color: #323232;
  color: #323232;
  text-align: center;
  border: 1px solid #323232;
}

.btn-grey-line {
  height: 0.67rem;
  line-height: 0.67rem;
  margin: 0 auto;
  display: block;
  border-radius: 0.35rem;
  font-size: 0.36rem;
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
  text-align: center;
  border: 1px solid #b9b9b9;
}

input:focus, textarea:focus {
  outline: none;
}

.tab-template .tabs .tab.active {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}
.tab-template .tab-containers .tab-container {
  display: none;
}
.tab-template .tab-containers .tab-container.active {
  display: block;
}

.bk-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 888;
  height: 100%;
}

.modal {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
  height: auto;
  z-index: 999;
  background-color: #ffffff;
  overflow: hidden;
  display: none;
}

.to-top {
  display: none;
  position: fixed;
  width: 1rem;
  right: 3%;
  bottom: 11%;
  z-index: 10;
}

@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("SourceHanSansCN-Bold.woff2") format("woff2"), url("SourceHanSansCN-Bold.woff") format("woff"), url("SourceHanSansCN-Bold.ttf") format("truetype"), url("SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("SourceHanSansCN-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.index {
  background-color: #f6f6f6;
  /*header*/
  /*search-section*/
  /*modal-delete*/
}
body.index .header {
  position: relative;
  background: #ce0814;
  height: 1rem;
  padding-left: 4%;
}
body.index .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-bottom: 0.05rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
body.index .search-section {
  padding: 0 4%;
  height: 0.8rem;
  background: #ce0814;
  margin-top: -1px;
}
body.index .search-section .scan {
  width: auto;
  height: 0.6rem;
}
body.index .search-section .search-group {
  width: 64%;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #f6f6f6;
}
body.index .search-section .search-group img.icon {
  width: 0.28rem;
  height: auto;
  margin-left: 0.35rem;
}
body.index .search-section .search-group span {
  font-size: 0.28rem;
  margin: 0 0.33rem 0 0.31rem;
  -webkit-text-fill-color: #d9d7d7;
  color: #d9d7d7;
}
body.index .search-section .search-group input {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  width: calc(100% - 0.28rem - 0.4rem - 0.32rem - 0.35rem);
  border: none;
  padding: 0;
  background-color: transparent;
}
body.index .search-section .search-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.index .search-section .search-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.index .search-section .search-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.index .search-section .search-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.index .search-section .msg-group {
  position: relative;
}
body.index .search-section .msg-group .number {
  position: absolute;
  font-size: 0.22rem;
  -webkit-text-fill-color: #d9d7d7;
  color: #d9d7d7;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #ff8d00;
  top: -0.1rem;
  right: -0.1rem;
  border-radius: 50%;
}
body.index .search-section .msg-group .msg {
  width: auto;
  height: 0.55rem;
}
body.index #swiper-container-1 {
  position: relative;
  height: 3rem;
  width: 100%;
}
body.index #swiper-container-1 .swiper-wrapper .swiper-slide img {
  height: 3rem;
}
body.index #swiper-container-1 .swiper-pagination-1 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 3;
  width: auto;
  transform: translateX(-50%);
}
body.index #swiper-container-1 .swiper-pagination-1 .swiper-pagination-bullet {
  background: #c9c9c8;
  opacity: 1;
}
body.index #swiper-container-1 .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ce0814;
}
body.index #swiper-container-2 {
  margin-top: 0.25rem;
  background-color: #ffffff;
  padding-bottom: 0.5rem;
  position: relative;
}
body.index #swiper-container-2 .swiper-wrapper .swiper-slide {
  width: 100vw;
}
body.index #swiper-container-2 .swiper-wrapper .swiper-slide .slide-content {
  width: 100vw;
}
body.index #swiper-container-2 .swiper-wrapper .swiper-slide .slide-content .link-item {
  width: 16%;
  margin-left: 3.5%;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
}
body.index #swiper-container-2 .swiper-wrapper .swiper-slide .slide-content .link-item img {
  width: 70%;
  height: auto;
}
body.index #swiper-container-2 .swiper-wrapper .swiper-slide .slide-content .link-item .text {
  font-size: 0.26rem;
  -webkit-text-fill-color: #202020;
  color: #202020;
}
body.index #swiper-container-2 .swiper-pagination-2 {
  background-color: #bfbfbf;
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 3;
  width: auto;
  transform: translateX(-50%);
  width: 0.7rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  display: flex;
  justify-content: center;
}
body.index #swiper-container-2 .swiper-pagination-2 .swiper-pagination-bullet {
  opacity: 0;
  width: 0.35rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  margin: 0;
  position: unset;
}
body.index #swiper-container-2 .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ce0814;
  opacity: 1;
}
body.index .texun {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  height: 0.9rem;
  padding: 0 4%;
}
body.index .texun img.logo-text {
  height: 0.3rem;
  width: auto;
}
body.index .texun span {
  font-size: 0.3rem;
  margin-left: 0.2rem;
  margin-right: 0.1rem;
  color: #eeeeee;
  -webkit-text-fill-color: #eeeeee;
}
body.index .texun img.trumpet {
  height: 0.23rem;
  width: auto;
}
body.index .texun .red {
  font-size: 0.2rem;
  padding: 0.02rem 0.04rem;
  color: #ce0814;
  -webkit-text-fill-color: #ce0814;
  border: 1px solid #ce0814;
  border-radius: 0.08rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
body.index .texun .text {
  font-size: 0.23rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  margin-left: 0.1rem;
}
body.index .texun img.arrow {
  height: 0.2rem;
  width: auto;
}
body.index .miasha {
  margin-top: 0.25rem;
  background-color: #ffffff;
  height: 0.87rem;
  padding: 0 4%;
  border-bottom: 1px solid #eeeeee;
}
body.index .miasha .left .text {
  font-size: 0.34rem;
  -webkit-text-fill-color: #202020;
  color: #202020;
}
body.index .miasha .left .group {
  height: 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-left: 0.2rem;
  border: 1px solid #c6010c;
}
body.index .miasha .left .group .group-text {
  width: 1rem;
  font-size: 0.2rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  background-color: #c6010c;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
}
body.index .miasha .left .group .group-text.active {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  background-color: #ffffff;
}
body.index .miasha .right .text {
  -webkit-text-fill-color: #a2a2a2;
  color: #a2a2a2;
  font-size: 0.21rem;
}
body.index .miasha .right img.arrow {
  height: 0.2rem;
  width: auto;
  margin-left: 0.12rem;
}
body.index #swiper-container-3 {
  background-color: #ffffff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
body.index #swiper-container-3 .swiper-wrapper {
  margin-left: 1%;
}
body.index #swiper-container-3 .swiper-wrapper .swiper-slide .link-item {
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0.1rem;
  overflow: hidden;
}
body.index #swiper-container-3 .swiper-wrapper .swiper-slide .link-item img {
  width: 100%;
  height: 1.8rem;
}
body.index #swiper-container-3 .swiper-wrapper .swiper-slide .link-item .text {
  font-size: 0.22rem;
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
  padding-top: 0.1rem;
  padding-bottom: 0.08rem;
}
body.index #swiper-container-3 .swiper-wrapper .swiper-slide .link-item .cancel-text {
  font-size: 0.197rem;
  -webkit-text-fill-color: #919191;
  color: #919191;
  text-decoration: line-through;
  padding-bottom: 0.1rem;
}
body.index .banner-2 {
  width: 92%;
  height: auto;
  margin: 0.4rem auto;
  display: block;
}
body.index .images {
  padding: 0 4%;
  height: 3rem;
}
body.index .images img.left {
  width: 46%;
}
body.index .images .right {
  width: 51%;
  height: 100%;
}
body.index .images .right .right-banner-2 {
  height: 48%;
  width: 100%;
}
body.index .title-2 {
  padding-top: 0.55rem;
  font-size: 0.34rem;
  padding-bottom: 0.1rem;
}
body.index .title-2 .text {
  padding: 0 0.2rem;
}
body.index .items-header {
  padding: 0 4%;
}
body.index .items-header .text {
  font-size: 0.36rem;
  padding-left: 0.1rem;
  border-left: 4px solid #ce0814;
  margin-top: 0.36rem;
  margin-bottom: 0.36rem;
  line-height: 1;
}
body.index .items-header .right {
  padding-top: 0.2rem;
  font-size: 0.24rem;
  -webkit-text-fill-color: #a2a2a2;
  color: #a2a2a2;
}
body.index .items-header .right img {
  height: 0.2rem;
  width: auto;
  margin-left: 0.1rem;
}
body.index .items {
  width: 92%;
  padding: 0 4%;
}
body.index .items .item {
  width: 48%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin-bottom: 0.2rem;
}
body.index .items .item img.product {
  min-width: 100%;
  height: 3.3rem;
  width: 3.3rem;
}
body.index .items .item .text {
  padding-top:  0.15rem;
  padding-left:  0.15rem;
  width: 100%;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body.index .items .item .bottom-line {
  width: 92%;
  padding-top: 0.07rem;
  padding-bottom: 0.1rem;
}
body.index .items .item .bottom-line .left {
  font-size: 0.28rem;
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.index .items .item .bottom-line img.right {
  width: 0.5rem;
}
body.index .text-bottom {
  font-size: 0.24rem;
  color: #bcbcbc;
  -webkit-text-fill-color: #bcbcbc;
  margin-top: 1.2rem;
  margin-bottom: 1.8rem;
  text-align: center;
  position: relative;
}
body.index .text-bottom .line {
  width: 10%;
  height: 1px;
  background: #bcbcbc;
}
body.index .text-bottom span {
  padding: 0 10px;
}
body.index .bottom-icons {
  width: 92%;
  position: fixed;
  bottom: 0;
  height: 1rem;
  padding: 0 4%;
  background-color: #ffffff;
}
body.index .bottom-icons .item {
  height: 100%;
}
body.index .bottom-icons .item img {
  height: 50%;
  margin-top: 0.1rem;
}
body.index .bottom-icons .item .text {
  font-size: 0.3rem;
  transform: scale(0.7);
  -webkit-text-fill-color: #000000;
  color: #000000;
}
body.index .bottom-icons .item .text.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.index .modal-inform {
  border-radius: 0.15rem;
  width: 75%;
}
body.index .modal-inform .modal-content {
  position: relative;
}
body.index .modal-inform .modal-content .title {
  font-size: 0.3rem;
  line-height: 3;
  text-align: center;
}
body.index .modal-inform .modal-content article {
  padding-bottom: 0.4rem;
}
body.index .modal-inform .modal-content article p {
  font-size: 0.3rem;
  padding: 0 0.5rem;
  padding-bottom: 0.06rem;
  line-height: 1.8;
  margin-block-start: 0;
  margin-block-end: 0;
}
body.index .modal-inform .modal-content .btn-cancel {
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  position: absolute;
  right: 0.6rem;
  top: 0.4rem;
  font-size: 0.1rem;
}

body.register {
  position: relative;
  /*header*/
  /*main*/
}
body.register .header {
  position: relative;
  background: #ffffff;
}
body.register .header .back {
  position: absolute;
  left: 4%;
  top: 0.3rem;
  width: 0.2rem;
  height: auto;
}
body.register .header .register-bk {
  width: 100%;
  height: auto;
}
body.register .header .text {
  font-size: 0.44rem;
  line-height: 0.44rem;
  padding-bottom: 0.2rem;
  position: absolute;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
body.register .main {
  display: none;
}
body.register .main .form {
  width: 78%;
  padding-top: 0.2rem;
  margin: 0 auto;
}
body.register .main .form .input-group {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.33rem;
  width: 100%;
}
body.register .main .form .input-group label {
  display: block;
  font-size: 0.3rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  font-weight: normal;
  line-height: 1.1;
}
body.register .main .form .input-group input {
  height: 0.6rem;
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
  text-align: left;
  font-size: 0.22rem;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  display: block;
}
body.register .main .form .input-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.register .main .form .input-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.register .main .form .input-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.register .main .form .input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.register .main .form .input-group .input-1 input {
  width: calc(100% - 1.8rem);
}
body.register .main .form .input-group .input-1 .btn-red-line {
  font-size: 0.22rem;
  width: 1.6rem;
  height: 0.55rem;
  line-height: 0.55rem;
  margin-top: -0.07rem;
}
body.register .main .form .input-group.input-2 {
  width: 100%;
}
body.register .main .form .input-group.input-2 .left {
  width: calc(100% - 1.8rem);
}
body.register .main .form .input-group .btn-image {
  width: 1.6rem;
}
body.register .main .form .input-group .btn-image img {
  width: 1.6rem;
  height: auto;
  display: block;
}
body.register .main .form .input-group .btn-image .text {
  font-size: 0.25rem;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 1.6rem;
}
body.register .main .form .btn-red {
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 0.4rem;
  font-size: 0.36rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  text-align: center;
  background-color: #c5010c;
  margin-top: 0.9rem;
}
body.register .main .form .tip {
  margin: 0 auto;
  font-size: 0.2rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  margin-top: -0.2rem;
  text-align: left;
  width: 100%;
}
body.register .main .form .tip span {
  width: calc(100% - 0.45rem);
}
body.register .main .form .tip span .link-red {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}
body.register .main .form .tip .checkbox-group {
  width: 0.27rem;
  height: 0.27rem;
  margin: 0 0.1rem;
  margin-top: 0.03rem;
}
body.register .main .form .bottom-infor {
  font-size: 0.24rem;
  margin-top: 0.35rem;
}
body.register .main .form .bottom-infor .link-red {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}
body.register[data-type=step1] .main-1 {
  display: block;
}
body.register[data-type=step2] .main-2 {
  display: block;
}
body.register[data-type=step2] .main-2 .form {
  padding-top: 0.7rem;
}
body.register[data-type=step3] .main-3 {
  display: block;
}
body.register[data-type=step3] .main-3 img {
  display: block;
  margin: 0.5rem auto 0.2rem;
  width: 18%;
}
body.register[data-type=step3] .main-3 .text {
  font-size: 0.28rem;
  text-align: center;
  margin-bottom: 1.1rem;
}
body.register[data-type=step3] .main-3 .btn-red {
  width: 45%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
}

body.login {
  background: url(../image/login-bk.jpg) no-repeat 0 0;
  background-size: 100% auto;
  background-position: top;
  /*header*/
  /*main*/
}
body.login .header {
  position: relative;
  padding-top: 0.6rem;
}
body.login .header .back {
  position: absolute;
  left: 4%;
  top: 0.3rem;
  width: 0.2rem;
  height: auto;
}
body.login .header .image {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid yellow;
  margin: 0 auto;
}
body.login .header .image .person {
  width: 100%;
  height: auto;
}
body.login .header .text {
  font-size: 0.36rem;
  line-height: 1;
  padding-top: 0.1rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  text-align: center;
}
body.login .main {
  margin-top: 0.54rem;
}
body.login .main .form {
  width: 86%;
  margin: 0 auto;
  border-radius: 0.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
body.login .main .form .input-group {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  width: 90%;
  position: relative;
}
body.login .main .form .input-group label {
  display: block;
  font-size: 0.3rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  font-weight: normal;
  line-height: 1.1;
}
body.login .main .form .input-group input {
  height: 0.6rem;
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
  text-align: left;
  font-size: 0.22rem;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  display: block;
}
body.login .main .form .input-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.login .main .form .input-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.login .main .form .input-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.login .main .form .input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #d3d3d3;
  color: #d3d3d3;
}
body.login .main .form .input-group .red-text {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  font-size: 0.26rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}
body.login .main .form .btn-red {
  height: 0.8rem;
  line-height: 0.8rem;
  width: 90%;
  margin: 0 auto;
  display: block;
  border-radius: 0.4rem;
  font-size: 0.36rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  text-align: center;
  background-color: #c5010c;
  margin-top: 0.35rem;
}
body.login .main .form .bottom-infor {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
body.login .main .form .bottom-infor .link-red {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}
body.login .main .boundary-line {
  border-bottom: 1px solid #d3d3d3;
  height: 0.9rem;
  position: relative;
  width: 55%;
  margin: 0 auto;
}
body.login .main .boundary-line .text {
  text-align: center;
  font-size: 0.22rem;
  padding: 0 0.3rem;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
body.login .main .wechat {
  width: 0.8rem;
  height: auto;
  display: block;
  margin: 0.45rem auto 0;
}

body.xiaoxitongzhi {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
  /*modal-delete*/
}
body.xiaoxitongzhi .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.xiaoxitongzhi .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.xiaoxitongzhi .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.xiaoxitongzhi .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.xiaoxitongzhi .main {
  height: calc(100vh - 1rem);
  border-top: 1px solid #f3f3f3;
}
body.xiaoxitongzhi .main .tab-template .tabs {
  width: 100%;
  background-color: #ffffff;
}
body.xiaoxitongzhi .main .tab-template .tabs .tab {
  height: 0.92rem;
  font-size: 0.3rem;
  line-height: 1rem;
}
body.xiaoxitongzhi .main .tab-template .tabs .tab.active {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-bottom: 1px solid #c6010c;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container {
  height: calc(100vh - 1.92rem);
  overflow: auto;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .empty {
  height: 100%;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .empty img {
  margin: 0 auto;
  display: block;
  width: 47%;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .empty .text {
  font-size: 0.3rem;
  -webkit-text-fill-color: #adadad;
  color: #adadad;
  margin-top: 0.2rem;
  margin-bottom: 35%;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .items .item {
  margin-top: 0.32rem;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .items .item .line-1 {
  height: 0.6rem;
  font-size: 0.24rem;
  -webkit-text-fill-color: #adadad;
  color: #adadad;
  margin: 0 4%;
  border-bottom: 1px solid #f6f6f6;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .items .item .line-1 .time span {
  margin-right: 0.46rem;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .items .item .line-1 img.right {
  height: 0.3rem;
  width: auto;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .items .item .line-2 {
  padding: 0.325rem 4%;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .items .item .line-2 img {
  width: 1.8rem;
  height: 1.7rem;
  border-radius: 0.05rem;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container .items .item .line-2 .title {
  font-size: 0.22rem;
  margin-left: 0.3rem;
  line-height: 1.4;
  overflow: hidden;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container[data-type=empty] .items {
  display: none;
}
body.xiaoxitongzhi .main .tab-template .tab-containers .tab-container[data-type=all] .empty {
  display: none;
}
body.xiaoxitongzhi .modal-delete {
  border-radius: 0.15rem;
}
body.xiaoxitongzhi .modal-delete img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.xiaoxitongzhi .modal-delete .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.xiaoxitongzhi .modal-delete .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.xiaoxitongzhi .modal-delete .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.xiaoxitongzhi .modal-delete .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}

body.xianshimiaosha {
  background-color: #f6f6f6;
  /*header*/
  padding: 0;
  /*main*/
  /*modal-none*/
}
body.xianshimiaosha .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.xianshimiaosha .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.xianshimiaosha .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.xianshimiaosha .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.xianshimiaosha .main {
  height: calc(100vh - 1rem);
  border-top: 1px solid #f3f3f3;
  /*opacity: 0.5;*/
}
body.xianshimiaosha .main .tab-template .tabs {
  width: 100%;
  background-color: #ffffff;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
body.xianshimiaosha .main .tab-template .tabs .tab {
  height: 1rem;
  font-size: 0.3rem;
  width: 20%;
}
body.xianshimiaosha .main .tab-template .tabs .tab .time {
  font-size: 0.3rem;
  margin-bottom: 0.05rem;
}
body.xianshimiaosha .main .tab-template .tabs .tab .text {
  font-size: 0.22rem;
  -webkit-text-fill-color: #b0b0b0;
  color: #b0b0b0;
}
body.xianshimiaosha .main .tab-template .tabs .tab.active {
  background-color: #c6010c;
  position: relative;
}
body.xianshimiaosha .main .tab-template .tabs .tab.active:after {
  content: "";
  position: absolute;
  display: block;
  border-color: #c6010c transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px;
  top: 100%;
}
body.xianshimiaosha .main .tab-template .tabs .tab.active .time, body.xianshimiaosha .main .tab-template .tabs .tab.active .text {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container {
  height: calc(100vh - 2.2rem);
  overflow: hidden;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .bar {
  line-height: 1rem;
  margin-bottom: 0.35rem;
  background-color: #ffffff;
  width: 92%;
  padding: 0 4%;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .bar .line {
  background-color: #f6f6f6;
  width: 20%;
  height: 1px;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .bar .text {
  font-size: 0.3rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .bar .time {
  font-size: 0.3rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  margin-left: 0.2rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items {
  height: calc(100vh - 2.2rem - 1.2rem - 0.4rem);
  overflow: auto;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item {
  margin-bottom: 0.1rem;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .line-1 {
  height: 0.6rem;
  font-size: 0.24rem;
  -webkit-text-fill-color: #adadad;
  color: #adadad;
  margin: 0 4%;
  border-bottom: 1px solid #f6f6f6;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .line-1 .time span {
  margin-right: 0.46rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .line-1 img.right {
  height: 0.3rem;
  width: auto;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .line-2 {
  padding: 0.325rem 4%;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .line-2 img {
  width: 1.8rem;
  height: 1.7rem;
  border-radius: 0.05rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .line-2 .title {
  font-size: 0.22rem;
  margin-left: 0.3rem;
  line-height: 1.4;
  overflow: hidden;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item {
  margin-bottom: 0.1rem;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 0.325rem 4%;
  width: 92%;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item img {
  width: 1.8rem;
  height: 1.7rem;
  border-radius: 0.05rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .right {
  margin-left: 0.15rem;
  width: calc(100% - 1.8rem - 0.15rem);
  height: 1.6rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .right .title {
  font-size: 0.26rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .right .infor .left .red {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  font-size: 0.26rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .right .infor .left .text {
  -webkit-text-fill-color: #acacac;
  color: #acacac;
  font-size: 0.22rem;
  text-decoration: line-through;
  margin-left: 0.2rem;
}
body.xianshimiaosha .main .tab-template .tab-containers .tab-container .items .item .right .infor .btn {
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  border-radius: 0.05rem;
  margin: 0;
}
body.xianshimiaosha .modal-none {
  border-radius: 0.15rem;
}
body.xianshimiaosha .modal-none img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.xianshimiaosha .modal-none .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.xianshimiaosha .modal-none .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.xianshimiaosha .modal-none .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}

body.jinrishangxin {
  background-color: #f6f6f6;
  padding: 0;
  /*padding:0;*/
  /*header*/
  /*bar*/
  /*items*/
  /*text-bottom*/
  /*bottom-icons*/
  /*modal-jiage*/
  /*modal-jifen*/
  /*modal-shaixuan*/
  /*modal-history*/
}
body.jinrishangxin .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.jinrishangxin .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.jinrishangxin .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.jinrishangxin .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.jinrishangxin .header.header-2 .text {
  height: 0.6rem;
  background-color: #f5f5f5;
  margin-left: 10%;
  width: 60%;
  border-radius: 0.3rem;
}
body.jinrishangxin .header.header-2 .text .btn {
  font-size: 0.3rem;
  line-height: 0.5rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  display: block;
  padding: 0 0.15rem;
  border-radius: 0.25rem;
  background-color: #a5a5a5;
  margin-left: 0.2rem;
}
body.jinrishangxin .bar {
  height: 1rem;
  border-top: 1px solid #f6f6f6;
  padding: 0 4%;
  background-color: #ffffff;
  margin-top: -1px;
}
body.jinrishangxin .bar .option {
  font-size: 0.3rem;
}
body.jinrishangxin .bar .option.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.jinrishangxin .bar .option.btn-modal-jiage {
  padding-right: 0.3rem;
  position: relative;
}
body.jinrishangxin .bar .option.btn-modal-jiage[data-type=none] .up {
  border-color: transparent transparent #5f5f5f transparent;
}
body.jinrishangxin .bar .option.btn-modal-jiage[data-type=none] .down {
  border-color: #5f5f5f transparent transparent transparent;
}
body.jinrishangxin .bar .option.btn-modal-jiage[data-type=up] .up {
  border-color: transparent transparent #ce0814 transparent;
}
body.jinrishangxin .bar .option.btn-modal-jiage[data-type=up] .down {
  border-color: #5f5f5f transparent transparent transparent;
}
body.jinrishangxin .bar .option.btn-modal-jiage[data-type=down] .up {
  border-color: transparent transparent #5f5f5f transparent;
}
body.jinrishangxin .bar .option.btn-modal-jiage[data-type=down] .down {
  border-color: #ce0814 transparent transparent transparent;
}
body.jinrishangxin .bar .option.btn-modal-jiage .up, body.jinrishangxin .bar .option.btn-modal-jiage .down {
  position: absolute;
  border-width: 0.1rem 0.1rem;
  border-style: solid;
  right: 0;
}
body.jinrishangxin .bar .option.btn-modal-jiage .up {
  bottom: calc(50% + 2px);
}
body.jinrishangxin .bar .option.btn-modal-jiage .down {
  top: calc(50% + 2px);
}
body.jinrishangxin .bar .option.btn-modal-jifen[data-type=close] .modal-open {
  display: none;
}
body.jinrishangxin .bar .option.btn-modal-jifen[data-type=open] {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.jinrishangxin .bar .option.btn-modal-jifen[data-type=open] .modal-close {
  display: none;
}
body.jinrishangxin .bar .option.btn-modal-jifen[data-type=open] .modal-open {
  width: 0.2rem;
  height: auto;
}
body.jinrishangxin .bar .option.btn-modal-jifen img {
  height: 0.2rem;
  width: auto;
  margin-left: 0.1rem;
}
body.jinrishangxin .bar .option.btn-modal-shaixuan[data-type=close] .modal-open {
  display: none;
}
body.jinrishangxin .bar .option.btn-modal-shaixuan[data-type=open] {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.jinrishangxin .bar .option.btn-modal-shaixuan[data-type=open] .modal-close {
  display: none;
}
body.jinrishangxin .bar .option.btn-modal-shaixuan img {
  height: 0.25rem;
  width: auto;
  margin-left: 0.1rem;
}
body.jinrishangxin .items {
  width: 92%;
  padding: 0.35rem 4%;
  height: calc(100vh - 2rem - 0.7rem);
  min-height: calc(100vh - 2rem - 0.7rem);
  overflow: auto;
}
body.jinrishangxin .items .item {
  width: 48%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin-bottom: 0.2rem;
}
body.jinrishangxin .items .item img.product {
  min-width: 100%;
  height: 2.9rem;
}
body.jinrishangxin .items .item .text {
  padding-top: 0.15rem;
  width: 92%;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.jinrishangxin .items .item .bottom-line {
  width: 92%;
  padding-top: 0.07rem;
  padding-bottom: 0.1rem;
}
body.jinrishangxin .items .item .bottom-line .left {
  font-size: 0.28rem;
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.jinrishangxin .items .item .bottom-line img.right {
  width: 0.5rem;
}
body.jinrishangxin .text-bottom {
  font-size: 0.24rem;
  color: #bcbcbc;
  -webkit-text-fill-color: #bcbcbc;
  margin-top: 1.2rem;
  margin-bottom: 1.8rem;
  text-align: center;
  position: relative;
}
body.jinrishangxin .text-bottom .line {
  width: 10%;
  height: 1px;
  background: #bcbcbc;
}
body.jinrishangxin .text-bottom span {
  padding: 0 10px;
}
body.jinrishangxin .bottom-icons {
  width: 92%;
  position: fixed;
  bottom: 0;
  height: 1rem;
  padding: 0 4%;
  background-color: #ffffff;
}
body.jinrishangxin .bottom-icons .item {
  height: 100%;
}
body.jinrishangxin .bottom-icons .item img {
  height: 50%;
  margin-top: 0.1rem;
}
body.jinrishangxin .bottom-icons .item .text {
  font-size: 0.3rem;
  transform: scale(0.7);
  -webkit-text-fill-color: #000000;
  color: #000000;
}
body.jinrishangxin .bottom-icons .item .text.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.jinrishangxin .modal-jiage {
  border-radius: 0;
  -moz-border-radius-bottomleft: 0.15rem;
  -moz-border-radius-bottomright: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  width: 100%;
  top: 2rem;
  left: 0;
  transform: none;
  border-top: 1px solid #eeeeee;
}
body.jinrishangxin .modal-jiage .modal-content {
  position: relative;
  padding: 0 4%;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group {
  width: 100%;
  height: 1rem;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group.radio-group-1 {
  border-bottom: 1px solid #eeeeee;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group .item {
  width: 100%;
  height: 1rem;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group .item .left {
  font-size: 0.28rem;
  text-align: left;
  line-height: 1rem;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group .item img {
  height: 0.3rem;
  width: auto;
  opacity: 0;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group input[type=radio]:checked + .item .left {
  color: #ce0814;
  -webkit-text-fill-color: #ce0814;
}
body.jinrishangxin .modal-jiage .modal-content .radio-group input[type=radio]:checked + .item img {
  opacity: 1;
}
body.jinrishangxin .modal-jifen {
  -moz-border-radius-bottomleft: 0.15rem;
  -moz-border-radius-bottomright: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  width: 100%;
  top: 2rem;
  left: 0;
  transform: none;
}
body.jinrishangxin .modal-jifen .modal-content {
  height: 1.26rem;
  width: 86%;
  padding-left: 7%;
}
body.jinrishangxin .modal-jifen .modal-content input {
  font-size: 0.28rem;
  width: 27%;
  height: 0.56rem;
  border-radius: 0.28rem;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  margin: 0;
}
body.jinrishangxin .modal-jifen .modal-content input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #868686;
  color: #868686;
}
body.jinrishangxin .modal-jifen .modal-content input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #868686;
  color: #868686;
}
body.jinrishangxin .modal-jifen .modal-content input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #868686;
  color: #868686;
}
body.jinrishangxin .modal-jifen .modal-content input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #868686;
  color: #868686;
}
body.jinrishangxin .modal-jifen .modal-content span {
  font-size: 0.3rem;
  line-height: 1;
  transform: scaleX(3.6);
  -webkit-text-fill-color: #898989;
  color: #898989;
}
body.jinrishangxin .modal-jifen .modal-content .btn-red {
  height: 0.56rem;
  border-radius: 0.05rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  width: 18.5%;
  margin: 0;
}
body.jinrishangxin .modal-shaixuan {
  border-radius: 0;
  width: 80%;
  top: 2rem;
  bottom: 0;
  right: 0;
  transform: none;
  border-top: 1px solid #868686;
  left: 20%;
}
body.jinrishangxin .modal-shaixuan .modal-content {
  border-top: 1px solid #f6f6f6;
  padding-left: 6%;
  width: 94%;
  height: 90%;
  overflow: auto;
  padding-bottom: 10%;
}
body.jinrishangxin .modal-shaixuan .modal-content .title {
  font-size: 0.34rem;
  line-height: 3;
}
body.jinrishangxin .modal-shaixuan .modal-content .btns {
  width: 100%;
}
body.jinrishangxin .modal-shaixuan .modal-content .btns .radio-group {
  width: 29%;
  height: 0.5rem;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  margin-right: 4%;
  margin-bottom: 0.27rem;
}
body.jinrishangxin .modal-shaixuan .modal-content .btns .radio-group input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
body.jinrishangxin .modal-shaixuan .modal-content .btns .radio-group .text {
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.5rem;
  width: 100%;
}
body.jinrishangxin .modal-shaixuan .modal-content .btns .radio-group input[type=radio]:checked + .text {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background-color: #ce0814;
}
body.jinrishangxin .modal-shaixuan .modal-content .btns .radio-group input[type=radio] + .text {
  background-color: #f3f3f3;
}
body.jinrishangxin .modal-shaixuan .modal-content .modal-footer {
  position: absolute;
  height: 1.1rem;
  bottom: 0;
  width: 100%;
  left: 0;
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
}
body.jinrishangxin .modal-shaixuan .modal-content .modal-footer .btn-cancel {
  width: 33%;
  margin-right: 5%;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
body.jinrishangxin .modal-shaixuan .modal-content .modal-footer .btn-ok {
  width: 33%;
  margin-right: 6%;
  margin-left: 0;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
body.jinrishangxin .modal-history {
  border-radius: 0;
  width: 100%;
  top: 1rem;
  bottom: 0;
  right: 0;
  transform: none;
  border-top: 1px solid #868686;
  left: 0;
}
body.jinrishangxin .modal-history .modal-content {
  border-top: 1px solid #f6f6f6;
  padding-left: 6%;
  width: 94%;
  height: 90%;
  overflow: auto;
  padding-bottom: 10%;
}
body.jinrishangxin .modal-history .modal-content .title {
  font-size: 0.34rem;
  line-height: 3;
  padding-right: 5%;
}
body.jinrishangxin .modal-history .modal-content .title img {
  height: 0.25rem;
  width: auto;
  margin-left: 0.1rem;
}
body.jinrishangxin .modal-history .modal-content .title img.delete {
  padding-top: 0.12rem;
  margin-left: 0.3rem;
  cursor: pointer;
}
body.jinrishangxin .modal-history .modal-content .title .right {
  -webkit-text-fill-color: #9e9999;
  color: #9e9999;
  font-size: 0.26rem;
  cursor: pointer;
}
body.jinrishangxin .modal-history .modal-content .title .right img {
  height: 0.25rem;
  width: auto;
  margin-right: 0.1rem;
}
body.jinrishangxin .modal-history .modal-content .btns {
  width: 100%;
}
body.jinrishangxin .modal-history .modal-content .btns .radio-group {
  width: 29%;
  height: 0.5rem;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  margin-right: 4%;
  margin-bottom: 0.27rem;
}
body.jinrishangxin .modal-history .modal-content .btns .radio-group input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
body.jinrishangxin .modal-history .modal-content .btns .radio-group .text {
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.5rem;
  width: 100%;
}
body.jinrishangxin .modal-history .modal-content .btns .radio-group input[type=radio]:checked + .text {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background-color: #ce0814;
}
body.jinrishangxin .modal-history .modal-content .btns .radio-group input[type=radio] + .text {
  background-color: #f3f3f3;
}
body.jinrishangxin .modal-history .modal-content .modal-footer {
  position: absolute;
  height: 1.1rem;
  bottom: 0;
  width: 100%;
  left: 0;
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
}
body.jinrishangxin .modal-history .modal-content .modal-footer .btn-cancel {
  width: 33%;
  margin-right: 5%;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
body.jinrishangxin .modal-history .modal-content .modal-footer .btn-ok {
  width: 33%;
  margin-right: 6%;
  margin-left: 0;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
body.jinrishangxin .bk-cover {
  top: 2rem;
}

body.shangpinxiangqing {
  background-color: #f6f6f6;
  position: relative;
  padding: 0;
  /*back*/
  /*search-group*/
  /*swiper-container*/
  /*main*/
  /* modal : modal-options and modal-address*/
  /* modal-share */
  /* modal : modal-parameter */
}
body.shangpinxiangqing .back {
  position: fixed;
  left: 4%;
  top: 0.3rem;
  width: 0.45rem;
  height: auto;
  z-index: 3;
}
body.shangpinxiangqing .search-group {
  background-color: #f9f9f9;
  height: 0.45rem;
  width: 40%;
  border-radius: 0.225rem;
  position: fixed;
  left: 13%;
  top: 0.3rem;
  z-index: 3;
}
body.shangpinxiangqing .search-group img {
  height: 0.3rem;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
body.shangpinxiangqing .search-group input {
  margin: 0;
  width: 75%;
  padding-left: 25%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  font-size: 0.24rem;
  border: none;
}
body.shangpinxiangqing .search-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shangpinxiangqing .search-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shangpinxiangqing .search-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shangpinxiangqing .search-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shangpinxiangqing .swiper-container {
  position: relative;
  background: #ffffff;
}
body.shangpinxiangqing .swiper-container .swiper-wrapper .swiper-slide {
  height: 7.45rem;
}
body.shangpinxiangqing .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 7.45rem;
}
body.shangpinxiangqing .swiper-container .swiper-pagination {
  font-size: 0.24rem;
  height: 0.45rem;
  line-height: 0.45rem;
  width: 1rem;
  right: 0;
  left: unset;
  bottom: 0.75rem;
  -moz-border-radius-bottomleft: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  background-color: #f9f9f9;
}
body.shangpinxiangqing .main {
  /*bar*/
}
body.shangpinxiangqing .main .bar {
  height: 0.9rem;
  width: 92%;
  position: fixed;
  left: 4%;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  top: 1rem;
  z-index: 6;
  display: none;
}
body.shangpinxiangqing .main .bar .item {
  font-size: 0.32rem;
  width: 20%;
  line-height: 0.9rem;
  position: relative;
  text-align: center;
}
body.shangpinxiangqing .main .bar .item.active {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}
body.shangpinxiangqing .main .bar .item.active .line {
  opacity: 1;
  position: absolute;
  width: 0.2rem;
  height: 0.01rem;
  bottom: 0.13rem;
  left: calc(50% - 0.1rem);
  background-color: #c6010c;
}
body.shangpinxiangqing .main .bar .item .line {
  opacity: 0;
}
body.shangpinxiangqing .main .product-infor {
  width: 92%;
  height: 1.25rem;
  padding: 0.14rem 4% 0;
  background-color: #ffffff;
}
body.shangpinxiangqing .main .product-infor .red {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  font-size: 0.36rem;
}
body.shangpinxiangqing .main .product-infor .text {
  display: none;
}
body.shangpinxiangqing .main .product-infor .btns .btn {
  margin-left: 0.5rem;
  cursor: pointer;
}
body.shangpinxiangqing .main .product-infor .btns .btn img {
  height: 0.42rem;
  width: auto;
}
body.shangpinxiangqing .main .product-infor .btns .btn .txt {
  font-size: 0.24rem;
  color: #717171;
  -webkit-text-fill-color: #717171;
}
body.shangpinxiangqing .main .product-infor .right {
  display: none;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] {
  background: url(../image/miaosh-bk.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 0;
  margin-bottom: 0;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .left {
  width: 60%;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .left .red {
  font-size: 0.4rem;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .left .txt {
  font-size: 0.24rem;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  margin-left: 0.2rem;
  text-decoration: line-through;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .btns {
  display: none;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .right {
  display: flex;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .right .text {
  font-size: 0.22rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  margin-bottom: 0.1rem;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .right .times .time {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 0.28rem;
  width: 0.5rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  border-radius: 0.1rem;
  background-color: #c6010c;
}
body.shangpinxiangqing .main .product-infor[data-type=miaosha] .right .times span {
  font-size: 0.3rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  margin: 0 0.05rem;
}
body.shangpinxiangqing .main .product-title {
  padding: 0 4% 0.34rem;
  font-size: 0.34rem;
  line-height: 1.45;
  margin-bottom: 0.2rem;
  width: 92%;
  text-align: left;
  background-color: #ffffff;
}
body.shangpinxiangqing .main .product-title .btns {
  opacity: 0;
  width: 0;
}
body.shangpinxiangqing .main .product-title .btns .btn {
  margin-left: 0.35rem;
  cursor: pointer;
  width: 1rem;
}
body.shangpinxiangqing .main .product-title .btns .btn img {
  height: 0.32rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
body.shangpinxiangqing .main .product-title .btns .btn .txt {
  font-size: 0.21rem;
  color: #717171;
  -webkit-text-fill-color: #717171;
  text-align: center;
}
body.shangpinxiangqing .main .product-title[data-type=miaosha] {
  padding-top: 0.14rem;
}
body.shangpinxiangqing .main .product-title[data-type=miaosha] .btns {
  opacity: 1;
  width: auto;
}
body.shangpinxiangqing .main .product-title[data-type=miaosha] .btns .text {
  color: #717171;
  -webkit-text-fill-color: #717171;
  font-size: 0.21rem;
  margin-top: 0.1rem;
}
body.shangpinxiangqing .main .list {
  width: 100%;
  margin-bottom: 0.25rem;
  background-color: #ffffff;
}
body.shangpinxiangqing .main .list .item {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  height: 1.07rem;
}
body.shangpinxiangqing .main .list .item.first-item {
  border-bottom: 1px solid #f4f4f4;
}
body.shangpinxiangqing .main .list .item .title {
  width: 15%;
  font-size: 0.28rem;
  -webkit-text-fill-color: #898787;
  color: #898787;
}
body.shangpinxiangqing .main .list .item .text {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  padding-right: 5%;
}
body.shangpinxiangqing .main .list .item .more {
  width: 10%;
  height: 100%;
}
body.shangpinxiangqing .main .list .item .more img {
  width: 0.3rem;
}
body.shangpinxiangqing .main .comment {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 0.25rem;
  background-color: #ffffff;
}
body.shangpinxiangqing .main .comment .title {
  width: 100%;
  font-size: 0.34rem;
  padding-top: 0.35rem;
}
body.shangpinxiangqing .main .comment .title .left span {
  font-size: 0.24rem;
  margin-left: 0.2rem;
}
body.shangpinxiangqing .main .comment .title .right {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  font-size: 0.26rem;
  cursor: pointer;
}
body.shangpinxiangqing .main .comment .title .right img {
  transform: rotate(-90deg);
  width: 0.25rem;
  height: auto;
  margin-left: 0.1rem;
}
body.shangpinxiangqing .main .comment .item {
  padding-top: 0.42rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #f4f4f4;
}
body.shangpinxiangqing .main .comment .item.last-item {
  border-bottom: none;
}
body.shangpinxiangqing .main .comment .item .line-1 .left img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.2rem;
}
body.shangpinxiangqing .main .comment .item .line-1 .left .texts .text {
  font-size: 0.26rem;
}
body.shangpinxiangqing .main .comment .item .line-1 .left .texts .stars img {
  height: 0.22rem;
  width: auto;
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}
body.shangpinxiangqing .main .comment .item .line-1 .right {
  font-size: 0.26rem;
  color: #9a9a9a;
  -webkit-text-fill-color: #9a9a9a;
}
body.shangpinxiangqing .main .comment .item .line-2 {
  font-size: 0.26rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
body.shangpinxiangqing .main .comment .item .line-3 img {
  width: 19%;
  margin-left: 1%;
  height: 1.25rem;
}
body.shangpinxiangqing .main .detail .title {
  height: 1rem;
  line-height: 1rem;
  padding-left: 4%;
  font-size: 0.34rem;
  margin-bottom: 1px;
  background-color: #ffffff;
}
body.shangpinxiangqing .main .detail img {
  width: 100%;
  height: auto;
}
body.shangpinxiangqing .main .recommend {
  padding-bottom: 1.1rem;
  margin-top: -0.3rem;
}
body.shangpinxiangqing .main .recommend .title {
  height: 2rem;
  font-size: 0.34rem;
  padding-top: 0.25rem;
}
body.shangpinxiangqing .main .recommend .title img.green {
  height: 0.26rem;
  width: auto;
}
body.shangpinxiangqing .main .recommend .title img.orange {
  height: 0.18rem;
  width: auto;
}
body.shangpinxiangqing .main .recommend .title span {
  padding: 0 0.2rem;
}
body.shangpinxiangqing .main .recommend .items {
  width: 100%;
}
body.shangpinxiangqing .main .recommend .items .item {
  width: 44.6%;
  margin: 0 1.2%;
  margin-bottom: 0.25rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.08rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
body.shangpinxiangqing .main .recommend .items .item img {
  width: 100%;
  height: 2.9rem;
}
body.shangpinxiangqing .main .recommend .items .item .text-1 {
  font-size: 0.26rem;
  padding: 0.15rem 0.2rem 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: calc(100% - 0.2rem * 2);
}
body.shangpinxiangqing .main .recommend .items .item .text-2 {
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  width: calc(100% - 0.2rem * 2);
  padding: 0 0.2rem 0.15rem;
}
body.shangpinxiangqing .main .recommend .items .item .text-2 img {
  height: 0.4rem;
  width: auto;
}
body.shangpinxiangqing .main .bottom-bar {
  height: 1rem;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 10;
  width: calc(100% - 0.2rem - 0.1rem);
  padding-left: 0.2rem;
  padding-right: 0.1rem;
}
body.shangpinxiangqing .main .bottom-bar .item {
  height: 100%;
  position: relative;
  cursor: pointer;
}
body.shangpinxiangqing .main .bottom-bar .item img {
  height: 0.48rem;
  width: auto;
  margin-top: 0.05rem;
}
body.shangpinxiangqing .main .bottom-bar .item .text {
  font-size: 0.22rem;
  line-height: 0.3rem;
}
body.shangpinxiangqing .main .bottom-bar .item .circle {
  border: 1px solid #c6010c;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  line-height: 0.32rem;
  text-align: center;
  font-size: 0.21rem;
  position: absolute;
  top: 7%;
  left: 60%;
  background-color: #ffffff;
}
body.shangpinxiangqing .main .bottom-bar .btns .btn-orange {
  height: 0.7rem;
  width: 2rem;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 0.7rem;
  font-size: 0.32rem;
  margin-right: 0.07rem;
}
body.shangpinxiangqing .main .bottom-bar .btns .btn-red {
  height: 0.7rem;
  width: 2rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  line-height: 0.7rem;
  font-size: 0.32rem;
}
body.shangpinxiangqing .to-top {
  cursor: pointer;
  position: fixed;
  right: 4%;
  top: 70%;
  width: 1rem;
  height: 1rem;
}
body.shangpinxiangqing .modal-options, body.shangpinxiangqing .modal-address {
  top: unset;
  bottom: 0;
  left: 0;
  height: 9.9rem;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  -moz-border-radius-topleft: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  transform: none;
}
body.shangpinxiangqing .modal-options.modal-options, body.shangpinxiangqing .modal-address.modal-options {
  height: 11rem;
}
body.shangpinxiangqing .modal-options.modal-options .modal-content, body.shangpinxiangqing .modal-address.modal-options .modal-content {
  position: relative;
  height: 10rem;
  overflow-y: auto;
  padding-bottom: 1rem;
}
body.shangpinxiangqing .modal-options .modal-content, body.shangpinxiangqing .modal-address .modal-content {
  position: relative;
  height: 8.9rem;
  overflow-y: auto;
  padding-bottom: 1rem;
}
body.shangpinxiangqing .modal-options .modal-content.modal-content-2, body.shangpinxiangqing .modal-address .modal-content.modal-content-2 {
  display: none;
}
body.shangpinxiangqing .modal-options .modal-content .warning, body.shangpinxiangqing .modal-address .modal-content .warning {
  position: absolute;
  width: 70%;
  height: 1.76rem;
  top: 25%;
  left: 15%;
}
body.shangpinxiangqing .modal-options .modal-content .warning .warning-content, body.shangpinxiangqing .modal-address .modal-content .warning .warning-content {
  width: 100%;
  height: 100%;
  font-size: 0.26rem;
  line-height: 1.5;
  text-align: center;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  background-color: #868686;
  border-radius: 0.1rem;
}
body.shangpinxiangqing .modal-options .modal-content img.close, body.shangpinxiangqing .modal-address .modal-content img.close {
  width: 0.2rem;
  height: auto;
  position: absolute;
  top: 0.4rem;
  right: 4%;
}
body.shangpinxiangqing .modal-options .modal-content .btn-last, body.shangpinxiangqing .modal-address .modal-content .btn-last {
  position: absolute;
  top: 0.4rem;
  left: 4%;
  font-size: 0.26rem;
}
body.shangpinxiangqing .modal-options .modal-content .btn-last img, body.shangpinxiangqing .modal-address .modal-content .btn-last img {
  width: auto;
  height: 0.2rem;
  margin-right: 0.2rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-1, body.shangpinxiangqing .modal-address .modal-content .top-content .line-1 {
  margin-bottom: 0.6rem;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0.3rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-1 img.left, body.shangpinxiangqing .modal-address .modal-content .top-content .line-1 img.left {
  width: 1.8rem;
  height: 1.8rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-1 .right, body.shangpinxiangqing .modal-address .modal-content .top-content .line-1 .right {
  width: calc(100% - 1.8rem);
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-1 .right .line-1, body.shangpinxiangqing .modal-address .modal-content .top-content .line-1 .right .line-1 {
  font-size: 0.36rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  margin-bottom: 0.34rem;
  margin-left: 0.4rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-1 .right .line-2, body.shangpinxiangqing .modal-address .modal-content .top-content .line-1 .right .line-2 {
  font-size: 0.24rem;
  text-align: left;
  width: calc(96% - 0.4rem);
  margin-left: 0.4rem;
  margin-right: 4%;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-1 .right .line-2 .text-1, body.shangpinxiangqing .modal-address .modal-content .top-content .line-1 .right .line-2 .text-1 {
  font-size: 0.26rem;
  -webkit-text-fill-color: #9d9d9d;
  color: #9d9d9d;
  margin-right: 0.2rem;
  text-align: center;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .title, body.shangpinxiangqing .modal-address .modal-content .top-content .title {
  font-size: 0.28rem;
  margin-bottom: 0.25rem;
  margin-left: 4%;
  margin-right: 4%;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .amount, body.shangpinxiangqing .modal-address .modal-content .top-content .amount {
  margin-bottom: 0.25rem;
  margin-right: 4%;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-2, body.shangpinxiangqing .modal-options .modal-content .top-content .line-3, body.shangpinxiangqing .modal-address .modal-content .top-content .line-2, body.shangpinxiangqing .modal-address .modal-content .top-content .line-3 {
  margin-bottom: 0.25rem;
  margin-left: 4%;
  margin-right: 4%;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-2.options .option, body.shangpinxiangqing .modal-options .modal-content .top-content .line-3.options .option, body.shangpinxiangqing .modal-address .modal-content .top-content .line-2.options .option, body.shangpinxiangqing .modal-address .modal-content .top-content .line-3.options .option {
  margin-bottom: 0.25rem;
  margin-right: 0.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  font-size: 0.25rem;
  padding: 0 0.3rem;
  background-color: #e9e9e9;
  cursor: pointer;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-2.options .option.active, body.shangpinxiangqing .modal-options .modal-content .top-content .line-3.options .option.active, body.shangpinxiangqing .modal-address .modal-content .top-content .line-2.options .option.active, body.shangpinxiangqing .modal-address .modal-content .top-content .line-3.options .option.active {
  background-color: #c6010c;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-4.options, body.shangpinxiangqing .modal-address .modal-content .top-content .line-4.options {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-4.options .option.image-option, body.shangpinxiangqing .modal-address .modal-content .top-content .line-4.options .option.image-option {
  width: 22%;
  border: 1px solid #d4d4d4;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-4.options .option.image-option img, body.shangpinxiangqing .modal-address .modal-content .top-content .line-4.options .option.image-option img {
  width: auto;
  height: 1.55rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-4.options .option.image-option .text, body.shangpinxiangqing .modal-address .modal-content .top-content .line-4.options .option.image-option .text {
  font-size: 0.25rem;
  margin-bottom: 0.1rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .line-4.options .option.image-option.active, body.shangpinxiangqing .modal-address .modal-content .top-content .line-4.options .option.image-option.active {
  border: 1px solid #c6010c;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .address-title, body.shangpinxiangqing .modal-address .modal-content .top-content .address-title {
  height: 1rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 1rem;
  padding-top: 0.05rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .address-items .item, body.shangpinxiangqing .modal-address .modal-content .top-content .address-items .item {
  height: 1.1rem;
  border-top: 1px solid #eeeeee;
  padding-left: 4%;
  padding-right: 4%;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .address-items .item.first, body.shangpinxiangqing .modal-address .modal-content .top-content .address-items .item.first {
  border-top: none;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .address-items .item .radio-group, body.shangpinxiangqing .modal-address .modal-content .top-content .address-items .item .radio-group {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .address-items .item .radio-group input[type=radio] + label, body.shangpinxiangqing .modal-address .modal-content .top-content .address-items .item .radio-group input[type=radio] + label {
  border: 1px solid #a09a9a;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .address-items .item .radio-group input[type=radio]:checked + label, body.shangpinxiangqing .modal-address .modal-content .top-content .address-items .item .radio-group input[type=radio]:checked + label {
  border: none;
}
body.shangpinxiangqing .modal-options .modal-content .top-content .address-items .item .text, body.shangpinxiangqing .modal-address .modal-content .top-content .address-items .item .text {
  font-size: 0.25rem;
  width: calc(100% - 0.55rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.shangpinxiangqing .modal-options .modal-content .top-content #lc-city-inline, body.shangpinxiangqing .modal-address .modal-content .top-content #lc-city-inline {
  height: 7.4rem;
}
body.shangpinxiangqing .modal-options .modal-content .bottom-content, body.shangpinxiangqing .modal-address .modal-content .bottom-content {
  height: 1rem;
  border-top: 1px solid #efefef;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #ffffff;
}
body.shangpinxiangqing .modal-options .modal-content .bottom-content .btn-orange, body.shangpinxiangqing .modal-options .modal-content .bottom-content .btn-red, body.shangpinxiangqing .modal-options .modal-content .bottom-content .btn-grey, body.shangpinxiangqing .modal-address .modal-content .bottom-content .btn-orange, body.shangpinxiangqing .modal-address .modal-content .bottom-content .btn-red, body.shangpinxiangqing .modal-address .modal-content .bottom-content .btn-grey {
  width: 40%;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.3rem;
  margin: 0 0.2rem;
  border-radius: 0.32rem;
}
body.shangpinxiangqing .modal-options .modal-content .bottom-content .btn-orange.long, body.shangpinxiangqing .modal-options .modal-content .bottom-content .btn-red.long, body.shangpinxiangqing .modal-options .modal-content .bottom-content .btn-grey.long, body.shangpinxiangqing .modal-address .modal-content .bottom-content .btn-orange.long, body.shangpinxiangqing .modal-address .modal-content .bottom-content .btn-red.long, body.shangpinxiangqing .modal-address .modal-content .bottom-content .btn-grey.long {
  width: 70%;
}
body.shangpinxiangqing .modal-options[data-type=able] .able, body.shangpinxiangqing .modal-address[data-type=able] .able {
  display: block;
}
body.shangpinxiangqing .modal-options[data-type=able] .disable, body.shangpinxiangqing .modal-address[data-type=able] .disable {
  display: none;
}
body.shangpinxiangqing .modal-options[data-type=disable] .able, body.shangpinxiangqing .modal-address[data-type=disable] .able {
  display: none;
}
body.shangpinxiangqing .modal-options[data-type=disable] .disable, body.shangpinxiangqing .modal-address[data-type=disable] .disable {
  display: block;
}
body.shangpinxiangqing .modal-share {
  top: unset;
  bottom: 0;
  left: 0;
  height: 3.6rem;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  -moz-border-radius-topleft: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  transform: none;
}
body.shangpinxiangqing .modal-share .modal-content {
  position: relative;
  height: 3.6rem;
}
body.shangpinxiangqing .modal-share .modal-content img.close.btn-cancel {
  width: 0.2rem;
  height: auto;
  position: absolute;
  top: 0.4rem;
  right: 4%;
}
body.shangpinxiangqing .modal-share .modal-content .title {
  font-size: 0.36rem;
  text-align: center;
  line-height: 3;
}
body.shangpinxiangqing .modal-share .modal-content .items {
  padding-bottom: 0.65rem;
}
body.shangpinxiangqing .modal-share .modal-content .items .item img {
  height: 0.8rem;
}
body.shangpinxiangqing .modal-share .modal-content .items .item .text {
  font-size: 0.26rem;
  margin-top: 0.2rem;
}
body.shangpinxiangqing .modal-parameter {
  top: unset;
  bottom: 0;
  left: 0;
  height: 9.9rem;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  -moz-border-radius-topleft: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  transform: none;
}
body.shangpinxiangqing .modal-parameter .modal-content {
  position: relative;
  height: 8.9rem;
  overflow-y: auto;
  padding-bottom: 1rem;
}
body.shangpinxiangqing .modal-parameter .modal-content img.close {
  width: 0.2rem;
  height: auto;
  position: absolute;
  top: 0.3rem;
  right: 4%;
}
body.shangpinxiangqing .modal-parameter .modal-content .top-content .address-title {
  height: 1rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 1rem;
  padding-top: 0.05rem;
}
body.shangpinxiangqing .modal-parameter .modal-content .top-content .address-items .item {
  height: 0.85rem;
  border-top: 1px solid #eeeeee;
  padding-left: 4%;
  padding-right: 4%;
}
body.shangpinxiangqing .modal-parameter .modal-content .top-content .address-items .item.first {
  border-top: none;
}
body.shangpinxiangqing .modal-parameter .modal-content .top-content .address-items .item .label {
  font-size: 0.28rem;
  width: 1.8rem;
}
body.shangpinxiangqing .modal-parameter .modal-content .top-content .address-items .item .text {
  font-size: 0.25rem;
  width: calc(100% - 1.8rem);
  color: #484848;
  -webkit-text-fill-color: #484848;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.shangpinxiangqing .modal-parameter .modal-content .bottom-content {
  height: 1rem;
  border-top: 1px solid #efefef;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #ffffff;
}
body.shangpinxiangqing .modal-parameter .modal-content .bottom-content .btn-orange, body.shangpinxiangqing .modal-parameter .modal-content .bottom-content .btn-red, body.shangpinxiangqing .modal-parameter .modal-content .bottom-content .btn-grey {
  width: 40%;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.3rem;
  margin: 0 0.2rem;
  border-radius: 0.32rem;
}
body.shangpinxiangqing .modal-parameter .modal-content .bottom-content .btn-orange.long, body.shangpinxiangqing .modal-parameter .modal-content .bottom-content .btn-red.long, body.shangpinxiangqing .modal-parameter .modal-content .bottom-content .btn-grey.long {
  width: 70%;
}
body.shangpinxiangqing .modal-parameter[data-type=able] .able {
  display: block;
}
body.shangpinxiangqing .modal-parameter[data-type=able] .disable {
  display: none;
}
body.shangpinxiangqing .modal-parameter[data-type=disable] .able {
  display: none;
}
body.shangpinxiangqing .modal-parameter[data-type=disable] .disable {
  display: block;
}

body.shangpinpingjia {
  background-color: #f6f6f6;
  position: relative;
  padding: 0;
  /*header*/
  /*main*/
}
body.shangpinpingjia .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.shangpinpingjia .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.shangpinpingjia .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.shangpinpingjia .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.shangpinpingjia .main .total {
  background-color: #ffffff;
  height: 1rem;
  font-size: 0.28rem;
  padding: 0 4%;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
body.shangpinpingjia .main .total .text {
  margin-right: 0.3rem;
}
body.shangpinpingjia .main .total .number {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.shangpinpingjia .main .tab-template .tabs {
  padding: 0 4%;
  height: 1rem;
  background-color: #ffffff;
  margin-bottom: 0.3rem;
}
body.shangpinpingjia .main .tab-template .tabs .tab {
  font-size: 0.3rem;
}
body.shangpinpingjia .main .tab-template .tabs .tab.active {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.shangpinpingjia .main .tab-template .tab-containers {
  overflow-y: auto;
  height: calc(100vh - 3.3rem - 2px);
  /*comment*/
}
body.shangpinpingjia .main .tab-template .tab-containers .comment {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 0.25rem;
  background-color: #ffffff;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .title {
  width: 100%;
  font-size: 0.34rem;
  padding-top: 0.35rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .title .left span {
  font-size: 0.24rem;
  margin-left: 0.2rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .title .right {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  font-size: 0.26rem;
  cursor: pointer;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .title .right img {
  transform: rotate(-90deg);
  width: 0.25rem;
  height: auto;
  margin-left: 0.1rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item {
  padding-top: 0.42rem;
  border-bottom: 1px solid #f4f4f4;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item.last-item {
  border-bottom: none;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item .line-1 .left img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.2rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item .line-1 .left .texts .text {
  font-size: 0.26rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item .line-1 .left .texts .stars img {
  height: 0.22rem;
  width: auto;
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item .line-1 .right {
  font-size: 0.26rem;
  color: #9a9a9a;
  -webkit-text-fill-color: #9a9a9a;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item .line-2 {
  font-size: 0.26rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item .line-3 img {
  width: 19%;
  margin-left: 1%;
  height: 1.25rem;
}
body.shangpinpingjia .main .tab-template .tab-containers .comment .item .line-4 {
  color: #9a9a9a;
  -webkit-text-fill-color: #9a9a9a;
  font-size: 0.22rem;
  padding-top: 0.25rem;
  padding-bottom: 0.42rem;
}
body.shangpinpingjia .to-top {
  cursor: pointer;
  position: fixed;
  right: 4%;
  top: 70%;
  width: 1rem;
  height: 1rem;
}

body.querendingdan {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
  /*modal-picker*/
  /*modal-pay-password*/
  /*modal-giveup*/
}
body.querendingdan .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.querendingdan .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.querendingdan .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.querendingdan .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.querendingdan .main {
  min-height: calc(100vh - 1rem);
  position: relative;
  /*address*/
}
body.querendingdan .main .address {
  padding: 0 4%;
  background-color: #ffffff;
  margin-top: 0.25rem;
  min-height: 1.5rem;
}
body.querendingdan .main .address .left {
  width: 18%;
}
body.querendingdan .main .address .left img.location {
  width: 40%;
  height: auto;
  margin-right: 15%;
  margin-top: 10%;
}
body.querendingdan .main .address .right {
  width: 82%;
  padding: 0.27rem 0 0.27rem;
}
body.querendingdan .main .address .right .line-1 {
  font-size: 0.3rem;
  line-height: 2;
}
body.querendingdan .main .address .right .line-1 .tel {
  margin-left: 0.7rem;
}
body.querendingdan .main .address .right .line-2 {
  -webkit-text-fill-color: #868686;
  color: #868686;
  font-size: 0.22rem;
  line-height: 1.4;
  padding-right: 0.4rem;
}
body.querendingdan .main .address .right img {
  height: 0.2rem;
  width: auto;
}
body.querendingdan .main .items {
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
}
body.querendingdan .main .items .item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: #ffffff;
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 0.1rem;
}
body.querendingdan .main .items .item img.left {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.05rem;
}
body.querendingdan .main .items .item .right {
  width: calc(100% - 1.4rem);
  padding-left: 0.13rem;
}
body.querendingdan .main .items .item .right .title {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-text-fill-color: #414141;
  color: #414141;
}
body.querendingdan .main .items .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  -webkit-text-fill-color: #8c8c8c;
  color: #8c8c8c;
}
body.querendingdan .main .items .item .right .amount span {
  padding-right: 0.5rem;
}
body.querendingdan .main .items .item .right .line-3 {
  width: 100%;
}
body.querendingdan .main .items .item .right .line-3 .red {
  font-size: 0.26rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.querendingdan .main .list {
  background-color: #ffffff;
  margin-bottom: 0.15rem;
}
body.querendingdan .main .list .list-item {
  margin-left: 4%;
  margin-right: 4%;
}
body.querendingdan .main .list .list-item.first-item {
  border-bottom: 1px solid #f6f6f6;
}
body.querendingdan .main .list .list-item .title {
  font-size: 0.3rem;
  width: 40%;
  line-height: 1.15rem;
}
body.querendingdan .main .list .list-item .title img {
  width: 0.4rem;
  height: auto;
  margin-right: 0.2rem;
}
body.querendingdan .main .list .list-item img {
  height: 0.2rem;
  width: auto;
}
body.querendingdan .main .list .list-item .text-1 {
  font-size: 0.24rem;
  -webkit-text-fill-color: #959595;
  color: #959595;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
body.querendingdan .main .list .list-item .text-2 {
  font-size: 0.3rem;
  -webkit-text-fill-color: #767676;
  color: #767676;
  width: 80%;
  text-align: right;
}
body.querendingdan .main .list .list-item input[type=text] {
  font-size: 0.3rem;
  -webkit-text-fill-color: #767676;
  color: #767676;
  width: 60%;
  height: 1rem;
  border: none;
  text-align: right;
}
body.querendingdan .main .list .list-item input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #b7b6b6;
  color: #b7b6b6;
  font-size: 0.24rem;
}
body.querendingdan .main .list .list-item input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #b7b6b6;
  color: #b7b6b6;
  font-size: 0.24rem;
}
body.querendingdan .main .list .list-item input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #b7b6b6;
  color: #b7b6b6;
  font-size: 0.24rem;
}
body.querendingdan .main .list .list-item input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #b7b6b6;
  color: #b7b6b6;
  font-size: 0.24rem;
}
body.querendingdan .main .list .list-item .grey-text {
  color: #767676;
  -webkit-text-fill-color: #767676;
  font-size: 0.3rem;
}
body.querendingdan .main .list .list-item .red-text {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  font-size: 0.3rem;
}
body.querendingdan .main .list .list-item .checkbox-group input[type=radio] {
  left: unset;
  right: 0;
  width: 100vw;
  height: 1rem;
  top: -0.4rem;
}
body.querendingdan .main .list .list-item .checkbox-group input[type=radio] + label {
  border: none;
}
body.querendingdan .main .top-section {
  margin-bottom: 1.3rem;
}
body.querendingdan .main .bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  z-index: 3;
  background-color: #ffffff;
}
body.querendingdan .main .bottom-bar .left {
  font-size: 0.28rem;
  padding-left: 0.56rem;
}
body.querendingdan .main .bottom-bar .left .red {
  font-size: 0.34rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.querendingdan .main .bottom-bar .btn-red {
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.32rem;
  font-size: 0.3rem;
  width: 3rem;
  margin: 0;
  margin-right: 4%;
}
body.querendingdan[data-type=normal] .normal {
  display: block;
}
body.querendingdan[data-type=normal] .vegitable, body.querendingdan[data-type=normal] .cake, body.querendingdan[data-type=normal] .housekeeping, body.querendingdan[data-type=normal] .not-normal {
  display: none;
}
body.querendingdan[data-type=vegitable] .vegitable {
  display: block;
}
body.querendingdan[data-type=vegitable] .normal, body.querendingdan[data-type=vegitable] .cake, body.querendingdan[data-type=vegitable] .housekeeping, body.querendingdan[data-type=vegitable] .no-vegitable {
  display: none;
}
body.querendingdan[data-type=vegitable] .vegitable.flex {
  display: flex;
}
body.querendingdan[data-type=cake] .cake {
  display: block;
}
body.querendingdan[data-type=cake] .vegitable, body.querendingdan[data-type=cake] .normal, body.querendingdan[data-type=cake] .housekeeping {
  display: none;
}
body.querendingdan[data-type=housekeeping] .housekeeping {
  display: block;
}
body.querendingdan[data-type=housekeeping] .vegitable, body.querendingdan[data-type=housekeeping] .cake, body.querendingdan[data-type=housekeeping] .normal {
  display: none;
}
body.querendingdan[data-status=no-address] .no-address {
  display: block;
}
body.querendingdan[data-status=no-address] .has-address {
  display: none;
}
body.querendingdan[data-status=has-address] .has-address {
  display: block;
}
body.querendingdan[data-status=has-address] .no-address {
  display: none;
}

body.querendingdan .modal.modal-picker {
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
  transform: unset;
  width: 100%;
  height: 9rem;
  -moz-border-radius-topleft: 0.15rem;
  -moz-border-radius-topright: 0.15rem;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  display: none;
}
body.querendingdan .modal.modal-picker .modal-content .btn-cancel {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 1rem;
}
body.querendingdan .modal.modal-picker .modal-content .btn-cancel img {
  height: 0.2rem;
  width: auto;
}
body.querendingdan .modal.modal-picker .modal-content .btn-last {
  position: absolute;
  top: 0.4rem;
  left: 0.25rem;
  font-size: 0.26rem;
}
body.querendingdan .modal.modal-picker .modal-content .btn-last img {
  height: 0.2rem;
  width: auto;
  margin-right: 0.25rem;
}
body.querendingdan .modal.modal-picker .modal-content .modal-title {
  height: 1rem;
  padding-top: 0.15rem;
  line-height: 0.85rem;
  font-size: 0.36rem;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
body.querendingdan .modal.modal-picker .modal-content .modal-footer {
  height: 1rem;
  border-top: 1px solid #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.querendingdan .modal.modal-picker .modal-content .modal-footer .btn-red {
  height: 0.63rem;
  line-height: 0.63rem;
  font-size: 0.3rem;
  width: 70%;
  margin: 0;
}
body.querendingdan .modal.modal-picker .modal-content.modal-content-1 {
  width: 100%;
  height: 100%;
  position: relative;
}
body.querendingdan .modal.modal-picker .modal-content.modal-content-1 #datepicker {
  width: 100%;
  height: 6.8rem;
  font-size: 0.3rem;
}
body.querendingdan .modal.modal-picker .modal-content.modal-content-2 {
  display: none;
}
body.querendingdan .modal.modal-picker .modal-content.modal-content-2 .options {
  padding-top: 0.7rem;
  padding-left: 6%;
  padding-right: 6%;
}
body.querendingdan .modal.modal-picker .modal-content.modal-content-2 .options .option {
  width: 46%;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  font-size: 0.26rem;
  background-color: #e9e9e9;
  border-radius: 0.275rem;
  margin-bottom: 0.45rem;
}
body.querendingdan .modal.modal-picker .modal-content.modal-content-2 .options .option.active {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  background-color: #c6010c;
}
body.querendingdan .modal.modal-picker .modal-content.modal-content-2 .housekeeping .options .option {
  width: 30%;
}
body.querendingdan .modal.modal-pay-password {
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
  transform: unset;
  width: 100%;
  height: 8.5rem;
  -moz-border-radius-topleft: 0.15rem;
  -moz-border-radius-topright: 0.15rem;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  display: none;
}
body.querendingdan .modal.modal-pay-password .modal-content .btn-x {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 1rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .btn-x img {
  height: 0.2rem;
  width: auto;
}
body.querendingdan .modal.modal-pay-password .modal-content .btn-last {
  position: absolute;
  top: 0.4rem;
  left: 0.25rem;
  font-size: 0.26rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .btn-last img {
  height: 0.2rem;
  width: auto;
  margin-right: 0.25rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .modal-title {
  height: 1rem;
  padding-top: 0.15rem;
  line-height: 0.85rem;
  font-size: 0.36rem;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
body.querendingdan .modal.modal-pay-password .modal-content .sum {
  font-size: 0.3rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .dot-boxes {
  padding-bottom: 0.35rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .dot-boxes .dot-box {
  height: 0.52rem;
  padding-bottom: 0.18rem;
  width: 0.7rem;
  border-radius: 0.1rem;
  border: 1px solid #d4d4d4;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  margin: 0 0.1rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .dot-boxes .dot-box[data-active=true] {
  color: #000000;
  -webkit-text-fill-color: #000000;
  font-size: 1rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .green-text {
  color: #00cb08;
  -webkit-text-fill-color: #00cb08;
  font-size: 0.24rem;
  border-top: 1px solid #c7c7c7;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
body.querendingdan .modal.modal-pay-password .modal-content .green-text img {
  margin-right: 0.2rem;
  height: 0.3rem;
  width: auto;
}
body.querendingdan .modal.modal-pay-password .modal-content .items {
  width: 100%;
  height: calc(8.5rem - 4.15rem - 1px);
  background: url(../image/key.jpg) no-repeat 0 0;
  background-position: center;
  background-size: 100% 100%;
}
body.querendingdan .modal.modal-pay-password .modal-content .items .item {
  width: 33%;
  height: 25%;
}
body.querendingdan .modal-giveup {
  border-radius: 0.15rem;
}
body.querendingdan .modal-giveup img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.querendingdan .modal-giveup .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
}
body.querendingdan .modal-giveup .text-1 {
  text-align: center;
  font-size: 0.22rem;
  margin-bottom: 0.3rem;
  color: #b9b9b9;
  -webkit-text-fill-color: #b9b9b9;
  padding: 0 0.8rem;
}
body.querendingdan .modal-giveup .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.querendingdan .modal-giveup .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.querendingdan .modal-giveup .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}

body.zhifuchenggong {
  background-color: #f6f6f6;
  padding: 0;
  /*header*/
  /*main*/
}
body.zhifuchenggong .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.zhifuchenggong .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.zhifuchenggong .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.zhifuchenggong .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.zhifuchenggong .main {
  min-height: calc(100vh - 1rem);
}
body.zhifuchenggong .main img {
  width: 20%;
  height: auto;
  margin: 0 auto;
  display: block;
}
body.zhifuchenggong .main .text {
  font-size: 0.28rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  text-align: center;
}
body.zhifuchenggong .main .btn-red {
  width: 50%;
  margin: 0 auto 3.8rem;
  font-size: 0.34rem;
  height: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.375rem;
}

body.dingdan {
  background-color: #f6f6f6;
  padding: 0;
  /*header*/
  /*search-group*/
  /*main*/
}
body.dingdan .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.dingdan .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.dingdan .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.dingdan .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.dingdan .search-section {
  height: 0.93rem;
  background: #ffffff;
  padding-left: 4%;
  border-bottom: 1px solid #f2f2f2;
}
body.dingdan .search-section .search-group {
  width: 64%;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #f6f6f6;
}
body.dingdan .search-section .search-group img.icon {
  width: 0.28rem;
  height: auto;
  margin-left: 0.35rem;
}
body.dingdan .search-section .search-group span {
  font-size: 0.28rem;
  margin: 0 0.33rem 0 0.31rem;
  -webkit-text-fill-color: #d9d7d7;
  color: #d9d7d7;
}
body.dingdan .search-section .search-group input {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  width: calc(100% - 0.28rem - 0.4rem - 0.32rem - 0.35rem);
  border: none;
  padding: 0;
  background-color: transparent;
}
body.dingdan .search-section .search-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.dingdan .search-section .search-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.dingdan .search-section .search-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.dingdan .search-section .search-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.dingdan .main .tab-template .tabs {
  background-color: #ffffff;
}
body.dingdan .main .tab-template .tabs .tab {
  font-size: 0.28rem;
  height: 0.9rem;
  line-height: 0.9rem;
}
body.dingdan .main .tab-template .tabs .tab.active {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-bottom: 0.02rem solid #c6010c;
}
body.dingdan .main .tab-template .tab-containers .tab-container {
  display: none;
  /*items*/
  /*empty*/
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item {
  margin: 0.22rem 0.27rem;
  border-radius: 0.12rem;
  background-color: #ffffff;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item.ban-item {
  padding-top: 0.15rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .ban {
  margin-left: -0.07rem;
  width: 1.7rem;
  padding-left: 0.3rem;
  height: 0.65rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  background: url(../image/flag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-position: center;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-1 {
  height: 1.2rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-1 .left {
  padding-left: 0.2rem;
  width: 70%;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-1 .left .text {
  font-size: 0.24rem;
  line-height: 1.5;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-1 .right {
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  padding-right: 0.15rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .warning {
  height: 0.6rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  background-color: #f6f6f6;
  margin-bottom: 0.4rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .warning img {
  height: 0.4rem;
  width: auto;
  margin-left: 0.45rem;
  margin-right: 0.2rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .warning .red {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  font-size: 0.25rem;
  margin: 0 0.15rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 {
  margin-top: 0.11rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 img.left {
  width: 1.6rem;
  height: 1.4rem;
  border-radius: 0.05rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right {
  padding-left: 0.3rem;
  width: calc(100% - 1.6rem);
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .title {
  /*height: 1.2rem;*/
  font-size: 0.26rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .status {
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  padding-right: 0.15rem;
  width: 1.5rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .text {
  font-size: 0.24rem;
  -webkit-text-fill-color: #7c7c7c;
  color: #7c7c7c;
  text-align: right;
  width: calc(100% - 0.15rem);
  padding-right: 0.15rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .amount {
  height: 0.4rem;
  font-size: 0.24rem;
  -webkit-text-fill-color: #7b7b7b;
  color: #7b7b7b;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .amount span {
  margin-right: 0.2rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .line-2-2 {
  width: 100%;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .line-2-2 .right {
  padding-left: 0;
  width: auto;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .line-2-2 .right .text-1 {
  font-size: 0.26rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-2 .right .line-2-2 .right .text-2 {
  font-size: 0.2rem;
  -webkit-text-fill-color: #7c7c7c;
  color: #7c7c7c;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-3 {
  margin-top: 0.45rem;
  border-top: 1px solid #eeeeee;
  height: 0.85rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-3 .btn-black-line {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 1.7rem;
  margin: 0;
  margin-right: 0.2rem;
  font-size: 0.3rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-3 .btn-red-line {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 1.7rem;
  margin: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  font-size: 0.3rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item .line-3 .grey-ban {
  font-size: 0.3rem;
  color: #666666;
  -webkit-text-fill-color: #666666;
  background-color: #d5d5d5;
  padding: 0.1rem 0.4rem;
  margin-right: 0.2rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .items .item.gift {
  padding-top: 0.35rem;
  margin-top: -0.1rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .empty {
  height: 7.5rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .empty img {
  display: block;
  width: 40%;
  height: auto;
}
body.dingdan .main .tab-template .tab-containers .tab-container .empty .text {
  font-size: 0.24rem;
  margin-top: 0.45rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container .empty .btn-red {
  width: 35%;
  margin: 0.4rem auto;
  font-size: 0.28rem;
}
body.dingdan .main .tab-template .tab-containers .tab-container[data-type=all] .empty {
  display: none;
}
body.dingdan .main .tab-template .tab-containers .tab-container[data-type=empty] .items {
  display: none;
}
body.dingdan .main .tab-template .tab-containers .tab-container.active {
  display: block;
}
body.dingdan .recommend-title-2 {
  padding-top: 0.55rem;
  font-size: 0.34rem;
  padding-bottom: 0.7rem;
}
body.dingdan .recommend-title-2 .text {
  padding: 0 0.2rem;
}
body.dingdan .recommend-items {
  width: 92%;
  padding: 0 4%;
}
body.dingdan .recommend-items .item {
  width: 48%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin-bottom: 0.2rem;
}
body.dingdan .recommend-items .item img.product {
  min-width: 100%;
  height: 2.9rem;
}
body.dingdan .recommend-items .item .text {
  padding-top: 0.15rem;
  width: 92%;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.dingdan .recommend-items .item .bottom-line {
  width: 92%;
  padding-top: 0.07rem;
  padding-bottom: 0.1rem;
}
body.dingdan .recommend-items .item .bottom-line .left {
  font-size: 0.28rem;
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.dingdan .recommend-items .item .bottom-line img.right {
  width: 0.5rem;
}
body.dingdan .text-bottom {
  font-size: 0.24rem;
  color: #bcbcbc;
  -webkit-text-fill-color: #bcbcbc;
  margin-top: 1.2rem;
  padding-bottom: 1.3rem;
  text-align: center;
  position: relative;
}
body.dingdan .text-bottom .line {
  width: 10%;
  height: 1px;
  background: #bcbcbc;
}
body.dingdan .text-bottom span {
  padding: 0 10px;
}
body.dingdan .bottom-icons {
  width: 92%;
  position: fixed;
  bottom: 0;
  height: 1rem;
  padding: 0 4%;
  background-color: #ffffff;
}
body.dingdan .bottom-icons .item {
  height: 100%;
}
body.dingdan .bottom-icons .item img {
  height: 50%;
  margin-top: 0.1rem;
}
body.dingdan .bottom-icons .item .text {
  font-size: 0.3rem;
  transform: scale(0.7);
  -webkit-text-fill-color: #000000;
  color: #000000;
}
body.dingdan .bottom-icons .item .text.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.dingdan .modal-delivery,
body.dingdan .modal-complete,
body.dingdan .modal-success,
body.dingdan .modal-cancel,
body.dingdan .modal-sellout {
  border-radius: 0.15rem;
}
body.dingdan .modal-delivery img,
body.dingdan .modal-complete img,
body.dingdan .modal-success img,
body.dingdan .modal-cancel img,
body.dingdan .modal-sellout img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.dingdan .modal-delivery .text,
body.dingdan .modal-complete .text,
body.dingdan .modal-success .text,
body.dingdan .modal-cancel .text,
body.dingdan .modal-sellout .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.dingdan .modal-delivery .modal-footer,
body.dingdan .modal-complete .modal-footer,
body.dingdan .modal-success .modal-footer,
body.dingdan .modal-cancel .modal-footer,
body.dingdan .modal-sellout .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.dingdan .modal-delivery .modal-footer .btn-cancel,
body.dingdan .modal-complete .modal-footer .btn-cancel,
body.dingdan .modal-success .modal-footer .btn-cancel,
body.dingdan .modal-cancel .modal-footer .btn-cancel,
body.dingdan .modal-sellout .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  border-right: 1px solid #eeeeee;
}
body.dingdan .modal-delivery .modal-footer .btn-ok,
body.dingdan .modal-complete .modal-footer .btn-ok,
body.dingdan .modal-success .modal-footer .btn-ok,
body.dingdan .modal-cancel .modal-footer .btn-ok,
body.dingdan .modal-sellout .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}

body.wuliuxiangqing {
  background-color: #f6f6f6;
  padding: 0;
  /*header*/
  /*main*/
}
body.wuliuxiangqing .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.wuliuxiangqing .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.wuliuxiangqing .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.wuliuxiangqing .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.wuliuxiangqing .main {
  margin-top: 0.1rem;
  padding-bottom: 0.1rem;
  /*tab-template*/
}
body.wuliuxiangqing .main .icon {
  position: absolute;
  bottom: -0.33rem;
  left: calc(50% - 0.33rem);
  width: 0.66rem;
  height: 0.66rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
body.wuliuxiangqing .main .icon img {
  width: 0.3rem;
  height: auto;
  transition: transform linear 1s;
}
body.wuliuxiangqing .main .icon[data-status=expand] img {
  transform: rotate(0deg);
}
body.wuliuxiangqing .main .icon[data-status=foldup] img {
  transform: rotate(180deg);
}
body.wuliuxiangqing .main .tab-template .tabs-section {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 1rem;
  margin-bottom: 0.56rem;
}
body.wuliuxiangqing .main .tab-template .tabs-section .tabs-title {
  height: 0.7rem;
  line-height: 0.7rem;
  margin: 0 0.4rem 0.05rem;
  border-bottom: 1px solid #e9e9e9;
  font-size: 0.26rem;
}
body.wuliuxiangqing .main .tab-template .tabs-section .tabs {
  background-color: #ffffff;
  padding: 0 0.26rem;
  overflow: hidden;
}
body.wuliuxiangqing .main .tab-template .tabs-section .tabs .tab {
  font-size: 0.26rem;
  height: 0.55rem;
  line-height: 0.55rem;
  margin-top: 0.35rem;
  text-align: center;
  width: 70%;
  border-radius: 0.275rem;
  border: 1px solid #b9b9b9;
}
body.wuliuxiangqing .main .tab-template .tabs-section .tabs .tab.active {
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border: 1px solid #c6010c;
}
body.wuliuxiangqing .main .tab-template .tabs-section .tabs[data-status=expand] {
  height: auto;
}
body.wuliuxiangqing .main .tab-template .tabs-section .tabs[data-status=foldup] {
  height: 0.95rem;
}
body.wuliuxiangqing .main .tab-containers .tab-container {
  /*items*/
}
body.wuliuxiangqing .main .tab-containers .tab-container .item {
  background-color: #ffffff;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  height: 1.95rem;
}
body.wuliuxiangqing .main .tab-containers .tab-container .item img.left {
  width: 1.26rem;
  height: auto;
  border-radius: 0.05rem;
}
body.wuliuxiangqing .main .tab-containers .tab-container .item .right {
  padding-left: 0.13rem;
  height: 1.5rem;
}
body.wuliuxiangqing .main .tab-containers .tab-container .item .right .title {
  height: 0.7rem;
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.wuliuxiangqing .main .tab-containers .tab-container .item .right .amount {
  height: 0.4rem;
  font-size: 0.2rem;
  -webkit-text-fill-color: #848484;
  color: #848484;
}
body.wuliuxiangqing .main .tab-containers .tab-container .item .right .amount span {
  padding-right: 0.5rem;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items {
  background-color: #ffffff;
  padding-top: 0.4rem;
  padding-bottom: 1.24rem;
  position: relative;
  margin-top: 0.1rem;
  /*item-time*/
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time {
  margin: 0 4%;
  position: relative;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time .left {
  width: 15%;
  position: relative;
  height: inherit;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time .left .dot {
  background-color: #a3a3a3;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  z-index: 3;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time .left .line {
  height: calc(100% + 1px);
  width: 3px;
  position: absolute;
  top: 0;
  left: calc(50% - 1.5px);
  background-color: #dcdcdc;
  z-index: 0;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time .right {
  width: 75%;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #e9e9e9;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time .right .text {
  font-size: 0.22rem;
  line-height: 1.5;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time.active .left .dot {
  border: 3px solid #ff9898;
  background-color: #c6010c;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items .item-time.active .left .line {
  top: 50%;
  height: calc(50% + 1px);
}
body.wuliuxiangqing .main .tab-containers .tab-container .items[data-status=expand] .item-time {
  display: flex;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items[data-status=foldup] .item-time {
  display: none;
}
body.wuliuxiangqing .main .tab-containers .tab-container .items[data-status=foldup] .item-time.first, body.wuliuxiangqing .main .tab-containers .tab-container .items[data-status=foldup] .item-time.second {
  display: flex;
}
body.wuliuxiangqing .main .tab-containers .tab-container .address {
  margin: 0.56rem 0 1.06rem;
  padding: 0 4%;
  background-color: #ffffff;
}
body.wuliuxiangqing .main .tab-containers .tab-container .address .left {
  width: 10%;
}
body.wuliuxiangqing .main .tab-containers .tab-container .address .left img.location {
  width: 57%;
  height: auto;
  margin-right: 15%;
  margin-top: 20%;
}
body.wuliuxiangqing .main .tab-containers .tab-container .address .right {
  width: 90%;
  padding: 0.26rem 0;
}
body.wuliuxiangqing .main .tab-containers .tab-container .address .right .line-1 {
  font-size: 0.26rem;
  line-height: 2.2;
}
body.wuliuxiangqing .main .tab-containers .tab-container .address .right .line-1 .name {
  margin-right: 0.7rem;
}
body.wuliuxiangqing .main .tab-containers .tab-container .address .right .line-2 {
  -webkit-text-fill-color: #8b8a8a;
  color: #8b8a8a;
  font-size: 0.22rem;
  line-height: 1.4;
}

body.pingjia {
  background-color: #f6f6f6;
  /*background: url(../bk/38-6_订单-发表评价.jpg) no-repeat 0 0;
  background-position: top;
  background-size: 100% auto;*/
  padding: 0;
  /*header*/
  /*main*/
  /*modal-thank*/
}
body.pingjia .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.pingjia .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.pingjia .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.pingjia .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.pingjia .main {
  margin-top: 0.1rem;
  padding-bottom: 0.5rem;
}
body.pingjia .main .item {
  background-color: #ffffff;
  padding-left: 4%;
  padding-right: 4%;
  height: 1.95rem;
}
body.pingjia .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.pingjia .main .item .right {
  padding-left: 0.13rem;
}
body.pingjia .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.pingjia .main .item .right .amount {
  font-size: 0.2rem;
  -webkit-text-fill-color: #848484;
  color: #848484;
  margin-bottom: 0.14rem;
}
body.pingjia .main .item .right .amount span {
  padding-right: 0.5rem;
}
body.pingjia .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.pingjia .main textarea {
  margin-top: 0.05rem;
  margin-bottom: 0;
  width: 92%;
  padding: 0.4rem 4%;
  height: 1.7rem;
  font-size: 0.24rem;
  background-color: #ffffff;
  display: block;
  border: none;
}
body.pingjia .main textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.pingjia .main textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.pingjia .main textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.pingjia .main textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.pingjia .main .btns {
  padding: 0 4%;
  border-bottom: 1px solid #f6f6f6;
  background-color: #ffffff;
  font-size: 0;
}
body.pingjia .main .btns .btn-upload {
  margin-left: 0.15rem;
  height: 1.1rem;
  width: 1.1rem;
  font-size: 0.36rem;
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
  border: 1px solid #e7e7e7;
  margin-bottom: 0.3rem;
  position: relative;
}
body.pingjia .main .btns .btn-upload span {
  font-size: 0.2rem;
}
body.pingjia .main .btns .btn-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
body.pingjia .main .btns .item-image {
  height: 1.1rem;
  width: 1.1rem;
  position: relative;
  margin-left: 0.15rem;
  margin-bottom: 0.3rem;
}
body.pingjia .main .btns .item-image img.image {
  height: 1.1rem;
  width: 1.1rem;
}
body.pingjia .main .btns .item-image img.delete {
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  cursor: pointer;
  right: 1px;
  top: 1px;
}
body.pingjia .main .radios {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
  padding-left: 4%;
  background-color: #ffffff;
}
body.pingjia .main .radios .radio-item {
  margin-left: 0.1rem;
  margin-right: 0.6rem;
}
body.pingjia .main .radios .radio-item .radio-group {
  margin-right: 0.14rem;
  width: 0.2rem;
  height: 0.2rem;
}
body.pingjia .main .radios .radio-item .radio-group input:checked + label {
  border: 1px solid #c6010c;
  background: none;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%;
}
body.pingjia .main .radios .radio-item .radio-group input:checked + label i {
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  display: block;
  background: #c6010c;
}
body.pingjia .main .radios .radio-item .radio-group input + label {
  width: 100%;
  height: 100%;
  border: 1px solid #c6010c;
}
body.pingjia .main .radios .radio-item .label {
  font-size: 0.22rem;
}
body.pingjia .main .star-group {
  padding-left: 4%;
  background-color: #ffffff;
  padding-bottom: 0.55rem;
  font-size: 0.26rem;
}
body.pingjia .main .star-group .stars {
  margin-left: 0.3rem;
}
body.pingjia .main .star-group .stars img {
  width: 0.24rem;
  height: auto;
  margin-right: 0.1rem;
}
body.pingjia .main .address {
  padding: 0.06rem 4% 0.28rem;
  margin-top: 0.2rem;
  background-color: #ffffff;
}
body.pingjia .main .address .line {
  margin-top: 0.2rem;
}
body.pingjia .main .address .line .left {
  width: 0.6rem;
}
body.pingjia .main .address .line .left img.location {
  width: auto;
  height: 0.34rem;
  margin-right: 15%;
  margin-top: 20%;
}
body.pingjia .main .address .line .right {
  width: calc(100% - 0.6rem);
  font-size: 0.24rem;
}
body.pingjia .main .btn-red {
  margin: 0.55rem auto 0;
  width: 90%;
  height: 0.75rem;
  border-radius: 0.385rem;
  font-size: 0.34rem;
  display: block;
  letter-spacing: 1.2px;
}
body.pingjia .modal-thank {
  border-radius: 0.15rem;
}
body.pingjia .modal-thank img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.pingjia .modal-thank .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}
body.pingjia .modal-thank .text-grey {
  text-align: center;
  font-size: 0.22rem;
  padding: 0 0.6rem;
  margin-bottom: 0.3rem;
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.pingjia .modal-thank .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.pingjia .modal-thank .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  border-right: 1px solid #eeeeee;
}
body.pingjia .modal-thank .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}

body.dingdanxiangqing {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.dingdanxiangqing .header {
  position: relative;
  background: #c6010c;
  height: 1rem;
}
body.dingdanxiangqing .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.dingdanxiangqing .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.dingdanxiangqing .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
body.dingdanxiangqing .main {
  min-height: calc(100vh - 1rem);
}
body.dingdanxiangqing .main .top-section {
  height: 2.7rem;
  position: relative;
  margin-bottom: 0.8rem;
  background: #c6010c;
  margin-top: -1px;
}
body.dingdanxiangqing .main .top-section .title {
  line-height: 1.7rem;
  padding-left: calc(4% + 0.2rem);
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  font-size: 0.32rem;
  display: none;
}
body.dingdanxiangqing .main .top-section .title span {
  margin-left: 0.5rem;
}
body.dingdanxiangqing .main .top-section .address {
  margin: 0 4%;
  background-color: #ffffff;
  position: absolute;
  border-radius: 0.13rem;
  bottom: 0;
  transform: translateY(37%);
}
body.dingdanxiangqing .main .top-section .address .left {
  width: 12%;
}
body.dingdanxiangqing .main .top-section .address .left img.location {
  width: 52%;
  height: auto;
  margin-right: 15%;
  margin-top: 10%;
}
body.dingdanxiangqing .main .top-section .address .right {
  width: 88%;
  padding: 0.23rem 0 0.26rem;
}
body.dingdanxiangqing .main .top-section .address .right .line-1 {
  font-size: 0.28rem;
  line-height: 1.8;
}
body.dingdanxiangqing .main .top-section .address .right .line-1 .name {
  margin-right: 0.7rem;
}
body.dingdanxiangqing .main .top-section .address .right .line-2 {
  -webkit-text-fill-color: #8b8a8a;
  color: #8b8a8a;
  font-size: 0.24rem;
  line-height: 1.3;
  padding-right: 0.4rem;
}
body.dingdanxiangqing .main .to-arrive {
  display: none;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card {
  padding: 0 4%;
  background-color: #ffffff;
  margin-bottom: 0.1rem;
  border-radius: 0.15rem;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card .left {
  width: 12%;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card .left img {
  width: 52%;
  height: auto;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card .right {
  width: 88%;
  padding: 0.23rem 0 0.26rem;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card .right .texts .title {
  font-size: 0.28rem;
  line-height: 1.8;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card .right .texts .text {
  -webkit-text-fill-color: #8b8a8a;
  color: #8b8a8a;
  font-size: 0.24rem;
  line-height: 1.3;
  padding-right: 0.4rem;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card .right .texts .text span {
  margin-right: 0.45rem;
}
body.dingdanxiangqing .main .to-arrive .wuliu-card .right img.arrow {
  height: 0.2rem;
  width: auto;
  margin-right: 0.2rem;
}
body.dingdanxiangqing .main .items {
  background-color: #ffffff;
  -moz-border-radius-topleft: 0.15rem;
  -moz-border-radius-topright: 0.15rem;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
body.dingdanxiangqing .main .items .item {
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  border-bottom: 1px solid #eeeeee;
}
body.dingdanxiangqing .main .items .item img.left {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.05rem;
}
body.dingdanxiangqing .main .items .item .right {
  padding-left: 0.13rem;
}
body.dingdanxiangqing .main .items .item .right .title {
  font-size: 0.28rem;
  line-height: 0.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;*/
}
body.dingdanxiangqing .main .items .item .right .amount {
  height: 0.4rem;
  font-size: 0.2rem;
  -webkit-text-fill-color: #848484;
  color: #848484;
  width: 100%;
  margin-bottom: 0.12rem;
}
body.dingdanxiangqing .main .items .item .right .amount span {
  padding-right: 0.5rem;
}
body.dingdanxiangqing .main .items .item .right .integral {
  font-size: 0.22rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.dingdanxiangqing .main .remark {
  height: 1.44rem;
  padding: 0 4%;
  background-color: #ffffff;
  -moz-border-radius-bottomleft: 0.15rem;
  -moz-border-radius-bottomright: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
body.dingdanxiangqing .main .remark input {
  height: 0.6rem;
  padding-left: 0.36rem;
  font-size: 0.26rem;
  border-radius: 0.15rem;
  border: none;
  background-color: #f6f6f6;
  width: 100%;
}
body.dingdanxiangqing .main .remark input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.dingdanxiangqing .main .remark input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.dingdanxiangqing .main .remark input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.dingdanxiangqing .main .remark input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.dingdanxiangqing .main .card {
  margin-top: 0.1rem;
  padding: 0 4%;
  background-color: #ffffff;
}
body.dingdanxiangqing .main .card .line-1 {
  width: 100%;
}
body.dingdanxiangqing .main .card .line-1 .title {
  font-size: 0.28rem;
  line-height: 2.6;
}
body.dingdanxiangqing .main .card .line-1 .status {
  font-size: 0.28rem;
}
body.dingdanxiangqing .main .card .line-2 {
  border-bottom: 1px solid #eeeeee;
  padding: 0.3rem 0;
  width: 100%;
}
body.dingdanxiangqing .main .card .line-2 .text {
  font-size: 0.26rem;
}
body.dingdanxiangqing .main .card .line-2 .text span {
  -webkit-text-fill-color: #808080;
  color: #808080;
  padding-right: 0.3rem;
  line-height: 1.8;
}
body.dingdanxiangqing .main .card .line-3 {
  font-size: 0.26rem;
  padding: 0.3rem 0;
  line-height: 1.5;
}
body.dingdanxiangqing .main .card[data-status=active] .line-1 .status {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.dingdanxiangqing .main .card[data-status=disable] .line-1, body.dingdanxiangqing .main .card[data-status=disable] .line-2 .text span, body.dingdanxiangqing .main .card[data-status=disable] .line-3 {
  color: #b9b9b9;
  -webkit-text-fill-color: #b9b9b9;
}
body.dingdanxiangqing .main .detail {
  margin-top: 0.1rem;
  padding: 0 4%;
  background-color: #ffffff;
  border-radius: 0.15rem;
}
body.dingdanxiangqing .main .detail .detail-item {
  height: 0.97rem;
}
body.dingdanxiangqing .main .detail .detail-item.first {
  border-bottom: 1px solid #eeeeee;
}
body.dingdanxiangqing .main .detail .detail-item .title {
  font-size: 0.28rem;
}
body.dingdanxiangqing .main .detail .detail-item .text {
  font-size: 0.24rem;
  -webkit-text-fill-color: #747474;
  color: #747474;
}
body.dingdanxiangqing .main .detail .detail-item .text span {
  padding-left: 0.17rem;
}
body.dingdanxiangqing .main .detail .detail-item .text.red {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.dingdanxiangqing .main .detail .detail-item .btn-copy {
  font-size: 0.22rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
  width: 0.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border: 1px solid #b9b9b9;
  margin-left: 0.15rem;
}
body.dingdanxiangqing .main .btns {
  margin-top: 1rem;
  height: 1rem;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #ffffff;
}
body.dingdanxiangqing .main .btns .btn-grey-line, body.dingdanxiangqing .main .btns .btn-red-line, body.dingdanxiangqing .main .btns .btn-black-line {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 1.75rem;
  font-size: 0.28rem;
  margin: 0;
  margin-left: 0.2rem;
  display: none;
}
body.dingdanxiangqing .main[data-status=daishouhuo] .daifukuan, body.dingdanxiangqing .main[data-status=daishouhuo] .yiquxiao, body.dingdanxiangqing .main[data-status=daishouhuo] .daifuwu {
  display: none;
}
body.dingdanxiangqing .main[data-status=daishouhuo] .daishouhuo {
  display: block;
}
body.dingdanxiangqing .main[data-status=daifukuan] .daishouhuo, body.dingdanxiangqing .main[data-status=daifukuan] .yiquxiao, body.dingdanxiangqing .main[data-status=daifukuan] .daifuwu {
  display: none;
}
body.dingdanxiangqing .main[data-status=daifukuan] .daifukuan {
  display: block;
}
body.dingdanxiangqing .main[data-status=yiquxiao] .daifukuan, body.dingdanxiangqing .main[data-status=yiquxiao] .daishouhuo, body.dingdanxiangqing .main[data-status=yiquxiao] .daifuwu {
  display: none;
}
body.dingdanxiangqing .main[data-status=yiquxiao] .yiquxiao {
  display: block;
}
body.dingdanxiangqing .main[data-status=daifuwu] .daifukuan, body.dingdanxiangqing .main[data-status=daifuwu] .yiquxiao, body.dingdanxiangqing .main[data-status=daifuwu] .daishouhuo {
  display: none;
}
body.dingdanxiangqing .main[data-status=daifuwu] .daifuwu {
  display: block;
}
body.dingdanxiangqing .main[data-type=cake] .card .line-1 .status {
  opacity: 0;
}
body.dingdanxiangqing .main[data-type=cake] .vegitable, body.dingdanxiangqing .main[data-type=cake] .normal, body.dingdanxiangqing .main[data-type=cake] .housekeeping {
  display: none;
}
body.dingdanxiangqing .main[data-type=cake] .cake {
  display: block;
}
body.dingdanxiangqing .main[data-type=vegitable] .cake, body.dingdanxiangqing .main[data-type=vegitable] .normal, body.dingdanxiangqing .main[data-type=vegitable] .housekeeping {
  display: none;
}
body.dingdanxiangqing .main[data-type=vegitable] .vegitable {
  display: block;
}
body.dingdanxiangqing .main[data-type=normal] .cake, body.dingdanxiangqing .main[data-type=normal] .vegitable, body.dingdanxiangqing .main[data-type=normal] .housekeeping {
  display: none;
}
body.dingdanxiangqing .main[data-type=normal] .normal {
  display: block;
}
body.dingdanxiangqing .main[data-type=housekeeping] .cake, body.dingdanxiangqing .main[data-type=housekeeping] .vegitable, body.dingdanxiangqing .main[data-type=housekeeping] .normal {
  display: none;
}
body.dingdanxiangqing .main[data-type=housekeeping] .housekeeping {
  display: block;
}
body.dingdanxiangqing .main[data-type=normal][data-status=daishouhuo] .daishouhuo-normal {
  display: block;
}
body.dingdanxiangqing .main[data-type=normal][data-status=daifukuan] .daifukuan-normal {
  display: block;
}
body.dingdanxiangqing .main[data-type=normal][data-status=yiquxiao] .yiquxiao-normal {
  display: block;
}
body.dingdanxiangqing .main[data-type=normal][data-status=yiquxiao] .yiquxiao-normal {
  display: block;
}
body.dingdanxiangqing .main[data-type=housekeeping][data-status=daifuwu] .daifuwu-housekeeping {
  display: block;
}
body.dingdanxiangqing .main[data-type=vegitable][data-status=daishouhuo] .daishouhuo-vegitable {
  display: block;
}
body.dingdanxiangqing .main[data-type=cake][data-status=daishouhuo] .daishouhuo-cake {
  display: block;
}

body.chakanfuwu {
  background-color: #f6f6f6;
  padding: 0;
  /*header*/
  /*main*/
}
body.chakanfuwu .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.chakanfuwu .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.chakanfuwu .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.chakanfuwu .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.chakanfuwu .main .address {
  padding: 0 4%;
  background-color: #ffffff;
  margin-top: 0.2rem;
  border-radius: 0.15rem;
}
body.chakanfuwu .main .address .left {
  width: 12%;
}
body.chakanfuwu .main .address .left img.location {
  width: 52%;
  height: auto;
  margin-right: 15%;
  margin-top: 10%;
}
body.chakanfuwu .main .address .right {
  width: 88%;
  padding: 0.23rem 0 0.26rem;
}
body.chakanfuwu .main .address .right .line-1 {
  font-size: 0.28rem;
  line-height: 1.8;
}
body.chakanfuwu .main .address .right .line-1 .name {
  margin-right: 0.7rem;
}
body.chakanfuwu .main .address .right .line-2 {
  -webkit-text-fill-color: #868686;
  color: #868686;
  font-size: 0.24rem;
  line-height: 1.3;
  padding-right: 0.4rem;
}
body.chakanfuwu .main .items {
  background-color: #ffffff;
  margin-top: 0.1rem;
  -moz-border-radius-topleft: 0.15rem;
  -moz-border-radius-topright: 0.15rem;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
body.chakanfuwu .main .items .item {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  border-bottom: 1px solid #eeeeee;
}
body.chakanfuwu .main .items .item img.left {
  width: 1.26rem;
  height: 1rem;
  border-radius: 0.05rem;
}
body.chakanfuwu .main .items .item .right {
  padding-left: 0.22rem;
  height: 1.1rem;
  width: calc(100% - 1.26rem - 0.22rem);
}
body.chakanfuwu .main .items .item .right .title {
  font-size: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-text-fill-color: #414141;
  color: #414141;
}
body.chakanfuwu .main .items .item .right .amount {
  height: 0.4rem;
  font-size: 0.2rem;
  -webkit-text-fill-color: #b6b6b6;
  color: #b6b6b6;
  margin-bottom: 0.12rem;
  width: 100%;
}
body.chakanfuwu .main .items .item .right .amount span {
  padding-right: 0.5rem;
}
body.chakanfuwu .main .items .item .right .integral {
  font-size: 0.22rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.chakanfuwu .main .remark {
  height: 1.44rem;
  padding: 0 4%;
  background-color: #ffffff;
  -moz-border-radius-bottomleft: 0.15rem;
  -moz-border-radius-bottomright: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
body.chakanfuwu .main .remark input {
  height: 0.6rem;
  padding-left: 0.36rem;
  font-size: 0.26rem;
  border-radius: 0.15rem;
  border: none;
  background-color: #f6f6f6;
  width: 100%;
}
body.chakanfuwu .main .remark input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.chakanfuwu .main .remark input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.chakanfuwu .main .remark input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.chakanfuwu .main .remark input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.chakanfuwu .main .widget {
  margin-top: 0.3rem;
  padding: 0 4%;
  background-color: #ffffff;
  border-radius: 0.15rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
body.chakanfuwu .main .widget .line-1 {
  width: 100%;
}
body.chakanfuwu .main .widget .line-1 .title {
  font-size: 0.28rem;
  line-height: 3;
}
body.chakanfuwu .main .widget .line-1 .status {
  font-size: 0.28rem;
}
body.chakanfuwu .main .widget .line-2 {
  border-bottom: 1px solid #eeeeee;
  padding: 0.2rem 0 0.2rem;
  width: 100%;
}
body.chakanfuwu .main .widget .line-2 .text {
  font-size: 0.28rem;
}
body.chakanfuwu .main .widget .line-2 .text span {
  -webkit-text-fill-color: #989898;
  color: #989898;
  padding-right: 0.3rem;
  line-height: 2.5;
}
body.chakanfuwu .main .widget .line-3 {
  font-size: 0.28rem;
  padding: 0.3rem 0 0.6rem;
  line-height: 1.2;
}

body.suixingou {
  background-color: #f6f6f6;
  padding: 0;
  /*header*/
  /*main*/
  /*bottom-icons*/
}
body.suixingou .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
  padding-left: 4%;
}
body.suixingou .header .search-group {
  width: 64%;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #f6f6f6;
}
body.suixingou .header .search-group img.icon {
  width: 0.28rem;
  height: auto;
  margin-left: 0.35rem;
}
body.suixingou .header .search-group span {
  font-size: 0.28rem;
  margin: 0 0.33rem 0 0.31rem;
  -webkit-text-fill-color: #d9d7d7;
  color: #d9d7d7;
}
body.suixingou .header .search-group input {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  width: calc(100% - 0.28rem - 0.4rem - 0.32rem - 0.35rem);
  border: none;
  padding: 0;
  background-color: transparent;
}
body.suixingou .header .search-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.suixingou .header .search-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.suixingou .header .search-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.suixingou .header .search-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.suixingou .main .tab-template {
  position: relative;
  width: 100%;
}
body.suixingou .main .tab-template .tabs {
  width: 2rem;
  background: #f8f8f8;
  height: calc(100vh - 2.5rem);
  overflow-y: auto;
  padding-bottom: 0.5rem;
}
body.suixingou .main .tab-template .tabs .tab {
  font-size: 0.28rem;
  height: 0.9rem;
  padding: 0 0.3rem 0 0.15rem;
  width: calc(2rem - 0.25rem - 0.2rem);
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.suixingou .main .tab-template .tabs .tab.active {
  font-weight: bold;
  position: relative;
  background-color: #ffffff;
  -webkit-text-fill-color: inherit;
  color: inherit;
}
body.suixingou .main .tab-template .tabs .tab.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.1rem;
  height: 0.4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #c6010c;
}
body.suixingou .main .tab-template .tab-containers {
  width: calc(100% - 2rem);
  height: calc(100vh - 2rem);
  overflow-y: auto;
  background-color: #ffffff;
}
body.suixingou .main .tab-template .tab-containers .banner {
  width: calc(100% - 0.55rem);
  margin-left: 0.3rem;
  height: auto;
  margin-top: 0.3rem;
}
body.suixingou .main .tab-template .tab-containers .tab-container-content {
  width: 100%;
  height: auto;
  overflow-y: auto;
  background-color: #ffffff;
  padding-bottom: 0.5rem;
}
body.suixingou .main .tab-template .tab-containers .tab-container-content .title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 2;
  padding-left: 0.3rem;
}
body.suixingou .main .tab-template .tab-containers .tab-container-content .items {
  width: 100%;
}
body.suixingou .main .tab-template .tab-containers .tab-container-content .items .item {
  width: 30%;
  margin-top: 0.15rem;
  cursor: pointer;
}
body.suixingou .main .tab-template .tab-containers .tab-container-content .items .item img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5px;
}
body.suixingou .main .tab-template .tab-containers .tab-container-content .items .item .text {
  font-size: 0.26rem;
  padding: 0.15rem 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
body.suixingou .main .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1rem;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 10;
}
body.suixingou .main .bottom-bar .item {
  height: 100%;
  position: relative;
  cursor: pointer;
}
body.suixingou .main .bottom-bar .item img {
  height: 0.48rem;
  width: auto;
  margin-top: 0.15rem;
}
body.suixingou .main .bottom-bar .item .text {
  font-size: 0.22rem;
  line-height: 0.3rem;
}
body.suixingou .main .bottom-bar .item .circle {
  border: 1px solid #c6010c;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.21rem;
  position: absolute;
  top: 10%;
  left: 60%;
  background-color: #ffffff;
}
body.suixingou .bottom-icons {
  width: 92%;
  position: fixed;
  bottom: 0;
  height: 1rem;
  padding: 0 4%;
  background-color: #ffffff;
}
body.suixingou .bottom-icons .item {
  height: 100%;
}
body.suixingou .bottom-icons .item img {
  height: 50%;
  margin-top: 0.1rem;
}
body.suixingou .bottom-icons .item .text {
  font-size: 0.3rem;
  transform: scale(0.7);
  -webkit-text-fill-color: #000000;
  color: #000000;
}
body.suixingou .bottom-icons .item .text.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}

body.gouwuche {
  background-color: #f6f6f6;
  padding: 0;
  /*checkbox-group*/
  /*header*/
  /*main*/
  /*modal-delete modal-sellout modal-clearout*/
}
body.gouwuche .checkbox-group {
  height: 0.31rem;
  width: 0.31rem;
}
body.gouwuche .checkbox-group input[type=checkbox] + label {
  border: 1px solid #6c6c6c;
}
body.gouwuche .checkbox-group input[type=checkbox]:checked + label {
  border: none;
}
body.gouwuche .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.gouwuche .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.gouwuche .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.gouwuche .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-left: 1.5rem;
}
body.gouwuche .header .sub-text {
  font-size: 0.2rem;
  width: 1.5rem;
  padding-top: 0.16rem;
  text-align: left;
}
body.gouwuche .main {
  /*top-bar*/
  /*items*/
}
body.gouwuche .main .checkbox-group.checkbox-group-2 input[type=checkbox]:checked + label {
  background: url(../image/checked-3.png) no-repeat 0 0;
  background-position: center;
  background-size: contain;
}
body.gouwuche .main .top-bar {
  height: 0.9rem;
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 1px;
  background-color: #ffffff;
}
body.gouwuche .main .top-bar .left .radio-text {
  margin-left: 0.3rem;
  font-size: 0.3rem;
}
body.gouwuche .main .top-bar .btn-delete {
  font-size: 0.3rem;
}
body.gouwuche .main .top-bar .btn-delete.red {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.gouwuche .main .items {
  padding-top: 0.1rem;
  padding-bottom: 1rem;
}
body.gouwuche .main .items .item {
  padding: 0.46rem 0;
  margin: 0.2rem 4%;
  border-radius: 0.12rem;
  background-color: #ffffff;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
body.gouwuche .main .items .item .left {
  width: 0.75rem;
  padding-left: 0.05rem;
}
body.gouwuche .main .items .item .right {
  padding-right: 0.2rem;
}
body.gouwuche .main .items .item .right img {
  width: 1.77rem;
  height: 1.66rem;
  border-radius: 0.05rem;
}
body.gouwuche .main .items .item .right .texts {
  padding-left: 0.2rem;
  /*height: 1.66rem;*/
}
body.gouwuche .main .items .item .right .texts .title {
  height: 0.7rem;
  font-size: 0.26rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 0.15rem;
}
body.gouwuche .main .items .item .right .texts .amount {
  height: 0.4rem;
  font-size: 0.24rem;
  -webkit-text-fill-color: #7b7b7b;
  color: #7b7b7b;
}
body.gouwuche .main .items .item .right .texts .line-3 {
  width: 100%;
}
body.gouwuche .main .items .item .right .texts .line-3 .red {
  font-size: 0.26rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.gouwuche .main .items .item .right .texts .line-3 .sell-out {
  color: #666666;
  -webkit-text-fill-color: #666666;
  font-size: 0.26rem;
  display: block;
  background-color: #d5d5d5;
  padding: 0.1rem 0.35rem;
}
body.gouwuche .main .bottom-bar {
  position: fixed;
  bottom: 1rem;
  height: 1rem;
  width: 100%;
  background-color: #ffffff;
}
body.gouwuche .main .bottom-bar .left {
  padding-left: 4%;
}
body.gouwuche .main .bottom-bar .left .radio-text {
  margin-left: 0.3rem;
  font-size: 0.3rem;
}
body.gouwuche .main .bottom-bar .btn-red {
  width: 2.6rem;
  height: 100%;
  font-size: 0.34rem;
  line-height: 1rem;
  border-radius: 0;
  margin: 0;
}
body.gouwuche .empty img.empty {
  width: 35%;
  height: auto;
  display: block;
  margin: 20% auto 2%;
}
body.gouwuche .empty .text-empty {
  font-size: 0.24rem;
  line-height: 5;
  text-align: center;
}
body.gouwuche .empty .btn-red {
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.28rem;
  width: 2.34rem;
}
body.gouwuche .recommend-title-2 {
  padding-top: 1rem;
  font-size: 0.34rem;
  padding-bottom: 0.7rem;
}
body.gouwuche .recommend-title-2 img.green {
  width: 0.1rem;
}
body.gouwuche .recommend-title-2 img.orange {
  width: 0.1rem;
}
body.gouwuche .recommend-title-2 .text {
  padding: 0 0.2rem;
}
body.gouwuche .recommend-title-2 .sub-text {
  font-size: 0.28rem;
  text-align: center;
  color: #494949;
  -webkit-text-fill-color: #494949;
  margin-top: 0.2rem;
}
body.gouwuche .recommend-items {
  width: 92%;
  padding: 0 4%;
  padding-bottom: 1.2rem;
}
body.gouwuche .recommend-items .item {
  width: 48%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin-bottom: 0.2rem;
}
body.gouwuche .recommend-items .item img.product {
  min-width: 100%;
  height: 2.9rem;
}
body.gouwuche .recommend-items .item .text {
  padding-top: 0.15rem;
  width: 92%;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.gouwuche .recommend-items .item .bottom-line {
  width: 92%;
  padding-top: 0.07rem;
  padding-bottom: 0.1rem;
}
body.gouwuche .recommend-items .item .bottom-line .left {
  font-size: 0.28rem;
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.gouwuche .recommend-items .item .bottom-line img.right {
  width: 0.5rem;
}
body.gouwuche .text-bottom {
  font-size: 0.24rem;
  color: #bcbcbc;
  -webkit-text-fill-color: #bcbcbc;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
body.gouwuche .text-bottom .line {
  width: 10%;
  height: 1px;
  background: #bcbcbc;
}
body.gouwuche .text-bottom span {
  padding: 0 10px;
}
body.gouwuche .bottom-icons {
  width: 92%;
  position: fixed;
  bottom: 0;
  height: 1rem;
  padding: 0 4%;
  background-color: #ffffff;
  z-index: 9999;
}
body.gouwuche .bottom-icons .item {
  height: 100%;
}
body.gouwuche .bottom-icons .item img {
  height: 50%;
  margin-top: 0.1rem;
}
body.gouwuche .bottom-icons .item .text {
  font-size: 0.3rem;
  transform: scale(0.7);
  -webkit-text-fill-color: #000000;
  color: #000000;
}
body.gouwuche .bottom-icons .item .text.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.gouwuche .modal-delete, body.gouwuche .modal-sellout, body.gouwuche .modal-clearout {
  border-radius: 0.15rem;
}
body.gouwuche .modal-delete img, body.gouwuche .modal-sellout img, body.gouwuche .modal-clearout img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.gouwuche .modal-delete .text, body.gouwuche .modal-sellout .text, body.gouwuche .modal-clearout .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.gouwuche .modal-delete .modal-footer, body.gouwuche .modal-sellout .modal-footer, body.gouwuche .modal-clearout .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.gouwuche .modal-delete .modal-footer .btn-cancel, body.gouwuche .modal-sellout .modal-footer .btn-cancel, body.gouwuche .modal-clearout .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.gouwuche .modal-delete .modal-footer .btn-ok, body.gouwuche .modal-sellout .modal-footer .btn-ok, body.gouwuche .modal-clearout .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}
body.gouwuche .modal-delete .modal-footer .btn-ok.long, body.gouwuche .modal-sellout .modal-footer .btn-ok.long, body.gouwuche .modal-clearout .modal-footer .btn-ok.long {
  width: 100%;
}


body.gouwuche .modal-delete2, body.gouwuche .modal-sellout, body.gouwuche .modal-clearout {
  border-radius: 0.15rem;
}
body.gouwuche .modal-delete2 img, body.gouwuche .modal-sellout img, body.gouwuche .modal-clearout img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.gouwuche .modal-delete2 .text, body.gouwuche .modal-sellout .text, body.gouwuche .modal-clearout .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.gouwuche .modal-delete2 .modal-footer, body.gouwuche .modal-sellout .modal-footer, body.gouwuche .modal-clearout .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.gouwuche .modal-delete2 .modal-footer .btn-cancel, body.gouwuche .modal-sellout .modal-footer .btn-cancel, body.gouwuche .modal-clearout .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.gouwuche .modal-delete2 .modal-footer .btn-ok, body.gouwuche .modal-sellout .modal-footer .btn-ok, body.gouwuche .modal-clearout .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}
body.gouwuche .modal-delete2 .modal-footer .btn-ok.long, body.gouwuche .modal-sellout .modal-footer .btn-ok.long, body.gouwuche .modal-clearout .modal-footer .btn-ok.long {
  width: 100%;
}


body.gouwuche[data-type=empty] .main {
  display: none;
}
body.gouwuche[data-type=all] .empty {
  display: none;
}

body.wode {
  background-color: #f6f6f6;
  /*padding: 0;*/
  /*header*/
  /*main*/
  /*modal-delete modal-sellout*/
  /*modal-change-portrait*/
}
body.wode .header {
  position: relative;
  height: 5.3rem;
  background: url(../image/wode-bk.png) no-repeat 0 0;
  background-position: top;
  background-size: 100% auto;
}
body.wode .header .text {
  font-size: 0.36rem;
  line-height: 2.5;
  padding-left: 4%;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
body.wode .main {
  padding: 0 4%;
  margin-top: -3.3rem;
}
body.wode .main .pannel {
  background-color: #ffffff;
  border-radius: 0.1rem;
  position: relative;
  padding-top: 0.86rem;
  margin-bottom: 0.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
body.wode .main .pannel img.profile {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(113, 13, 18, 0.25);
  display: block;
  position: absolute;
  top: -0.86rem;
  left: calc(50% - 0.85rem);
}
body.wode .main .pannel .btns {
  font-size: 0.3rem;
  height: 0.9rem;
}
body.wode .main .pannel .btns a {
  padding: 0 0.1rem;
}
body.wode .main .pannel .info {
  height: 0.9rem;
}
body.wode .main .pannel .info .text {
  font-size: 0.3rem;
}
body.wode .main .pannel .line-2 {
  padding: 0.13rem 0.9rem 0.35rem;
}
body.wode .main .pannel .line-2 .item .title {
  font-size: 0.36rem;
  padding-bottom: 0.1rem;
}
body.wode .main .pannel .line-2 .item .stars {
  height: 0.4rem;
}
body.wode .main .pannel .line-2 .item .stars img {
  width: 0.14rem;
  height: auto;
  padding: 0 0.03rem 0.18rem;
}
body.wode .main .pannel .line-2 .item .red {
  font-size: 0.32rem;
  color: #ce0814;
  -webkit-text-fill-color: #ce0814;
  height: 0.4rem;
  /*border: 1px solid red;*/
}
body.wode .main .section {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #ffffff;
  border-radius: 0.15rem;
}
body.wode .main .section .title {
  font-size: 0.32rem;
  line-height: 1.05rem;
  height: 1rem;
  border-bottom: 1px solid #f6f6f6;
}
body.wode .main .section .items .item {
  padding: 0.3rem 0 0.4rem;
  width: 22%;
}
body.wode .main .section .items .item img {
  height: 0.88rem;
  width: auto;
}
body.wode .main .section .items .item .text {
  font-size: 0.26rem;
  color: #585858;
  -webkit-text-fill-color: #585858;
  padding-top: 0.1rem;
}
body.wode .recommend-title-2 {
  padding-top: 0.8rem;
  font-size: 0.34rem;
  padding-bottom: 0.7rem;
}
body.wode .recommend-title-2 img.green {
  width: 0.1rem;
}
body.wode .recommend-title-2 img.orange {
  width: 0.1rem;
}
body.wode .recommend-title-2 .text {
  padding: 0 0.2rem;
}
body.wode .recommend-items {
  width: 92%;
  padding: 0 4%;
}
body.wode .recommend-items .item {
  width: 48%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin-bottom: 0.2rem;
}
body.wode .recommend-items .item img.product {
  min-width: 100%;
  height: 2.9rem;
}
body.wode .recommend-items .item .text {
  padding-top: 0.15rem;
  width: 92%;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.wode .recommend-items .item .bottom-line {
  width: 92%;
  padding-top: 0.07rem;
  padding-bottom: 0.1rem;
}
body.wode .recommend-items .item .bottom-line .left {
  font-size: 0.28rem;
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.wode .recommend-items .item .bottom-line img.right {
  width: 0.5rem;
}
body.wode .text-bottom {
  font-size: 0.24rem;
  color: #bcbcbc;
  -webkit-text-fill-color: #bcbcbc;
  margin-top: 1.2rem;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
body.wode .text-bottom .line {
  width: 10%;
  height: 1px;
  background: #bcbcbc;
}
body.wode .text-bottom span {
  padding: 0 10px;
}
body.wode .bottom-icons {
  width: 92%;
  position: fixed;
  bottom: 0;
  height: 1rem;
  padding: 0 4%;
  background-color: #ffffff;
}
body.wode .bottom-icons .item {
  height: 100%;
}
body.wode .bottom-icons .item img {
  height: 50%;
  margin-top: 0.1rem;
}
body.wode .bottom-icons .item .text {
  font-size: 0.3rem;
  transform: scale(0.7);
  -webkit-text-fill-color: #000000;
  color: #000000;
}
body.wode .bottom-icons .item .text.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.wode .modal-delete, body.wode .modal-sellout {
  border-radius: 0.15rem;
}
body.wode .modal-delete img, body.wode .modal-sellout img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.wode .modal-delete .text, body.wode .modal-sellout .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.wode .modal-delete .modal-footer, body.wode .modal-sellout .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.wode .modal-delete .modal-footer .btn-cancel, body.wode .modal-sellout .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.wode .modal-delete .modal-footer .btn-ok, body.wode .modal-sellout .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}
body.wode .modal-change-portrait {
  border-radius: 0.15rem;
}
body.wode .modal-change-portrait .modal-content .link {
  line-height: 1.28rem;
  padding-left: 0.4rem;
  font-size: 0.32rem;
  display: block;
  border-bottom: 1px solid #f6f6f6;
}
body.wode .modal-change-portrait .modal-content .link.red {
  color: #ce0814;
  -webkit-text-fill-color: #ce0814;
}
body.wode[data-type=login] .login {
  display: flex;
}
body.wode[data-type=login] .logout {
  display: none;
}
body.wode[data-type=logout] .login {
  display: none;
}
body.wode[data-type=logout] .logout {
  display: flex;
}

body.chanpinguanjia {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.chanpinguanjia .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.chanpinguanjia .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.chanpinguanjia .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.chanpinguanjia .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.chanpinguanjia .main {
  height: calc(100vh - 1rem);
  background: url(../image/housekeeper.jpg) no-repeat 0 0;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
body.chanpinguanjia .main .btns {
  position: absolute;
  bottom: 0;
  width: 92%;
  height: 10%;
  padding: 0 4%;
}
body.chanpinguanjia .main .btns .btn {
  width: 47%;
  height: 70%;
}
body.chanpinguanjia .main .btns .btn.btn-left {
  background: url(../image/btn-phone.png) no-repeat 0 0;
  background-position: center;
  background-size: 100% 100%;
}
body.chanpinguanjia .main .btns .btn.btn-right {
  background: url(../image/btn-service.png) no-repeat 0 0;
  background-position: center;
  background-size: 100% 100%;
}

body.peisongshuoming {
  background-color: #f6f6f6;
  padding: 0;
  /*header*/
  /*main*/
}
body.peisongshuoming .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.peisongshuoming .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.peisongshuoming .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.peisongshuoming .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.peisongshuoming .main {
  height: calc(100vh - 1rem);
  background: url(../image/deliver-bk.jpg) no-repeat 0 0;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
body.peisongshuoming .main .items {
  padding: 20% 6.5% 0;
}
body.peisongshuoming .main .items .item {
  border-radius: 0.15rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  width: 48%;
  margin-bottom: 0.1rem;
}
body.peisongshuoming .main .items .item img {
  width: auto;
  height: 25%;
  margin-top: 0.5rem;
}
body.peisongshuoming .main .items .item .title {
  font-size: 0.26rem;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
body.peisongshuoming .main .items .item .text {
  font-size: 0.2rem;
  text-align: center;
  height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 0 0.3rem;
  color: #6a6a6a;
  -webkit-text-fill-color: #6a6a6a;
}

body.tuihuan-shouhou {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.tuihuan-shouhou .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.tuihuan-shouhou .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.tuihuan-shouhou .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.tuihuan-shouhou .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.tuihuan-shouhou .main {
  height: calc(100vh - 1rem);
}
body.tuihuan-shouhou .main .items {
  padding-top: 0.7rem;
}
body.tuihuan-shouhou .main .items .item {
  width: 92%;
  height: 1rem;
  padding: 0 4%;
  margin-bottom: 0.35rem;
  background-color: #ffffff;
}
body.tuihuan-shouhou .main .items .item .left img {
  width: 0.45rem;
  height: auto;
}
body.tuihuan-shouhou .main .items .item .left .title {
  line-height: 1rem;
  padding-left: 0.4rem;
  font-size: 0.28rem;
}
body.tuihuan-shouhou .main .items .item .right {
  height: 0.24rem;
  width: auto;
}

body.privacy-policy {
  background-color: #f6f6f6;
  /*header*/
  /*content image*/
}
body.privacy-policy .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.privacy-policy .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.privacy-policy .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.privacy-policy .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.privacy-policy .content {
  width: 100%;
  height: auto;
}

body.changjianwenti {
  background-color: #ffffff;
  /*header*/
  /*main*/
}
body.changjianwenti .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
  border-bottom: 1px solid #f6f6f6;
}
body.changjianwenti .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.changjianwenti .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.changjianwenti .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.changjianwenti .main {
  height: calc(100vh - 1rem);
  opacity: 1;
}
body.changjianwenti .main .pannel {
  border-bottom: 1px solid #f6f6f6;
  margin: 0 4%;
}
body.changjianwenti .main .pannel.last {
  border: none;
}
body.changjianwenti .main .pannel .pannel-head {
  padding: 0 3%;
}
body.changjianwenti .main .pannel .pannel-head .left {
  font-size: 0.28rem;
  line-height: 1.3;
  padding: 0.28rem 0;
  font-weight: bold;
}
body.changjianwenti .main .pannel .pannel-head .right {
  height: 0.25rem;
  width: auto;
}
body.changjianwenti .main .pannel .pannel-content {
  font-size: 0.28rem;
  background-color: #f6f6f6;
  border-radius: 0.2rem;
  padding: 0.15rem 3%;
  line-height: 2;
  margin-bottom: 0.1rem;
}
body.changjianwenti .main .pannel[data-expand=true] .pannel-head {
  padding: 0 3%;
}
body.changjianwenti .main .pannel[data-expand=true] .pannel-head .left {
  padding: 0.5rem 0;
}
body.changjianwenti .main .pannel[data-expand=true] .pannel-head .right {
  transform: rotate(90deg);
}
body.changjianwenti .main .pannel[data-expand=false] .pannel-content {
  display: none;
}

body.shenqingtuihuanhuo {
  background-color: #f6f6f6;
  /*header*/
  /*search-group*/
  /*main*/
  /*modal-shaixuan*/
  /*modal-reject*/
}
body.shenqingtuihuanhuo .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.shenqingtuihuanhuo .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.shenqingtuihuanhuo .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.shenqingtuihuanhuo .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.shenqingtuihuanhuo .search-section {
  height: 1rem;
  background: #ffffff;
  padding-left: 4%;
  border-bottom: 1px solid #f2f2f2;
}
body.shenqingtuihuanhuo .search-section .search-group {
  width: 80%;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #f6f6f6;
}
body.shenqingtuihuanhuo .search-section .search-group img.icon {
  width: 0.28rem;
  height: auto;
  margin-left: 0.35rem;
}
body.shenqingtuihuanhuo .search-section .search-group span {
  font-size: 0.28rem;
  margin: 0 0.33rem 0 0.31rem;
  -webkit-text-fill-color: #d9d7d7;
  color: #d9d7d7;
}
body.shenqingtuihuanhuo .search-section .search-group input {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  width: calc(100% - 0.28rem - 0.4rem - 0.32rem - 0.35rem);
  border: none;
  padding: 0;
  background-color: transparent;
}
body.shenqingtuihuanhuo .search-section .search-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shenqingtuihuanhuo .search-section .search-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shenqingtuihuanhuo .search-section .search-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shenqingtuihuanhuo .search-section .search-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.shenqingtuihuanhuo .search-section .option {
  font-size: 0.24rem;
  margin-right: 4%;
}
body.shenqingtuihuanhuo .search-section .option.active {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.shenqingtuihuanhuo .search-section .option.btn-modal-shaixuan[data-type=close] .modal-open {
  display: none;
}
body.shenqingtuihuanhuo .search-section .option.btn-modal-shaixuan[data-type=open] {
  -webkit-text-fill-color: #ce0814;
  color: #ce0814;
}
body.shenqingtuihuanhuo .search-section .option.btn-modal-shaixuan[data-type=open] .modal-close {
  display: none;
}
body.shenqingtuihuanhuo .search-section .option.btn-modal-shaixuan img {
  height: 0.25rem;
  width: auto;
}
body.shenqingtuihuanhuo .main {
  /*items*/
  /*empty*/
}
body.shenqingtuihuanhuo .main .items {
  padding-bottom: 1rem;
}
body.shenqingtuihuanhuo .main .items .item {
  margin: 0.22rem 0.27rem;
  border-radius: 0.12rem;
  background-color: #ffffff;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
body.shenqingtuihuanhuo .main .items .item.ban-item {
  padding-top: 0.15rem;
}
body.shenqingtuihuanhuo .main .items .item .ban {
  margin-left: -0.07rem;
  width: 1.7rem;
  padding-left: 0.3rem;
  height: 0.65rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  background: url(../image/flag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-position: center;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
body.shenqingtuihuanhuo .main .items .item .line-1 {
  height: 1rem;
}
body.shenqingtuihuanhuo .main .items .item .line-1 .left {
  padding-left: 0.2rem;
  width: 70%;
}
body.shenqingtuihuanhuo .main .items .item .line-1 .left .text {
  font-size: 0.22rem;
  line-height: 1.5;
}
body.shenqingtuihuanhuo .main .items .item .line-1 .right {
  font-size: 0.22rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  padding-right: 0.15rem;
}
body.shenqingtuihuanhuo .main .items .item .warning {
  height: 0.6rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  background-color: #f6f6f6;
  margin-bottom: 0.4rem;
}
body.shenqingtuihuanhuo .main .items .item .warning img {
  height: 0.4rem;
  width: auto;
  margin-left: 0.45rem;
  margin-right: 0.2rem;
}
body.shenqingtuihuanhuo .main .items .item .warning .red {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  font-size: 0.25rem;
  margin: 0 0.15rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 {
  margin-top: 0.11rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 img.left {
  width: 1.3rem;
  border-radius: 0.05rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right {
  padding-left: 0.08rem;
  width: calc(100% - 1.3rem);
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .title {
  height: 0.7rem;
  font-size: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .status {
  font-size: 0.2rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  padding-right: 0.15rem;
  width: 1.5rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .text {
  font-size: 0.2rem;
  -webkit-text-fill-color: #7c7c7c;
  color: #7c7c7c;
  text-align: right;
  width: calc(100% - 0.15rem);
  padding-right: 0.15rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .amount {
  height: 0.4rem;
  font-size: 0.2rem;
  -webkit-text-fill-color: #7b7b7b;
  color: #7b7b7b;
  padding-right: 0.2rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .amount span {
  margin-right: 0.2rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .line-2-2 {
  width: 100%;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .line-2-2 .right {
  padding-left: 0;
  width: auto;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .line-2-2 .right .text-1 {
  font-size: 0.26rem;
}
body.shenqingtuihuanhuo .main .items .item .line-2 .right .line-2-2 .right .text-2 {
  font-size: 0.2rem;
  -webkit-text-fill-color: #7c7c7c;
  color: #7c7c7c;
}
body.shenqingtuihuanhuo .main .items .item .line-3 {
  margin-top: 0.15rem;
  border-top: 1px solid #eeeeee;
  height: 0.8rem;
}
body.shenqingtuihuanhuo .main .items .item .line-3 .overtime {
  -webkit-text-fill-color: #838383;
  color: #838383;
  font-size: 0.22rem;
  margin-left: 0.15rem;
}
body.shenqingtuihuanhuo .main .items .item .line-3 .overtime img {
  width: 0.28rem;
  height: auto;
  margin-left: 0.12rem;
}
body.shenqingtuihuanhuo .main .items .item .line-3 .btn-black-line {
  height: 0.45rem;
  line-height: 0.45rem;
  width: 1.5rem;
  margin: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  font-size: 0.3rem;
}
body.shenqingtuihuanhuo .main .items .item .line-3 .btn-black-line.long {
  font-size: 0.26rem;
  width: 1.8rem;
}
body.shenqingtuihuanhuo .main .items .item .line-3 .btn-red-line {
  height: 0.45rem;
  line-height: 0.45rem;
  width: 1.5rem;
  margin: 0;
  margin-right: 0.2rem;
  margin-left: 0.15rem;
  font-size: 0.3rem;
}
body.shenqingtuihuanhuo .main .items .item .line-3 .grey-ban {
  font-size: 0.26rem;
  color: #666666;
  -webkit-text-fill-color: #666666;
  background-color: #d5d5d5;
  padding: 0.1rem 0.4rem;
  margin-right: 0.2rem;
}
body.shenqingtuihuanhuo .main .items .item.gift {
  padding-top: 0.35rem;
  margin-top: -0.1rem;
}
body.shenqingtuihuanhuo .main .empty {
  height: 7.5rem;
}
body.shenqingtuihuanhuo .main .empty img {
  display: block;
  width: 40%;
  height: auto;
}
body.shenqingtuihuanhuo .main .empty .text {
  font-size: 0.3rem;
  margin-top: 0.4rem;
  color: #6c6c6c;
  -webkit-text-fill-color: #6c6c6c;
}
body.shenqingtuihuanhuo .main .empty .btn-red {
  width: 35%;
  margin: 0.4rem auto;
  font-size: 0.28rem;
}
body.shenqingtuihuanhuo .main[data-type=all] .empty {
  display: none;
}
body.shenqingtuihuanhuo .main[data-type=empty] .items {
  display: none;
}
body.shenqingtuihuanhuo .main.active {
  display: block;
}
body.shenqingtuihuanhuo .bk-cover {
  top: 2rem;
}
body.shenqingtuihuanhuo .modal-shaixuan {
  border-radius: 0;
  width: 100%;
  top: 2rem;
  right: 0;
  left: 0;
  transform: none;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content {
  padding-top: 0.2rem;
  padding-bottom: 0.23rem;
  padding-left: 4%;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .btns {
  width: 100%;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .btns .radio-group {
  width: 29%;
  height: calc(0.5rem + 2px);
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  margin-right: 4%;
  margin-bottom: 0.27rem;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .btns .radio-group input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .btns .radio-group .text {
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.5rem;
  width: calc(100% - 2px);
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .btns .radio-group input[type=radio]:checked + .text {
  color: #ce0814;
  -webkit-text-fill-color: #ce0814;
  background-color: #ffffff;
  border: 1px solid #ce0814;
  border-radius: 0.25rem;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .btns .radio-group input[type=radio] + .text {
  background-color: #f3f3f3;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .modal-footer {
  position: absolute;
  height: 1.1rem;
  bottom: 0;
  width: 100%;
  left: 0;
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .modal-footer .btn-cancel {
  width: 33%;
  margin-right: 5%;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
body.shenqingtuihuanhuo .modal-shaixuan .modal-content .modal-footer .btn-ok {
  width: 33%;
  margin-right: 6%;
  margin-left: 0;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
body.shenqingtuihuanhuo .modal-reject {
  border-radius: 0.15rem;
  padding-top: 0.8rem;
}
body.shenqingtuihuanhuo .modal-reject .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.8rem;
}
body.shenqingtuihuanhuo .modal-reject .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.shenqingtuihuanhuo .modal-reject .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}

body.shenqingtuihuan {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
  /*modal-reason*/
}
body.shenqingtuihuan .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.shenqingtuihuan .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.shenqingtuihuan .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.shenqingtuihuan .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.shenqingtuihuan .main {
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
body.shenqingtuihuan .main .item {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  height: 1.95rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.shenqingtuihuan .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.shenqingtuihuan .main .item .right {
  padding-left: 0.13rem;
  width: calc(100% - 1.53rem);
}
body.shenqingtuihuan .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*height: 0.5rem;*/
}
body.shenqingtuihuan .main .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
body.shenqingtuihuan .main .item .right .amount span {
  padding-right: 0.2rem;
}
body.shenqingtuihuan .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.shenqingtuihuan .main .section {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0.2rem;
  overflow: hidden;
}
body.shenqingtuihuan .main .section .line {
  height: 0.9rem;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.shenqingtuihuan .main .section .line .btns .radio-group {
  width: auto;
  height: auto;
  margin-right: 0.25rem;
}
body.shenqingtuihuan .main .section .line .btns .radio-group .text {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.5rem;
}
body.shenqingtuihuan .main .section .line .btns .radio-group input[type=radio]:checked + .text {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  border: 1px solid #c6010c;
}
body.shenqingtuihuan .main .section .line .btns .radio-group input[type=radio] + .text {
  border: 1px solid #b9b9b9;
}
body.shenqingtuihuan .main .section .line .title {
  padding-right: 0.5rem;
  font-size: 0.26rem;
}
body.shenqingtuihuan .main .section .line .right {
  font-size: 0.24rem;
}
body.shenqingtuihuan .main .section .line .right img.more {
  width: 0.25rem;
  height: auto;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
body.shenqingtuihuan .main .section .line .text {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
body.shenqingtuihuan .main .section .pannel .pannel-head img.arrow {
  height: 0.15rem;
  width: auto;
  margin-right: 0.2rem;
}
body.shenqingtuihuan .main .section .pannel .pannel-content {
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #f6f6f6;
}
body.shenqingtuihuan .main .section .pannel .pannel-content .line {
  padding: 0.2rem 0.14rem 0.5rem;
  border: none;
}
body.shenqingtuihuan .main .section .pannel .pannel-content .line .title {
  width: 0.85rem;
  text-align: left;
  padding: 0;
}
body.shenqingtuihuan .main .section .pannel .pannel-content .line .btns {
  width: calc(100% - 0.85rem);
}
body.shenqingtuihuan .main .section .pannel .pannel-content .line .btns .radio-group {
  width: 22%;
  height: auto;
  margin-right: 10%;
  margin-bottom: 0.3rem;
}
body.shenqingtuihuan .main .section .pannel .pannel-content .line .btns .radio-group .text {
  width: calc(100% - 2px);
  height: 0.4rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: unset;
}
body.shenqingtuihuan .main .section .pannel .pannel-content .line .btns .radio-group input[type=radio]:checked + .text {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  border: 1px solid #c6010c;
}
body.shenqingtuihuan .main .section .pannel .pannel-content .line .btns .radio-group input[type=radio] + .text {
  border: 1px solid #e7e7e7;
}
body.shenqingtuihuan .main .section .pannel[data-expand=true] img.arrow {
  transform: rotate(90deg);
}
body.shenqingtuihuan .main .section .pannel[data-expand=false] .pannel-content {
  display: none;
}
body.shenqingtuihuan .main .section.section-reason textarea {
  margin: 0.3rem;
  padding: 0.25rem 0.2rem;
  width: calc(100% - 1rem);
  height: 1.4rem;
  font-size: 0.22rem;
  background-color: #f6f6f6;
  display: block;
  border: none;
  border-radius: 0.15rem;
}

body.shenqingtuihuan .main .section.section-reason textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-reason textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-reason textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-reason textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-upload .line {
  height: 1rem;
}
body.shenqingtuihuan .main .section.section-upload textarea {
  padding: 0.3rem 0.2rem;
  width: calc(100% - 0.4rem);
  height: 0.8rem;
  font-size: 0.22rem;
  background-color: #ffffff;
  display: block;
  border: none;
}
body.shenqingtuihuan .main .section.section-upload textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-upload textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-upload textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-upload textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingtuihuan .main .section.section-upload .images {
  padding: 0 4%;
  border-bottom: 1px solid #f6f6f6;
  background-color: #ffffff;
  font-size: 0;
}
body.shenqingtuihuan .main .section.section-upload .images .btn-upload {
  margin-right: 0.15rem;
  height: 0.9rem;
  width: 1.1rem;
  font-size: 0.2rem;
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
  border: 1px solid #e7e7e7;
  margin-bottom: 0.3rem;
  position: relative;
}
body.shenqingtuihuan .main .section.section-upload .images .btn-upload img {
  height: 0.25rem;
  width: auto;
  margin-bottom: 0.1rem;
}
body.shenqingtuihuan .main .section.section-upload .images .btn-upload span {
  font-size: 0.2rem;
}
body.shenqingtuihuan .main .section.section-upload .images .btn-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
body.shenqingtuihuan .main .section.section-upload .images .item-image {
  height: 0.9rem;
  width: 0.9rem;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.3rem;
}
body.shenqingtuihuan .main .section.section-upload .images .item-image img.image {
  height: 0.9rem;
  width: 0.9rem;
}
body.shenqingtuihuan .main .section.section-upload .images .item-image img.delete {
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  cursor: pointer;
  right: 1px;
  top: 1px;
}
body.shenqingtuihuan .main .address {
  padding: 0.06rem 0 0.28rem;
  margin: 0.2rem 4%;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
body.shenqingtuihuan .main .address .line {
  margin-top: 0.2rem;
}
body.shenqingtuihuan .main .address .line .left {
  width: 0.6rem;
}
body.shenqingtuihuan .main .address .line .left img.location {
  width: auto;
  height: 0.4rem;
  margin-right: 15%;
  margin-top: 20%;
}
body.shenqingtuihuan .main .address .line .right {
  width: calc(100% - 1.1rem);
  font-size: 0.22rem;
  padding-right: 0.2rem;
}
body.shenqingtuihuan .main .address .line .right .line-1 {
  margin-top: 0.2rem;
}
body.shenqingtuihuan .main .address .line .right .line-1 span {
  margin-right: 0.9rem;
}
body.shenqingtuihuan .main .address .line .right .line-2 {
  margin-top: 0.2rem;
}
body.shenqingtuihuan .main .address .line .arrow {
  height: 0.15rem;
  width: 0.1rem;
  margin-right: 0.2rem;
}
body.shenqingtuihuan .main .btn-red {
  margin: 0.55rem auto 0;
  width: 45%;
  height: 0.75rem;
  border-radius: 0.385rem;
  font-size: 0.34rem;
  display: block;
  letter-spacing: 1.2px;
}
body.shenqingtuihuan .main[data-type=tuikuan] .section-reason .pannel {
  display: none;
}
body.shenqingtuihuan .main[data-type=huanhuo] .line.jifen {
  display: none;
}
body.shenqingtuihuan .modal-reason {
  border-radius: 0.15rem;
  bottom: 0;
  width: 100%;
  transform: unset;
  left: 0;
  top: unset;
  height: 6.25rem;
  border-radius: 0;
}
body.shenqingtuihuan .modal-reason .modal-content .modal-head {
  height: 1.2rem;
  padding-left: 0.7rem;
}
body.shenqingtuihuan .modal-reason .modal-content .modal-head .title {
  font-size: 0.32rem;
  color: #010101;
  -webkit-text-fill-color: #010101;
}
body.shenqingtuihuan .modal-reason .modal-content .modal-head .btn-cancel {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.3rem;
  margin-right: 0.7rem;
}
body.shenqingtuihuan .modal-reason .modal-content .modal-head .btn-cancel img.delete {
  width: 0.3rem;
  height: auto;
}
body.shenqingtuihuan .modal-reason .modal-content .item {
  margin: 0.5rem 0.7rem 0.5rem 0.55rem;
}
body.shenqingtuihuan .modal-reason .modal-content .item .left {
  font-size: 0.26rem;
  color: #010101;
  -webkit-text-fill-color: #010101;
}
body.shenqingtuihuan .modal-reason .modal-content .item .radio-group {
  border: 1px solid #858585;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
}
body.shenqingtuihuan .modal-reason .modal-content .item .radio-group input[type=radio] + label {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  top: 0.045rem;
  left: 0.045rem;
}
body.shenqingtuihuan .modal-reason .modal-content .item .radio-group input[type=radio]:checked + label {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #858585;
  border: none;
  background-image: none;
}

body.tijiaochenggong {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.tijiaochenggong .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.tijiaochenggong .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.tijiaochenggong .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.tijiaochenggong .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.tijiaochenggong .main {
  padding-top: 20%;
}
body.tijiaochenggong .main img {
  height: 1.4rem;
  width: auto;
}
body.tijiaochenggong .main .text {
  margin-top: 0.4rem;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
body.tijiaochenggong .main .sub-text {
  font-size: 0.28rem;
  color: #969696;
  -webkit-text-fill-color: #969696;
}
body.tijiaochenggong .main .btn-red {
  margin-top: 0.5rem;
  width: 50%;
  height: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.375rem;
}

body.shenqingchulizhong {
  background-color: #f6f6f6;
  /*header*/
  /*red-pannel*/
  /*main*/
  /*modal-cancel*/
}
body.shenqingchulizhong .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.shenqingchulizhong .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.shenqingchulizhong .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.shenqingchulizhong .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.shenqingchulizhong .red-pannel {
  height: 1.85rem;
  background-color: #c6010c;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0.4rem 6%;
}
body.shenqingchulizhong .red-pannel .line-1 {
  font-size: 0.32rem;
}
body.shenqingchulizhong .red-pannel .line-2 {
  font-size: 0.26rem;
  margin: 0.2rem 0 0.5rem;
}
body.shenqingchulizhong .red-pannel .line-3 {
  font-size: 0.26rem;
}
body.shenqingchulizhong .main {
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
body.shenqingchulizhong .main .item {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  height: 1.95rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.shenqingchulizhong .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.shenqingchulizhong .main .item .right {
  padding-left: 0.13rem;
  width: calc(100% - 1.53rem);
}
body.shenqingchulizhong .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*height: 0.5rem;*/
}
body.shenqingchulizhong .main .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
body.shenqingchulizhong .main .item .right .amount span {
  padding-right: 0.2rem;
}
body.shenqingchulizhong .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.shenqingchulizhong .main .section {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0.2rem;
  overflow: hidden;
}
body.shenqingchulizhong .main .section .line {
  height: 0.9rem;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.shenqingchulizhong .main .section .line .text-bannel {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.5rem;
  border: 1px solid #b9b9b9;
  margin-right: 0.25rem;
}
body.shenqingchulizhong .main .section .line .text-bannel-2 {
  width: 13%;
  margin-right: 5%;
  height: 0.4rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: unset;
  background-color: #e7e7e7;
}
body.shenqingchulizhong .main .section .line .title {
  padding-right: 0.5rem;
  font-size: 0.26rem;
}
body.shenqingchulizhong .main .section .line .right {
  font-size: 0.24rem;
}
body.shenqingchulizhong .main .section .line .right img.more {
  width: 0.25rem;
  height: auto;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
body.shenqingchulizhong .main .section .line .text {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
body.shenqingchulizhong .main .section.section-reason .line-reason {
  border: none;
}
body.shenqingchulizhong .main .section.section-reason textarea {
  margin: 0 0.3rem 0.3rem;
  padding: 0.25rem 0.2rem;
  width: calc(100% - 1rem);
  height: 1.4rem;
  font-size: 0.22rem;
  background-color: #f6f6f6;
  display: block;
  border: none;
  border-radius: 0.15rem;
}
body.shenqingchulizhong .main .section.section-reason textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-reason textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-reason textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-reason textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-upload .line {
  height: 1rem;
}
body.shenqingchulizhong .main .section.section-upload textarea {
  padding: 0.3rem 0.2rem;
  width: calc(100% - 0.4rem);
  height: 0.8rem;
  font-size: 0.22rem;
  background-color: #ffffff;
  display: block;
  border: none;
}
body.shenqingchulizhong .main .section.section-upload textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-upload textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-upload textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-upload textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.shenqingchulizhong .main .section.section-upload .images {
  padding: 0 4%;
  border-bottom: 1px solid #f6f6f6;
  background-color: #ffffff;
  font-size: 0;
  margin-top: 0.3rem;
}
body.shenqingchulizhong .main .section.section-upload .images .item-image {
  height: 1.1rem;
  width: 1.1rem;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.3rem;
}
body.shenqingchulizhong .main .section.section-upload .images .item-image img.image {
  height: 1.1rem;
  width: 1.1rem;
}
body.shenqingchulizhong .main .address {
  padding: 0.06rem 0 0;
  margin: 0.2rem 4%;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
body.shenqingchulizhong .main .address .line {
  margin-top: 0.2rem;
}
body.shenqingchulizhong .main .address .line .left {
  width: 0.7rem;
}
body.shenqingchulizhong .main .address .line .left img.location {
  width: auto;
  height: 0.4rem;
  margin-top: 20%;
}
body.shenqingchulizhong .main .address .line .right {
  width: calc(100% - 0.7rem);
  font-size: 0.22rem;
  padding-right: 0.2rem;
}
body.shenqingchulizhong .main .address .line .right .line-1 {
  margin-top: 0.2rem;
}
body.shenqingchulizhong .main .address .line .right .line-1 span {
  margin-right: 0.9rem;
}
body.shenqingchulizhong .main .address .line .right .line-2 {
  margin-top: 0.2rem;
}
body.shenqingchulizhong .main .address .btns {
  padding: 0.08rem 0 0.16rem;
  border-top: 1px solid #f6f6f6;
  margin-top: 0.35rem;
}
body.shenqingchulizhong .main .address .btns .btn {
  width: 50%;
  font-size: 0.3rem;
  height: 0.9rem;
}
body.shenqingchulizhong .main .address .btns .btn.btn-left {
  border-right: 1px solid #f6f6f6;
}
body.shenqingchulizhong .main .address .btns .btn img {
  height: 0.5rem;
  width: auto;
  margin-right: 0.25rem;
}
body.shenqingchulizhong .main[data-type=tuikuan] .tuikuan {
  display: flex;
}
body.shenqingchulizhong .main[data-type=tuikuan] .huanhuo {
  display: none;
}
body.shenqingchulizhong .main[data-type=huanhuo] .huanhuo {
  display: flex;
}
body.shenqingchulizhong .main[data-type=huanhuo] .tuikuan {
  display: none;
}
body.shenqingchulizhong .modal-cancel {
  border-radius: 0.15rem;
  padding-top: 0.8rem;
}
body.shenqingchulizhong .modal-cancel .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.8rem;
}
body.shenqingchulizhong .modal-cancel .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.shenqingchulizhong .modal-cancel .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  border-right: 1px solid #eeeeee;
}
body.shenqingchulizhong .modal-cancel .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}

body.huanhuoxiangnqing {
  background-color: #f6f6f6;
  /*header*/
  /*red-pannel*/
  /*main*/
}
body.huanhuoxiangnqing .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.huanhuoxiangnqing .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.huanhuoxiangnqing .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.huanhuoxiangnqing .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.huanhuoxiangnqing .red-pannel {
  height: 1.85rem;
  background-color: #c6010c;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0.4rem 6%;
}
body.huanhuoxiangnqing .red-pannel .line-1 {
  font-size: 0.32rem;
}
body.huanhuoxiangnqing .red-pannel .line-3 {
  margin-top: 0.2rem;
  font-size: 0.26rem;
}
body.huanhuoxiangnqing .main {
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
body.huanhuoxiangnqing .main .item {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  height: 1.95rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.huanhuoxiangnqing .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.huanhuoxiangnqing .main .item .right {
  padding-left: 0.13rem;
  width: calc(100% - 1.53rem);
}
body.huanhuoxiangnqing .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.5rem;
}
body.huanhuoxiangnqing .main .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
body.huanhuoxiangnqing .main .item .right .amount span {
  padding-right: 0.2rem;
}
body.huanhuoxiangnqing .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.huanhuoxiangnqing .main .section {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0.2rem;
  overflow: hidden;
}
body.huanhuoxiangnqing .main .section .line-text {
  height: 1.25rem;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.huanhuoxiangnqing .main .section .line-text .text-bannel-2 {
  width: 13%;
  margin-right: 5%;
  height: 0.4rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: unset;
  background-color: #e7e7e7;
}
body.huanhuoxiangnqing .main .section .line-text .title {
  padding-right: 0.5rem;
  font-size: 0.26rem;
}
body.huanhuoxiangnqing .main .section .line-text .title span {
  margin-right: 0.4rem;
}
body.huanhuoxiangnqing .main .section .line-text .text {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
body.huanhuoxiangnqing .main .section.section-wuliu {
  /*items*/
}
body.huanhuoxiangnqing .main .section.section-wuliu .line-text {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  height: 1.36rem;
  line-height: 1.7;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items {
  background-color: #ffffff;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  position: relative;
  /*item-time*/
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time {
  margin: 0 4%;
  position: relative;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time .left {
  width: 25%;
  position: relative;
  height: inherit;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time .left .dot {
  background-color: #a3a3a3;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  z-index: 3;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time .left .line {
  height: calc(100% + 1px);
  width: 3px;
  position: absolute;
  top: 0;
  left: calc(50% - 1.5px);
  background-color: #dcdcdc;
  z-index: 0;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time .right {
  width: 75%;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #e9e9e9;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time .right .text {
  font-size: 0.22rem;
  line-height: 1.5;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time.active .left .dot {
  border: 3px solid #ff9898;
  background-color: #c6010c;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .item-time.active .left .line {
  top: 50%;
  height: calc(50% + 1px);
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .icon {
  position: absolute;
  bottom: 0.16rem;
  left: 0;
  width: 100%;
  height: 0.18rem;
  cursor: pointer;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .icon img {
  width: 0.18rem;
  height: auto;
  transition: transform linear 1s;
  display: block;
  margin: 0 auto;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .icon[data-status=expand] img {
  transform: rotate(0deg);
}
body.huanhuoxiangnqing .main .section.section-wuliu .items .icon[data-status=foldup] img {
  transform: rotate(180deg);
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=expand].items {
  border-top: 0.2rem solid #f6f6f6;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=expand].items .icon {
  bottom: 0.46rem;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=expand].items .icon img {
  width: 0.3rem;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=expand].items .item-time {
  display: flex;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=expand].items .item-time.last .line {
  height: calc(50% + 1px);
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=foldup] .item-time {
  display: none;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=foldup] .item-time.first {
  display: flex;
}
body.huanhuoxiangnqing .main .section.section-wuliu .items[data-status=foldup] .item-time.first .line {
  display: none;
}
body.huanhuoxiangnqing .main .address {
  padding: 0.1rem 0;
  margin: 0.2rem 4%;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
body.huanhuoxiangnqing .main .address .line {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
body.huanhuoxiangnqing .main .address .line .left {
  width: 0.6rem;
}
body.huanhuoxiangnqing .main .address .line .left img.location {
  width: auto;
  height: 0.4rem;
  margin-top: 20%;
}
body.huanhuoxiangnqing .main .address .line .right {
  width: calc(100% - 0.7rem);
  font-size: 0.22rem;
  padding-right: 0.1rem;
}
body.huanhuoxiangnqing .main .address .line .right .line-1 {
  margin-top: 0.2rem;
}
body.huanhuoxiangnqing .main .address .line .right .line-1 span {
  margin-right: 0.9rem;
}
body.huanhuoxiangnqing .main .address .line .right .line-2 {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

body.fanhuidanhao {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.fanhuidanhao .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.fanhuidanhao .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.fanhuidanhao .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.fanhuidanhao .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.fanhuidanhao .main {
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
body.fanhuidanhao .main .item {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  height: 1.95rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.fanhuidanhao .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.fanhuidanhao .main .item .right {
  padding-left: 0.13rem;
  width: calc(100% - 1.53rem);
}
body.fanhuidanhao .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.5rem;
}
body.fanhuidanhao .main .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
body.fanhuidanhao .main .item .right .amount span {
  padding-right: 0.2rem;
}
body.fanhuidanhao .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.fanhuidanhao .main .section {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0.2rem;
  overflow: hidden;
}
body.fanhuidanhao .main .section .line-text {
  height: 1.28rem;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.fanhuidanhao .main .section .line-text .title {
  padding-right: 0.5rem;
  font-size: 0.26rem;
}
body.fanhuidanhao .main .section .line-text .title span {
  margin-right: 0.4rem;
}
body.fanhuidanhao .main .section .line-text .text {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
body.fanhuidanhao .main .section .btn-red {
  width: 50%;
  margin: 0.9rem auto;
  display: block;
  height: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.34rem;
}

body.chakanyuanyin {
  background-color: #f6f6f6;
  /*header*/
  /*red-pannel*/
  /*main*/
}
body.chakanyuanyin .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.chakanyuanyin .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.chakanyuanyin .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.chakanyuanyin .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.chakanyuanyin .red-pannel {
  height: 1.85rem;
  background-color: #c6010c;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0.4rem 6%;
}
body.chakanyuanyin .red-pannel .line-1 {
  font-size: 0.32rem;
}
body.chakanyuanyin .red-pannel .line-2 {
  font-size: 0.26rem;
  margin: 0.2rem 0 0.5rem;
}
body.chakanyuanyin .red-pannel .line-3 {
  font-size: 0.26rem;
}
body.chakanyuanyin .main {
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
body.chakanyuanyin .main .item {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  height: 1.95rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.chakanyuanyin .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.chakanyuanyin .main .item .right {
  padding-left: 0.13rem;
  width: calc(100% - 1.53rem);
}
body.chakanyuanyin .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.5rem;
}
body.chakanyuanyin .main .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
body.chakanyuanyin .main .item .right .amount span {
  padding-right: 0.2rem;
}
body.chakanyuanyin .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.chakanyuanyin .main .section {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0.2rem;
  overflow: hidden;
}
body.chakanyuanyin .main .section .line {
  height: 0.9rem;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.chakanyuanyin .main .section .line .title {
  padding-right: 0.5rem;
  font-size: 0.26rem;
}
body.chakanyuanyin .main .section .line .text {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
body.chakanyuanyin .main .section.section-reason .line-reason {
  border: none;
}
body.chakanyuanyin .main .section.section-reason textarea {
  margin: 0 0.14rem 0.84rem;
  padding: 0.25rem 0.1rem;
  width: calc(100% - 0.44rem);
  height: 2rem;
  font-size: 0.2rem;
  background-color: #f6f6f6;
  display: block;
  border: none;
  border-radius: 0.15rem;
}
body.chakanyuanyin .main .section.section-reason textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.chakanyuanyin .main .section.section-reason textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.chakanyuanyin .main .section.section-reason textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.chakanyuanyin .main .section.section-reason textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}

body.tuikuanxiangqing {
  background-color: #f6f6f6;
  /*header*/
  /*red-pannel*/
  /*main*/
}
body.tuikuanxiangqing .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.tuikuanxiangqing .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.tuikuanxiangqing .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.tuikuanxiangqing .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.tuikuanxiangqing .red-pannel {
  height: 1.85rem;
  background-color: #c6010c;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0.4rem 6%;
}
body.tuikuanxiangqing .red-pannel .line-1 {
  font-size: 0.32rem;
}
body.tuikuanxiangqing .red-pannel .line-3 {
  margin-top: 0.2rem;
  font-size: 0.26rem;
}
body.tuikuanxiangqing .main {
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
body.tuikuanxiangqing .main .item {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  height: 1.95rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.tuikuanxiangqing .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.tuikuanxiangqing .main .item .right {
  padding-left: 0.13rem;
  width: calc(100% - 1.53rem);
}
body.tuikuanxiangqing .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*height: 0.5rem;*/
}
body.tuikuanxiangqing .main .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
body.tuikuanxiangqing .main .item .right .amount span {
  padding-right: 0.2rem;
}
body.tuikuanxiangqing .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.tuikuanxiangqing .main .section {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  overflow: hidden;
}
body.tuikuanxiangqing .main .section .line-text {
  height: 0.8rem;
  border-top: 0.1rem solid #f6f6f6;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.tuikuanxiangqing .main .section .line-text .title {
  padding-right: 0.5rem;
  font-size: 0.26rem;
}
body.tuikuanxiangqing .main .section .line-text .text {
  font-size: 0.26rem;
}

body.quxiaoshenqing {
  background-color: #f6f6f6;
  /*header*/
  /*red-pannel*/
  /*main*/
  /*modal-cancel*/
}
body.quxiaoshenqing .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.quxiaoshenqing .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.quxiaoshenqing .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.quxiaoshenqing .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.quxiaoshenqing .red-pannel {
  height: 1.85rem;
  background-color: #c6010c;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0.4rem 6%;
}
body.quxiaoshenqing .red-pannel .line-1 {
  font-size: 0.32rem;
}
body.quxiaoshenqing .red-pannel .line-3 {
  margin-top: 0.2rem;
  font-size: 0.26rem;
}
body.quxiaoshenqing .main {
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
body.quxiaoshenqing .main .item {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  height: 1.95rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.quxiaoshenqing .main .item img.left {
  width: 1.26rem;
  height: 1.2rem;
  border-radius: 0.05rem;
}
body.quxiaoshenqing .main .item .right {
  padding-left: 0.13rem;
  width: calc(100% - 1.53rem);
}
body.quxiaoshenqing .main .item .right .title {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.5rem;
}
body.quxiaoshenqing .main .item .right .amount {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
body.quxiaoshenqing .main .item .right .amount span {
  padding-right: 0.2rem;
}
body.quxiaoshenqing .main .item .right .line-2 {
  font-size: 0.24rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.quxiaoshenqing .main .section {
  background-color: #ffffff;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0.2rem;
  overflow: hidden;
}
body.quxiaoshenqing .main .section .line {
  height: 0.9rem;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
body.quxiaoshenqing .main .section .line .text-bannel {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.5rem;
  border: 1px solid #b9b9b9;
  margin-right: 0.25rem;
}
body.quxiaoshenqing .main .section .line .text-bannel-2 {
  width: 13%;
  margin-right: 5%;
  height: 0.4rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: unset;
  background-color: #e7e7e7;
}
body.quxiaoshenqing .main .section .line .title {
  padding-right: 0.5rem;
  font-size: 0.26rem;
}
body.quxiaoshenqing .main .section .line .right {
  font-size: 0.24rem;
}
body.quxiaoshenqing .main .section .line .right img.more {
  width: 0.25rem;
  height: auto;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
body.quxiaoshenqing .main .section .line .text {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
body.quxiaoshenqing .main .section.section-reason .line-reason {
  border: none;
}
body.quxiaoshenqing .main .section.section-reason textarea {
  margin: 0 0.3rem 0.3rem;
  padding: 0.25rem 0.2rem;
  width: calc(100% - 1rem);
  height: 1.4rem;
  font-size: 0.22rem;
  background-color: #f6f6f6;
  display: block;
  border: none;
  border-radius: 0.15rem;
}
body.quxiaoshenqing .main .section.section-reason textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-reason textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-reason textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-reason textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-upload .line {
  height: 1rem;
}
body.quxiaoshenqing .main .section.section-upload textarea {
  padding: 0.3rem 0.2rem;
  width: calc(100% - 0.4rem);
  height: 0.8rem;
  font-size: 0.22rem;
  background-color: #ffffff;
  display: block;
  border: none;
}
body.quxiaoshenqing .main .section.section-upload textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-upload textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-upload textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-upload textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #979696;
  color: #979696;
}
body.quxiaoshenqing .main .section.section-upload .images {
  padding: 0 4%;
  background-color: #ffffff;
  font-size: 0;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
body.quxiaoshenqing .main .section.section-upload .images .item-image {
  height: 1.1rem;
  width: 1.1rem;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.3rem;
}
body.quxiaoshenqing .main .section.section-upload .images .item-image img.image {
  height: 1.1rem;
  width: 1.1rem;
}
body.quxiaoshenqing .main .address {
  padding: 0.06rem 0 0;
  margin: 0.2rem 4%;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
body.quxiaoshenqing .main .address .line {
  margin-top: 0.2rem;
}
body.quxiaoshenqing .main .address .line .left {
  width: 0.7rem;
}
body.quxiaoshenqing .main .address .line .left img.location {
  width: auto;
  height: 0.4rem;
  margin-top: 20%;
}
body.quxiaoshenqing .main .address .line .right {
  width: calc(100% - 0.7rem);
  font-size: 0.22rem;
  padding-right: 0.2rem;
}
body.quxiaoshenqing .main .address .line .right .line-1 {
  margin-top: 0.2rem;
}
body.quxiaoshenqing .main .address .line .right .line-1 span {
  margin-right: 0.9rem;
}
body.quxiaoshenqing .main .address .line .right .line-2 {
  margin-top: 0.2rem;
}
body.quxiaoshenqing .main .address .btns {
  padding: 0.08rem 0 0.16rem;
  border-top: 1px solid #f6f6f6;
  margin-top: 0.35rem;
}
body.quxiaoshenqing .main .address .btns .btn {
  width: 50%;
  font-size: 0.3rem;
  height: 0.9rem;
}
body.quxiaoshenqing .main .address .btns .btn.btn-left {
  border-right: 1px solid #f6f6f6;
}
body.quxiaoshenqing .main .address .btns .btn img {
  height: 0.5rem;
  width: auto;
  margin-right: 0.25rem;
}
body.quxiaoshenqing .main[data-type=tuikuan] .tuikuan {
  display: flex;
}
body.quxiaoshenqing .main[data-type=tuikuan] .huanhuo {
  display: none;
}
body.quxiaoshenqing .main[data-type=huanhuo] .huanhuo {
  display: flex;
}
body.quxiaoshenqing .main[data-type=huanhuo] .tuikuan {
  display: none;
}
body.quxiaoshenqing .modal-cancel {
  border-radius: 0.15rem;
  padding-top: 0.8rem;
}
body.quxiaoshenqing .modal-cancel .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.8rem;
}
body.quxiaoshenqing .modal-cancel .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.quxiaoshenqing .modal-cancel .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  border-right: 1px solid #eeeeee;
}
body.quxiaoshenqing .modal-cancel .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}

body.lianxikefu {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.lianxikefu .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.lianxikefu .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.lianxikefu .header .text {
  font-size: 0.36rem;
  line-height: 0.45rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.lianxikefu .header .sub-text {
  font-size: 0.26rem;
  line-height: 0.3rem;
  -webkit-text-fill-color: #b9b9b9;
  color: #b9b9b9;
}
body.lianxikefu .main {
  height: calc(100vh - 1rem);
}
body.lianxikefu .main .chat-box {
  height: calc(100vh - 2rem);
}
body.lianxikefu .main .chat-box .time span {
  font-size: 0.26rem;
  line-height: 0.3rem;
  -webkit-text-fill-color: #a8a8a8;
  color: #a8a8a8;
  margin: 0 0.25rem;
  padding-top: 0.55rem;
  padding-bottom: 0.25rem;
}
body.lianxikefu .main .chat-box .item {
  margin: 0 4%;
  padding: 0.4rem 0.3rem;
  background-color: #ffffff;
}
body.lianxikefu .main .chat-box .item img.left {
  width: 1.25rem;
  height: 1.05rem;
  margin-right: 0.16rem;
}
body.lianxikefu .main .chat-box .item .right {
  width: calc(100% - 1.41rem);
  height: 1.05rem;
}
body.lianxikefu .main .chat-box .item .right .title {
  font-size: 0.21rem;
  line-height: 1.3;
  -webkit-text-fill-color: #414141;
  color: #414141;
}
body.lianxikefu .main .chat-box .item .right .amount {
  width: 100%;
}
body.lianxikefu .main .chat-box .item .right .amount span {
  font-size: 0.22rem;
  line-height: 2;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}
body.lianxikefu .main .chat-box .item .right .amount .btn-red {
  width: 1.25rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.22rem;
  margin: 0;
}
body.lianxikefu .main .chat-bottom {
  height: 1rem;
  padding: 0 4%;
  background-color: #e3e3e3;
  width: 92%;
}
body.lianxikefu .main .chat-bottom input {
  height: 0.7rem;
  width: calc(100% - 1.6rem - 0.2rem);
  border-radius: 0.1rem;
  background-color: #ffffff;
  border: none;
  margin: 0;
  padding: 0 0.1rem;
}
body.lianxikefu .main .chat-bottom img.face {
  width: 0.52rem;
  height: auto;
  margin-left: 0.2rem;
  cursor: pointer;
}
body.lianxikefu .main .chat-bottom img.more-add {
  width: 0.68rem;
  height: auto;
  margin-left: 0.14rem;
  cursor: pointer;
}

body.jifenchongzhi {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.jifenchongzhi .header {
  position: relative;
  background: linear-gradient(120deg, #c63c01, #c6020c);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  height: 4rem;
  opacity: 0.5;
}
body.jifenchongzhi .header .close {
  position: absolute;
  left: 4%;
  top: 0.5rem;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.jifenchongzhi .header .text {
  font-size: 0.36rem;
  line-height: 1rem;
  height: 1rem;
  text-align: center;
}
body.jifenchongzhi .header .txts {
  height: 2.7rem;
}
body.jifenchongzhi .header .txts .txt-1 {
  font-size: 0.44rem;
  margin-bottom: 0.1rem;
}
body.jifenchongzhi .header .txts .txt-2 {
  font-size: 0.31rem;
  margin-bottom: 0.3rem;
}
body.jifenchongzhi .main .tab-template {
  font-size: 0.28rem;
}
body.jifenchongzhi .main .tab-template .tabs {
  background-color: #ffffff;
}
body.jifenchongzhi .main .tab-template .tabs .tab {
  line-height: 1rem;
}
body.jifenchongzhi .main .tab-template .tabs .tab img {
  height: 0.28rem;
  width: auto;
  margin-right: 0.15rem;
}
body.jifenchongzhi .main .tab-template .tabs .tab[data-tab="1"] {
  width: 29%;
  padding-left: 4%;
}
body.jifenchongzhi .main .tab-template .tabs .tab[data-tab="2"] {
  width: 33%;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
body.jifenchongzhi .main .tab-template .tabs .tab[data-tab="3"] {
  width: 29%;
  padding-right: 4%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container {
  padding-top: 0.32rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .title {
  margin-bottom: 0.24rem;
  margin-left: 4%;
  margin-right: 4%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .text {
  line-height: 1.5;
  margin-bottom: 0.28rem;
  font-size: 0.24rem;
  margin-left: 4%;
  margin-right: 4%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] img.table {
  width: 92%;
  height: auto;
  margin-bottom: 0.28rem;
  margin-left: 4%;
  margin-right: 4%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .money-items {
  margin-left: 4%;
  margin-right: 4%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .money-items .money-item {
  width: 49%;
  height: 0.76rem;
  border-radius: 0.1rem;
  margin-bottom: 0.28rem;
  cursor: pointer;
  color: #cd000c;
  -webkit-text-fill-color: #cd000c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .money-items .money-item .text {
  font-size: 16px;
  padding-left: 0.2rem;
  margin: 0;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .money-items .money-item .sub-text {
  padding-left: 0.2rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .money-items .money-item .badge {
  margin-left: 0.1rem;
  font-size: 0.28rem;
  background-color: #cd000c;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 0.32rem;
  margin-bottom: 0.25rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .money-items .money-item[data-amount="0"] {
  color: #000000;
  -webkit-text-fill-color: #000000;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .money-items .money-item[data-amount="0"] .badge {
  display: none;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment {
  margin-left: 4%;
  margin-right: 4%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .payment-item {
  width: 49%;
  height: 0.76rem;
  border-radius: 0.1rem;
  margin-bottom: 0.28rem;
  color: #cd000c;
  -webkit-text-fill-color: #cd000c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .payment-item[data-amount="0"] {
  display: none;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .payment-item .label {
  font-size: 16px;
  padding-left: 0.2rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .payment-item .line-content {
  margin-right: 0.2rem;
  width: 42%;
  padding: 0 0.15rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .foluma {
  padding-bottom: 25px;
  padding-right: 50px;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .must {
  padding-bottom: 25px;
  padding-right: 50px;
  color: #cd000c;
  -webkit-text-fill-color: #cd000c;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  text-align: right;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .btn-red {
  font-size: 20px;
  width: 145px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  margin-right: 50px;
  display: none;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .payment .btn-red.btn-zfb {
  width: 165px;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .bottom-line {
  width: 100%;
  height: 0.9rem;
  margin-top: 0.3rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .bottom-line .text {
  font-size: 0.24rem;
  padding: 0;
  padding-left: 0.4rem;
  margin: 0;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="1"] .bottom-line .btn-red {
  width: 30%;
  height: 100%;
  line-height: 0.9rem;
  font-size: 0.32rem;
  border-radius: 0;
  margin: 0;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .title {
  font-size: 0.28rem;
  padding-left: 4%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .input-group {
  padding-bottom: 0.3rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  position: relative;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .input-group img {
  position: absolute;
  left: 0.65rem;
  top: 0.21rem;
  transform: translateX(-50%);
  height: 0.33rem;
  width: auto;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .input-group input {
  width: calc(100% - 1.05rem);
  border: none;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  height: 0.75rem;
  line-height: 0.75rem;
  padding-left: 1.05rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .input-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #c1c1c1;
  color: #c1c1c1;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .input-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #c1c1c1;
  color: #c1c1c1;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .input-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #c1c1c1;
  color: #c1c1c1;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="2"] .input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #c1c1c1;
  color: #c1c1c1;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] {
  padding-top: 0.07rem;
  padding-bottom: 1rem;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] .list {
  background-color: #ffffff;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] .list .list-item {
  height: 0.84rem;
  padding-left: 4%;
  padding-right: 4%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] .list .list-item .td-1 {
  width: 40%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] .list .list-item .td-2 {
  width: 15%;
  padding-right: 10%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] .list .list-item .td-3 {
  width: 30%;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] .list .list-item .sub-text {
  font-size: 0.22rem;
  color: #5b5a5a;
  -webkit-text-fill-color: #5b5a5a;
}
body.jifenchongzhi .main .tab-template .tab-containers .tab-container[data-tab="3"] .list .list-item .text {
  font-size: 0.24rem;
}

body.shouhuodizhi {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.shouhuodizhi .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.shouhuodizhi .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.shouhuodizhi .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.shouhuodizhi .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.shouhuodizhi .main {
  min-height: calc(100vh - 1rem);
}
body.shouhuodizhi .main .address-list {
  margin-top: 0.2rem;
}
body.shouhuodizhi .main .address-list .address {
  background-color: #ffffff;
  border-radius: 0.15rem;
  margin: 0.25rem 4%;
}
body.shouhuodizhi .main .address-list .address .line-1 {
  font-size: 0.3rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  padding-top: 0.25rem;
  padding-bottom: 0.12rem;
  line-height: 1.5;
}
body.shouhuodizhi .main .address-list .address .line-1 .name {
  margin-right: 0.55rem;
}
body.shouhuodizhi .main .address-list .address .line-2 {
  -webkit-text-fill-color: #7e7e7e;
  color: #7e7e7e;
  font-size: 0.24rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  padding-bottom: 0.25rem;
}
body.shouhuodizhi .main .address-list .address .line-3 {
  border-top: 1px solid #eeeeee;
  height: 0.7rem;
  padding-left: 0.35rem;
  padding-right: 0.15rem;
}
body.shouhuodizhi .main .address-list .address .line-3 .left .radio-group {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0;
  margin-right: 0.072rem;
}
body.shouhuodizhi .main .address-list .address .line-3 .left .radio-group input[type=radio] + label {
  border-color: #a1a1a1;
}
body.shouhuodizhi .main .address-list .address .line-3 .left .text {
  font-size: 0.22rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.shouhuodizhi .main .address-list .address .line-3 .right .btn {
  font-size: 0.22rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  margin-left: 0.35rem;
}
body.shouhuodizhi .main .address-list .address .line-3 .right .btn img {
  height: 0.19rem;
  width: auto;
  margin-right: 0.06rem;
}
body.shouhuodizhi .main .empty img {
  margin-top: 30%;
  width: 3rem;
}
body.shouhuodizhi .main .empty .text {
  font-size: 0.28rem;
  -webkit-text-fill-color: #6f6f6f;
  color: #6f6f6f;
  text-align: center;
}
body.shouhuodizhi .main .btn-red {
  font-size: 0.34rem;
  height: 0.73rem;
  line-height: 0.73rem;
  margin-bottom: 0.3rem;
  width: 90%;
  border-radius: 0.365rem;
}
body.shouhuodizhi .modal-delete {
  border-radius: 0.15rem;
}
body.shouhuodizhi .modal-delete img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.shouhuodizhi .modal-delete .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.shouhuodizhi .modal-delete .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.shouhuodizhi .modal-delete .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.shouhuodizhi .modal-delete .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}
body.shouhuodizhi[data-type=all] .empty {
  display: none;
}
body.shouhuodizhi[data-type=empty] .address-list {
  display: none;
}

body.tianjiashouhuodizhi {
  background-color: #ffffff;
  /*header*/
  /*main*/
}
body.tianjiashouhuodizhi .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.tianjiashouhuodizhi .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.tianjiashouhuodizhi .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.tianjiashouhuodizhi .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.tianjiashouhuodizhi .main {
  min-height: calc(100vh - 0.6rem - 0.2rem - 0.36rem - 0.05rem);
}
body.tianjiashouhuodizhi .main .list .list-item {
  padding-left: 4%;
  padding-right: 4%;
  background-color: #ffffff;
  border-top: 1px solid #f6f6f6;
}
body.tianjiashouhuodizhi .main .list .list-item .text {
  font-size: 0.3rem;
  width: 28%;
  line-height: 0.9rem;
}
body.tianjiashouhuodizhi .main .list .list-item input, body.tianjiashouhuodizhi .main .list .list-item textarea {
  height: 100%;
  width: 72%;
  font-size: 0.3rem;
  border: none;
}
body.tianjiashouhuodizhi .main .list .list-item input::-webkit-input-placeholder, body.tianjiashouhuodizhi .main .list .list-item textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  font-size: 0.22rem;
}
body.tianjiashouhuodizhi .main .list .list-item input:-moz-placeholder, body.tianjiashouhuodizhi .main .list .list-item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  font-size: 0.22rem;
}
body.tianjiashouhuodizhi .main .list .list-item input::-moz-placeholder, body.tianjiashouhuodizhi .main .list .list-item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  font-size: 0.22rem;
}
body.tianjiashouhuodizhi .main .list .list-item input:-ms-input-placeholder, body.tianjiashouhuodizhi .main .list .list-item textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  font-size: 0.22rem;
}
body.tianjiashouhuodizhi .main .list .list-item input {
  height: 0.9rem;
}
body.tianjiashouhuodizhi .main .list .list-item textarea {
  height: 1.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.2rem;
}
body.tianjiashouhuodizhi .main .list .list-item .right {
  width: 72%;
  font-size: 0.22rem;
}
body.tianjiashouhuodizhi .main .list .list-item .right input {
  width: calc(100% - 0.2rem);
}
body.tianjiashouhuodizhi .main .list .list-item .right img {
  height: 0.2rem;
  width: auto;
}
body.tianjiashouhuodizhi .main .list .list-item .checkbox-group {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0;
  margin-right: 0.2rem;
  margin-left: 0.35rem;
}
body.tianjiashouhuodizhi .main .list .list-item .checkbox-group input[type=checkbox] + label {
  border-color: #a1a1a1;
}
body.tianjiashouhuodizhi .main .list .list-item .radio-text {
  font-size: 0.22rem;
  line-height: 0.6rem;
  color: #9f9f9f;
  -webkit-text-fill-color: #9f9f9f;
}
body.tianjiashouhuodizhi .main .btn-red {
  font-size: 0.34rem;
  height: 0.73rem;
  line-height: 0.73rem;
  margin-bottom: 0.3rem;
  width: 90%;
  border-radius: 0.365rem;
}
body.tianjiashouhuodizhi .modal-warning {
  border-radius: 0.15rem;
}
body.tianjiashouhuodizhi .modal-warning[data-type=name] .name {
  display: block;
}
body.tianjiashouhuodizhi .modal-warning[data-type=name] .tel, body.tianjiashouhuodizhi .modal-warning[data-type=name] .area, body.tianjiashouhuodizhi .modal-warning[data-type=name] .address {
  display: none;
}
body.tianjiashouhuodizhi .modal-warning[data-type=tel] .tel {
  display: block;
}
body.tianjiashouhuodizhi .modal-warning[data-type=tel] .name, body.tianjiashouhuodizhi .modal-warning[data-type=tel] .area, body.tianjiashouhuodizhi .modal-warning[data-type=tel] .address {
  display: none;
}
body.tianjiashouhuodizhi .modal-warning[data-type=area] .area {
  display: block;
}
body.tianjiashouhuodizhi .modal-warning[data-type=area] .tel, body.tianjiashouhuodizhi .modal-warning[data-type=area] .name, body.tianjiashouhuodizhi .modal-warning[data-type=area] .address {
  display: none;
}
body.tianjiashouhuodizhi .modal-warning[data-type=address] .address {
  display: block;
}
body.tianjiashouhuodizhi .modal-warning[data-type=address] .tel, body.tianjiashouhuodizhi .modal-warning[data-type=address] .area, body.tianjiashouhuodizhi .modal-warning[data-type=address] .name {
  display: none;
}
body.tianjiashouhuodizhi .modal-warning .modal-content {
  padding-bottom: 0.45rem;
}
body.tianjiashouhuodizhi .modal-warning .modal-content .title {
  font-size: 0.3rem;
  text-align: center;
  padding-bottom: 0.2rem;
  padding-top: 0.35rem;
}
body.tianjiashouhuodizhi .modal-warning .modal-content .text {
  font-size: 0.28rem;
  -webkit-text-fill-color: #7d7d7d;
  color: #7d7d7d;
  text-align: center;
  padding-bottom: 0.25rem;
}
body.tianjiashouhuodizhi .modal-warning .modal-content .btn-red {
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.3rem;
  width: 65%;
}

body.wodezuji {
  background-color: #f6f6f6;
  padding: 0;
  /*header*/
  /*main*/
  /*modal-delete */
}
body.wodezuji .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.wodezuji .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.wodezuji .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.wodezuji .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.wodezuji .header .right {
  position: absolute;
  right: 6%;
  top: 36%;
  text-align: right;
  font-size: 0.24rem;
}
body.wodezuji .main {
  /*top-bar*/
  margin-top: -1px;
  /*datepicker*/
  /*title*/
  /*items*/
}
body.wodezuji .main .top-bar {
  height: 0.9rem;
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 1px;
  background-color: #ffffff;
}
body.wodezuji .main .top-bar .search-group {
  width: 80%;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #f6f6f6;
}
body.wodezuji .main .top-bar .search-group img.icon {
  width: 0.28rem;
  height: auto;
  margin-left: 0.35rem;
}
body.wodezuji .main .top-bar .search-group span {
  font-size: 0.28rem;
  margin: 0 0.33rem 0 0.31rem;
  -webkit-text-fill-color: #d9d7d7;
  color: #d9d7d7;
}
body.wodezuji .main .top-bar .search-group input {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  width: calc(100% - 0.28rem - 0.4rem - 0.32rem - 0.35rem);
  border: none;
  padding: 0;
  background-color: transparent;
}
body.wodezuji .main .top-bar .search-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.wodezuji .main .top-bar .search-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.wodezuji .main .top-bar .search-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.wodezuji .main .top-bar .search-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #cfcdcd;
  color: #cfcdcd;
}
body.wodezuji .main .top-bar .btn-delete {
  font-size: 0.3rem;
}
body.wodezuji .main .top-bar .btn-delete.red {
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
}
body.wodezuji .main #datepicker {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 0.5rem;
  margin-bottom: 0.2rem;
}
body.wodezuji .main #datepicker .datepicker {
  padding: 0;
}
body.wodezuji .main #datepicker .datepicker table {
  border-collapse: unset;
  text-indent: initial;
  border-spacing: 0px;
}
body.wodezuji .main #datepicker .datepicker table tr.datepicker-head {
  height: 0.65rem;
  line-height: 0.65rem;
  font-size: 0.26rem;
  background-color: #f6f6f6;
}
body.wodezuji .main #datepicker .datepicker table tr.datepicker-head th.datepicker-switch {
  width: 20%;
}
body.wodezuji .main #datepicker .datepicker table tr.weekdays {
  background-color: #ffffff;
}
body.wodezuji .main #datepicker .datepicker table tr.weekdays th.dow {
  font-size: 0.26rem;
  color: #b8b8b8;
  -webkit-text-fill-color: #b8b8b8;
  width: calc(100% / 7);
}
body.wodezuji .main #datepicker .datepicker table tbody td.day {
  font-size: 0.28rem;
}
body.wodezuji .main #datepicker .datepicker table tbody td.day.today {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background-color: #c6010c;
}
body.wodezuji .main #datepicker .datepicker table tbody td.day.active {
  border-radius: 50%;
}
body.wodezuji .main #datepicker .icon {
  height: 0.65rem;
  width: 0.65rem;
  position: absolute;
  left: calc(50% - 0.325rem);
  bottom: -0.325rem;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  cursor: pointer;
}
body.wodezuji .main #datepicker .icon img {
  width: 0.3rem;
  height: auto;
}
body.wodezuji .main #datepicker[data-expand=false] .datepicker {
  height: 0.65rem;
  overflow: hidden;
}
body.wodezuji .main #datepicker[data-expand=false] .icon img {
  transform: rotate(180deg);
}
body.wodezuji .main .title {
  color: #9e9e9e;
  -webkit-text-fill-color: #9e9e9e;
  font-size: 0.28rem;
  margin: 0 4%;
  padding-left: 0.2rem;
  line-height: 3;
}
body.wodezuji .main .title img.delete {
  margin-left: 0.3rem;
  width: 0.25rem;
  height: auto;
}
body.wodezuji .main .items {
  padding-bottom: 0.2rem;
  overflow: hidden;
  width: 92%;
  margin: 0 4%;
}
body.wodezuji .main .items .item {
  width: 31%;
  border-radius: 0.12rem;
  background-color: #ffffff;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 0.2rem;
}
body.wodezuji .main .items .item img.product {
  height: 2.1rem;
  min-width: 100%;
}
body.wodezuji .main .items .item .bottom-line {
  text-align: center;
}
body.wodezuji .main .items .item .bottom-line .text {
  font-size: 0.27rem;
  color: #c6010c;
  -webkit-text-fill-color: #c6010c;
  line-height: 0.9rem;
}
body.wodezuji .main .items .item .delete {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  background-color: #ffffff;
  position: absolute;
  right: 2px;
  top: 2px;
}
body.wodezuji .main .items .item .delete img {
  width: 0.2rem;
  height: 0.22rem;
}
body.wodezuji .main .bottom-bar {
  height: 1rem;
  width: 100%;
  background-color: #ffffff;
}
body.wodezuji .main .bottom-bar .left {
  padding-left: 4%;
}
body.wodezuji .main .bottom-bar .left .radio-text {
  margin-left: 0.3rem;
  font-size: 0.3rem;
}
body.wodezuji .main .bottom-bar .btn-red {
  width: 2.6rem;
  height: 100%;
  font-size: 0.34rem;
  line-height: 1rem;
  border-radius: 0;
  margin: 0;
}
body.wodezuji .empty img.empty {
  width: 16%;
  height: auto;
  display: block;
  margin: 25% auto 0;
}
body.wodezuji .empty .text-empty {
  font-size: 0.28rem;
  line-height: 6;
  text-align: center;
}
body.wodezuji .empty .btn-red {
  height: 0.76rem;
  line-height: 0.76rem;
  border-radius: 0.38rem;
  font-size: 0.34rem;
  width: 40%;
}
body.wodezuji .modal-delete {
  border-radius: 0.15rem;
}
body.wodezuji .modal-delete img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.wodezuji .modal-delete .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.wodezuji .modal-delete .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.wodezuji .modal-delete .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.wodezuji .modal-delete .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}
body.wodezuji .modal-delete .modal-footer .btn-ok.long {
  width: 100%;
}
body.wodezuji[data-type=empty] .main {
  display: none;
}
body.wodezuji[data-type=all] .empty {
  display: none;
}

body.gerenzhongxin {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
  /*modal-logout */
}
body.gerenzhongxin .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.gerenzhongxin .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.gerenzhongxin .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.gerenzhongxin .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.gerenzhongxin .main {
  height: calc(100vh - 1rem);
}
body.gerenzhongxin .main .items {
  padding-top: 0.2rem;
}
body.gerenzhongxin .main .items .item {
  width: 88%;
  height: 1rem;
  padding: 0 4% 0 8%;
  margin-bottom: 0.2rem;
  background-color: #ffffff;
}
body.gerenzhongxin .main .items .item .left img {
  width: 0.45rem;
  height: auto;
}
body.gerenzhongxin .main .items .item .left .title {
  line-height: 1rem;
  padding-left: 0.3rem;
  font-size: 0.3rem;
}
body.gerenzhongxin .main .items .item .right {
  height: 0.24rem;
  width: auto;
}
body.gerenzhongxin .main .btn-red {
  margin: 0.7rem auto;
  height: 0.86rem;
  line-height: 0.86rem;
  border-radius: 0.43rem;
  font-size: 0.34rem;
  width: 66%;
}
body.gerenzhongxin .modal-logout {
  border-radius: 0.15rem;
}
body.gerenzhongxin .modal-logout .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
  margin-top: 0.9rem;
}
body.gerenzhongxin .modal-logout .modal-footer {
  height: 0.8rem;
  border-top: 1px solid #eeeeee;
}
body.gerenzhongxin .modal-logout .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.8rem;
  display: block;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.gerenzhongxin .modal-logout .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
  border-right: 1px solid #eeeeee;
}
body.gerenzhongxin .modal-logout .modal-footer .btn-ok.long {
  width: 100%;
}

body.gerenziliao {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
  /*.modal-gender, .modal-birthday, .modal-name */
}
body.gerenziliao .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.gerenziliao .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.gerenziliao .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.gerenziliao .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.gerenziliao .main {
  height: calc(100vh - 1rem);
}
body.gerenziliao .main .items {
  padding-top: 0.07rem;
}
body.gerenziliao .main .items .item {
  width: 88%;
  height: 0.9rem;
  padding: 0 4% 0 8%;
  margin-bottom: 0.03rem;
  background-color: #ffffff;
}
body.gerenziliao .main .items .item .left {
  font-size: 0.3rem;
}
body.gerenziliao .main .items .item .right {
  font-size: 0.22rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.gerenziliao .main .items .item .right img {
  height: 0.18rem;
  width: auto;
  margin-left: 0.16rem;
}
body.gerenziliao .modal-gender, body.gerenziliao .modal-birthday, body.gerenziliao .modal-name {
  height: 6rem;
  top: unset;
  transform: unset;
  bottom: 0;
  width: 100%;
  left: 0;
  -moz-border-radius-topleft: 0.15rem;
  -moz-border-radius-topright: 0.15rem;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
body.gerenziliao .modal-gender .modal-content .radio-group, body.gerenziliao .modal-birthday .modal-content .radio-group, body.gerenziliao .modal-name .modal-content .radio-group {
  width: 100%;
  text-align: center;
  height: calc(1.2rem - 1px);
  border-bottom: 1px solid #f6f6f6;
  font-size: 0.3rem;
}
body.gerenziliao .modal-gender .modal-content .radio-group input[type=radio], body.gerenziliao .modal-birthday .modal-content .radio-group input[type=radio], body.gerenziliao .modal-name .modal-content .radio-group input[type=radio] {
  width: 100%;
  width: 100%;
  height: 100%;
}
body.gerenziliao .modal-gender .modal-content .radio-group input[type=radio] + label, body.gerenziliao .modal-birthday .modal-content .radio-group input[type=radio] + label, body.gerenziliao .modal-name .modal-content .radio-group input[type=radio] + label {
  color: #9f9f9f;
  -webkit-text-fill-color: #9f9f9f;
  width: 100%;
  height: 100%;
  background: none;
  line-height: calc(1.2rem - 1px);
  border: none;
}
body.gerenziliao .modal-gender .modal-content .radio-group input[type=radio]:checked + label, body.gerenziliao .modal-birthday .modal-content .radio-group input[type=radio]:checked + label, body.gerenziliao .modal-name .modal-content .radio-group input[type=radio]:checked + label {
  width: 100%;
  height: 100%;
  background: none;
  line-height: calc(1.2rem - 1px);
  border: none;
  color: #000000;
  -webkit-text-fill-color: #000000;
}
body.gerenziliao .modal-gender .modal-content .year, body.gerenziliao .modal-gender .modal-content .month, body.gerenziliao .modal-gender .modal-content .day, body.gerenziliao .modal-birthday .modal-content .year, body.gerenziliao .modal-birthday .modal-content .month, body.gerenziliao .modal-birthday .modal-content .day, body.gerenziliao .modal-name .modal-content .year, body.gerenziliao .modal-name .modal-content .month, body.gerenziliao .modal-name .modal-content .day {
  font-size: 0.3rem;
  width: 33.3%;
  height: 3.6rem;
  overflow-y: auto;
}
body.gerenziliao .modal-gender .modal-content .year .text, body.gerenziliao .modal-gender .modal-content .month .text, body.gerenziliao .modal-gender .modal-content .day .text, body.gerenziliao .modal-birthday .modal-content .year .text, body.gerenziliao .modal-birthday .modal-content .month .text, body.gerenziliao .modal-birthday .modal-content .day .text, body.gerenziliao .modal-name .modal-content .year .text, body.gerenziliao .modal-name .modal-content .month .text, body.gerenziliao .modal-name .modal-content .day .text {
  height: calc(1.2rem - 1px);
  border-bottom: 1px solid #f6f6f6;
  color: #9f9f9f;
  -webkit-text-fill-color: #9f9f9f;
  line-height: calc(1.2rem - 1px);
  text-align: center;
}
body.gerenziliao .modal-gender .modal-content .year .text.active, body.gerenziliao .modal-gender .modal-content .month .text.active, body.gerenziliao .modal-gender .modal-content .day .text.active, body.gerenziliao .modal-birthday .modal-content .year .text.active, body.gerenziliao .modal-birthday .modal-content .month .text.active, body.gerenziliao .modal-birthday .modal-content .day .text.active, body.gerenziliao .modal-name .modal-content .year .text.active, body.gerenziliao .modal-name .modal-content .month .text.active, body.gerenziliao .modal-name .modal-content .day .text.active {
  color: #000000;
  -webkit-text-fill-color: #000000;
}
body.gerenziliao .modal-gender .modal-content .group .title, body.gerenziliao .modal-birthday .modal-content .group .title, body.gerenziliao .modal-name .modal-content .group .title {
  font-size: 0.3rem;
}
body.gerenziliao .modal-gender .modal-content .group input, body.gerenziliao .modal-birthday .modal-content .group input, body.gerenziliao .modal-name .modal-content .group input {
  font-size: 0.28rem;
}
body.gerenziliao .modal-gender .modal-content .group input::-webkit-input-placeholder, body.gerenziliao .modal-birthday .modal-content .group input::-webkit-input-placeholder, body.gerenziliao .modal-name .modal-content .group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.gerenziliao .modal-gender .modal-content .group input:-moz-placeholder, body.gerenziliao .modal-birthday .modal-content .group input:-moz-placeholder, body.gerenziliao .modal-name .modal-content .group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
body.gerenziliao .modal-gender .modal-content .group input::-moz-placeholder, body.gerenziliao .modal-birthday .modal-content .group input::-moz-placeholder, body.gerenziliao .modal-name .modal-content .group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
body.gerenziliao .modal-gender .modal-content .group input:-ms-input-placeholder, body.gerenziliao .modal-birthday .modal-content .group input:-ms-input-placeholder, body.gerenziliao .modal-name .modal-content .group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
body.gerenziliao .modal-gender .modal-footer, body.gerenziliao .modal-birthday .modal-footer, body.gerenziliao .modal-name .modal-footer {
  height: 2.4rem;
  padding: 0 4%;
}
body.gerenziliao .modal-gender .modal-footer .btn-cancel, body.gerenziliao .modal-gender .modal-footer .btn-ok, body.gerenziliao .modal-birthday .modal-footer .btn-cancel, body.gerenziliao .modal-birthday .modal-footer .btn-ok, body.gerenziliao .modal-name .modal-footer .btn-cancel, body.gerenziliao .modal-name .modal-footer .btn-ok {
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.3rem;
  margin: 0;
}
body.gerenziliao .modal-gender .modal-footer .btn-cancel, body.gerenziliao .modal-birthday .modal-footer .btn-cancel, body.gerenziliao .modal-name .modal-footer .btn-cancel {
  background-color: #f2f2f2;
  color: #9b9b9b;
  -webkit-text-fill-color: #9b9b9b;
}

body.xiugaizhifumima {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.xiugaizhifumima .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.xiugaizhifumima .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.xiugaizhifumima .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.xiugaizhifumima .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
body.xiugaizhifumima .main {
  height: calc(100vh - 1rem);
}
body.xiugaizhifumima .main .items {
  padding-top: 0.07rem;
}
body.xiugaizhifumima .main .items .item {
  width: 88%;
  height: 0.9rem;
  padding: 0 4% 0 4%;
  margin-bottom: 0.03rem;
  background-color: #ffffff;
}
body.xiugaizhifumima .main .items .item .left {
  font-size: 0.3rem;
  width: 28%;
}
body.xiugaizhifumima .main .items .item .right {
  font-size: 0.22rem;
  width: 72%;
  border: none;
}
body.xiugaizhifumima .main .items .item .right::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.xiugaizhifumima .main .items .item .right:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.xiugaizhifumima .main .items .item .right::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.xiugaizhifumima .main .items .item .right:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.xiugaizhifumima .main .items .item .right.short {
  width: 44%;
}
body.xiugaizhifumima .main .items .item .btn-red-line {
  width: 28%;
  font-size: 0.22rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
body.xiugaizhifumima .main .btn-red {
  font-size: 0.34rem;
  height: 0.86rem;
  line-height: 0.86rem;
  border-radius: 0.43rem;
  margin: 0.8rem auto 0.23rem;
}
body.xiugaizhifumima .main .ban {
  font-size: 0.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.6rem;
  background-color: #b1afb0;
  border-radius: 0.25rem;
  margin: 0.23rem auto;
  width: 30%;
  text-align: center;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
body.xiugaizhifumima .modal-success {
  border-radius: 0.15rem;
}
body.xiugaizhifumima .modal-success img {
  height: 1.15rem;
  width: auto;
  display: block;
  margin: 0.6rem auto 0.4rem;
}
body.xiugaizhifumima .modal-success .text {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
body.xiugaizhifumima .modal-success .modal-footer {
  height: 0.9rem;
  border-top: 1px solid #eeeeee;
}
body.xiugaizhifumima .modal-success .modal-footer .btn-cancel {
  width: calc(50% - 1px);
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
  border-right: 1px solid #eeeeee;
}
body.xiugaizhifumima .modal-success .modal-footer .btn-ok {
  width: 50%;
  height: 0.9rem;
  display: block;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  -webkit-text-fill-color: #c6010c;
  color: #c6010c;
}


body.chakanquanbu {
  background-color: #f6f6f6;
  /*header*/
  /*main*/
}
body.chakanquanbu .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.chakanquanbu .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.chakanquanbu .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.chakanquanbu .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-bottom: 0.05rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.chakanquanbu .main .bar {
  padding-left: 4%;
  padding-right: 4%;
  height: 0.75rem;
  font-size: 0.26rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  background-color: #f6f6f6;
}
body.chakanquanbu .main .bar .texts .line {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
body.chakanquanbu .main .list .list-item {
  height: 0.95rem;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #ffffff;
  border-bottom: 1px solid #f6f6f6;
}
body.chakanquanbu .main .list .list-item .text {
  font-size: 0.3rem;
  padding-left: 0.2rem;
}
body.chakanquanbu .main .list .list-item img {
  height: 0.2rem;
  width: auto;
}
body.chakanquanbu .main .list .list-item .text-sub {
  font-size: 0.26rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.chakanquanbu .main .btn-grey {
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.26rem;
  border-radius: 0.1rem;
  width: 1.7rem;
  margin-top: 0.88rem;
}
body.chakanquanbu[data-type=login] .login {
  display: block;
}
body.chakanquanbu[data-type=login] .logout {
  display: none;
}
body.chakanquanbu[data-type=logout] .login {
  display: none;
}
body.chakanquanbu[data-type=logout] .logout {
  display: block;
}



body.guanyufulihui {
  background-color: #ffffff;
  /*header*/
  /*main*/
}
body.guanyufulihui .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.guanyufulihui .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.guanyufulihui .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.guanyufulihui .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-bottom: 0.05rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.guanyufulihui .main .bar {
  padding-left: 4%;
  padding-right: 4%;
  height: 0.75rem;
  font-size: 0.26rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  background-color: #f6f6f6;
}
body.guanyufulihui .main .bar .texts .line {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
body.guanyufulihui .main .list .list-item {
  height: 0.95rem;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #ffffff;
  border-bottom: 1px solid #f6f6f6;
}
body.guanyufulihui .main .list .list-item .text {
  font-size: 0.3rem;
  padding-left: 0.2rem;
}
body.guanyufulihui .main .list .list-item img {
  height: 0.2rem;
  width: auto;
}
body.guanyufulihui .main .list .list-item .text-sub {
  font-size: 0.26rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.guanyufulihui .main .btn-grey {
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.26rem;
  border-radius: 0.1rem;
  width: 1.7rem;
  margin-top: 0.88rem;
}
body.guanyufulihui[data-type=login] .login {
  display: block;
}
body.guanyufulihui[data-type=login] .logout {
  display: none;
}
body.guanyufulihui[data-type=logout] .login {
  display: none;
}
body.guanyufulihui[data-type=logout] .logout {
  display: block;
}





body.guanyuwomen {
  background-color: #ffffff;
  /*header*/
  /*main*/
}
body.guanyuwomen .header {
  position: relative;
  background: #ffffff;
  height: 1rem;
}
body.guanyuwomen .header .close {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
body.guanyuwomen .header .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
body.guanyuwomen .header .text {
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-bottom: 0.05rem;
  -webkit-text-fill-color: #010101;
  color: #010101;
}
body.guanyuwomen .main .bar {
  padding-left: 4%;
  padding-right: 4%;
  height: 0.75rem;
  font-size: 0.26rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  background-color: #f6f6f6;
}
body.guanyuwomen .main .bar .texts .line {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
body.guanyuwomen .main .list .list-item {
  height: 0.95rem;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #ffffff;
  border-bottom: 1px solid #f6f6f6;
}
body.guanyuwomen .main .list .list-item .text {
  font-size: 0.3rem;
  padding-left: 0.2rem;
}
body.guanyuwomen .main .list .list-item img {
  height: 0.2rem;
  width: auto;
}
body.guanyuwomen .main .list .list-item .text-sub {
  font-size: 0.26rem;
  -webkit-text-fill-color: #9f9f9f;
  color: #9f9f9f;
}
body.guanyuwomen .main .btn-grey {
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.26rem;
  border-radius: 0.1rem;
  width: 1.7rem;
  margin-top: 0.88rem;
}
body.guanyuwomen[data-type=login] .login {
  display: block;
}
body.guanyuwomen[data-type=login] .logout {
  display: none;
}
body.guanyuwomen[data-type=logout] .login {
  display: none;
}
body.guanyuwomen[data-type=logout] .logout {
  display: block;
}
/*# sourceMappingURL=css.css.map */
