.small-banner {
    background-image: url(../../../images/mobile/lxwm.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0.9rem 0.4rem 0.3rem 0.4rem;
}

.small-banner .banner-title .middle-title {
    font-size: 0.4rem;
    font-weight: 700;
}

.small-banner .banner-title .middle-title .small-title {
    font-size: 0.26rem;
    margin-top: 0.2rem;
}
.public {
    padding: 0.64rem 0.32rem;
}

.module .con .mation {
}

.module .con .model .item-model {
    margin-top: 0.24rem;
}

.module .con .model .isAsterisk {
    position: relative;
}

.module .con .model .isAsterisk .asterisk {
    color: red;
    position: absolute;
    top: 0.28rem;
    left: -0.25rem;
    font-size: 0.32rem;
}

.module .con .model .item-model input {
    width: 100%;
    height: 0.8rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.04rem;
    font-size: 0.28rem;
    padding-left: 0.24rem;
    display: block;
}

.module .con .model .item-model input:focus {
    outline: none;
}

.module .con .model .item-model .textarea textarea {
    width: 100%;
    display: block;
    font-size: 0.28rem;
    margin-top: 0.1rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.04rem;
    padding-top: 0.15rem;
    font-family: inherit;
    padding-left: 0.24rem;
}
.module .con .model .item-model .textarea textarea:focus {
    outline: none;
}

.module .con .submit {
    width: 100%;
    height: 0.88rem;
    background: #44d7b6;
    border-radius: 0.04rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.88rem;
    margin-top: 0.48rem;
    cursor: pointer;
    letter-spacing: 0.1rem;
}
.module .con .mation {
    margin-top: 0.64rem;
}
.module .con .mation .phone .timeLabel {
    display: flex;
    align-items: center;
}

.module .con .mation .phone .timeLabel .timeText {
    font-size: 0.28rem;
    margin-left: 0.1rem;
    font-weight: 700;
}

.module .con .mation .phone .textBox {
    line-height: 0.4rem;
}

.module .con .mation .phone .timeLabel .icon {
    height: 0.28rem;
}
.module .con .mation .phone .text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    color: #999;
} 
.module .con .mation .mailbox {
    margin-top: 0.48rem;
}