/*    author: len
    time: 2020-08-06*/
.reset-code {display: none}
.layui-form-label {width: 110px!important;line-height: 14px!important;}
.layui-form-mid {padding: 0!important;}
.layui-input-block {margin-left: 110px!important;}
.service_layer{padding:24px;max-width:1200px!important;min-width:320px;width:100%;display:none;}
.layui-layer-hui .layui-layer-content{color: #ffffff!important;}
.comments input {
    height: 32px!important;
}
.comments input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #92979E!important;
}
.comments input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #92979E!important;
}
.comments input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #92979E!important;
}
.comments input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #92979E!important;
}
.comments .title {
    margin-bottom: 20px;
    text-align: center;
    color: #293541;
}
.comments #free-getcode {
    height: 32px!important;
    line-height: 32px!important;
}
.comments {
    overflow: visible!important;
}
.comments .title p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    color: #5A646E;
}
.serviceSubmit {
    text-align: center;
    margin-right: 110px;
    padding-top: 10px;
}
.serviceSubmit button {
    width: 218px;
    border-radius: 19px;
}
.layui-form-item label>span {
    color: #FF5722
}
.submitSuccess {
    display: none;
}
.submitSuccess dl dt {
    text-align: center;
    /*width: 506px;*/
}
.submitSuccess dl dt img {
    width: 70%;
}
.submitSuccess dl dd:nth-child(2) {
    text-align: center;
    color: #23CAAC;
    font-size: 30px;
}
.submitSuccess dl dd:nth-child(3) {
    text-align: center;
    color: #494949;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    /*text-align: justify;*/
}
.submitSuccess dl dd:nth-child(4) {
    text-align: center;
    margin: 20px;
}
.verfiycode img{
    height: 32px;
    cursor: pointer;
}

.verfiycode i {
    vertical-align: middle;
    margin-left: 0px!important;
}

.verfiycode span {
    vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
@media screen and (max-width: 1024px) {
    .layui-layer {
        width: 80%!important;
        height: 80%!important;
        overflow: auto;
    }
}