@charset "utf-8";
/* CSS Document */

/****活動用****/
.blackbarnew {
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background-color: #000;
    position: fixed;
    z-index: 999;
    overflow: hidden;
}

.yeslogo {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 2px;
    float: left;
}

.yeslogo i {
    margin-right: 8px;
    float: left;
}

.yeslogo i img {
    width: 10px;
    margin-top: 10px;
}

.yesgogo {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 2px;
    float: right;
}

.yesyes {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    margin-right: 4px;
}
/****活動用END****/

.pad {
    display: none;
}

.phone {
    display: none;
}

.web {
    display: block;
}

@media screen and (max-width: 800px) {
    .web {
        display: none;
    }

    .phone {
        display: none;
    }

    .pad {
        display: block;
    }
}

@media screen and (max-width: 736px) {
    .web {
        display: none;
    }

    .pad {
        display: none;
    }

    .phone {
        display: block;
    }
}

/*主視覺*/
.main {
    width: 100%;
    margin-top: 30px;
    background-image: url(../img/main_bg_web.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 88;
    background-position: center;
    transition: all 0.3s;
    overflow: hidden;
}

.bg {
    position: fixed;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; /*background-color: #eee;*/
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all 0.3s;
}

.box01 {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    transition: all 0.3s;
}

.main_h {
    margin: 0 auto;
}

.main_mob {
    margin-bottom: -3px;
}

.main_title {
    position: absolute;
    top: 40px;
    z-index: 999;
}
.main_island {
    width: 600px;
    position: absolute;
    z-index: 88;
    top: 30px;
    left: -54px;
}
.main_boat {
    width: 580px;
    position: absolute;
    z-index: 88;
    top: 10px;
    right: -44px;
}
.main_sea {
    position: absolute;
    z-index: 999999;
    bottom: -124px;
}

@media screen and (max-width: 1800px) {
    .main_island {
        width: 460px;
        position: absolute;
        z-index: 9999;
        top: 190px;
        left: -38px;
    }
    .main_boat {
        width: 440px;
        position: absolute;
        z-index: 99999;
        top: 180px;
        right: -86px;
    }
    .main_sea {
        bottom: -86px;
    }
}

@media screen and (max-width: 1080px) {
    .main_island {
        width: 420px;
        position: absolute;
        z-index: 9999;
        top: 226px;
        left: -80px;
    }
    .main_boat {
        width: 400px;
        position: absolute;
        z-index: 99999;
        top: 226px;
        right: -166px;
    }
}

@media screen and (max-width: 980px) {
    .main_island {
        width: 380px;
        position: absolute;
        z-index: 9999;
        top: 134px;
        left: -116px;
    }
    .main_boat {
        width: 320px;
        position: absolute;
        z-index: 99999;
        top: 166px;
        right: -138px;
    }
    .main_sea {
        bottom: -20px;
    }
}

@media screen and (max-width: 736px) {
    .main {
        background-image: url(../img/main_bg_mob.jpg);
    }

    .main_title {
        top: 10px;
        padding: 10px;
    }
    .main_island {
        width: 210px;
        position: absolute;
        z-index: 9999;
        top: 84px;
        left: -14px;
    }

    .main_boat {
        width: 180px;
        position: absolute;
        z-index: 99999;
        top: 104px;
        right: -42px;
    }

    .main_sea {
        bottom: -8px;
    }
}
/*活動內容*/
.page {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px 20px;
}

@media screen and (max-width: 736px) {
    .page {
        padding: 0 12px 20px;
        margin: 0 auto;
    }
}

.content01 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 888;
    background-image: url(../img/content_bg.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #ffe5b8;
    border: 5px #873900 solid;
    border-radius: 12px;
    padding: 54px 0 20px;
    /* margin-bottom: 40px;  */
}

.content01 > h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
    color: #007aff;
}

.content01 > h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #007aff;
    margin-bottom: 20px;
}

.totalwinners > h3 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.5;
    color: #ff035c;
    margin-bottom: 4px;
}

.sf {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
    color: #ff005b;
}

.totalwinners {
    width: 100%;
    /* background-color: #fff;
  border: 6px double #00a0ea; */
    position: relative;
    z-index: 8;
}

.titlebox_web {
    top: -68px;
    position: absolute;
    z-index: 8;
    width: 100%;
}

@media screen and (max-width: 980px) {
    .content01 {
        padding: 24px 0px 43px;
    }

    .titlebox_web {
        top: -52px;
    }
}

@media screen and (max-width: 736px) {
    .content01 {
        background-color: #ffe5b8;
        border: 2px #873900 solid;
        border-radius: 12px;
        padding: 20px 16px 43px;
        /* margin-bottom: 28px; */
    }

    .content01 > h1 {
        font-size: 20px;
    }

    .content01 > h2 {
        font-size: 16px;
    }

    .totalwinners > h3 {
        font-size: 40px;
    }

    .sf {
        font-size: 26px;
    }

    .titlebox_web {
        width: 320px;
        top: -23px;
        left: 50%;
        margin-left: -160px;
    }
}

@media screen and (max-width: 320px) {
    .titlebox_web {
        width: 260px;
        top: -22px;
        left: 50%;
        margin-left: -130px;
    }
    .winners > h3 {
        font-size: 40px;
    }

    .sf {
        font-size: 16px;
    }
}
/*任務*/
.taskbox {
    width: 100%;
    padding: 0 20px;
}

.taskbox ul {
    overflow: hidden;
}

.taskbox ul li {
    float: left;
    width: calc(100% / 3 - 12px);
    margin-right: 18px;
}

.taskbox ul li:nth-child(3n + 3) {
    margin-right: 0;
}

.task {
    background-color: #ffe5b8;
    padding: 40px 16px 28px;
    border-radius: 12px;
    position: relative;
    z-index: 8;
    border: 3px #ff6418 solid;
    overflow: hidden;
    min-height: 486px;
}

.task > h3 {
    font-size: 20px;
    color: #6a3906;
    line-height: 1.5;
}

.task > h2 {
    font-size: 26px;
    color: #cf5700;
    /* line-height: 1.5; */
    font-weight: bold;
    margin-bottom: 8px;
}

.task > h1 {
    font-size: 38px;
    color: #ff0038;
    /* line-height: 1.5; */
    font-weight: bold;
    margin-bottom: 12px;
}

.task > p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 8px;
    color: #438b00;
}

.explanation {
    border: #c75108 dashed 1px;
    margin-bottom: 12px;
    min-height: 92.8px;
}

.explanation p {
    font-size: 20px;
    color: #c75108;
    line-height: 1.3;
    padding: 8px;
}

.buttonbox {
    width: 100%;
    line-height: 48px;
    height: 48px;
    font-size: 20px;
    text-align: center;
    background-color: #59ba00;
    box-shadow: 0 5px 0 #438b00;
    color: #fff;
    border-radius: 6px;
    /* font-weight: bold; */
    transition: all 0.3s;
    margin: 0 auto;
}

.buttonbox_gray {
    background-color: #6d6d6d;
    box-shadow: 0 5px 0 #545454;
    color: #a4a4a4;
}
@media screen and (max-width: 980px) {
    .task_title {
        width: 44px;
    }

    .explanation {
        min-height: 72px;
    }

    .explanation p {
        font-size: 14px;
    }

    .task > h1 {
        font-size: 34px;
    }
}

@media screen and (max-width: 736px) {
    .explanation {
        min-height: auto;
    }

    .task {
        padding: 24px 16px 22px;
        min-height: auto;
    }

    .taskbox {
        padding: 0;
    }

    .taskbox ul li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .taskbox ul li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .task > h2 {
        font-size: 24px;
    }
    .task > h1 {
        font-size: 30px;
    }

    .task > p {
        font-size: 14px;
    }
}

.task_title {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 12px;
}

.task_img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 14px;
}

/*.winnerlist{
  margin-top: 12px;
  display: inline-block;
   border: 1px #c91f12 solid; 
  border-radius: 4px;
  padding: 6px 8px;
  width: 150px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  z-index: 8;
  right: 20px;
  text-decoration: underline;
  }

.winners a{font-size: 18px; color:#c91f12;}*/

@media screen and (max-width: 980px) {
    .task_title {
        left: 4px;
    }
}

@media screen and (max-width: 736px) {
    .task_title {
        width: 40px;
        left: 12px;
    }

    .task_img {
        width: 120px;
        margin-bottom: 12px;
    }
}

/*獎品*/
.content02 {
    margin-bottom: 20px;
}

/*兌換注意事項*/
.content03 {
    width: 100%;
}

.content03 h1 {
    font-size: 24px;
    color: #943400;
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 14px;
}

.note {
    overflow: hidden;
    padding-left: 16px;
    margin-bottom: 16px;
}
.note > li {
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 8px;
}

.note_s {
    overflow: hidden;
    padding-left: 22px;
}
.note_s > li {
    list-style-type: disc;
}

.note02_s {
    overflow: hidden;
    padding-left: 36px;
    color: #333333;
}
.note02_s > li {
    list-style-type: disc;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #6a3906;
}
.note02_s a {
    color: #333333;
    text-decoration: underline;
}

.note_s_step {
    overflow: hidden;
}
.note_s_step > li {
    padding-left: 16px;
}

.content h1 {
    font-size: 24px;
    color: #6b3eaf;
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 14px;
}

@media screen and (max-width: 736px) {
    .content h1 {
        padding-left: 2px;
        font-size: 22px;
    }
    .note {
        overflow: hidden;
        padding-left: 4px;
    }
    .note > li {
        font-size: 14px;
    }
    .note_s {
        overflow: hidden;
        padding-left: 18px;
    }
    .note02_s {
        overflow: hidden;
        padding-left: 26px;
    }
    .note02_s > li {
        font-size: 14px;
    }
}

.notice_p {
    color: #c91f12;
}

.bg_bottom img {
    margin-bottom: -3px;
    margin-top: -65px;
}

@media screen and (max-width: 1080px) {
    .bg_bottom img {
        margin-top: -70px;
    }
}

@media screen and (max-width: 736px) {
    .bg_bottom img {
        margin-bottom: -3px;
        margin-top: -52px;
    }
}

/*chain*/
.chain {
    height: auto;
    margin-bottom: -3px;
}

/*我的中獎紀錄*/
.mygift {
    width: 100%;
    background-image: url(../img/content_bg.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #ffe5b8;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 5px #873900 solid;
}

.mygift ul {
    overflow: hidden;
}

.mygift ul li {
    float: left;
    line-height: 54px;
    height: 54px;
}

.mygift ul li:nth-child(1) {
    width: 50px;
}
.mygift ul li:nth-child(2) {
    width: calc(100% - 190px);
}
.mygift ul li:nth-child(3) {
    width: 140px;
}

.cta_mygift {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    /* font-weight: bold; */
    color: #fff;
    background-color: #ff6418;
    /* border: 1px #ff6418 solid; */
    /* background-color: #d5000a; */
    border-radius: 6px;
    transition: all 0.3s;
    margin-top: 2px;
    /* box-shadow: 0 5px 0 #aa0000;*/
}

.cta_mygift:hover {
    background-color: #ff3b18;
}

.mygift h2 {
    font-size: 32px;
    font-weight: bold;
    color: #873900;
}

@media screen and (max-width: 736px) {
    .mygift {
        border: 2px #873900 solid;
        padding: 14px 16px 12px;
    }

    .mygift h2 {
        font-size: 24px;
    }

    .mygift ul li {
        line-height: 48px;
        height: 48px;
    }

    .mygift ul li:nth-child(1) {
        width: 34px;
    }
    .mygift ul li:nth-child(2) {
        width: calc(100% - 124px);
    }
    .mygift ul li:nth-child(3) {
        width: 90px;
        float: right;
    }

    .mygift_img {
        width: 34px;
        margin-top: 6px;
    }

    .cta_mygift {
        width: 100%;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .mygift h2 {
        font-size: 22px;
    }

    .mygift ul li:nth-child(1) {
        width: 34px;
    }

    .mygift ul li:nth-child(2) {
        width: calc(100% - 124px);
    }
    .mygift ul li:nth-child(3) {
        width: 90px;
        float: right;
    }
}

/*tab*/
.workbox {
    /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 736px) {
    .workbox {
        margin: 10px 0 0;
    }
    .junior_img_l img,
    .junior_img_r img {
        width: 250px;
    }
}

/* Tab 標題 */
.tab {
    width: 100%;
}
.tab ul {
    overflow: hidden;
}
.tab li {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
    width: calc(100% / 4);
    background-color: #ffa909;
    border-radius: 12px 12px 0px 0px;
    cursor: pointer;
}
.tablinks,
.tablinks2,
.tablinks3 {
    width: 100%;
    padding: 12px 0;
    display: block;
}
.tablinks p,
.tablinks2 p,
.tablinks3 p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.tab li:hover {
    background-color: #ff6418;
    color: #fff;
}

.tabcontent {
    float: left;
    width: 100%;
    display: none;
    background-color: #ffe5b8;
    padding: 20px;
    /* border: 5px #ff6418 solid; */
    border-top: 0;
    border-radius: 0 0 12px 12px;
}

.tabcontent h1 {
    color: #ff6418;
    font-size: 16px;
    margin-bottom: 8px;
}

.active {
    background-color: #ff6418;
    border-radius: 6px 6px 0px 0px;
}

@media screen and (max-width: 736px) {
    .tablinks p,
    .tablinks2 p,
    .tablinks3 p {
        font-size: 14px;
    }

    .tab li {
        border-radius: 6px 6px 0px 0px;
    }
}
/* Tab 標題結束 */

/*中獎名單*/
.winners {
    width: 100%;
    padding: 8px 24px;
    text-align: center;
}

.winnerbox {
    width: 100%;
    z-index: 88;
    background-color: #fee5b8;
}

.winnerbox h4 {
    margin-bottom: 8px;
    color: #ff6418;
    font-size: 18px;
}

.winner_table {
    width: 100%;
    margin-bottom: 12px;
}

.winner_table table {
    width: 100%;
}

.winner_table td {
    max-width: 94px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #6a3906;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px;
}

.winner_table td:nth-child(1) {
    width: 25%;
    text-align: center;
}

.winner_table tr:nth-child(odd) {
    background-color: #fffdd8;
}

.winner_table tr:nth-child(even) {
    background-color: #fff;
}

.winner_table tr:nth-child(1) {
    background-color: #e7f8ff;
    text-align: center;
}

.winnerbox_pop {
    background-color: #fffce4;
    padding: 60px 20px 0 20px;
}

/*tab end*/

/*popup*/
.bgblack {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.popup {
    width: 400px;
    min-height: 340px;
    position: absolute;
    top: 8%;
    z-index: 999;
    border-radius: 8px;
    background-color: #fffce4;
    padding-bottom: 30px; /*overflow: auto;*/
    overflow: hidden;
}

.popup h1 {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
    background-color: #f5253b;
}

.popup p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 20px;
    color: #4b0885;
    margin-top: -6px;
}

.popup h2 {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    padding: 14px 16px 0px;
    color: #f5253b;
    font-weight: bold;
    margin-bottom: 8px;
}

.popup h3 {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #a2202e;
    margin-bottom: 20px;
    padding: 0 16px;
}

.cantlogin {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 16px 16px;
    color: #4b0885;
    display: none;
}

@media screen and (max-width: 736px) {
    .popup h2 {
        margin-bottom: 8px;
    }
    .popup h3 {
        font-size: 16px;
    }
    .cantlogin {
        display: block;
    }
}

/*popup share*/
.fblog {
    width: 258px;
    margin: 0 auto;
}

.fbshare {
    width: calc(100%);
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #1d74e5;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
}

.lineshare {
    width: calc(100%);
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #0ec242;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
}

.joinus {
    width: calc(100%);
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    background-color: #ff5062;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;
}

.fbshare:hover {
    -webkit-filter: brightness(1.1);
}
.lineshare:hover {
    -webkit-filter: brightness(1.1);
}
.joinus:hover {
    background-color: #f5253b;
}

.box2s {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    overflow: hidden;
}

.box2s li {
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px; /*padding: 0px 20px 6px;*/
}

.box2s li:last-child {
    margin-right: 0;
}

/*share*/
.box3s {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    overflow: hidden;
}

.box3s li {
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
}

.box3s li:nth-child(1) {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.box3s li:last-child {
    margin: 0;
}

.popup3 {
    padding-bottom: 60px;
}

/*close popup*/
.close {
    position: absolute;
    right: 20px;
    width: 40px;
    cursor: pointer;
}
@media screen and (max-width: 736px) {
    .close {
        position: absolute;
        right: 0px;
        width: 40px;
        cursor: pointer;
    }
}

@keyframes op {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}

@media screen and (max-width: 736px) {
    .popup {
        width: 300px; /*margin:-200px 0 0 -150px;*/
        padding-bottom: 16px;
    }

    .popup3 {
        padding-bottom: 60px;
    }

    .box2s li {
        width: 100%;
        margin-bottom: 8px;
    }

    .box2s {
        position: static;
        width: calc(100%);
        padding: 0 16px;
        left: auto;
        bottom: auto;
    }

    .okgod {
        position: static;
        left: auto;
        bottom: auto;
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .close {
        position: absolute;
        right: 0px;
        width: 40px;
        cursor: pointer;
    }
}

.bodyno {
    overflow: hidden;
}

.goto {
    width: calc(100%);
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #ff5062;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
}

.goto:hover {
    background-color: #f5253b;
}

/*複製序號popup*/
.copynumber {
    font-size: 16px;
    text-align: center;
    padding: 0px 16px;
    color: #a2202e;
}

.number {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 16px 16px;
    color: #a2202e;
    font-weight: bold;
}

/*iknow popup*/
.iknow {
    width: calc(100%);
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    background-color: #ff5062;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;
}

.iknow:hover {
    background-color: #f5253b;
}

/*gift popup*/
.giftbox {
    width: 100%;
    padding: 0 20px;
}
.giftbox > ul {
    overflow: hidden;
}
.giftbox > ul > li {
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
}
.giftbox > ul > li:nth-child(1) {
    margin-bottom: 16px;
}
.giftbox > ul > li:nth-child(2) {
    margin-bottom: 16px;
}
.giftbox > ul > li:nth-child(2n + 2) {
    margin-right: 0;
}

/*popup2*/
.popup2 {
    min-height: 346px;
}

@media screen and (max-width: 736px) {
    .popup2 {
        min-height: 316px;
    }
}
/*popup4-中獎名單*/
.popup4 {
    width: 400px;
    min-height: 300px;
    position: absolute;
    top: 8%;
    border-radius: 8px;
    background-color: #fffbda;
    padding-bottom: 20px;
    max-height: 80vh;
    overflow: auto;
    z-index: 999;
}

.popup4 h1 {
    width: 400px;
    font-size: 24px;
    background-color: #f5253b;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    position: fixed;
    z-index: 999;
}

.popup4 p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 8px 16px 16px;
    color: #6a3906;
}

.popup4 h2 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    padding: 14px 16px 0px;
    color: #440000;
    font-weight: bold;
    margin-bottom: 24px;
}

.popup4 h4 {
    padding: 0px 16px;
    font-size: 16px;
    color: #ff6418;
    overflow: hidden;
    margin-bottom: 12px;
    text-align: center;
}

@media screen and (max-width: 736px) {
    .popup4 {
        max-height: none;
        width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0 !important;
        border-radius: 0px;
    }
    .popup4 h1 {
        width: 100%;
    }
}
.other_wards {
    display: flex;
    margin-top: 30px;
}
.other_wards > div {
    display: flex;
    flex: 1;
    padding: 12px 16px;
    margin-right: 30px;
    background-color: #fffdd8;
    border-radius: 10px;
}
.other_wards > div:last-child {
    margin-right: 0px;
}
.other_img {
    width: 80px;
    margin-right: 15px;
}
.other_font {
    padding: 14px 0 4px 0;
}
.other_font > p {
    font-size: 17px;
    margin-top: 15px;
    color: #6a3906;
}
.other_font > p > span {
    color: #ff2c2c;
    font-size: 26px;
}
@media screen and (max-width: 768px) {
    .other_wards {
        flex-wrap: wrap;
    }
    .other_wards > div {
        width: 100%;
        flex: inherit;
        margin-right: 0;
        margin-top: 20px;
    }
}
