.main.Promotion #banner {
    display: block;
    height: 300px;
    background-image: url(../images/banner_yh.jpg)
}

.main.Promotion #content {
    background-color: #eff7fa;
    background-image: url(../images/bg.jpg)
}

.promotionPage {
    padding: 20px 0 0;
    background-color: #fff;
    border: 1px solid #b7c6e1
}

.promotionPage .categories {
    display: block;
    margin-bottom: 20px;
    padding: 7px 20px;
    font-size: 0;
    text-align: left;
    border-bottom: 1px solid #b7c6e1
}

.promotionPage .categories li {
    position: relative;
    display: inline-block;
    min-width: 73px;
    height: 35px;
    vertical-align: top;
    margin: 0 12px;
    color: #343e46;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: #63b6f9;
    border-radius: 15px;
    cursor: pointer
}

.promotionPage .categories li+li {
    margin-left: 19px
}

.promotionPage .categories li.btnActive,
.promotionPage .categories li:hover {
    color: #32a8ff;
    background: url(../images/nav_hover_mid.png) repeat center
}

.promotionPage .categories li.btnActive:before,
.promotionPage .categories li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 12px;
    background: url(../images/nav_hover_left.png) no-repeat center
}

.promotionPage .categories li.btnActive:after,
.promotionPage .categories li:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    width: 12px;
    background: url(../images/nav_hover_right.png) no-repeat center
}

.promotionPage .innerData {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 18px;
    cursor: pointer
}

.promotionPage .innerData li {
    width: 570px;
    margin-bottom: 20px
}

.promotionPage .innerData li img {
    width: 100%;
    height: auto
}

.promotionDialog {
    width: 1200px;
    height: 90vh;
    padding: 0 7px 7px;
    background: #32a8ff;
    border-radius: 24px;
    overflow: hidden
}

.promotionDialog .promotionHeader {
    position: relative;
    height: 55px;
    padding-left: 25px
}

.promotionDialog .promotionHeader p {
    margin: 0;
    color: #e8f4fc;
    font-size: 23px;
    font-weight: 700;
    line-height: 55px;
    text-align: left
}

.promotionDialog .promotionHeader .closed {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: url(../images/btn_close.png?v2) no-repeat center top;
    cursor: pointer
}

.promotionDialog .promotionContent {
    height: calc(100% - 166px);
    margin: 0;
    padding: 15px 23px 0;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 2.15;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    overflow-y: auto
}

.promotionDialog .promotionContent:hover {
    padding-right: 23px
}

.promotionDialog .promotionContent .contentTitle {
    margin: 0 0 10px;
    padding: 10px 0 20px;
    color: red;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #bdc9d2
}

.promotionDialog .promotionContent img {
    max-width: 100%
}

.promotionDialog .promotionContent .promotionApply .applyBtn {
    height: 50px;
    font-size: 18px;
    color: #462205;
    background-color: #fec36a;
    background-image: linear-gradient(to bottom, #ffecce, #fec36a)
}

.promotionDialog .promotionContent .promotionApply .applyRecordBtn {
    width: 180px;
    height: 50px;
    font-size: 18px;
    color: #32a8ff;
    background: url(../images/btn_switch.png) no-repeat center;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.promotionDialog .promotionContent .promotionApply .applyRecordBtn:hover {
    color: #fff;
    background-image: url(../images/btn_switch_hover.png)
}

.promotionDialog .promotionFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 111px;
    background-color: #fff;
    border-top: 1px solid #bdc9d2;
    border-radius: 0 0 20px 20px
}

.promotionDialog .promotionFooter button {
    display: inline-block;
    width: 180px;
    height: 50px;
    vertical-align: top;
    margin: 0 5px;
    color: #32a8ff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background: url(../images/btn_switch.png) no-repeat center;
    border: none;
    cursor: pointer
}

.promotionDialog .promotionFooter button:hover {
    color: #fff;
    background-image: url(../images/btn_switch_hover.png)
}