﻿* {
    padding: 0px;
    margin: 0px;
    margin: 0px auto;
    border: none;
}
ul li {
    list-style: none;
}


/*最小屏幕为534px样式*/
@media screen and (min-width:534px) {
    #content {
        margin-top: 50px;
        /*width: 1160px;*/
        background-color: #fafcfc;
    }

    .content-box {
        width: 50%;
    }

    p.applytry {
        font-size: 24px;
        padding: 20px 0px 10px 0px;
        font-weight: inherit;
    }
 
    .content-box label {
        font-size: 16px;
        font-weight: normal;
    }

    /*.formname, .formphone, .formcompanyname, .formEmail, .forminfo {
        height: 35px;
    }

    .formname, .formphone {
        width: 300px;
        height: 35px;
    }
    textarea {
        height:400px;
    }*/
    .submit {
        float: right;
    }

    #btnSubmit {
        width: 140px;
        color: white;
        font-size: 24px;
        border-radius: 10px;
        background-color: #26477c;
        height: 45px;
    }

    .submit p {
        line-height: 30px;
        text-align: center;
    }
}

/*最大屏幕为534px样式*/
@media screen and (max-width:534px) {
    #content {       
        margin-top: 50px;  
        background-color: #fafcfc;
    }
      .content-box {
        width: 50%;
    }
    p.applytry {
        font-size: 20px;
       margin: 10px 0px 10px 0px;
        font-weight: inherit;
    }
       .content-box label {
        font-size: 12px;
        font-weight: normal;
    }
     /*.formname, .formphone, .formcompanyname, .formEmail, .forminfo {
        height: 30px;
    }
       .formname, .formphone {
        width:70%;
        height: 30px;
    }*/
         .submit {
        float: right;
    }
   #btnSubmit {
        width: 100px;
        color: white;
        font-size: 20px;
        border-radius: 10px;
        background-color: #26477c;
        height: 30px;
    }

    .submit p {
        font-size:12px;
        line-height: 30px;
        text-align: center;
    }
}
