ol {
    list-style: inherit;
}
ol li {
    list-style: inherit;
    list-style-position: inside;
    list-style-type: decimal;
}
.careers-dtl-all {
    margin-bottom: 20px;
}
.careers-dtl-all h2 {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 24px;
    font-weight: normal;
    color: #585858;
    text-indent: 22px;
}
.careers-dtl-base-info h3 {
    margin-bottom: 9px;
    line-height: 20px;
    font-size: 20px;
    font-weight: normal;
    color: #585858;
    text-indent: 22px;
}
.regnow {
    float: right;
    padding: 11px 28px;
    margin-top: -44px;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
    background-color: #cd0e18;
    transition: all .2s ease-out;
}
.regnow:hover {
    background-color: #cd0e18;
}
.email-info {
    position: fixed;
    left: 50%;
    top: 40%;
    padding: 20px;
    border: 1px solid #cd0e18;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    margin-left: -207px;
    margin-top: -76px;
    width: 414px;
    height: 152px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .8s cubic-bezier(0.6, -0.6, 0, 1.79);
}
.email-info-fadeInDown {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.email-info-fadeInUp {
    top: 40%;
    opacity: 0;
    visibility: hidden;
}
.email-close {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 40px;
    color: #cd0e18;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
}
.email-close:hover {
    transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);     /* IE 9 */
    -moz-transform: rotateZ(90deg);    /* Firefox */
    -webkit-transform: rotateZ(90deg); /* Safari 和 Chrome */
    -o-transform: rotateZ(90deg);  /* Opera */
}
.email-info h3 {
    text-indent: 0;
}
.email-info p {
    margin-top: 28px;
    font-size: 30px;
    color: #cd0e18;
    text-align: center;
    word-break:break-word;
}
.base-info-list {
    padding: 22px;
    margin-bottom: 30px;
    background-color: #efefef;
}
.base-info-list > ul {
    font-size: 0;
}
.base-info-list > ul > li {
    margin-top: 20px;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    color: #585858;
    vertical-align: top;
}
.base-info-list > ul > li:nth-child(-n+2) {
    margin-top: 0;
}
.req-list-all {
    padding-bottom: 20px;
}
.req-list-all h3 {
    margin-bottom: 18px;
    text-indent: 0;
}
.req-list > ol > li {
    margin-bottom: 20px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 20px;
    font-size: 14px;
    color: #585858;
}
@media (max-width: 33.9em) {
    .careers-dtl-all h2 {
        margin-bottom: 22px;
        line-height: 18px;
        font-size: 18px;
        text-indent: 13px;
    }
    .regnow {
        padding: 7px 13px;
        margin-top: -7px;
        line-height: 16px;
        font-size: 16px;
    }
    .careers-dtl-base-info h3 {
        margin-bottom: 7px;
        line-height: 16px;
        font-size: 16px;
        text-indent: 13px;
    }
    .email-info {
        padding: 16px 10px;
        margin-left: -45%;
        width: 90%;
    }
    .email-info h3 {
        line-height: 14px;
        font-size: 14px;
        text-indent: 0;
    }
    .email-info p {
        margin-top: 38px;
        font-size: 16px;
    }
    .base-info-list {
        padding: 13px;
    }
    .base-info-list > ul > li {
        margin-top: 8px;
        width: 100%;
        /*font-size: 12px;*/
    }
    .base-info-list > ul > li:nth-child(-n+2) {
        margin-top: 8px;
    }
    .base-info-list > ul > li:first-child {
        margin-top: 0;
    }
    .req-list-all h3 {
        margin-bottom: 14px;
        text-indent: 0;
    }
    .req-list > ol > li {
        margin-bottom: 12px;
        line-height: 16px;
        /*font-size: 12px;*/
    }
}