.zhezhao {
    width: 100%;
    height: 100%;
    background: #333;
    position: fixed;
    left: 0;
    top: 200%;
    opacity: 0;
    transition: opacity 600ms cubic-bezier(.81, -0.08, .23, 1.1);
    z-index: 999;
}

.maskShow {
    top: 0;
    opacity: 50%;
}

.modal {
    position: fixed;
    left: 0;
    bottom: -200%;
    width: 100%;
    height: calc(100% - 1rem);
    background: #fff;
    opacity: 0;
    transition: bottom 600ms cubic-bezier(.81, -0.08, .23, 1.1);
    z-index: 1000;
    border-radius: 0.32rem 0.32rem 0 0;
    overflow: hidden;
}

.modal.show {
    bottom: 0;
    opacity: 1;
}

.modal .close {
    font-size: 0.48rem;
    color: #666;
    font-weight: 900;
    cursor: pointer;
    position: absolute;
    right: 0.32rem;
    top: 0.15rem;
}
.modal .modal-head {
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.modal .con {
    padding: 1.1rem 0.47rem 0.48rem 0.48rem;
    height: 100%;
    overflow-y: auto;
}
.modal .con .typeBox .title {
    font-size: 0.34rem;
    font-weight: 700;
}

.modal .con .typeBox .type {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 0.23rem 0.24rem;
    margin-top: 0.35rem;
}

.modal .con .typeBox .type .item {
    width: 100%;
    height: 0.88rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.04rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.88rem;
    padding: 0 0.24rem 0 0.26rem;
    color: #999;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.modal .con .typeBox .type .item .round {
    width: 0.24rem;
    height: 0.24rem;
    border: 0.01rem solid #079a80;
    border-radius: 50%;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    display: none;
}

.modal .con .typeBox .type .item.active input {
    display: none;
}

.modal .con .typeBox .type .item.active .round {
    display: block;
}

.modal .con .typeBox .type .item .round .small-round {
    width: 0.15rem;
    height: 0.15rem;
    background: #079a80;
    border-radius: 50%;
    margin: 0.03rem auto 0 auto;
}
.modal .con .typeBox .type .item input {
    position: absolute;
    right: 0.24rem;
    top: 0.26rem;
}

.modal .con .typeBox .type .active {
    border: 0.01rem solid #079a80;
    font-weight: 500;
    color: #333;
}

.modal .con .model {
    margin-top: 0.3rem;
}

.modal .con .model .title {
    font-size: 0.3rem;
    font-weight: 700;
}

.modal .con .model input {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.24rem;
    font-size: 0.28rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.04rem;
    display: block;
    margin-top: 0.24rem;
}

.modal .con .model input:focus {
    outline: none;
}

.modal .con .model textarea {
    width: 100%;
    display: block;
    padding-left: 0.24rem;
    font-size: 0.28rem;
    margin-top: 0.24rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.04rem;
    padding-top: 0.15rem;
}

.modal .con .model textarea:focus {
    outline: none;
}

.modal .con .model .xmsjh .item{
    position: relative;
}

.modal .con .model .xmsjh .item .asterisk {
    color: red;
    position: absolute;
    top: 0.28rem;
    left: -0.25rem;
    font-size: 0.32rem;
}


.modal .con .model .gsmc {
    width: 100%;
    position: relative;
}

.modal .con .model .gsmc .asterisk {
    color: red;
    position: absolute;
    top: 0.28rem;
    left: -0.25rem;
    font-size: 0.32rem;
}

.modal .con .submit {
    width: 6.54rem;
    height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    background: #44d7b6;
    border-radius: 0.04rem;
    text-align: center;
    line-height: 0.88rem;
    margin-top: 0.15rem;
    cursor: pointer;
}

.modal .con .mation {
    margin-top: 0.6rem;
}

.modal .con .mation .phone .timeLabel .icon {
    line-height: 0.3rem;
    display: flex;
}

.modal .con .mation .phone .timeLabel .icon .iconText {
    font-size: 0.28rem;
    font-weight: 700;
    margin-left: 0.1rem;
    margin-top: 0.05rem;
}

.modal .con .mation .phone .timeLabel .icon i {
    font-size: 0.28rem;
    margin-top: 0.05rem;
}

.modal .con .mation .phone .timeLabel .textBox {
    line-height: 0.3rem;
    margin-top: 0.2rem;
}

.modal .con .mation .phone .textBox .text {
    font-size: 0.28rem;
    color: #999;
    margin-top: 0.2rem;
}

.modal .con .mation .phone .textBox .text-b {
    margin-left: 0.6rem;
}

.modal .con .mation .mailbox {
    margin-top: 0.48rem;
}

.modal .con .mation .mailbox .timeLabel .textBox {
    margin-top: 0.2rem;
}