
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

.not3diyform0{
    border:10px solid;
    margin-top:20px;
    margin-bottom:20px;
}
.not3diyform0 form{
    padding:20px;
}
.not3diyform0 .title{
    padding:0 0 10px 10px;
    font-size:20px;
    line-height:150%;
}
.not3diyform0 .kuai{
    display:flex;
    padding:5px;
    line-height:35px;
}
.not3diyform0 .kuai .kuail{
    width:20%;
    text-align:right;
    padding-right:20px;
}
.not3diyform0 .kuai .kuair{
    width:80%;
}
.not3diyform0 .kuai .kuair input[type=text]{
    padding:8px 10px;
    width:85%;
    border:1px solid #e6e6e6;
    border-radius: 2px;
}
.not3diyform0 .kuai .kuair textarea{
    padding:8px 10px;
    width:85%;
    border-radius: 2px;
    border:1px solid #e6e6e6;
}
.not3diyform0 .kuai .kuair input[type=radio]{
    width:16px;height:16px;
    vertical-align:middle; margin-top:0;
    border:1px solid #e6e6e6;
}
.not3diyform0 .kuai .kuair input[type=checkbox]{
    width:16px;height:16px;
    vertical-align:middle; margin-top:0;
    border:1px solid #e6e6e6;
}
.not3diyform0 .kuai .kuair select{
    padding:5px 10px;
    border:1px solid #e6e6e6;
}
.not3diyform0 .kuai .kuair option{
    padding:5px 10px;
}
.not3diyform0 .kuai .kuair label{
    margin-right:20px;
}
.not3diyform0 .bottom{
    text-align:center;padding:10px 0
}
.not3diyform0 .bottom button{
    padding:12px 20px;
    width: 90%;
    border:0;
    border-radius: 2px;
    cursor:pointer;
}
.not3diyform0 .kuail b{color:red;margin-right:5px;}


.not3diyform1{
    font: 14px/22px Arial, "Microsoft YaHei";
    color:rgb(70, 70, 70);
    margin:0px auto;
    background-color: rgb(245, 245, 245);
    padding:30px;
}
@media only screen and (max-width: 750px){
    .not3diyform1{
        padding:10px;
    }
}
.not3diyform1 .title{
    padding: 10px;
    line-height: 30px;
    background: rgb(245, 245, 245);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 2px 2px #e4e4e4;
}
.not3diyform1 .form{
    margin-top:20px;
    padding: 10px;
    line-height: 30px;
    background: rgb(245, 245, 245);
    overflow: hidden;
    box-shadow: 0px 1px 2px 2px #e4e4e4;
}
.not3diyform1 .kuai{
    line-height:35px;
    padding: 5px 10px 5px 70px;
    position: relative;
}
.not3diyform1 .kuai .kuail{
    left: 0px;
    position: absolute; 
}
.not3diyform1 .kuai .kuair input[type=text]{
    border: 1px solid rgb(217, 217, 217);
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding:2px 5px;
    font-size: 14px;
    vertical-align: middle;
}
.not3diyform1 .kuai .kuair input[type=radio]{
    width:16px;height:16px;
    vertical-align:middle; margin-top:0;
    border:1px solid #e6e6e6;
}
.not3diyform1 .kuai .kuair input[type=checkbox]{
    width:16px;height:16px;
    vertical-align:middle; margin-top:0;
    border:1px solid #e6e6e6;
}
.not3diyform1 .kuai .kuair select{
    border: 1px solid rgb(217, 217, 217);
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    vertical-align: middle;
}
.not3diyform1 .kuai .kuair textarea{
    border: 1px solid rgb(217, 217, 217);
    width: 100%;
    line-height: 150%;
    padding:5px;
    font-size: 14px;
    vertical-align: middle;
}
.not3diyform1 .bottom button{
    border-radius: 4px;
    border: 0px currentColor;
    width: 100%;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 16px;
    background-color: rgb(255, 80, 0) !important;
    box-shadow: inset 0px -1px 0px 0px #d74300;
    cursor:pointer;
}
.not3diyform1 label{
    margin-right:10px;
}
.not3diyform1 .kuail b{color:red;float:right;margin-left:5px;}