@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 18px;
}

b {
    font-weight: bold;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: url(../ossweb-img/cussor1.png), auto;
}

i {
    font-style: normal;
}
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    background: #0a1010;
    -webkit-overflow-scrolling: touch;
}
html {
    cursor: url(../ossweb-img/cussor.png), auto;
}
main,
section,
nav,
footer {
    display: block;
    margin: 0;
    padding: 0;
}

@font-face { font-family: 'NS-M'; src: url(../fonts/NotoSans-Medium.ttf) format('truetype'); }
@font-face { font-family: 'NS-R'; src: url(../fonts/NotoSans-Regular.ttf) format('truetype'); }
@font-face { font-family: 'NS-JP-M'; src: url(../fonts/NotoSansJP-Medium.ttf) format('truetype'); }
@font-face { font-family: 'NS-JP-R'; src: url(../fonts/NotoSansJP-Regular.ttf) format('truetype'); }


body {
    overflow-x: hidden;
    font-family: "NS-R";
}
.lang-en { font-family: 'NS-R'; }

.lang-ja { font-family: 'NS-JP-R'; }

.f-bold {
    font-family: "NS-M";
}

.lang-ja .f-bold {
    font-family: "NS-JP-M";
}

.wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 10rem;
}

.container {
    position: relative;
    background-image: url(../ossweb-img/survey/bg.jpg);
    background-position: 0 0;
    background-size: 19.2rem 28rem;
    background-repeat: no-repeat;
    background-color: #0a1010;
}
.wrapper[data-id="1"] .container {
    background-image: url(../ossweb-img/survey/bg2.jpg);
    background-position: 0 0;
    background-size: 19.2rem 10.8rem;
    background-repeat: no-repeat;
}

.section {
    width: 100%;
    position: relative;
    overflow: unset;
}

.top {
    height: 1.6rem;
    display: flex;
}
.logo {
    display: block;
    background: url(../ossweb-img/survey/logo.png) center center / 100% no-repeat;
    width: 2.04rem;
    height: 1.56rem;
    margin: .1rem;
}
.login-box {
    margin: 0.1rem 0 0 auto;
}

.login-box .login {
    background: url(../ossweb-img/survey/btn_login.png) center center / 100% no-repeat;
    width: 1.87rem;
    height: 0.55rem;
    font-size: 0.2rem;
    text-align: center;
    color: #d7c896;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0.34rem;
}
.login-box .login:hover {
    filter: brightness(1.2);
}

.logined {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logined .user-name {
    font-size: 0.2rem;
    color: #d7c896;
    text-decoration: underline;
    margin: 0 0.6rem 0 0.1rem;
}

.login-box .logout {
    background: url(../ossweb-img/survey/btn_login.png) center center / 100% no-repeat;
    width: 1.87rem;
    height: 0.55rem;
    font-size: 0.2rem;
    text-align: center;
    color: #d7c896;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-indent: 0.34rem;
    line-height: 0.58rem;
}

.language {
    background: url(../ossweb-img/survey/lang_bg.png?v=1.0) center center / 100% no-repeat;
    position: relative;
    width: 2.34rem;
    height: 0.55rem;
    margin: 0.1rem 0.1rem 0 0.1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url(../ossweb-img/cussor1.png), auto;
}
.language p:hover {
    filter: brightness(1.2);
}

.language::before {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/lang_icon.png) center center / 100% no-repeat;
    width: 0.23rem;
    height: 0.23rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.22rem;
    margin: auto 0;
}

.language::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/row_icon.png) center center / 100% no-repeat;
    width: 0.14rem;
    height: 0.21rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.15rem;
    margin: auto 0;
    transition: all 0.3s;
}
.language.act::after {
    transform: translateX(-0.1rem) rotate(90deg);
}

.language .lang {
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.55rem;
    height: 0.55rem;
    color: #d7c896;
    width: 100%;
}

.lang_list {
    background: url(../ossweb-img/survey/lang_list.png) top center / 100% no-repeat;
    width: 2.22rem;
    max-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.33rem;
    margin: 0 auto;
    /* height: 1.79rem; */
    /* opacity: 0; */
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
    padding: 0;
    padding-top: 0.06rem;
}

.lang_list.act {
    opacity: 1;
    max-height: 0.88rem;
    height: 0.88rem;
}

.lang_item {
    font-size: 0.2rem;
    color: #d7c896;
    line-height: 0.36rem;
    margin: 0.01rem auto;
    text-align: center;
    height: 0.36rem;
    width: 2.15rem;
    position: relative;
}
.lang_item:first-child {
    margin: 0.062rem auto 0;
}
.lang_item::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/lang_line.png) center center / 100% no-repeat;
    width: 1.94rem;
    height: 0.01rem;
    position: absolute;
    bottom: -0.01rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lang_item.act,
.lang_item:hover {
    background: url(../ossweb-img/survey/lang_act.png) center center / 100% 0.36rem no-repeat;
}


.content {
    height: 23.7rem;
}
.wrapper[data-id="1"] .content {
    display: none;
}
.title {
    background: url(../ossweb-img/survey/title_line.png) bottom center / 100% no-repeat;
    min-width: 5.13rem;
    height: 0.6rem;
    margin: 0 auto;
    width: max-content;
    position: relative;
    padding: 0 0.46rem;
}
.title::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/survey/title_icon.png) center center / 100% no-repeat;
    width: 0.26rem;
    height: 0.29rem;
    top: 0;
    bottom: 0;
    left: 0.1rem;
    margin: auto 0;
}
.title::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/survey/title_icon.png) center center / 100% no-repeat;
    width: 0.26rem;
    height: 0.29rem;
    top: 0;
    bottom: 0;
    right: 0.1rem;
    margin: auto 0;
}
.title p {
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #ead58e;
    text-align: center;
}

.cbt_content {
    width: 70%;
    margin: 0.2rem auto;
    height: 20.5rem;
    padding: 0 0.1rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.cbt_title {
    font-size: 0.16rem;
    color: #ead58e;
    line-height: 0.26rem;
}

.cbt_choose_tip,
.cbt_checkbox_tip {
    color: red;
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin: 0.02rem 0 0.02rem 0.2rem;
    opacity: 0;
    width: 100%;
}
.cbt_choose_list li p.input_tip {
    color: red;
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin: 0.02rem 0 0.02rem 0.2rem;
    display: none;
    width: 100%;
}
.cbt_choose_tip.act,
.cbt_checkbox_tip.act {
    opacity: 1;
}
.cbt_choose_list li p.input_tip.input_tip.act {
    display: block;
}

.cbt_item {
    margin-bottom: 0.8rem;
    display: none;
}
.cbt_item.act {
    display: block;
}
.cbt_item:last-child {
    margin-bottom: 0;
}
.cbt_choose_list li {
    display: flex;
    align-items: center;
    /* 缩进 */
    margin-left: 0.2rem;
    flex-wrap: wrap;
    cursor: url(../ossweb-img/cussor1.png), auto;
}

.cbt_choose_list li p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #fff1d7;
    margin: 0 0.08rem;
}

.single_choose.cbt_choose_list li i,
.single_choose2.cbt_choose_list li i {
    display: block;
    background: url(../ossweb-img/survey/single_choose.png) center center / 100% no-repeat;
    width: 0.14rem;
    height: 0.14rem;
    position: relative;
}
.single_choose.cbt_choose_list li.act i::after,
.single_choose2.cbt_choose_list li.act i::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/survey/m/single_choose_act.png) center center /  100% no-repeat; 
    width: 0.1rem;
    height: 0.1rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.single_choose2 {
    display: flex;
}

.checkbox_choose.cbt_choose_list li i {
    display: block;
    background: url(../ossweb-img/survey/checkbox_choose.png) center center / 100% no-repeat;
    width: 0.18rem;
    height: 0.18rem;
    position: relative;
}
.checkbox_choose.cbt_choose_list li.act i::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/m/checkbox_choose_act.png) center center / 100% no-repeat;
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
input {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff1d7;
    font-size: 0.14rem;
    line-height: 0.24rem;
    width: max-content;
    color: #fff1d7;
}

.btn_submit {
    display: block;
    background: url(../ossweb-img/survey/btn_submit_disable.png) center center / 100% no-repeat;
    width: 3.02rem;
    height: 0.76rem;
    margin: 1rem auto 0;
    transition: all 0.3s;
    /* 禁止点击 */
    pointer-events: none;
}

.btn_submit.act {
    background: url(../ossweb-img/survey/btn_submit.png) center center / 100% no-repeat;
    pointer-events: auto;
}
.btn_submit.act:hover {
    filter: brightness(1.2);
}
.btn_submit p {
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.76rem;
    color: #f9f1d7;
    text-shadow: 0 0 0.01rem #000000;
}

.tip_content {
    height: 6.5rem;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    display: none;
    width: 70%;
    margin: 0 auto;
}
.wrapper[data-id="1"] .tip_content {
    display: flex;
}
.tip_content .tip_text {
    font-size: 0.36rem;
    color: #fff1d7;
    line-height: 0.46rem;
    text-align: center;
}
.tip_content .login_text,
.tip_content .completed_text,
.tip_content .minors_text {
    display: none;
}
.tip_content.no_login .login_text {
    display: block;
}
.tip_content.completed .completed_text {
    display: block;
}
.tip_content.minors .minors_text {
    display: block;
}
.tip_content.no_login .m_login_text,
.tip_content.completed .m_completed_text {
    display: none;
}
.tip_content .btn_to_login {
    background: url(../ossweb-img/survey/btn_to_login.png) center center / 100% no-repeat;
    width: 3.02rem;
    height: 0.76rem;
    margin: 0.4rem auto;
    display: none;
}
.tip_content.no_login .btn_to_login {
    display: block;
}
.tip_content .btn_to_login:hover {
    filter: brightness(1.2);
}
.tip_content .btn_to_login p {
    font-size: 0.28rem;
    line-height: 0.76rem;
    color: #f9f1d7;
    text-align: center;
}

.footer {
    height: 2.4rem;
    padding-top: 0.3rem;
}
.footer_link1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_link1 .link {
    display: block;
    margin: 0 0.2rem;
    position: relative;
}
.footer_link1 .link::after { 
    content: "";
    display: block;
    background: #baa48f;
    width: 1px;
    height: 0.28rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.2rem;
}
.footer_link1 .link:last-child::after {
    display: none;
}

.footer_link1 .link p {
    font-size: 0.18rem;
    color: #baa48f;
    line-height: 0.28rem;
}
.footer_link1 .link p:hover {
    filter: brightness(1.5);
}

.footer_link2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.4rem auto;
}
.footer_link2 .link {
    position: relative;
}
.footer_link2 .level_infinite {
    display: block;
    background: url(../ossweb-img/survey/level_infinite.png) center center / 100% no-repeat;
    width: 1.45rem;
    height: 0.37rem;
    margin: 0 0.2rem;
}
.footer_link2 .timi {
    display: block;
    background: url(../ossweb-img/survey/timi.png) center center / 100% no-repeat;
    width: 1.11rem;
    height: 0.43rem;
    margin: 0 0.2rem;
}
.footer_link2 .capcom {
    display: block;
    background: url(../ossweb-img/survey/capcom.png) center center / 100% no-repeat;
    width: 1.67rem;
    height: 0.3rem;
    margin: 0 0.2rem;
}
.footer_link2 .link::after { 
    content: "";
    display: block;
    background: #baa48f;
    width: 1px;
    height: 0.28rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.2rem;
    margin: auto 0;
}
.footer_link2 .link:last-child::after {
    display: none;
}

.copyright_tip {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #baa48f;
    text-align: center;
}

/* 弹窗 */
.dialog {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    display: none;
}
.pop {
  width: 5.81rem;
  height: 3.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  background: url(../ossweb-img/survey/pop.png) top center no-repeat;
  background-size: 100%;
  padding: 0.14rem;
  display: none;
}
.pop .btn_close {
    display: block;
    background: url(../ossweb-img/survey/btn_close.png) center center / 100% no-repeat;
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    transition: all 0.3s ease-out;
}
.pop .btn_close:hover {
    transform: rotate(180deg);
}
.p_title {
    height: 0.57rem;
}

.p_title p {
    font-size: 0.27rem;
    line-height: 0.57rem;
    color: #ead58e;
    text-align: center;
}
.p1_con {
    height: 1.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.p1_con p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #d7c896;
}
.btn_cancel {
    background: url(../ossweb-img/survey/btn_cancel.png) center center / 100% no-repeat;
    display: block;
    width: 2.16rem;
    height: 0.56rem;
    position: absolute;
    bottom: 0.3rem;
    left: 0.6rem;
}
.btn_cancel p {
    font-size: 0.25rem;
    color: #f7e388;
    text-align: center;
    line-height: 0.56rem;
}
.btn_confirm {
    background: url(../ossweb-img/survey/btn_confirm.png) center center / 100% no-repeat;
    display: block;
    width: 2.16rem;
    height: 0.55rem;
    position: absolute;
    bottom: 0.3rem;
    right: 0.6rem;
}
.btn_confirm p {
    font-size: 0.25rem;
    color: #f9f1d7;
    text-align: center;
    line-height: 0.55rem;
}
.p2_con {
    height: 2.3rem;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_text {
    font-size: 0.2rem;
    color: #d7c896;
    line-height: 0.3rem;
    text-align: center;
}

/* 下拉 */
.cbt_select_box {
    width: 3.05rem;
    height: 0.38rem;
    cursor: url(../ossweb-img/cussor1.png), auto;
}
.cbt_select_box .select_val { 
    background: url(../ossweb-img/survey/select_bg.png) center center / 100% no-repeat;
    width: 3.05rem;
    height: 0.38rem;
    padding: 0 0.46rem 0 0.38rem;
    line-height: 0.38rem;
    font-size: 0.14rem;
    color: #fff1d7;
    position: relative;
}
.cbt_select_box .select_val::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/select_icon.png) center center / 100% no-repeat;
    width: 0.14rem;
    height: 0.9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.18rem;
    margin: auto 0;
    transition: all 0.5s ease-out;
}
.cbt_select_box .select_val.act::after {
    transform: rotate(180deg);
}
.select_list {
    background: url(../ossweb-img/survey/select_list_bg.png) center center / 100% no-repeat;
    width: 3.05rem;
    position: relative;
    z-index: 1;
    padding: 0 0.1rem 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 0;
    transition: all 0.3s ease-out;
}
.select_list.act {
    height: 3.44rem;
}
.select_list .select_item {
    /* padding: 0 0.28rem; */
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #747474;
    text-indent: 0.28rem;
}
.select_list .select_item:first-child {
    margin-top: 0.16rem;
}
.select_list .select_item.act,
.select_list .select_item:hover {
    background: url(../ossweb-img/survey/select_item_bg.png) center center / 100% no-repeat;
    width: 2.99rem;
    height: 0.28rem;
    color: #ead58e;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background-color: #000000;
    border-radius: 0;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: #f5f2ba;
    border-radius: 10px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}


.footer #ot-sdk-btn.ot-sdk-show-settings,
.footer #ot-sdk-btn.optanon-show-settings {
  color: #baa48f !important;
  font-size: 0.18rem !important;
  line-height: 0.28rem !important;
  cursor: url(../ossweb-img/cussor1.png), auto;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer #ot-sdk-btn.optanon-show-settings:hover {
    color: #baa48f !important;
    filter: brightness(1.5);
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header{
  margin: 0 .5em !important;
}