@charset "UTF-8";

/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

a,
img,
input {
    border: none;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

b {
    font-weight: bold;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: none;
}

a,
img {
    -webkit-touch-callout: none;
    /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

em,
i {
    list-style: none;
    font-style: normal;
}

html,
body {
    -webkit-user-select: none;
    /* 禁止选中文本（如无文本选中需求，此为必选项） */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none !important;
    -webkit-text-size-adjust: 100% !important;
}

/* reset end */
html {
    font-size: 50px;
    /* 兼容不支持vw的系统 */
    font-size: 13.33333333vw;
    /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {

    html,
    body {
        max-width: 1024px;
    }
}

@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-height: 100vh;
    background: #1f150a;
}

.container {
    position: relative;
    background-image: url(../ossweb-img/survey/m/bg.jpg);
    background-position: center bottom;
    background-size: 7.5rem auto;
    background-repeat: no-repeat;
    background-color: #0a1010;
}
.wrapper[data-id="1"] .container {
    background-image: url(../ossweb-img/survey/m/bg2.jpg);
    background-size: 7.5rem 100%;
    height: 100vh;
    overflow: hidden;
}

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

.top {
    background: url(../ossweb-img/survey/m/nav_bg.png) center center / 100% no-repeat;
    width: 7.5rem;
    height: 0.89rem;
    display: flex;
    align-items: center;
}
.logo {
    display: block;
    background: url(../ossweb-img/survey/m/logo.png) center center / 100% no-repeat;
    width: 1.07rem;
    height: 0.82rem;
    flex-shrink: 0;
    margin: 0 0 0 0.2rem;
}

.login-box {
    margin: 0 0 0 auto;
}
.login-box .login {
    background: url(../ossweb-img/survey/m/btn_login.png) center center / 100% no-repeat;
    width: 2.17rem;
    height: 0.7rem;
    font-size: 0.25rem;
    text-align: center;
    color: #d7c896;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0.45rem;
}
.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;
    width: 0.8rem;
    /* 不允许换行 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-box .logout {
    background: url(../ossweb-img/survey/m/btn_login.png) center center / 100% no-repeat;
    width: 2.17rem;
    height: 0.7rem;
    font-size: 0.25rem;
    line-height: 0.78rem;
    text-align: center;
    color: #d7c896;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0.5rem;
}

.language {
    background: url(../ossweb-img/survey/m/lang_bg.png) center center / 100% no-repeat;
    width: 2.94rem;
    height: 0.69rem;
    margin: 0 0.1rem 0 0rem;
    position: relative;
    z-index: 1;
}
.language::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/survey/m/lang_icon.png) center center / 100% no-repeat;
    width: 0.27rem;
    height: 0.27rem;
    top: 0;
    bottom: 0;
    left: 0.2rem;
    margin: auto 0;
}
.language::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/m/row_icon.png) center center / 100% no-repeat;
    width: 0.16rem;
    height: 0.23rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.2rem;
    margin: auto 0;
    transition: all 0.3s;
}
.language.act::after {
    transform: rotate(90deg);
}
.language .lang {
    width: 1.8rem;
    font-size: 0.25rem;
    color: #d7c896;
    line-height: 0.45rem;
    height: 0.45rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .6rem;
    margin: auto 0;
    text-align: center;
}
.language .lang_list {
    display: none;
}
.language .lang_list {
    display: block;
    background: url(../ossweb-img/survey/m/lang_list.png) top center / 100% no-repeat;
    width: 2.77rem;
    height: 1.16rem;
    max-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.48rem;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.3s;
    padding-top: 0.1rem;
}
.language .lang_list.act {
    opacity: 1;
    max-height: 2.16rem;
}

.lang_item {
    font-size: 0.25rem;
    color: #d7c896;
    line-height: 0.43rem;
    margin: 0.06rem auto;
    text-align: center;
    height: 0.43rem;
    width: 2.69rem;
    position: relative;
}
.lang_item::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/m/lang_line.png) center center / 100% no-repeat;
    width: 2.47rem;
    height: 0.02rem;
    position: absolute;
    bottom: -0.01rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lang_item:last-child::after {
    display: none;
}

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

.content {
    height: auto;
    padding-top: 0.5rem;
}
.wrapper[data-id="1"] .content {
    display: none;
}
.title {
    background: url(../ossweb-img/survey/m/title_line.png) bottom center / 100% no-repeat;
    width: max-content;
    min-width: 5.13rem;
    height: 0.6rem;
    margin: 0 auto;
    position: relative;
    padding: 0 0.44rem;
}
.title::before {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/m/title_icon.png) center center / 100% no-repeat;
    width: 0.34rem;
    height: 0.36rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.title::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/m/title_icon.png) center center / 100% no-repeat;
    width: 0.34rem;
    height: 0.36rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.title p {
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #ead58e;
    text-align: center;
}
.cbt_content {
    width: 88%;
    margin: 0.4rem auto;
    height: auto;
}
.cbt_title {
    font-size: 0.24rem;
    color: #ead58e;
    line-height: 0.34rem;
}
.cbt_choose_tip,
.cbt_checkbox_tip {
    color: red;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin: 0.1rem 0 0.1rem 0.2rem;
    opacity: 0;
    width: 100%;
}
.cbt_choose_list li p.input_tip {
    color: red;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin: 0.1rem 0 0.1rem 0.2rem;
    display: none;
    width: 100%;
}
.cbt_choose_tip.act,
.cbt_checkbox_tip.act {
    opacity: 1;
}
.cbt_choose_list li p.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; */
    margin: 0.1rem 0 0.1rem 0.2rem;
}
.cbt_choose_list li.cbt_choose_input_item {
    flex-wrap: wrap;
}

.cbt_choose_list li p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff1d7;
    margin: 0 0.1rem;
}
.single_choose.cbt_choose_list li i,
.single_choose2.cbt_choose_list li i {
    display: block;
    background: url(../ossweb-img/survey/m/single_choose.png) center center / 100% no-repeat;
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    flex-shrink: 0;
}
.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.16rem;
    height: 0.16rem;
    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/m/checkbox_choose.png) center center / 100% no-repeat;
    width: 0.25rem;
    height: 0.25rem;
    position: relative;
    flex-shrink: 0;
}
.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.18rem;
    height: 0.18rem;
    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.2rem;
    line-height: 0.3rem;
    width: max-content;
    color: #fff1d7;
}
.btn_submit {
    display: block;
    background: url(../ossweb-img/survey/m/btn_submit_disable.png) center center / 100% 100% no-repeat;
    min-width: 3.2rem;
    height: 0.94rem;
    margin: 1rem auto 0;
    width: max-content;
    padding: 0 0.2rem;
    pointer-events: none;
}
.btn_submit.act {
    background: url(../ossweb-img/survey/m/btn_submit.png) center center / 100% 100% no-repeat;
    pointer-events: auto;
}
.btn_submit p {
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.94rem;
    color: #f9f1d7;
}

.tip_content {
    height: 10.29rem;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    display: none;
}
.wrapper[data-id="1"] .tip_content {
    display: flex;
    width: 88%;
    margin: 0 auto;
}
.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 .pc_login_text,
.tip_content.completed .pc_completed_text {
    display: none;
}
.tip_content .btn_to_login {
    display: none;
    background: url(../ossweb-img/survey/m/btn_to_login.png) center center / 100% no-repeat;
    width: 3.02rem;
    height: 0.94rem;
    margin: 0.4rem auto;
}
.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.94rem;
    color: #f9f1d7;
    text-align: center;
}

.footer {
    height: 2rem;
    padding-top: 0.9rem;
}
.wrapper[data-id="1"] .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0.16rem 0;
}
.footer_link1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_link1 .link {
    display: block;
    margin: 0 0.1rem;
    position: relative;
}
.footer_link1 .link::after { 
    content: "";
    display: block;
    background: rgba(186, 164, 143, .5);
    width: 1px;
    height: 0.2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.1rem;
    margin: auto 0;
}
.footer_link1 .link:last-child::after {
    display: none;
}

.footer_link1 .link p {
    font-size: 0.16rem;
    color: rgba(186, 164, 143, .5);
    line-height: 0.26rem;
}
.footer_link1 .link p:hover {
    filter: brightness(1.5);
}

.footer_link2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.24rem auto;
}
.footer_link2 .link {
    position: relative;
}
.footer_link2 .level_infinite {
    display: block;
    background: url(../ossweb-img/survey/m/level_infinite.png) center center / 100% no-repeat;
    width: 1.24rem;
    height: 0.32rem;
    margin: 0 0.2rem;
}
.footer_link2 .timi {
    display: block;
    background: url(../ossweb-img/survey/m/timi.png) center center / 100% no-repeat;
    width: 0.95rem;
    height: 0.36rem;
    margin: 0 0.2rem;
}
.footer_link2 .capcom {
    display: block;
    background: url(../ossweb-img/survey/m/capcom.png) center center / 100% no-repeat;
    width: 1.44rem;
    height: 0.26rem;
    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.16rem;
    line-height: 0.26rem;
    color: rgba(186, 164, 143, .5);
    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/pop.png) top center no-repeat;
  background-size: 100%;
  padding: 0.14rem;
  display: none;
}
.pop .btn_close {
    display: block;
    background: url(../ossweb-img/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/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/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;
}


.footer #ot-sdk-btn.ot-sdk-show-settings,
.footer #ot-sdk-btn.optanon-show-settings {
  color: rgba(186, 164, 143, .5) !important;
  font-size: 0.16rem !important;
  line-height: 0.26rem !important;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer #ot-sdk-btn.optanon-show-settings:hover {
    color: rgba(186, 164, 143, .5) !important;
    filter: brightness(1.5);
}

/* 下拉 */
.cbt_select_box {
    width: 3.05rem;
    height: 0.38rem;
}
.cbt_select_box .select_val { 
    background: url(../ossweb-img/survey/m/select_bg.png) center center / 100% no-repeat;
    width: 5.37rem;
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.2rem;
    color: #fff1d7;
    position: relative;
    text-indent: 0.5rem;
}
.cbt_select_box .select_val::after {
    content: "";
    display: block;
    background: url(../ossweb-img/survey/m/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/m/select_list_bg.png) center center / 100% no-repeat;
    width: 5.37rem;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    height: 0;
    transition: all 0.3s ease-out;
}
.select_list.act {
    height: 5.09rem;
}
.select_list .select_item {
    /* padding: 0 0.28rem; */
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #747474;
    text-indent: 0.5rem;
}
.select_list .select_item:first-child {
    margin-top: 0.26rem;
}
.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: 5.37rem;
    height: 0.48rem;
    color: #ead58e;
}