.clearfloat:before,
.clearfloat:after {
    content: "";
    display: table;
    line-height: 0;
    visibility: hidden;
}

.clearfloat:after {
    clear: both;
}
 
button,
select,
textarea,
input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
button,
select,
img {
    border: none;
    background: none;
    border-radius: 0;
}

input,
button {
    outline: none;
    -webkit-appearance: none;
}

input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

input {
    font-family: "å¾®è½¯é›…é»‘";
} 

.red {
    color: red;
}

.art-post {
    padding: 30px;
}

.formInnerP {
    margin-bottom: 20px;
}

.formW {
    width: 48.5%;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}

.formInner {
    margin-bottom: 10px;
}

.formInner .left {
    float: left;
}

.formInner .right {
    float: right;
}

.formW p {
    display: inline-block;
    padding-left: 14px;
    margin-right: 6px;
    vertical-align: top;
    font-size: 16px;
    color: #999;
}

.formW p span {
    color: #e93c3c;
    display: inline-block;
}

.formW input,
.formW select {
    width: calc(100% - 100px);
    font-size: 14px;
    vertical-align: top;
    height: 40px;
}

.formText .formW {
    width: 100%;
    /*height: 236px;*/
    padding: 15px 15px 0px 15px;
    box-sizing: border-box;
}

.formText .formW textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 16px;
    border: medium none;
    background: #fff;
}

.formYzmInner {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.formYzmInner .formYzmW {
    float: left;
    width: 254px;
    height: 100%;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    margin-left: 10px;
}

.formYzmInner .formYzmW input {
    width: 78px;
}

.formYzmInner a {
    float: left;
    width: 154px;
    margin-right: 15px;
    font-size: 0;
    overflow: hidden;
}

.hint {
    height: 20px;
    padding-left: 15px;
    line-height: 20px;
}

.hint p {
    display: none;
    font-size: 14px;
    color: #CA2615;
}

.formB {
    margin-top: 10px;
}

.formB button {
    width: 220px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.formB button.formSure {
    margin-right: 20px;
    background: #006b3e;
}

.formB button.formReturn {
    background: #333;
}

button.btcode {
    width: 100px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #006b3a;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (max-width: 768px) {
    .formInner {
        margin-bottom: 15px;
    }

    .formW {
        width: 100%;
        /*height: 36px;*/
        line-height: 36px;
    }

    .formW:first-child {
        margin-bottom: 15px;
    }

    .formW p {
        font-size: 14px;
        padding-left: 10px;
    }

    .formW input {
        width: calc(100% - 58px);
    }

    .formText .formW {
        /*height: 180px;*/
        padding: 10px 10px;
    }

    .formText .formW textarea {
        font-size: 14px;
        line-height: 24px;
    }

    .formYzmInner {
        height: 36px;
        line-height: 36px;
    }

    .formYzmInner .formYzmW {
        width: 100%;
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .formYzmInner .formYzmW input {
        width: calc(67% - 67px);
    }

    button.btcode {
        width: 33%;
        font-size: 14px;
    }

    .formB button {
        width: 36%;
        font-size: 14px;
    }

    .formB button.formSure {
        margin-right: 4%;
    }
}
