*{margin: 0;padding: 0;font-family: Garamond,"Microsoft YaHei",Arial;}
img,a{display: block;}
.iframe_head{display: block;border: none;position: fixed;top: 10px;left: 30px;right: 10px;width: calc(100% - 40px);height: 40px;z-index: 99;}
.iframe_head.active{width: 100%;height: 100vh;top: 0;left: 0;box-sizing: border-box;}
.head_box .img_left{margin: 10px 0 0 30px;}
.head_box.active .img_right{margin: 10px 10px 0 0;}
.iframe_foot{display: block;border: none;position: fixed;bottom: 0;width: 100%;height: 20px;z-index: 999;}
.flex1{display: flex;align-items: center;justify-content: center;}
.flex2{display: flex;align-items: center;justify-content: space-between;}
.flex3{display: flex;justify-content: flex-end;}
.box{background: url(../image/y-bg1.jpg) center;width: 100%;height: 100vh;}
.head_box{display: flex;}
.head_box .img_left{height: 40px;cursor: pointer;}
.head_box .img_right{width: 36px;height: 36px;background: url(../image/music.png);background-size: 36px;cursor: pointer;}
.head_box .img_right.close{background-position: 0 -36px;}
.main{max-width: 640px;margin: 0 auto;min-height: 100vh;position: relative;overflow: hidden;}
.turtle_main{height: calc(100vh - 60px);margin-top: 40px;}
.main_btn{width: 10%;height: 10%;position: fixed;top: 50%;-webkit-transform: translateY(-50%);
background: url(../image/left.png) no-repeat center rgba(0,0,0,0.7);background-size: 0.3rem 0.3rem;z-index: 999;}
.main_btn.active{background: url(../image/left.png) no-repeat center rgba(255,255,255,0.4);background-size: 0.3rem 0.3rem;z-index: 999;}
.main_btn a{display: block;width: 100%;height: 100%;}
.left{left: 0;}
.right{right: 0;transform: rotate( 180deg );top: 45%;}
.none{display: none;}
.foot_text{font-size: 12px;text-align: center;height: 20px;}
.foot_text a{color: #626262;font-weight: bold;text-decoration: none;}
.one_text{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w_100{width: 100%;}
/*  */
.index_img{width: 100%;}
/*  */
.step_img{display: flex;align-items: center;overflow: hidden;}
.step_img img{height: 6rem;}
/*  */
.currency_content{position: absolute;top: 16vh;width: 100%;z-index: 999;left: 0.4rem;}
.currency_bottom{width: 100%;position: absolute;bottom: 0;}
.currency_img1{webkit-animation: fadenum 1s ease;-moz-animation: fadenum 1s ease;animation:fadenum 1s ease;overflow: hidden;display: none;}
.currency_img1 img{width: 1rem;margin: 56px 0 0 10px;}
@-webkit-keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@-moz-keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@-o-keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}
.with_0{width: 0;height: 0;}
.with_5{width: 66%;}
.currency_img2{animation: change 1.5s;-moz-animation: change 1.5s;-webkit-animation: change 1.5s;-o-animation: change 1.5s;}
@keyframes change{
    from {width: 0;height: 0;}
    to {width: 66%;height: auto;}
}
.currency_icon{width: 1.6rem;position: absolute;top: 0;left: 3.4rem;webkit-animation: fadenum 1s ease;-moz-animation: fadenum 1s ease;animation:fadenum 1s ease;overflow: hidden;display: none;}
/*  */
.turtle_top{height:8vh;margin: 0 auto 2vh;}
.turtle_bg{height: 80vh;}
.turtle_parent{position: relative;}
.turtle_content{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}
.turtle_fwb{font-size: 16px;width: 60%;margin: 50% auto 3%;height: 45%;overflow-y: auto;-ms-overflow-style: none;overflow: -moz-scrollbars-none;scrollbar-width: none;}
.turtle_fwb.active{margin-top: 25%;color: #fff;height: 48%;}
.turtle_fwb::-webkit-scrollbar { width: 0 !important;display: none; }
.turtle_hand{height: 10%;}
.turtle_hand img{height: 100%;margin: 0 auto;}
.turtle_fwb.team img{margin: 0 auto;}
.fwb_btn{margin: 0 auto;cursor: pointer;width: 60%;}
.detail_box{width: 94%;margin: 20px auto;background-color: rgba(0,0,0,0.7);height: calc(100vh - 40px);}
.back_icon{width: 36px;}
.detail_title{font-size: 30px;color: #fff;font-weight: bold;text-align: center;border-bottom: 1px dashed #fff;padding: 10px 0 15px;line-height: 34px;}
.detail_title2.active{display: flex;}
.detail_title2 img{width: 2rem;height: 2rem;object-fit: cover;margin-right: 0.2rem;}
.detail_title2 p:first-child{font-size: 30px;line-height: 34px;}
.detail_title2 p:last-child{font-size: 16px;margin-top: 0.2rem;}
.detail_title2{color: #fff;border-bottom: 1px dashed #fff;padding: 10px 4% 20px;}
.detail_conent{height: calc(100% - 96px);overflow-y: auto;-ms-overflow-style: none;overflow: -moz-scrollbars-none;scrollbar-width: none;font-size: 0;}
.detail_conent::-webkit-scrollbar { width: 0 !important;display: none; }
.fwb_content{height: calc(100% - 36px);overflow-y: auto;-ms-overflow-style: none;overflow: -moz-scrollbars-none;scrollbar-width: none;}
.fwb_content::-webkit-scrollbar { width: 0 !important;display: none; }
.detail_conent2{color: #fff;padding: 20px 4%;font-size: 14px;}
.detail_clock{display: inline-block;vertical-align: top;width: 44%;margin: 30px 2% 0 4%;text-decoration: none;}
.detail_clock:nth-child(2n){margin: 30px 4% 0 2%;}
.detail_clock:last-child{margin-bottom: 30px;}
.detail_clock img{width: 100%;height: 3rem;object-fit: cover;}
.detail_clock_title{font-size: 16px;line-height: 30px;color: #fff;}
.text_des{color: #ff8b36;font-size: 12px;line-height: 20px;}
/*  */
.list_content{height: calc(100% - 10vh);overflow-y: auto;-ms-overflow-style: none;overflow: -moz-scrollbars-none;scrollbar-width: none;padding: 0 0.2rem;}
.list_content::-webkit-scrollbar { width: 0 !important;display: none; }
.list_wrapper{padding: 24px 0;border-bottom: 1px solid rgba(255,255,255,0.5);text-decoration: none;}
.list_wrapper img{width: 76px;height: 76px;object-fit: cover;margin-right: 20px;}
.list_text{flex: 1;color: #fff;}
.list_title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 16px;line-height: 20px;height: 42px;margin-bottom: 14px;}
.list_date{font-size: 14px;line-height: 20px;}
/*  */
.turtle5_img{width: 100%;margin-bottom: 15%;}
.turtle5_btn{width: 32%;margin: 0 auto;}
.turtle5_btn img{width: 100%;}
.turtle5_img_wrapper{width: 100%;height: 100%;}
.turtle5_img_wrapper a{width: 40%;height: 40%;margin: 0 2%;}
.turtle5_img_wrapper img{width: 100%;height: 100%;object-fit: cover;}
/*  */
.submit_content{width: 90%;margin: 0 auto;height: calc(100% - 10vh);overflow-y: auto;-ms-overflow-style: none;overflow: -moz-scrollbars-none;scrollbar-width: none;}
.submit_content::-webkit-scrollbar { width: 0 !important;display: none; }
.submit_label{color: #fff;font-size: 3vh;line-height: 5vh;}
.submit_list{margin-bottom: 0.5vh;}
.submit_list input,.submit_list textarea{display: block;width: 100%;font-size: 3vh;line-height: 3vh;border: none;outline: none;box-sizing: border-box;padding: 1vh 0.16rem;border-radius: 1vh;}
.submit_foot img{width: 10vh;}
.submit_btn{flex: 1;margin-left: -10vh;}
.submit_btn p{background: #e5df49;border-radius: 1vh;font-size: 3vh;line-height: 6.5vh;text-align: center;width: 43%;}
.detail_conent2 img{width: 100% !important;}
.detail_conent2 video{ width: 100%}

/* 2023 */
body{font-size:14px;}
.box,body{background: url(../images/bg.png) !important;}
@media only screen and (max-width:750px){
  #container, #english{
    transform: scale(1.16) !important;
  }
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #000000;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #000000;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #444;
}

.turtle_main .fwb_btn{width: 38%;position: absolute;bottom: 18%;}
.turtle_main .turtle_fwb.team {display: flex; align-items: center; justify-content: center; height: 100%; box-sizing: border-box; padding: 48% 0 36%; margin: 0 auto;}
.turtle_main .box,body{background-image: url(../images/bg.png) !important;}
.SCM {  font-family: "SCM" !important;  font-style: normal;  -webkit-font-smoothing: antialiased;  -webkit-text-stroke-width: 0.2px;  -moz-osx-font-smoothing: grayscale;}
@font-face {  font-family: 'SCM';  src: url('../font/sudoll.TTF') format('truetype');}

/* .turtle_main .turtle_fwb .turtle5_img{margin-bottom: 0;} */
/* .turtle_main .turtle_fwb .turtle5_btn{position: absolute; bottom: 18%; z-index: 999; width: 14%;} */
.menu_content a{display: flex !important;align-items: center;justify-content: flex-start;}
.menu_content a img{display: inline-block;vertical-align: middle;}
.menu_content .ico1{height: 22px; margin-right: 15px;}
.menu_content .ico2{height: 22px;}
.menu_btn{background-image: url(../images/b-close.png);font-size: 0px; background-size: 100% !important; width: 40px; height: 40px; background-position: center; background-repeat: no-repeat;    background-position: center; background-repeat: no-repeat;background-color: transparent !important;font-size: 0px !important;box-sizing: border-box; cursor: pointer;}
.menu_box .main{width: 100%; max-width: 100%;}

.My-Zone.detail_conent{padding: 0.3rem 0;height: calc(100% - 130px); overflow: hidden;}
.My-Zone .swiper-slide1{display: flex; align-items: stretch; justify-content: space-between;  padding: 0 0.3rem; box-sizing: border-box; max-width: 100%; flex-wrap: wrap;overflow-y: auto;max-height: 100%;}
.My-Zone .swiper-slide1 .div{display: flex; align-items: stretch; justify-content: space-between;  padding: 0 10px; box-sizing: border-box; width: 100%;}
.My-Zone .bagui_img_wrapper.item{display: block; align-items: center; justify-content: space-between; width: 48.5%; background-color: #ffe9dc; height: auto; border-radius: 0.1rem; overflow: hidden;padding:0.3rem; box-sizing: border-box; font-size: 0.8rem; margin-bottom: 0.2rem; text-align: center;text-decoration: none;}
.My-Zone .bagui_img_wrapper.item a{text-decoration: none;}
.My-Zone .bagui_img_wrapper.item .tx{width: 2rem;height: 2rem; overflow: hidden; border-radius: 50%; margin:0 auto 12px;}
.My-Zone .bagui_img_wrapper.item .tx img{width: 100%; height: 100%; object-fit: cover; margin: 0;}
.My-Zone .bagui_img_wrapper.item .mlW{flex: 1; color: #999; text-decoration: none; font-size: 12px;}
.My-Zone .bagui_img_wrapper.item .name{font-size: 14px; color: #000; margin-bottom: 6px;}
.My-Zone .bagui_img_wrapper.item .con{margin: 6px 0; line-height: 1.6;}
.My-Zone .bagui_img_wrapper .more{font-size: 10px; line-height: 1; display: flex; align-items: center; justify-content: center; margin: 0 auto;}


@media only screen and (max-width:750px){
  body,html,.main,.box{height: 100% !important; overflow: hidden; min-height: 100% !important; max-width: 100% !important;}
  /* .main{position: fixed; left: 0; top: 0; width: 100%;} */
  .turtle_main{height: calc(100% - 80px) !important; margin-top: 0px !important;}
  .turtle_bg,.turtle_parent{height: 90%;}
  .turtle_main>.flex1,.list_content{height: 90%;}
  .turtle_top{height: 8%; margin-bottom: 2%;}
  .head_box .img_left{margin-left: 10px;}
}
@media only screen and (max-height:750px){
  .turtle_main>.flex1,.list_content{height: 109%;}
}