.competition-wrap {
    background: #C70A19 url(../img/competition/top-bann.jpg) top center no-repeat;
    background-size: 100%;
    margin-top: -28px;
}

.banner-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 160px;
}

.banner-txt h1 {
    background: url(../img/competition/top-text.png) no-repeat;
    background-size: 100% 100%;
    width: 1089px;
    height: 140px;
    margin-top: 113px;
    margin-bottom: 0;
}

.banner-txt h1.new-backimg {
    background: url(../img/competition/top-text3.png) no-repeat;
    background-size: 100% 100%;
    width: 1190px;
    height: 140px;
    margin-top: 113px;
    margin-bottom: 0;
}

.banner-txt h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    background: url(../img/competition/already.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 53px;
}

.banner-txt h6 {
    color: #fff;
    font-size: 24px;
}

.banner-txt p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.banner-txt-p p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.home-design-btn-disable {
    background: #999999 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.home-design-btn {
    margin-top: 30px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
}

.home-design-btn:hover {
    text-decoration: none;
    color: #E62129;
}

.home-design-btn-disable:hover {
    color: #fff;
}

.competition-con {
    padding: 10px 80px 100px;
    background: #FFFFFF;
    border-radius: 16px;
}

h2 {
    margin-top: 50px;
}

h2 span {
    position: relative;
    padding: 0 20px;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 50px;
}

h2 span::before,
h2 span::after {
    position: absolute;
    content: '';
    top: 6px;
    width: 42px;
    height: 14px;
}

h2 span::before {
    left: -42px;
    background: url("../img/competition/title-left.png");
    background-size: 100% 100%;
}

h2 span::after {
    right: -42px;
    background: url("../img/competition/title-right.png");
    background-size: 100% 100%;
}

.competition-con {
    margin: 50px 0;
}

.competition-con h5,
.competition-con p {
    color: #000;
    font-weight: 500;
}

.competition-con h5 {
    font-size: 18px;
    font-weight: 600;
}

.competition-con p {
    font-size: 15px;
    margin-bottom: 45px;
    line-height: 30px;
}

.comp-time {
    margin-bottom: 90px;
}

.comp-time .col-sm-2 {
    width: 20%;
}

.col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.comp-time .col-xs-12 {
    position: relative;
}

.comp-time .col-xs-12:nth-of-type(1)::after,
.comp-time .col-xs-12:nth-of-type(2)::after,
.comp-time .col-xs-12:nth-of-type(3)::after {
    position: absolute;
    top: 28px;
    right: -46px;
    height: 6px;
    width: 44%;
    content: '';
    background: url("../img/competition/time-bg.png") no-repeat;
    background-size: 100% 100%;
}

.comp-time .col img {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}

.comp-time .col p {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}

.comp-time .col-item {
    font-size: 16px;
}

.comp-time .col-tit {
    font-size: 16px;
}

.comp-award img {
    width: 136px;
    height: 116px;
    margin-bottom: 20px;
}

.comp-award .col-prize {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.comp-award .col-num {
    font-size: 18px;
    font-weight: 600;
}

#scrolltoEnd {
    height: 80px;
    background: transparent;
    width: 100%;
}

.competition-bottom {
    padding: 60px 230px;
    border-radius: 16px;
    margin: 0 0 80px 0;
    background: #AB0809 url("../img/competition/game-bg.png") bottom center no-repeat;
    background-size: 100%;
}

.competition-bottom .row {
    margin-left: -50px;
}

.competition-bottom h2 {
    margin-top: -10px;
    margin-bottom: 50px;
}

.competition-bottom h2 span {
    color: #fff;
}

.competition-bottom .form-control {
    margin-bottom: 40px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 8px !important;
    font-size: 20px;
    border: 3px solid #AB0809;
}

.competition-bottom .form-control:focus {
    outline: 3px solid #c55f60;
    border: 3px solid #c55f60;
}

.competition-bottom .form-control::placeholder {
    color: #999;
}

.competition-bottom button {
    margin-bottom: 20px;
    width: 280px;
    height: 72px;
    background: #D51C14;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.competition-bottom button:hover {
    color: #fff;
}

.comp-contact .col {
    align-items: flex-start;
    padding: 31px 30px;
    background: #F5F6F7;
    border-radius: 8px;
}

.comp-contact .col-xs-12 span.img {
    width: 40px;
    height: 40px;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.comp-contact .col-xs-12:nth-of-type(1) span.img {
    background: url(../img/competition/c-icon1.png) no-repeat;
    background-size: 100% 100%;
}

.comp-contact .col-xs-12:nth-of-type(2) span.img,
.comp-contact .col-xs-12:nth-of-type(3) span.img {
    background: url(../img/competition/c-icon2.png) no-repeat;
    background-size: 100% 100%;
}

.col-txt {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 90px;
    margin-bottom: 0 !important;
}

.col-txt span {
    font-size: 14px;
}

.fv-form-bootstrap .help-block {
    color: #fac919;
    font-size: 14px;
    top: 74px;
    left: 0;
    margin-left: 6px;
}

.form-control-feedback {
    top: 28px !important;
    color: #fac919;
    left: 101% !important;
}

#remainTime {
    color: #f2fd45;
    font-size: 19px;
    margin-top: 0px;
    border: 1px solid #f2fd45;
    padding: 10px;
    border-radius: 4px;
}

.container {
    position: relative;
}

.notice {
    position: absolute;
    right: 0;
    top: 240px;
    width: 30%;
    padding: 15px;
    font-size: 14px;
    color: #000 !important;
    background: rgba(255, 255, 255, 0.4);
}

.banner-txt h3 {
    margin-top: 130px;
    font-size: 64px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 64px;
}

.result-con {
    margin-bottom: 120px;
}

.result-con img.top {
    width: 100%;
    z-index: 1;
    position: relative;
}

.result-con .con-cc {
    z-index: 2;
    position: relative;
    margin: -24px 20px 0 20px;
    text-align: center;
    padding-bottom: 75px;
    border-radius: 0 0 20px 20px;
    background: #ad1215 url("../img/competition/result/footer-bg.png") bottom center no-repeat;
    background-size: contain;
}

.result-con .con-cc h4 {
    font-size: 36px;
    font-weight: bold;
    color: #ffa95b;
    padding-top: 110px;
    margin-bottom: 80px;
}

.result-con .con-cc .one,
.result-con .con-cc .two,
.result-con .con-cc .three,
.result-con .con-cc .four {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

img.mb-35 {
    margin-bottom: 35px;
}

.result-con .con-cc button {
    width: 284px;
    height: 68px;
    font-size: 24px;
    background: #cf1915;
    border-color: #cf1915;
}

@media (max-width: 1280px) {

    .banner-txt h1 {
        margin-top: 50px;
        width: 562px;
        height: 70px;
    }

    .banner-txt p {
        padding: 10px;
        font-size: 14px;
    }

    .notice {
        top: 121px !important;
    }

}


/**历史获奖大赛**/
.history-con {
    background: url("../img/competition/history-bg.png");
    background-size: 100% 100%;
    text-align: left;
    margin: 73px 0 0;
    padding: 54px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB",
    "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.history-con h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

.history-con h1 span {
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 6px;
    background: #999;
    vertical-align: text-top;
}

.history-con .desc {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0 40px 0;
}

.history-con .btn {
    padding: 0;
    margin: 20px 0 18px 0;
}

.history-con .btn .button {
    padding: 20px 36px;
    background: #d51c15;
    border-radius: 6px;
    font-size: 26px;
    color: #fff;
}

.banner-tip {
    width: 60%;
    margin: 0 auto;
    background: rgba(80, 78, 73, 0.4);
    padding: 16px;
    margin-top: -74px;
    border-radius: 10px;
    text-align: center;
}

.banner-tip a {
    text-decoration: underline;
    color: rgb(228, 157, 2);
}
