
.index-header {
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 6.12rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.index-header img:nth-child(1) {
    width: 2rem;
    height: 2.73rem;
    position: absolute;
    top: 3.58rem;
    left: 0.11rem;
}
.index-header img:nth-child(2) {
    width: 2rem;
    height: 0.48rem;
    position: absolute;
    top: 4.01rem;
    left: 1.59rem;
}
.index-header .jsn-text {
    font-size: 12px;
    line-height: 0.36rem;
    color: #402421;
    position: absolute;
    top: 4.66rem;
    left: 2.09rem;
    right: 0.14rem;
    text-indent: 2em;
}
.index-header .jsn-text span {
    color: #9E3A26;
}
.msg-container {
    width: 7rem;
    background-color: #fff;
    border-radius: 0.15rem;
    font-size: 14px;
    color: #986A63;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.msg-container .cs-btn {
    width: 6.64rem;
    height: 1rem;
}
.msg-container input {
    font-size: 14px;
    color: #878787;
    height: 0.8rem;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 0.8rem;
}
.msg-container input:focus {
    outline: none;
    border: 0;
}
.msg-container input::-webkit-input-placeholder {
    color: #878787;
    line-height: 0.8rem;
}
.msg-container .input-container {
    padding-left: 0.27rem;
    border-bottom: 1px solid #dab59b;
    position: relative;
    line-height: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
}
.msg-container .input-container .inputClick {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.msg-container .sex-container {
    display: flex;
}
.msg-container .sex {
    width: 0.56rem;
    height: 0.56rem;
    border: 1px solid #986A63;
    border-radius: 50%;
    background-color: #FFF5EE;
    color: #878787;
    line-height: 0.56rem;
    text-align: center;
    margin-top: 0.1rem;
}
.msg-container .sex-man {
    margin-left: 0.12rem;
}
.msg-container .sex-woman {
    margin-left: 0.37rem;
    color: #fff;
    background-color: #B13F3A;
}
.msg-container .hint-text {
    color: #B13F3A;
    text-align: center;
    font-size: 12px;
    margin-top: 0.3rem;
}
.msg-container #cs-btn {
    background: url("../images/cs_btn.png") no-repeat;
    background-size: cover;
    width: 6.58rem;
    height: 0.9rem;
    margin: 0.24rem auto 0.2rem;
}
.msg-container .history-text {
    color: #B13F3A;
    font-size: 16px;
    text-align: center;
}
.cs-warp img {
    display: block;
    margin: 0.4rem auto;
    width: 7.4rem;
}
.cs-warp img:nth-child(1){
    width: 7.2rem;
}
.cs-warp img:nth-child(7){
    width: 6.64rem;
}

.cs_evaluation {
    background: url("../images/cs_evaluation_bg.png") no-repeat;
    background-size: cover;
    width: 7.22rem;
    height: 11.88rem;
    margin: 0.4rem auto 0;
    overflow: hidden;
}
.swiper-container {
    width: 5.3rem;
    margin-top: 5rem
}
.swiper-container .swiper-slide img {
    width: 4.48rem;
    height: 5.68rem;
}
.cs_hot_text {
    height: 0.98rem;
    background-color: #E6CFAD;
    margin-top: 0.33rem;
    overflow: hidden;
}
.cs_hot_text img {
    width: 2.02rem;
    height: 0.55rem;
    display: block;
    margin:  0.21rem auto;
}
.cs_icons {
    margin: 0.4rem 0.2rem 0;
    display: flex;
    justify-content: space-around;
}
.cs_icons .icon-wrap {
    width: 1.6rem;
    text-align: center;
    text-decoration: none;
}
.cs_icons .icon-wrap img {
    width: 1.2rem;
    height: 1.2rem;

}
.cs_icons .icon-wrap p {
    margin-top: 0.14rem;
    color: #402421;
    font-size: 12px;
}
.footer_kefu {
    margin-top: 0.7rem;
    text-align: center;
    color: #402421;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.footer_kefu .kefu_icon {
    width: 16px;
    height: 16px;
}
.footer_kefu .kefu_icon img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: -3px;
}
.footer_kefu a {
    color: #402421;
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s .1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s .2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s .3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s .4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s .5s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .5s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div {
    background-color: #FF4C24;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

.line-scale {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-left: -28px;
    margin-top: -22px
}
#article-foot {
    width: 7.5rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    height: 1.4rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 36px rgba(0, 0, 0, .4), 1px 1px 1px 1px rgba(0, 0, 0, .1)
}
.goPayBtnDown {
    width: 6.58rem;
    height: 0.9rem;
    background: url("../images/cs_btn.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
}
/*complain*/
.pdleft{
  padding-left: 10px;
  margin-bottom: 50px;
  font-size: 16px;
}
.complainBox{
	background: #F1F0F5;
	display: block;
	height: 100vh;
}
.complainBoxResult{
	display: none;
}
.title{
  padding-left: 20px;
  color: #9F9EA3;
  line-height: 40px;
  padding-top: 5px;
  font-size: 14px;
}
.list-bg{
  background: #ffffff;
  padding-left: 20px;
}
.list{
  border-bottom: 1px solid #DADADA;
  font-size: 17px;
  line-height: 40px;
  color: #0c0c0c;
  height: 38px;
}
.list:last-child{
  border: 0;
}
.title{
  font-weight: 700;
  line-height: 50px;
}
.text{
  color: #9F9EA3;
  line-height: 19px;
  font-size: 15px;
}
.dui{
  width: 100px;
  height: 100px;
  margin: 10% auto 4%;
  display: block;
}
.sure {
  background: transparent;
  position:relative;
  display:block;
  padding-left:14px;
  padding-right:14px;
  box-sizing:border-box;
  font-size:18px;
  text-align:center;
  text-decoration:none;
  line-height:2.55555556;
  border-radius:5px;
  -webkit-tap-highlight-color:transparent;
  overflow:hidden;
  color:#ffffff;
  background-color:#00BA44;
  width: 92%;
  margin: 0 auto;
}
/* 信息确认弹框 */

.infoConfirmedBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  color:#000000;
}

.infoConfirmedInside {
  background: #EAE8EB;
  padding:15px 26px 0;
  width: 245px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.txt1{
  font-size: 17px;
  font-weight: 600;
}
.txt2{
  width: 142px;
  margin: 0 auto;
  border-bottom: 1px dashed #000;
  line-height: 35px;
}
.txt3{
  margin-top: 10px;
}
.buttonBox{
  color: #91CCF3;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  border-top: 1px solid #ccc;
  font-weight: 600;
  display: flex;
    justify-content: space-around;
}