.mr20 {
    margin-right: 20px;
}
.activity-wrap div {
    box-sizing: border-box;
    font-family: "나눔고딕", "NanumGothic", "malgun gothic", "돋움", "dotum";
}

.activity-jp div {
    font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}

.card-top {
    display: flex;
    color: #505050;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
}
.card-top-title {
    /* font-size: 28px; */
    font-weight: bold;
    font-size: 00.32rem;
}
.card-top-date {
    font-size: 0.24rem;
    font-weight: normal;
}
.card-top-attention {
    font-size: 0.24rem;
    text-decoration: underline;
    cursor: pointer;
}
.activity-wrap {
    /* height: 200px; */
    font-family: none;
}

.activity-wrap-left {
    width: 775px;
    float: left;
}

.activity-wrap-left-platform {
    width: 775px;
    height: 336px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 18px 26px;
    margin-bottom: 30px;
}

.platform-content {
    margin-top: 40px;
    display: flex;
}

.platform-content-left {
    width: 300px;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    float: left;
}

.activity-wrap-left-strategy {
    width: 775px;
    height: 524px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 30px;
    padding: 18px 26px;
}

.platform-content-title {
    font-size: 0.28rem;
    font-weight: 500;
    color: #505050;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.chest {
    width: 89px;
    height: 89px;
    position: relative;
    /* background: url(../../img/pc/home/home_case.png) no-repeat center center #F6F6F6; */
    background: #F6F6F6;
    border-radius: 5px;
    margin: 0 auto;
}

.chest img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
}

.chest-num {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 65px;
    border-radius: 10px 0 0 0;
    background: #636363;
    text-align: center;
    line-height: 22px;
}

.chest-description {
    position: absolute;
    height: 30px;
    line-height: 30px;
    background: rgba(80, 80, 80, .6);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5700);
    padding: 0 15px;
    top: 0;
    right: 0;
    max-width: 240px;
    text-align: center;
    transform: translate(70%, -50%);

    /*超出截取*/
    overflow: hidden;
    /*添加省略号*/
    text-overflow: ellipsis;
    /*让文本不换行，强制一行显示*/
    white-space: nowrap;
}

.sign-in-days {
    width: 170px;
    height: 30px;
    background: rgba(80, 80, 80, .6);
    border-radius: 15px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    margin-left: 240px;
    margin-top: 10px;
}

.sign-in-days>.days{
    color: #A4332C;
}

.platform-content-gun {
    height: 210px;
    float: left;
    border-left: 2px dashed #000;
    opacity: .2;
    margin-top: 10px;
}

.platform-content-right {
    flex: 1;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    float: right;
}

.platform-content-right > .platform-content-title {
    text-align: center;
    /* padding-left: 46px; */
}

.chest-list {
    display: flex;
    padding: 0 40px;
}

.btn {
    margin: 0 auto;
    width: 130px;
    height: 37px;
    background: #A4332C;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    margin-top: 32px;
    position: relative;
    cursor: pointer;
}

.btn-main {
    font-size: 0.24rem;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    /* min-width: 128px; */
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 25px;
    word-break: keep-all;
    white-space: nowrap;
}

.btn-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.btn-disabled {
    background: #979797;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    cursor: no-drop;
}

.btn-disabled .btn-main {
    min-width: 120px;
}

.sign-in-btn .btn-icon {
    background: url(../../img/pc/home/home_time.png) top center no-repeat;
}

.strategy-content {
    margin-top: 26px;
}

.strategy-content-item .chest {
    width: 84px;
    height: 84px;
    margin-top: 13px;
    margin-bottom: 2px;
}

.strategy-content-item {
    display: flex;
    font-weight: 400;
    color: #505050;
    height: 110px;
    line-height: 110px;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    width: 697px;
    margin-left: 13px;
}

.strategy-content-item-title {
    font-size: 24px;
}

.strategy-content-item:last-child {
    border-bottom: none;
}

.strategy-content-item-title {
    flex: 1;
    padding-left: 28px;
}

.strategy-item-btn {
    width: 123px;
    height: 37px;
    cursor: pointer;
    line-height: 37px;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 500;
    box-sizing: content-box;
    margin-top: 35px;
}

.strategy-item-btn1 {
    background: #FFFFFF;
    border: 2px solid #A4332C;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    color: #A4332C;
}

.strategy-item-btn2 {
    background: #A4332C;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}

.strategy-item-btn3 {
    background: #979797;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}

.activity-wrap-left-special {
    width: 775px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 21px 37px 36px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

.special-content-item {
    width: 701px;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 28px;
    cursor: pointer;
}

.special-content-item-left {
    float: left;
    width: 265px;
    height: 176px;
    background: #FFFFFF;
    border-radius: 3px;
}

.special-content-item-left img {
    width: 100%;
    height: 100%;
}

.special-content-item-right {
    float: right;
    width: 435px;
    height: 100%;
    padding: 20px 35px 18px 22px;
    position: relative;
}

.special-content-item-right-title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */  
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 1;
}

.special-content-item-right-info {
    font-size: 0.24rem;
    font-weight: 400;
    color: #505050;
    line-height: 28px;
    margin-top: 23px;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */  
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;
}

.special-content-item-right-date {
    position: absolute;
    font-size: 0.24rem;
    color: #707070;
    right: 19px;
    bottom: 18px;
}

.special-content-item-right-new {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../../img/pc/home/home_new.png) no-repeat top center;
    top: 16px;
    right: 18px;
}

.activity-wrap-right {
    width: 400px;
    float: right;
}

.activity-wrap-right-top {
    width: 400px;
    height: 63px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
}

.link-btn {
    text-decoration: underline;
    color: #707070;
    font-size: 0.24rem;
    cursor: pointer;
    margin: auto;
}

.role-btn {
    float: left;
}

.reward-record-btn {
    float: right;
}

.activity-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.question-icon {
    background: url(../../img/pc/question.png) no-repeat top center;
    margin-top: 3px;
}

.role-icon {
    background: url(../../img/pc/home_switch.png) no-repeat top center;
    margin-right: 5px;
}

.reward-icon {
    background: url(../../img/pc/reward.png) no-repeat top center;
    margin-right: 5px;
}

.return-icon {
    background: url(../../img/pc/entrance_return.png) no-repeat top center;
    margin-right: 5px;
}

.activity-wrap-left-empty {
    width: 775px;
    height: 524px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.activity-wrap-left-empty img {
    width: 223px;
}

.copy-btn {
    margin-top: 0;
}
.gift-code {
    word-break: break-all;
}

.gift-code-item {
    margin-top: 10px;
}

.sign-in-btn .btn-main>span {
    font-size: 0.24rem;
}

.chest-description {
    z-index: 1;
}

#tab-activity {
    position: relative;
}

#tab-activity .hasNew {
    content: "";
    position: absolute;
    right: 0.2em;
    top: 0.2em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d9001b;
    display: none;
}