*,
html,
body {
    padding: 0;
    margin: 0;}

.applyImg img {
    width: 100%;
    overflow: hidden;}

.applyBox {
    width: 1200px;
    margin: 35px auto 0 auto;}

.applyIntro p {
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    color: #0d0d0d;}

.applyIntro p:nth-child(3) {
    margin-top: 25px;}

.applyIntro p:nth-child(4) {
    margin-top: 35px;}

.applyIntro p:nth-child(4) span {
    color: #940407;
   margin-bottom: 20px;
}

.applyBlock {
    margin-top: 20px;
    overflow: hidden;}

.applyBlock form input {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #c2c2c2;
    outline: none;
    font-size: 18px;
    line-height: 45px;}

.applyBlock form input:focus {
    border-bottom: 1px solid #940407;}

.applyBlock form input::-webkit-input-placeholder {
    color: #c2c2c2;
    font-style: italic;}

.applyBlock form input:-moz-placeholder {
    color: #c2c2c2;
    font-style: italic;}

.applyBlock form input:-ms-input-placeholder {
    color: #c2c2c2;
    font-style: italic;}

.applyBlock form select {
    width: 100%;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #c2c2c2;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    color: #5d5d5d;}

.applyBlock form select option {
    color: #c2c2c2;
    line-height: 45px;
    height: 45px;
    display: block;}

.applyBlock form .applyItemUpload {
    text-align: left;
    padding-left: 10px;
    background: none;
    color: #c2c2c2;
    font-style: italic;}

input[id="avatval"] {
    padding-left: 10px;
    border: 1px solid #E7EAEC;
    line-height: 25px;
    border-left: 3px solid #3FB7EB;
    border-radius: 2px;}

input[type='file'] {
    border: 0px;
    display: none;}

.applyBlock form .applyItemBox {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    margin-bottom: 15px;}

.applyBlock form .applyItemBox:nth-child(3n+3) {
    margin-right: 0;}

.applyBlock form .applyItemBox02 {
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 15px;}

.applyBlock form .applyItemBox02:nth-child(2n+2) {
    margin-right: 0;}

.applyBlock form .applyItemBox03 {
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 15px;}

.applyBlock form .applyItemBox03:nth-child(2n+2) {
    margin-right: 0;}

.applyBlock form .applyItemBoxCode {
    position: relative;}

.applyBlock form .applyItemBoxCode #canvas {
    position: absolute;
    right: 0;
    top: 0;}

#canvas {
    width: 100px;
    height: 45px;
    vertical-align: middle;
    box-sizing: border-box;
    /* border: 1px solid #ddd; */
    cursor: pointer;}

.applyMark {
    margin: 20px 0;}

.applyMark p {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    color: #9a0000;
    padding-left: 28px;
    background: url(../img/applymarkicon.png) no-repeat left top;
    background-size: 20px;
    background-position-y: 4px;}

.applySubmit {
    text-align: center;}

.applySubmit .applySubmitBtn {
    overflow: hidden;
    margin: 20px 0;
    padding-left: 35.4%;}

.applySubmit .applySubmitBtn a {
    display: block;
    text-decoration: none;
    height: 40px;
    float: left;}


/* .applySubmit .applySubmitBtn .submitBtn p {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 20px;
    background: #ffb81c;
    padding: 0 28px;
    display: inline-block;
    cursor: pointer;
} */

.applySubmit .applySubmitBtn .submitBtn img {
    height: 40px;}

.applySubmit .applySubmitBtn a:nth-child(2) {
    margin-top: 8px;
    margin-left: 20px;}

.applySubmit .applySubmitBtn .applyLink {
    width: 35px;
    margin-top: 3px;
    margin-left: 20px;}

@media (max-width:1366px) and (min-width:1200px) {
    .applyBox {
        width: 1180px;}
}

@media (max-width:1199px) and (min-width:769px) {
    .applyBox {
        width: 92%;}
    .applyIntro p {
        font-size: 20px;}
    .applyIntro p:nth-child(3) {
        margin-top: 15px;}
    .applyIntro p:nth-child(4) {
        margin-top: 15px;}
    .applyMark p {
        font-size: 16px;}
    .applySubmit .applySubmitBtn {
        padding-left: 25%;}
}

@media (max-width:768px) {
    .applyBox {
        width: 92%;
        margin: 0 auto;}
    .applyIntro p {
        font-size: 16px;
        line-height: 28px;}
    .applyIntro p:nth-child(3) {
        margin-top: 10px;}
    .applyIntro p:nth-child(4) {
        margin-top: 10px;}
    .applyBlock {
        overflow: hidden;}
    .applyBlock form .applyItemBox {
        width: 100%;
        margin-right: 0;
        float: none;}
    .applyBlock form .applyItemBox02 {
        width: 100%;
        margin-right: 0;}
    .applyBlock form .applyItemBox03 {
        width: 100%;
        margin-right: 0;}
    input[id="avatval"] {
        padding-left: 0;}
    .applyBlock form input {
        font-size: 16px;
        line-height: 36px;}
    #canvas {
        width: 80px;
        height: 36px;
        background: #ffb81c;}
    .applyMark {
        margin: 0 0 20px 0;}
    .applyMark p {
        font-size: 14px;
        line-height: 20px;}
    .applySubmit .applySubmitBtn {
        padding-left: 0;}
    .applySubmit .applySubmitBtn .submitBtn {
        display: block;
        width: 100%;
        margin-bottom: 10px;}
    .applySubmit .applySubmitBtn a:nth-child(2) {
        margin-left: 25%;}
}