@font-face {
    font-family: "Noto Sans TC Regular";
    src: url("https://www.hkma.gov.hk/ohpama_game/css/NotoSansTC-Regular.otf");
}

body,
html {
    font-size: 16px;
    height: 100%;
    background: #fff;
    color: #555;
    line-height: 1.3em;
    min-width: 320px;
}

body,
input,
textarea,
select{
    font-family: Arial, Helvetica, "Noto Sans TC Regular", "Microsoft JhengHei", sans-serif;
}

.clear{
    clear: both;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    opacity: 0.8;
}

.loading img {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.mobile .mobileHide{
    display: none !important;
}
.desktop .desktopHide{
    display: none !important;
}

.headerContainer{
    position: relative;
    background-color: #571A64;
    z-index: 3;
}
.header{
    position: relative;
    width:960px;
    margin:0 auto;
}
.mobile .header{
    width:auto;
}
.header .logo{
    display: inline-block;
    padding:17px 0;
}
.header .logo img{
    display: block;
    width:50%;
}
.mobile .header .logo{
    display: block;
    padding:18px 17px;
    width:180px;
}
.mobile .header .logo img{
    width:100%;
}
.header .menu_btn{
    display: none;
}
.mobile .header .menu_btn{
    display: block;
    position: absolute;
    right:15px;
    top:15px;
    width:30px;
    height: 30px;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/ic_menu.png) center center no-repeat;
}
.mobile .header .menu_btn.open{
    background: url(https://www.hkma.gov.hk/ohpama_game/images/ic_close_btn.png) center center no-repeat;
}

.menuContainer{
    position: relative;
    background-color: #571a64;
    color: #fff;
}
.mobile .menuContainer{
    display: none;
}
.menu{
    position: relative;
    width:960px;
    margin:0 auto;
}
.menu a{
    display: inline-block;
    position: relative;
    padding: 22px 20px;
    line-height: 1.2em;
    color: #fff;
}
.menu a .arrow{
    display: block;
    position: absolute;
    bottom:-1px;
    left:50%;
    width: 0; 
    height: 0; 
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.menu a:first-child{
    padding-left: 0;
}
.mobile .menu{
    width:auto;
}

.submenuContainer{
    position: relative;
    background-color: #fff;
}
.mobile .submenuContainer{
    display: none;
    position: absolute;
    top: 62px;
    width:100%;
    background-color: #571A64;
    color:#fff;
    border-top:1px solid rgba(255,255,255,0.5);
}
.mobile .submenuContainer.show{
    display: block;
}
.submenu .menu_lv1{
    display: block;
    position: relative;
    width:960px;
    margin:0 auto;
}
.mobile .submenu .menu_lv1{
    display: block;
    width:auto;
}
.mobile .submenu{
    width:auto;
    font-size:16px;
    line-height: 1.2em;
    padding-bottom: 20px;
}
.submenu .menu_lv1 > a{
    display: none;
    color:#fff;
    padding:15px 0;
    letter-spacing: 2px;
}
.mobile .submenu .menu_lv1{
    margin: 0 17px;
}
.mobile .submenu .menu_lv1:last-child{
    border-bottom:none;
}
.mobile .submenu .menu_lv1 > a{
    display: block;
    border-bottom:1px solid rgba(255,255,255,0.5);
    background: url(https://www.hkma.gov.hk/ohpama_game/images/ic_menu_arrow.png) center right no-repeat;
}
.submenu .menu_lv2{
    display: block;
    position: relative;
    width:25%;
    float: left;
}
.mobile .submenu .menu_lv2{
    font-size: 14px;
    border-bottom:1px solid rgba(255,255,255,0.5);
    float: none;
    width:auto;
}
.submenu .menu_lv2 a{
    display: block;
    color:#310535;
    letter-spacing: 2px;
    padding: 22px 0;
    text-align: center;
    line-height: 1.2em;
}
.mobile .submenu .menu_lv2 a{
    display: block;
    padding: 15px 10px;
    color:#fff;
    text-align: left;
}
.submenu .menu_lv3{
    display: none;
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    background: #fff;
    border-top:4px solid #571A64;
}
.mobile .submenu .menu_lv3{
    display: block;
    position: relative;
    background-color: #571A64;
    border-top:0;
}
.mobile .submenu .menu_lv3 a{
    display: block;
    position: relative;
    margin-right:10px;
    margin-left:10px;
    margin-bottom:10px;
    background-color: #A12AAE;
    border-radius: 50px;
    text-align: left;
}
.submenu .menu_lv3.show{
    display: block;
}
.submenu .menu_lv3 a{
    display: block;
    color:#310535;
    padding:15px ;
}
.mobile .submenu .menu_lv3 a{
    padding:15px 30px;
}
.submenu .menu_lv3 a .arrow{
    display: none;
}
.mobile .submenu .menu_lv3 a .arrow{
    display: block;
    position: absolute;
    right:15px;
    top:15px;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/ic_menu_arrow.png) center right no-repeat;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    vertical-align: top;
}






.footerContainer{
    position: relative;
    background-color: #571a64;
    color:#fff;
    z-index: 0;
}
.footerContainer .footer{
    position: relative;
    background-color: #571a64;
    color:#fff;
    width:960px;
    margin:0 auto;
    padding: 30px 0;
}
.mobile .footerContainer .footer{
    width:auto;
    padding: 10px 15px 20px;
}
.footer .footer_left{
    float: left;
    width: 300px;
    margin-right: 50px;
}
.mobile .footer .footer_left{
    float: none;
    width: auto;
    margin-right: 0;
}
.footer .footer_right{
    float: left;
    width: 300px;
}
.mobile .footer .footer_right{
    float: none;
    width: auto;
}
.mobile .footer .footer_right .useful_link{
    display: none;
}
.mobile .footer .footer_right .useful_link.show{
    display: block;
}
.footer .useful_link{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}
.footer .sep{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin:10px 0;
}
.footer .item{
    display: block;
    color:#fff;
    font-size:16px;
    padding:10px 0;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/ic_expend.png) right center no-repeat;
}
.footer .item.mobileHide{
    background: none;
}
.mobile .footer .item{
    font-size:14px;
}
.footer .sub_item{
    display: block;
    color:#fff;
    font-size:14px;
    padding:10px 0;
}
.footer .social a{
    display: inline-block;
    margin-right:5px;
}
.footer .social a img{
    display: block;
}
.mobile .footer .social{
    padding-top: 20px;
}
.footer .copy{
    margin-top:20px;
    font-size: 14px;
    text-align: right;
}
.mobile .footer .copy{
    font-size: 12px;
    text-align: left;
}


.contentContainer{
    position: relative;
    z-index: 1;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/bg_1.png) center top;
}
.contentContainer.bg1{
    background: url(https://www.hkma.gov.hk/ohpama_game/images/bg_1.png) center top;
}
.contentContainer.bg2{
    background: url(https://www.hkma.gov.hk/ohpama_game/images/bg_2.png) center top;
}

.content{
    position: relative;
    width:960px;
    margin:0 auto;
}
.mobile .content{
    width:auto;
}
.content .title{
    text-align: center;
    padding:20px;
}


.home .title h1{
    font-size: 54px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
}
.mobile .home .title h1{
    font-size: 30px;
}
.home .title h2{
    font-size: 20px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
}
.home .kv img{
    display: block;
    max-width:100%;
    margin: 0 auto;
    z-index: 1;
}
.home .kv .scroll_btn{
    display: block;
    position: relative;
    width:80px;
    height: 80px;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/scroll_btn.png) 0 0 no-repeat;
    margin: 20px auto 0;
    z-index: 2;
}
.mobile .home .kv .scroll_btn{
    display: block;
    width:40px;
    height: 40px;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/scroll_btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 30px auto;
}

.home .intro{
    position: relative;
    margin: 0 16px;
}
.mobile .home .intro{
    padding-bottom: 50px;
}
.home .intro h3{
    font-size: 36px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.mobile .home .intro h3{
    font-size: 24px;
}
.home .intro .intro_text{
    padding:20px 16px;
    border-radius: 10px;
    background: rgba(255,255,255,0.6);
    color:#3A3A3A;
    font-size: 16px;
    line-height: 1.5em;
    margin-right: 300px;
    padding-right: 140px;
}
.mobile .home .intro .intro_text{
    font-size:14px;
    margin-right: 0;
    padding-right: 20px;
}
.home .intro .intro_text p{
    margin-bottom: 20px;
}
.home .intro .intro_text img{
    display: block;
    width: 100%;
    max-width:400px;
    position: absolute;
    right:0;
    top:0;
}
.mobile .home .intro .intro_text img{
    position: relative;
    right:inherit;
    top:inherit;
}
.mobile .home .intro .intro_text img{
    margin-bottom: -40px;
}

.home .action_btn{
    padding: 40px 20px;
    text-align: center;
}
.mobile .home .action_btn{
    padding: 20px 20px;
}
.home .action_btn .btn{
    min-width: 300px;
    margin:0 10px;
}
.mobile .home .action_btn .btn{
    display: block;
    margin-bottom: 30px;
    min-width: auto;
    margin:0 auto 30px;
}

.char{
    text-align: center;
    padding: 30px 0;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/bg_3.jpg) center top;
}
.char h3{
    font-size: 36px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.mobile .char h3{
    font-size: 24px;
}
.char h4{
    font-size: 24px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 3px;

}
.mobile .char h4{
    font-size: 18px;

}
.char h5{
    font-size: 24px;
    color:#310535;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 3px;

}
.mobile .char h5{
    font-size: 16px;

}
.char p{
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color:#3A3A3A;
    margin-bottom:20px;
}
.mobile .char p{
    font-size: 14px;
}
.char .item{
    display: block;
    margin-bottom: 30px;
}
.char .item img{
    display: block;
    height: 200px;
    margin:20px auto;
}


.btn{
    position: relative;
    display: inline-block;
    font-size: 16px;;
    color:#fff;
    line-height: 1.2em;
    text-align: center;
    max-width:280px;
    margin:0 auto;
    margin-bottom: 10px;
}
.btn .btn_main{
    position: relative;
    display: block;
    background:#973CA1;
    padding: 18px 10px;
    border-radius: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    z-index: 2;
    top:0;
    transition: top 0.05s ease-in-out;
}
.btn .btn_shadow{
    position: absolute;
    display: block;
    background:#571A64;
    width:100%;
    height: 100%;
    bottom:-10px;
    border-radius: 25px;
    right:0;
    z-index: 1;
}
.btn .btn_arrow{
    display: inline-block;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/btn_arrow_right.png) 0 0 no-repeat;
    width: 11px;
    height: 18px;
    vertical-align: top;
}
.btn .btn_arrow_prev{
    display: inline-block;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/btn_arrow_left.png) 0 0 no-repeat;
    width: 11px;
    height: 18px;
    vertical-align: top;
}
.btn:active .btn_main{
    top:10px;
}



.banner{
    position: relative;
}
.banner img{
    display: block;
    width:100%;
}

.banner .title{
    display: block;
    position: absolute;
    top:30px;
    left:17px;
    text-align: left;
    padding:0;
}
.banner .title h1{
    font-size: 54px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
}
.mobile .banner .title h1{
    font-size: 30px;
}
.banner .title h2{
    font-size: 28px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
}
.mobile .banner .title h2{
    font-size: 20px;
}

.inner_navContainer{
    background: rgb(167,128,234);
    background: linear-gradient(180deg, rgba(167,128,234,1) 0%, rgba(95,98,191,1) 100%);
    z-index:2;
}
.inner_nav{
    position: relative;
}
.inner_nav .nav_btn{
    display: block;
    position: relative;
    width:33%;
    float: left;
}
.inner_nav .nav_btn a{
    display: block;
    text-align: center;
    background: rgb(167,128,234);
    background: linear-gradient(180deg, rgba(167,128,234,1) 0%, rgba(95,98,191,1) 100%);
    font-size:16px;
    color:#fff;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 17px 0;
    border-left:1px solid #D6D6D6;
}
.inner_nav .nav_btn:first-child a{
    border-left:0;
}

.inner_nav .nav_btn .arrow{
    display: block;
    position: absolute;
    bottom:-7px;
    left:50%;
    width: 0; 
    height: 0; 
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #5F62BF;
}

.formBanner{
    background: rgb(235 239 246);
    background: linear-gradient(180deg, rgb(234 237 245) 0%, rgb(235 239 246) 100%);

}
.form .details{
    position: relative;
    padding: 30px 16px;
}
.form h3{
    font-size: 36px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.mobile .form h3{
    font-size: 24px;
}
.form h4{
    font-size: 28px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 3px;

}
.mobile .form h4{
    font-size: 18px;

}

.form p a{
    display: inline-block;
    background: #973CA1;
    padding:5px 15px;
    border-radius: 8px;
    color:#fff;
}
.form .details p{
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color:#3A3A3A;
    margin-bottom:20px;
}
.mobile .form .details p{
    font-size: 14px;
}
.form .details ol{
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color:#3A3A3A;
    list-style-type: decimal;
    margin-left:25px;
    margin-bottom:20px;
}
.mobile .form .details ol{
    font-size: 14px;
}
.form .details .award_section{
    float:left;
    width:454px;
    margin-right: 20px;
}
.form .details .award_des{
    height:100px;
}
.mobile .form .details .award_des{
    height:auto;
}
.form .details .award_section.primary{
    margin-right: 0;
}
.mobile .form .details .award_section{
    float:none;
    width:auto;
    margin-right: 0;
}
.form .details .awards{
    background: #F8F5FF;
    border-radius:5px;
    padding:10px;
    margin-bottom: 30px;
}

.form .details .awards table{
    width:100%;
}
.form .details .awards table td{
    padding:10px;
    vertical-align: middle;
    font-size: 18px;
}
.form .details .awards table td .remark,
.form .details .awards table td .label{
    font-size: 14px;
}
.form .details .awards table tr{
    border-bottom:1px solid #979797;
}
.form .details .awards table tr:last-child{
    border-bottom:0;
}
.form .details .awards table td.prize{
    text-align: right;
    width:100px;
}
.mobile .form .details .awards table td.prize{
    text-align: center;
    width:auto;
}
.form .details .awards table td.prize img{
    display: inline-block;
    width:40px;
}


.mobile .form .btn{
    display: block;
    margin-bottom: 20px;
}


.formContainer{
    background: #fff;
}
.form .application_form{
    background: #fff;
    padding: 30px 16px;
}

.form .form_register{
    float:left;
    width:454px;
    margin-right:20px;
}
.form .form_applicant{
    float:left;
    width:454px;
}
.mobile .form .form_register{
    float:none;
    width:auto;
    margin-right:0;
}
.mobile .form .form_applicant{
    float:none;
    width:auto;
}

.form .form_edit .field{
    background: #fff;
}

.form .radio a{
    display: block;
    position: relative;
    border-radius: 4px;
    border:1px solid #571A64;
    margin-bottom: 20px;
    text-align: center;
    font-size:14px;
    color:#571A64;
    line-height: 1.4em;
    padding:10px 0;
}
.mobile form .radio a{
    margin-bottom: 0;
}
.form .radio a.active{
    background:#571A64;
    color:#fff;
}
.form .radio input{
    display: none;
}
.form .radio table{
    width:100%;
}
.form .radio table td{
    width:50%;
}
.form .radio table td.sep{
    width:20px;
}
.form .field{
    position: relative;
    border-radius: 4px;
    border:1px solid rgba(0,0,0,0.38);
    margin-top: 20px;
}
.form .remarks{
    position: relative;
    margin-top: 5px;
}
.form .field_title{
    color:#3a3a3a;
    font-size:16px;
    margin-bottom: 10px;
}
.mobile .form .field_title{
    font-size:14px;
    margin-top:20px;
}
.form .field .input{
    position: relative;
    margin-right:32px;
}

.form .field input{
    display: block;
    position: relative;
    width:100%;
    height:20px;
    font-size:16px;
    z-index: 2;
    background: none;
    border:0;
    -webkit-appearance:none;
    border-radius: 0;
    padding: 24px 16px 8px;
    color:#000;
    line-height: 20px;
}
.form .field .placeholder{
    display: block;
    position: absolute;
    top:16px;
    left:16px;
    z-index: 1;
    font-size:16px;
    color:#999;
    line-height: 20px;
    transition: all 200ms ease-out;
}

.form .select_field{
    position: relative;
    border-radius: 4px;
    border:1px solid rgba(0,0,0,0.38);
    margin-top: 20px;
    padding: 16px 16px;
}
.form .select_field select{
    display: block;
    position: relative;
    width:100%;
    height:20px;
    font-size:16px;
    z-index: 2;
    background: none;
    border:0;
    -webkit-appearance:none;
    border-radius: 0;
    color:#000;
    line-height: 20px;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/select_arrow.png) right center no-repeat;
}
.form .file_field{
    position: relative;
    border-radius: 4px;
    border:1px solid rgba(0,0,0,0.38);
    margin-top: 20px;
    padding: 16px 16px;
}
.form .file_field .input{
    position: relative;
    margin-right:32px;
}
.form .file_field input{
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    font-size:16px;
    z-index: 2;
    background: none;
    border:0;
    -webkit-appearance:none;
    border-radius: 0;
    color:#000;
    line-height: 20px;
    opacity: 0;
}
.form .file_field .file_input{
    color:#999;
}
.form .file_field .file_input.fill{
    color:#000;
}
.form .field.fill .placeholder{
    font-size:12px;
    top:5px;
}
.form .uploadfile{
    width: 420px;
    margin:0 auto;
}
.mobile .form .uploadfile{
    width:100%;
}
.form .action_btn{
    text-align: center;
}
.form .action_btn .btn{
    min-width:300px;
    margin:30px 10px;
}
.mobile .form .action_btn .btn{
    display: block;
    min-width:auto;
    margin:30px auto;
    margin-bottom: 30px;
}

.form .cert{
    position: relative;
    width:100%;
}
.form .cert img{
    display: block;
    width:100%;
}

.form .tnc{
    position: relative;
    border-top: 1px solid #D6D6D6;
    margin: 30px 0 0 0;
    padding-top:30px;
    padding-bottom:30px;
    font-size:12px;
    line-height: 1.5em;
}
.form .tnc a{
    color:#555;
    text-decoration: underline;
}
.form .tnc ol{
    list-style: decimal;
    margin-left: 20px;
}
.form .tnc ol li{
    margin: 5px 0;
}


.form .result_section{
    position: relative;
    padding: 30px 16px;
}
.form .result{
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #979797;
}
.form .result:last-child{
    border-bottom: 0;
}
.form .result img{
    display: block;
    width:100%;
    max-width:400px;
    margin:0 auto;
}
.form .result table{
    margin:30px auto;
}
.form .result .prize {
    width:40px;
}
.form .result .prize img{
    display: block;
    width:100%;
}
.form .result table td{
    vertical-align: middle;
    padding: 10px;
}

.videoBanner{
    background: #ebeff6;
}
.video .inner_section{
    padding: 30px 16px;
}
.video .title{
    font-size:18px;
    text-align: left;
    padding: 10px 0;
}
.mobile .video .title{
    font-size:14px;
}
.video h3{
    font-size: 36px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.mobile .video h3{
    font-size: 24px;
}

.video .leftbubble{
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.3em;
    padding:14px;
    background: #fff;
    border-radius: 15px;
    margin-bottom:30px;
}
.mobile .video .leftbubble{
    display: block;
    float: left;
}
.video .leftbubble .arrow{
    display: block;
    position: absolute;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/leftbubble_2x.png) 0 0 no-repeat;
    width: 31px;
    height: 15px;
    background-size: 100% 100%;
    top:100%;
    left:40px;
    margin-top:-1px;
}
.video .rightbubble{
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.3em;
    padding:14px;
    background: #fff;
    border-radius: 15px;
    margin-left:30px;
    margin-bottom:50px;
}
.mobile .video .rightbubble{
    float: right;
    clear:both;
}
.video .rightbubble .arrow{
    display: block;
    position: absolute;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/rightbubble_2x.png) 0 0 no-repeat;
    width: 29px;
    height: 18px;
    background-size: 100% 100%;
    top:100%;
    right:40px;
    margin-top:-1px;
}

.video p{
    margin-bottom: 20px;
}
.video .videoplayer{
    position: relative;
    width:100%;
    padding-bottom:56%;
    padding-bottom:56.25%;
}
.video .videoplayer iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.video .videoplayer img{
    display: block;
    width:100%;
}
.video .action_btn{
    text-align: center;
}
.video .action_btn .btn{
    min-width:300px;
    margin:30px 10px;
}
.mobile .video .action_btn .btn{
    display: block;
    min-width:auto;
    margin:30px auto;
    margin-bottom: 30px;
}

.gameBanner{
    background: rgb(235 239 246);
    background: linear-gradient(180deg, rgb(234 237 245) 0%, rgb(235 239 246) 100%);

}


.game .inner_section{
    padding: 30px 16px;
}
.game .title{
    font-size:18px;
    text-align: left;
    padding: 10px 0;
}
.mobile .game .title{
    font-size:14px;
}
.game h3{
    font-size: 36px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.mobile .game h3{
    font-size: 24px;
}
.game h4{
    font-size: 16px;
    color:#310535;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.mobile .game h4{
    font-size: 14px;
}
.game p{
    margin-bottom: 20px;
    line-height: 1.5em;
}
.game *{
  -webkit-touch-callout: none; 
  -webkit-user-select: none;
   -khtml-user-select: none; 
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; 
}
.game .gameplayer{
    position: relative;
    width:100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.game .gameplayer canvas{
    position: relative;
    width:100% !important;
    height: auto !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.game .action_btn{
    text-align: center;
}
.game .action_btn .btn{
    min-width:300px;
    margin:30px 10px;
}
.mobile .game .action_btn .btn{
    display: block;
    min-width:auto;
    margin:30px auto;
    margin-bottom: 30px;
}


.diyBanner{
    background: rgb(234,237,245);
    background: linear-gradient(180deg, rgba(234,237,245,1) 0%, rgba(236,220,255,1) 100%);
}


.diy .inner_section{
    padding: 30px 16px;
}
.diy .title{
    font-size:18px;
    text-align: left;
    padding: 10px 0;
}
.mobile .diy .title{
    font-size:14px;
}
.diy h3{
    font-size: 36px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.mobile .diy h3{
    font-size: 24px;
}
.diy h4{
    font-size: 16px;
    color:#310535;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.mobile .diy h4{
    font-size: 14px;
}
.diy p{
    margin-bottom: 20px;
    line-height: 1.5em;
}
.diy p a{
    display: inline-block;
    background: #973CA1;
    padding:5px 15px;
    border-radius: 8px;
    color:#fff;
}
.diy .videoplayer{
    position: relative;
    border-radius: 8px;
    background: #EDE6FD;
    border:4px solid #fff;
}
.diy .videoplayer2{
    position: relative;
    width:100%;
    padding-bottom:56%;
    padding-bottom:56.25%;
}
.diy .videoplayer2 iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.diy .videoplayer img{
    display: block;
    width:100%;
}
.diy .videoplayer table{
    width:100%;
    margin:0 auto;
}
.diy .videoplayer table th,
.diy .videoplayer table td{
    text-align: center;
    vertical-align: bottom;
    border:1px solid #fff;
    text-align: left;
    padding:10px;
    vertical-align: top;
}
.diy .videoplayer table td a{
    display: inline-block;
    background: #973CA1;
    padding:5px 15px;
    border-radius: 8px;
    color:#fff;
    margin:5px 0;
}
.diy .videoplayer table td img{
    max-width: 100%;
}
.diy .materials{
    position: relative;
    background: #EDE6FD;
    border:4px solid #fff;
    border-radius: 8px;
    padding:10px;
    margin-bottom:30px;
}
.mobile .diy .materials{
    font-size:14px;
}
.diy .materials table{
    width:100%;
    margin:10px auto;
}
.diy .materials table td{
    text-align: center;
    vertical-align: bottom;
    width:25%;
}
.diy .materials table td img{
    max-width: 100%;
}

.diy .action_btn{
    text-align: center;
}
.diy .action_btn .btn{
    min-width:300px;
    margin:30px 10px;
}
.mobile .diy .action_btn .btn{
    display: block;
    min-width:auto;
    margin:30px auto;
    margin-bottom: 30px;
}

.diy .remarks{
    text-align: center;
    font-size:14px;
}
..mobile .diy .remarks{
    font-size:12px;
}



.tnc .inner_section{
    padding: 30px 16px;
}
.tnc .title{
    font-size:18px;
    text-align: left;
    padding: 10px 0;
}
.mobile .tnc .title{
    font-size:14px;
}
.tnc h3{
    font-size: 20px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.mobile .tnc h3{
    font-size: 16px;
}
.tnc h4{
    font-size: 16px;
    color:#310535;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.mobile .tnc h4{
    font-size: 14px;
}
.tnc p{
    margin-bottom: 20px;
    line-height: 1.5em;
}
.tnc a{
    text-decoration: underline;
    color:#310535;
}
.tnc ol{
    list-style: decimal;
    margin-bottom: 20px;
    line-height: 1.5em;
    margin-left: 25px;
}
.tnc ul{
    list-style: disc;
    margin-bottom: 20px;
    line-height: 1.5em;
    margin-left: 25px;
}

.tnc li{
    margin-bottom: 10px;
}

.worksheetBanner{
    background: rgb(235 239 246);
    background: linear-gradient(180deg, rgb(234 237 245) 0%, rgb(235 239 246) 100%);
}


.worksheet{
    text-align: center;
}
.worksheet .inner_section{
    padding: 30px 16px;
}
.worksheet .title{
    font-size:18px;
    text-align: left;
    padding: 10px 0;
}
.mobile .worksheet .title{
    font-size:14px;
}
.worksheet h3{
    font-size: 36px;
    color:#310535;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.mobile .worksheet h3{
    font-size: 24px;
}
.worksheet h4{
    font-size: 16px;
    color:#310535;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.mobile .worksheet h4{
    font-size: 14px;
}
.worksheet .image{
    max-width: 300px;
    margin: 0 auto;
}
.worksheet .image img{
    display: block;
    width:100%;
}
.worksheet .action_btn{
    text-align: center;
}
.worksheet .action_btn .btn{
    min-width:300px;
    margin:30px 10px;
}
.mobile .worksheet .action_btn .btn{
    display: block;
    min-width:auto;
    margin:30px auto;
    margin-bottom: 30px;
}
.worksheet .btn .btn_arrow{
    display: inline-block;
    background: url(https://www.hkma.gov.hk/ohpama_game/images/ic_download.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: top;
}
@media screen and (max-width: 960px) {

}