* {
  -webkit-overflow-scrolling: touch;
}
* {
  box-sizing: border-box;
}
#article {
  padding-bottom: 0.666666rem;
}

.wrap {
  overflow-x: hidden;
  height: 100%;
}

body {
  background-color: #f9f9fa;
}

.box {
  padding: 0.5rem;
  background-color: #ffffff;
}

.box h2 {
  color: #222222;
  font-weight: 800;
  font-size: 0.52rem;
}

.box .word {
  width: 100%;
  color: #222222;
  font-size: 0.45rem;
  padding: 0.2rem 0;
}

.box .title {
  overflow: hidden;
  margin: 0.3rem 0;
}

.box .title span {
  color: #999999;
  font-size: 0.36rem;
}

.box .title span:nth-of-type(1) {
  float: left;
}

.box .title span:nth-of-type(2) {
  float: right;
}

.box .foot {
  margin-top: 0.3rem;
}

.box .foot span {
  color: #999999;
  font-size: 0.36rem;
}

.content {
  position: relative;
  width: 100%;
  height: 10rem;
  padding-bottom: 1rem;
  background: #f9f9fa;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

/* .content img {
    width: 100%;
    height: 100%;
} */

.content .content-box {
  background-image: url(../images/photo4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  overflow: hidden;
  border-radius: 0.3rem 0 0 0;
  margin-bottom: 0.12rem;
}

.content .content-box .img-box {
  width: 6.6rem;
  height: 6rem;
  margin-left: -3.55rem;
  transform: skew(-6.7deg, 0deg);
  overflow: hidden;
  float: left;
  position: relative;
}

.content .content-box .img-box .salesmanImg {
  position: absolute;
  top: 0px;
  right: -0.6rem;
  width: 60%;
  height: 100%;
  transform: skew(7deg, 0deg);
  vertical-align: top;
  border: none;
}

.content .content-box .message-p {
  width: 51%;
  height: 55%;
  position: absolute;
  right: 0.5rem;
  z-index: 1;
  padding: 0.5rem 0.2rem 0 0;
}

.content .content-box .message-p li {
  height: 1.7rem;
}

.content .content-box .message-p li div {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.content .content-box .message-p li p {
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
  color: #e9e9e9;
  padding-top: 0.2rem;
  font-size: 0.31971609rem;
  overflow: hidden;
}

.content .content-box .message-p .name {
  display: block;
  color: #ffffff;
  font-size: 0.53rem;
  max-width: 60%;
  height: 0.65rem;
  text-align: center;
  line-height: 0.65rem;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .content-box .message-p .fontBox {
  display: flex;
  height: 0.5rem;
  align-items: center;
}

.content .content-box .message-p .icon {
  width: 0.5rem;
  height: 0.5rem;
  float: left;
  display: block;
  margin-right: 0.2rem;
}

.content .content-box .message-p .icon img {
  width: 100%;
  height: 100%;
}

.content .content-box .message-p .city {
  background-image: linear-gradient(90deg, #f6d49c 0%, #d3a273 100%);
  border-radius: 12.5px;
  display: block;
  color: #555555;
  text-align: center;
  height: 0.65rem;
  line-height: 0.65rem;
  margin-left: 0.3rem;
  max-width: 40%;
  font-size: 0.4rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .content-box .message-p .font {
  display: block;
  float: left;
  color: #ffffff;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.37300211rem;
}

.content .content-box .message-p li:nth-of-type(3) {
  margin-top: 0.1rem;
}

.content .code {
  position: relative;
  width: 100%;
  height: 3.8rem;
  background-color: #ffffff;
  border-radius: 0 0 0.3rem 0.3rem;
}

.content .code .img-box {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.content .code .img-box img {
  width: 100%;
  height: 100%;
}

.content .code .word {
  text-align: center;
  position: absolute;
  width: 70%;
  height: 0.8rem;
  line-height: 0.8rem;
  left: 40%;
  margin-left: -25%;
  bottom: 0.2rem;
  color: #222222;
  font-family: 'PingFangSC-Regular';
  font-size: 0.32rem;
}

.btn {
  position: fixed;
  bottom: 0.6rem;
  left: 15%;
  width: 70%;
  border-radius:25px;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background-image: linear-gradient(270deg, #cd9c65 0%, #e6c38e 100%);
  border: none;
  color: #ffffff;
  font-family: 'PingFangSC-Regular';
  font-size: 0.4rem;
  z-index: 999;
}
.btn div:nth-of-type(1) {
  font-weight: 550;
  font-size: 0.39964512rem;
  height: 45%;
  line-height: 45%;
}

.btn div:nth-of-type(2) {
  font-size: 0.31971609rem;
  height: 10%;
  line-height: 10%;
}

.tips {
  width: 5rem;
  height: 5rem;
  background-image: url(../images/timg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0.4rem auto 0.3rem 3.333333rem;
}

.tip {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1500;
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.tip-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tip-box p {
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
}

canvas {
  border-radius: 0.4rem;
}

#cavans-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: #f9f9fa;
}
.like .title {
  text-align: left;
  font-family: 'PingFangSC-Medium';
  font-size: 0.49964512rem;
  color: #222222;
  letter-spacing: 0;
  padding: 0 0.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
}

.item {
  overflow: hidden;
  background: white;
  margin: 0.2rem 0;
  padding: 0.38rem 0.42666667rem;
}

.item a {
  display: block;
  width: 100%;
  height: 100%;
}

.item .itemImg {
  float: left;
  width: 3rem;
  height: 3rem;
}

.item .itemImg .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}

.item .listLilte {
  position: relative;
  width: 5.6666666rem;
  height: 3rem;
  float: right;
}

.item .listLilte h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.42628812rem;
  color: #222222;
  font-family: 'PingFangSC-Medium';
  font-weight: 550;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.item .listLilte .word {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #555555;
  font-family: 'unset';
  font-weight: 500;
  margin-top: 0.2rem;
}

.item .listLilte .word .selected {
  font-size: 0.4rem;
  color: #555555;
}

.item .listLilte .foot-font {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.item .listLilte .foot-font span {
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  color: #999999;
}

.item .listLilte .foot-font span:nth-of-type(1) {
  float: left;
}

.item .listLilte .foot-font span:nth-of-type(2) {
  float: right;
}

@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .submit-btn {
    padding-bottom: 2rem;
  }

  .list-wrap .mui-scroll {
    padding-bottom: 4rem;
  }
}
.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ljyy {
  display: none;
}
.my-content {
  position: fixed;
  bottom: .6rem;
  background: #fff;
  left: 0;
  right: 0;
  /* height: 3.25rem; */
  display: flex;
  width: 94%;
  margin: 0 auto;
  border-radius: 0.25rem;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
  border: 1px solid rgba(200,200,200,1);
  /* display: none; */
}
.my-content .yy_detail {
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
.my-content .yy_detail .kf_icon {
  display: block;
  width: 1.33rem;
  height: 1.33rem;
  border-radius: 50%;
  margin-right: 0.15rem;
}
.my-content .yy_detail .title {
  font-size: 0.45rem;
  color: #222222;
  margin-top: 0.1rem;
}
.my-content .yy_detail .tipss {
  font-size: 0.26rem;
  color: #C58F48;
  letter-spacing: -0.02rem;
  margin-top: 0.16rem;
}
.my-content .yy_icon {
  display: block;
  width: 2.4rem;
  height: .93rem;
  background: url('https://www.isuishenbao.com/ssb/channelInfo/img/zero_yy.png') center no-repeat;
  background-size: 100% 100%;
}

