.banner_c .banner-info {
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px;
}

.banner_c h4 {
    font-size: 18px;
}

.banner_d .banner_c .info-end {
    margin-top: 0;
}

.banner_c .banner-content {
    margin-top: 26px;
    font-size: 16px;
    width: 564px;
    line-height: 24px;
}

.gift-module {
    padding-top: 100px;
}

.gift-content {
    width: 1200px;
    margin: 0 auto;
}

.gift-title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 26px;
}

.title-desc {
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
}

.custom {
    display: flex;
    margin-top: 40px;
}

.custom-content {
    width: 280px;
    margin-right: 26.6px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.custom-content:hover {
    -ms-transform: scale(1.06, 1.06);
    /* IE 9 */
    -webkit-transform: scale(1.06, 1.06);
    /* Safari */
    transform: scale(1.06, 1.06);
    /* 标准语法 */
}

.custom-content:last-child {
    margin-right: 0;
}

.custom-content div {
    font-size: 16px;
    line-height: 16px;
    margin-top: 19px;
    text-align: center;
}

.custom-content div p {
    margin-top: 4px;
}

.flow {
    display: flex;
    margin-top: 21px;
    flex-wrap: wrap;
}

.flow-content {
    padding: 20px;
    width: 300px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    /* Safari */
}

.flow-content:hover img {
    -ms-transform: scale(1.06, 1.06);
    /* IE 9 */
    -webkit-transform: scale(1.06, 1.06);
    /* Safari */
    transform: scale(1.06, 1.06);
    /* 标准语法 */
}

.flow-info {
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    margin-top: 14px;
    text-align: center;
}

.exchange {
    margin-top: 50px;
    display: flex;
}

.exchange-content {
    text-align: center;
    width: 380px;
    margin-right: 30px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.exchange-content:hover img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    /*动画时间*/
    animation-fill-mode: both;
}

.exchange-content:hover .exchange-info {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
}

.exchange-content:last-child {
    margin-right: 0;
}

.exchange-info {
    width: 380px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 2px 50px 0px rgba(238, 238, 238, 0.3);
    border-radius: 10px;
    margin-top: -60px;
}

.exchange-title {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    padding-top: 82px;
    margin-bottom: 28px;
}

.exchange-brief {
    padding-left: 26px;
    padding-right: 30px;
    line-height: 22px;
    font-size: 16px;
    color: #666666;
    text-align: left;
}

.tab-card {
    display: flex;
    margin-top: 40px;
    border-bottom: 1px solid #F0F0F0;
}

.text-active {
    border-bottom: 2px solid #4397F9;
}

.tab-text {
    cursor: pointer;
    margin-right: 80px;
}

.tab {
    display: flex;
}

.tab-content {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.tab-info {
    width: 280px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 5px rgba(147, 147, 147, 0.08);
    margin-right: 26.6px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tab-info:hover {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
    top: -5px;
}

.tab-info:nth-child(4n) {
    margin-right: 0;
}

.tab-brief {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tab-price {
    color: #DF0E0E;
    font-size: 20px;
    line-height: 20px;
}

.gift-card,
.gift-book {
    display: none;
}