.call-header {
    background-color: #E6CFAD;
    color: #402421;
    box-shadow:0 0 0.1rem 0 rgba(123, 55, 83, 0.35);
    margin-bottom: 0.4rem;
    padding: 0 0.23rem;
    height: 0.98rem;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}
.call-header .back {
    line-height: 0.98rem;
    position: absolute;
    left: 0.23rem;
    top: 0;
}
.call-header .call-order {
    width: 1.22rem;
    height: 0.53rem;
    display: block;
    margin: 0.22rem auto;
}
.call {
    margin: 5%;
    font-size: 16px
}
.call img {
    width: 6.48rem;
    height: 3.74rem;
    margin: 0.2rem auto;
}
.call h2 {
    font-size: 20px;
    color: grey;
    margin-top: -24px;
    margin-bottom: 16px
}
.call p {
    margin-bottom: 10px;
}
.call span {
    color: #80200D;
    margin: 5px 0;
    display: inline-block;
    font-size: 18px;
}
.call .twoCall {
    border-bottom: 1px solid #2A0C06;
    border-top: 1px solid #2A0C06;
    padding: 20px 0;
}