/*咨询弹框*/

.consulta {
    width: 678px;
    height: 368px;
    margin: 0 auto;
    background: rgba(244, 85, 46, 0.88);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -359px;
    margin-top: -160px;
    display: none;
    z-index: 9999;
}

.consultaEwm {
    position: relative;
}

.consultaEwm>img {
    width: 98px;
}

.consultaEwm img:first-child {
    margin-right: 8%;
}

.consultaEwm p {
    color: #fff;
    margin-top: 14px;
    display: inline-block;
    text-align: center;
}

.consultaEwm p img {
    width: 24px;
    display: block;
    margin-bottom: 14px;
}

.consultRight {
    width: calc(100% - 100px);
    margin: 0 50px;
    z-index: 9;
}

.consulCon{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.consulLeft{
    width: calc(100% - 300px);
    position: relative;
}
.consultRight h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 6px;
}

.consultNum {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 24px;
    font-family:"思源黑体","Montserrat_l";
}

.consultRight input {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    font-family: "思源黑体","Montserrat_l";
}

.consultRight select {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    font-family: "思源黑体","Montserrat_l";
}

.consultRightBtn {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 17px;
    padding: 10px 10px;
    font-size: 16px;
    width: 21%;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/*.consultRight a.ind_submit{
    background: #fff;
    color: #000;
    }*/

.consultRight a:hover {
    background: #fff;
    color: #000;
}

.conk {
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 10px;
    z-index: -1;
}

.ys_clock {
    position: absolute;
    top: 11px;
    right: 10px;
    color: #000;
    font-size: 36px;
    background: #fff;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    cursor: pointer;
}

@media(max-width: 786px) {
    .consulta {
        display: none !important;
    }
}

/* 咨询弹框*/

/*提交成功*/

.ysSuc {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 428px;
    height: 208px;
    margin-top: -159px;
    margin-left: -214px;
    background: red;
    z-index: 9999;
    background: rgba(232, 50, 40, 0.86);
    text-align: center;
}

.ysSuc:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.68);
    z-index: -1;
}

.ysSuc>div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ysSuc_box {
    text-align: left;
    margin-top: -10px;
}

.ysSuc_ico {
    width: 21px;
    /* display: block; */
    vertical-align: middle;
    position: relative;
    margin-right: 12px;
    top: -5px;
}

.ysSuc span {
    color: #fff;
    font-size: 24px;
    display: block;
    line-height: 2;
    margin-top: 10px;
}

.ysSuc p {
    color: #fff;
    opacity: 0.8;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-size: 16px;
}

.ysSuc a {
    display: inline-block;
    padding: 10px 34px;
    background: #fff;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 1px;
}

/*提交成功*/
