.indexGroup {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.smallBox {
    width: 595px;
    height: 262px;
    background-color: white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.jifen {
    position: relative;
}
.jifen > .back1 {
    width: 165px;
    height: 136px;
    background: url("../../images/boxBack1.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.jifen > .back2 {
    width: 161px;
    height: 128px;
    background: url("../../images/boxBack2.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.jifen > .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.jifen > .contents {
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 15px 20px 0 20px;
}
.jifen > .contents > .jifenGroup {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
}
.jifen > .contents > .jifenGroup.consumerJifen {
    margin-bottom: 10px;
}
.jifen > .contents > .jifenGroup > .p01 {
    font-size: 16px;
    line-height: 1em;
    color: #333333;
    flex-shrink: 0;
}
.jifen > .contents > .jifenGroup > .p01.disabled {
    color: #999999;
}
.jifen > .contents > .jifenGroup > .p02 {
    /* font-family: 'phb'; */
    /* font-family: 微软雅黑; */
    font-weight: bold;
    font-size: 30px;
    color: #003399;
    line-height: 1em;
    margin-right: 10px;
    flex: 1;
    display: flex;
    align-items: center;
}
.jifen > .contents > .jifenGroup > .p02.disabled {
    color: #999999;
}
.jifen > .contents > .jifenGroup > .p02 > div {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../images/help2.png") center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: relative;
}
.jifen > .contents > .jifenGroup > .jifenExpire {
    width: 300px;
    height: auto;
    flex-shrink: 0;
    padding: 10px;
    background-color: #fff7d6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jifen > .contents > .jifenGroup > .jifenExpire > p {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
.jifen > .contents > .jifenGroup > .jifenExpire > p > span {
    font-size: 12px;
    line-height: 16px;
    color: #e52f2c;
}
.jifen > .contents > .jifenGroup > .jifenExpire > a {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 16px;
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
}
.jifen > .contents > .jifenGroup > .jifenExpire.bigExpire {
    display: block;
}
.jifen > .contents > .jifenGroup > .jifenExpire.bigExpire > p {
    width: 100%;
    margin-bottom: 2px;
}
.jifen > .contents > .jifenGroup > .jifenExpire.bigExpire > a {
    display: inline-block;
}
.jifen > .contents > .jifenTime {
    width: 340px;
    height: auto;
    margin-bottom: 15px;
}
.jifen > .contents > .jifenTime > .item {
    width: 100%;
    height: 24px;
    background-color: #fff7d6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.jifen > .contents > .jifenTime > .item > p {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 1em;
    color: #333333;
}
.jifen > .contents > .jifenTime > .item > p > span {
    color: #e52f2c;
}
.jifen > .contents > .jifenTime > .item > a {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 1em;
    color: #003399;
    text-decoration: underline;
}
.jifen > .contents > .jifenTime > .item > a:hover {
    /* font-family: 'phb'; */
    font-weight: bold;
}
.jifen > .contents > .buttons {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}
.jifen > .contents > .buttons > a {
    display: block;
    width: 268px;
    height: 50px;
    border: 1px solid #ffcc00;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    position: relative;
}
.jifen > .contents > .buttons > a:nth-child(1) {
    background-color: #ffcc00;
}
.jifen > .contents > .buttons > a:nth-child(1):hover {
    border-color: #ffea98;
    background-color: #ffea98;
}

.jifen > .contents > .buttons > a:nth-child(2) {
    background-color: white;
}
.jifen > .contents > .buttons > a:nth-child(2):hover {
    background-color: #fff7d6;
}
.jifen > .contents > .buttons > a:nth-child(2).disabled {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    cursor: not-allowed;
    color: #cdcdcd;
}
.jifen > .contents > .buttons > a > .gameInvalid > p {
    min-width: 268px;
    height: 28px;
    background-color: #fff7d6;
    font-size: 12px;
    line-height: 28px;
    color: #333333;
    position: absolute;
    right: 0;
    top: -34px;
    cursor: default;
}
.jifen > .contents > .buttons > a > .gameInvalid > p > span {
    color: #e52f2c;
}
.jifen > .contents > .buttons > a > .gameInvalid > div {
    width: 9px;
    height: 6px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: -6px;
    background: url("../../images/tri3.png") center no-repeat;
    background-size: 100% 100%;
    cursor: default;
}

/* 登录提示 */
.jifen > .loginNotice {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.jifen > .loginNotice > img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.jifen > .loginNotice > p {
    font-size: 18px;
    line-height: 1em;
    color: #333333;
    margin-right: 10px;
}
.jifen > .loginNotice > a {
    font-size: 18px;
    line-height: 1em;
    color: #003399;
}

.mission > .list {
    width: 100%;
    height: 217px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 0 20px;
}
.mission > .list > .item {
    width: 100%;
    /* height: 100%; */
    height: 70px;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mission > .list > .item:last-child {
    border-bottom: none;
}
.mission > .list > .item > .info {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mission > .list > .item > .info > .p01 {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.mission > .list > .item > .info > .p01 > p {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 14px;
    color: #333333;
    line-height: 19px;
}
.mission > .list > .item > .info > .p01 > div {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.mission > .list > .item > .info > .p01 > div > span {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../images/jifenIcon.png") center no-repeat;
    /* background: url('../../images/jifenIconP.png') center no-repeat; */
    background-size: 100% 100%;
    margin-right: 5px;
}
.mission > .list > .item > .info > .p01 > div > p {
    font-size: 14px;
    line-height: 19px;
    color: #003399;
}
.mission > .list > .item > .info > .p02 {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.mission > .list > .item > .getButton {
    width: 100px;
    height: 36px;
    border: 1px solid #ffcc00;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    background-color: white;
    cursor: pointer;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.mission > .list > .item > .getButton:hover {
    border-color: #ffea98;
    background-color: #ffea98;
}
.mission > .list > .item > .getButton.finished {
    border-color: #ffcc00;
    background-color: #ffcc00;
}
.mission > .list > .item > .getButton.finished:hover {
    border-color: #fff7d6;
    background-color: #fff7d6;
}
.mission > .list > .item > p {
    width: 100px;
    height: 36px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-align: center;
}
.mission > .noTask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mission > .noTask > div {
    width: 40px;
    height: 40px;
    background: url("../../images/noTask.png") center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.mission > .noTask > p {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    width: 100%;
    text-align: center;
}

.bannerBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.banner {
    width: 100%;
    height: 260px;
    margin-right: 10px !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.banner:last-child {
    margin-right: 0 !important;
}
.banner .swiper-slide {
    cursor: pointer;
}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: transparent;
    border: 1px solid #ffcc00;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffcc00;
}
.banner .swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    background: url("../../images/swiperLeft.png") center no-repeat;
    background-size: 100% 100%;
    left: 0 !important;
}
.banner .swiper-button-next {
    display: none;
    width: 40px;
    height: 40px;
    background: url("../../images/swiperRight.png") center no-repeat;
    background-size: 100% 100%;
    right: 0 !important;
}
.banner:hover .swiper-button-prev {
    display: block;
}
.banner:hover .swiper-button-next {
    display: block;
}
.banner .swiper-button-prev:hover {
    background: url("../../images/swiperLeftHover.png") center no-repeat;
    background-size: 100% 100%;
}
.banner .swiper-button-next:hover {
    background: url("../../images/swiperRightHover.png") center no-repeat;
    background-size: 100% 100%;
}

.hotGoods {
    width: 100%;
    height: 368px;
    background-color: white;
    margin-bottom: 10px;
}
.hotGoods .goodsSwiper {
    width: 100%;
    height: 293px;
    margin-top: 10px;
}
.hotGoods .goodsSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url("../../images/swiperLeft.png") center no-repeat;
    background-size: 100% 100%;
    left: 0 !important;
}
.hotGoods .goodsSwiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url("../../images/swiperRight.png") center no-repeat;
    background-size: 100% 100%;
    right: 0 !important;
}
.hotGoods .goodsSwiper .swiper-button-prev:hover {
    background: url("../../images/swiperLeftHover.png") center no-repeat;
    background-size: 100% 100%;
}
.hotGoods .goodsSwiper .swiper-button-next:hover {
    background: url("../../images/swiperRightHover.png") center no-repeat;
    background-size: 100% 100%;
}
.hotGoods .goodsLine {
    width: 100%;
    height: 100%;
    padding: 0 25px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.hotGoods .item {
    display: block;
    width: 222px;
    height: 293px;
    padding: 20px 15px;
    border: 1px solid #f3f3f3;
    cursor: pointer;
    margin-right: 10px;
}
.hotGoods .item:last-child {
    margin-right: 0;
}
.hotGoods .item > .img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.hotGoods .item > p {
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px;
}
.hotGoods .item > .price {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
}
.hotGoods .item > .price > .p01 {
    /* font-family: 'phb'; */
    /* font-family: 微软雅黑; */
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #003399;
}
.hotGoods .item > .price > .p02 {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #003399;
    line-height: 1em;
    margin-left: 2px;
}
.hotGoods .item:hover {
    border: 1px solid #003399;
}
.hotGoods .item:hover > p {
    color: #003399;
}
.hotGoods .item > p:hover {
    text-decoration: underline;
}

.title1 .ownPoint {
    width: 180px;
    position: absolute;
    top: 38px;
    right: 20px;
    background: #fff7d6;
    height: auto;
    z-index: 100;
}
.title1 .ownPoint > div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
}
.title1 .ownPoint > div > span {
    width: 10px;
    height: 10px;
    background: url("../../images/tri2.png?r=001") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -6px;
    right: 10px;
}
