/**!
 * 我要咨询
 * date:2021-08-03
 * author: wppei;
 */
.newly-box {
    margin-top: 30px;
}

.newly-tt {
    position: relative;
    padding-left: 20px;
    line-height: 32px;
    height: 32px;
    font-size: 20px;
    color: #404742;
    font-weight: bold;
}

.newly-tt::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 32px;
    width: 4px;
    background-color: #47b368;
}

.newly-bd {
    padding: 41px 34px 0 40px;
}

.newly-list {
    padding-bottom: 46px;
}

.newly-bar {
    float: left;
    width: 50%;
    margin-bottom: 34px;
}

.newly-bar.left {
    padding-right: 75px;
}

.newly-bar.right {
    padding-left: 75px;
}

.newly-bar.full {
    width: 100%;
}

.newly-name {
    float: left;
    line-height: 40px;
    height: 40px;
    color: #404742;
    font-size: 18px;
}

.newly-name > span {
    color: #f90c23;
}

.newly-con {
    margin-left: 101px;
    position: relative;
}

.newly-input,
.newly-text {
    padding-left: 16px;
    height: 40px;
    line-height: 38px;
    width: 100%;
    font-size: 18px;
    color: #404742;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.newly-text {
    height: 176px;
    padding: 5px 16px;
    resize: none;
}

.newly-con.no-text {
    position: relative;
}

.newly-login {
    display: none;
    position: absolute;
    top: 6px;
    left: 17px;
    line-height: 38px;
    height: 38px;
    color: #999;
    font-size: 18px;
}

.newly-con.no-text .newly-login {
    display: block;
}

.newly-con.no-text .newly-text {
    background-color: #f7f7f7;
}

.newly-name.code-name > i {
    padding: 0 4px 0 5px;
}

.code-con {
    float:left;
    margin-right: 20px;
}
.code-con .newly-input {
    max-width:300px
}
.code-img {
    float: left;
    width: 99px;
    height: 40px;
    cursor: pointer;
}

.code-img > img {
    width: 100%;
}

.newly-radio {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 28px;
}

.newly-radio:first-child {
    margin-left: 0;
}

.newly-radio-text {
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #404742;
    background: url('../images/newly/newly_radio.png') left center no-repeat;
    cursor: pointer;
}

.newly-radio.active .newly-radio-text {
    background-image: url('../images/newly/newly_radioh.png');
}

.newly-open {
    position: absolute;
    display: none;
    opacity: 0;
}

.operate-box {
    text-align: center;
    font-size: 0;
}

.operate-btn {
    margin: 0 10px;
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    border: none;
    background-color: #47b368;
    cursor: pointer;
}

.operate-btn:hover {
    background-color: #30a253;
}

.newly-tip {
    padding: 28px 0 28px 0;
    line-height: 34px;
    font-size: 18px;
    color: #00000c;
}

.newly-tip > a {
    color: #30a253;
}

label.error {
    position: absolute;
    top: 100%;
    left: 0;
    color: #fb3232;
}

@media (max-width: 1100px) {
    .newly-bar.left {
        padding-right: 30px;
    }
    .newly-bar.right {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .newly-bd {
        padding: 31px 10px 0 10px;
    }
    .newly-bar {
        width: 100%;
    }
    .newly-bar.left,
    .newly-bar.right {
        padding: 0;
    }
    .operate-btn {
        width: 110px;
    }
}

@media (max-width: 420px) {
    .newly-name {
        float: none;
    }
    .newly-con {
        margin-left: 0;
    }
}

.btn-audio {
    /* width: 199px; */
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    margin-left: 10px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    background-color: #f7f9fa;
    vertical-align: top;
}
