﻿input,
textarea {
    font-family: "微软雅黑", "microsoft Yahei";
}

#form1 .btn1 {
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 10px;
    text-align: center;
    background-color: #0067f2;
    color: #ffffff;
    font-size: 14px;
}

.ny_cply {
    margin-left: 20px
}

.ny_lyk {
    width: 48%;
    height: 43px;
    margin-right: 2%;
    margin-bottom: 15px;
    float: left;
    border: 1px #dddddd solid;
    border-radius: 3px;
}

.ny_lyk input {
    width: 490px;
    font-size: 12px;
    color: #555;
    margin-left: 60px;
    line-height: 43px;
    height: 43px;
    border: none;
    background: none;
    outline: none;
}

.ny_lyk textarea {
    width: 100%;
    text-indent: 60px;
    padding-top: 15px;
    height: 140px;
    border: none;
    resize: none;
    background: none;
    outline: none;
    font-size: 12px;
    color: #555;
}

.ny_lyk input.mm {
    width: 180px;
    float: left;
}

.ny_lyk span {
    display: block;
    float: right;
    margin-top: 1px;
    margin-right: 1px;
}

.ny_lyk span img {
    display: block
}

.ys01 {
    background: url(../image/nycply01.png) no-repeat left center;
}

.ys02 {
    margin-right: 0px;
    background: url(../image/nycply02.png) no-repeat left center;
}

.ys03 {
    background: url(../image/nycply03.png) no-repeat left center;
}

.ys04 {
    margin-right: 0px;
    background: url(../image/nycply04.png) no-repeat left center;
}

.ys05 {
    margin-right: 0px;
    width: 1100px;
    height: 160px;
    background: url(../image/nycply05.png) no-repeat 0 center;
}


/*validate 验证控件 样式*/

label.error {
    clear: both;
    color: red;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input.error,
select.error,
textarea.error {
    border: 1px solid red;
}