@font-face {
    font-family: hyshtj;
    src: url("../fonts/hyshtj.ttf")
}
body,span,div{font-family: hyshtj;}
html,body{
    margin :0;
    padding :0;
}
.container{
    border-radius: 10px;
}
.btn{ 
    width: 80%;
    height: 50px;
    background-color: #D28900;
    color:#ffffff;
    font-size: 65px;
    line-height: 55px;
    border-radius: 10px;//css3圆角
    text-align:center; 
    /*border: none;*/
    font-family: hyshtj;
    /*background: url("5.jpg") no-repeat;*/
    text-decoration:none
    /*padding-top: 10px;
    margin-right: 0.25em;
    margin-bottom: 20px;
    /*margin-left: 20%;*/
}
.input{
    background-color: #D28900;
    color:#ffffff;
    font-size: 65px;
    line-height: 55px;
    font-family: hyshtj;
}

.smart-green {
    /*margin-left: auto;*/
    font-size: 50px;
    font-family: hyshtj;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green label {
    overflow: hidden;
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label > span {
    float: left;
    margin-top: 10px;
    color: #9E430a;
}
.smart-green label > div {
    float: left;
    margin-top: 10px;
    width: 100%;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"],
.smart-green textarea, .smart-green select {
    color: #A0430a;
    height: 70px;
    line-height: 15px;
    width: 100%;
    border: 1px solid #9E430a;
    background: #F8E8D8;
    font-size: 45px;
    font-family: hyshtj;
}
.smart-green input[type="radio"], .smart-green input[type="checkbox"]{

    height: 80px;
    width: 5%;
    font-size: 28px;
    font-family: hyshtj;
    vertical-align:middle;
    margin-top:-2px;
    margin-bottom:1px;
}
.smart-green textarea {
    height: 200px;
    padding-top: 10px;
}
.smart-green .button {
    background-color: #D28900;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    font-size: 40px;
    font-family: hyshtj;
}
.error-msg{
    color: red;
    margin-top: 10px;
}
