.competitionEntry {
    width: 1000px;
    height: auto;
    padding: 20px 0 30px;
    margin: 0 auto;
    position: relative;
}
.competitionEntry_title {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 20px;
}
.competitionEntry_text1 {
    font-size: 16px;
    text-align: center;
    margin: 10px auto 0;
}
.competitionEntry_form {
    width: 846px;
    height: auto;
    padding: 20px 0;
    border-radius: 10px;
    background: #fff;
    margin: 30px auto 0;
}
.competitionEntry_form ul {
    width: 766px;
    height: auto;
    margin: 30px 0 0 80px;
    position: relative;
}
.competitionEntry_form li {
    float: left;
    width: 766px;
    height: auto;
    min-height: 40px;
    margin-bottom: 25px;
    position: relative;
}
.competitionEntry_form li .s1 {
    float: left;
    width: 80px;
    height: 40px;
    font-size: 14px;
    color: #555;
    line-height: 40px;
    position: relative;
}
.competitionEntry_form .form-control {
    float: left;
    display: block;
    width: 378px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    color: #555;
    text-indent: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    outline: none;
}
.competitionEntry_form li.ce_code .form-control {
    width: 258px;
}
.competitionEntry_form li.ce_code .s2 {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    margin-left: 20px;
    position: relative;
}
.competitionEntry_form li.ce_code .s2 img {
    display: block;
    width: 98px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}
.competitionEntry_form li .s3 {
    float: left;
    margin-left: 20px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #555;
}
.competitionEntry_form li .s3 em {
    color: #EA1C2C;
    padding-right: 4px;
}
.competitionEntry_form li.ce_province .form-control  {
    float: left;
    width: 183px;
    margin-right: 10px;
    display: inline;
}
.competitionEntry_form li input#city {
    margin-right: 0;
}
.competitionEntry_form .ce_describe textarea {
    float: left;
    display: block;
    width: 346px;
    height: 96px;
    padding: 6px 16px;
    line-height: 24px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    outline: none;
    resize: none;
}
.competitionEntry_form li.ce_button {
    width: max-content;
    padding-left: 80px;
    height: 46px;
}
.ce_button input {
    float: left;
    display: block;
    width: 178px;
    height: 46px;
    background: #2C88D6;
    background: linear-gradient( 180deg, #58A9ED 0%, #2C88D6 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    border: none;
    outline: none;
    margin-right: 24px;
    cursor: pointer;
}
.ce_button input.reset {
    background: #bbb;
    background: linear-gradient( 180deg, #D5D5D5 0%, #bbb 100%);
}
.competitionEntry_text2 {
    font-size: 20px;
    text-align: center;
    margin: 20px auto 0;
}
.competitionEntry_text2 span {
    color: #F00;
    padding-left: 15px;
}
