
body{
    background-color: #f7f9fc;
}
/*

.main{
    width: 1680px;
    margin: 5px auto;
    overflow: hidden;
}*/

@font-face {
    font-family: 'pinyin'; /* 你可以选择任何名称，但最好与你的字体文件相匹配 */
    src: url('../ttf/pinyin.ttf') format('truetype'); /* 指定字体文件的路径和格式 */
    font-size: 26px;
}


.form-item{
    box-sizing: border-box;
    padding: 5px;
}

.form-item-title{
    font-weight: bold;
    font-size: 16px;
}



.form-item-ele{

}