* { padding: 0; margin: 0; list-style: none; font-family: "microsoft yahei"; } a { color: #fff; text-decoration: none; } body { background-color: #191a20; overflow-x: hidden; } body>div { width: 1200px; margin: 0 auto; } li { cursor: pointer; } body .no_data { margin: 2rem 0; } #login { position: relative; } #login:hover .islogin_menu { display: block; } .islogin_menu { display: none; top: 2rem; position: absolute; background-color: #191a20; box-shadow: 0 0 20px rgba(25, 26, 32, .5); border-radius: 5px; padding: .5rem; } .islogin_menu a { display: block; cursor: pointer; white-space: nowrap; padding: .5rem 1rem; } .islogin_menu a:hover { color: #daba8e; } #logo>img { width: 122px; height: 72px; } #near_banner_check_point>ul>li { cursor: unset; } /* 新提示标签 */ .new_tag { position: relative; } .new_tag::after { content: ""; position: absolute; top: -15px; right: -20px; background: no-repeat; background-size: 100% 200%; background-position: 0px -7px; width: 30px; height: 18px; } .active_color { color: #dcb785; } body>#banner { /* width: 100vw; */ width: 100%; /* max-width: 1440px; */ } .more_video { cursor: pointer; } #top_info { z-index: 999999; /* position: -webkit-sticky; */ position: relative; width: 1200px; max-width: 1200px; left: 50%; transform: translatex(-50%); display: flex; justify-content: space-between; color: rgba(255, 255, 255, .6); font-size: 12px; /* z-index: 2; */ } #top_info::after { content: ''; width: 200rem; height: 1px; background-color: rgba(255, 255, 255, 0.1); position: absolute; left: -50vw; top: 31px; } #top_info>div { width: 600px; display: flex; align-items: center; } #top_info>div>a { display: flex; color: #999; align-items: inherit; padding: 8px 30px 8px 30px; border-left: rgba(255, 255, 255, .1) solid 1px; border-right: rgba(255, 255, 255, .1) solid 1px; } .top_info_right>div { cursor: pointer; display: flex; position: relative; color: #999; align-items: inherit; padding: 8px 30px 8px 30px; border-left: rgba(255, 255, 255, .1) solid 1px; border-right: rgba(255, 255, 255, .1) solid 1px; } #top_info>div>a>span { padding-left: 5px; cursor: pointer; } /* ie */ .top_info_right { position: relative; display: flex; justify-content: flex-end; z-index: 99; right: 0; } .top_info_right>div:hover .select_en_cn { display: block; } .select_en_cn { display: none; position: absolute; top: 28px; left: 0; background-color: #000; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, .5); } .select_en_cn>a { display: block; cursor: pointer; padding: .5rem 1rem; } .select_en_cn>a:hover { color: #cca27b; } .index_head { position: relative; top: 0; width: 200%; height: 125px; z-index: 99999; transition: ease all 1s; } .index_head.scroll_fixed { background-color: rgba(0, 0, 0, .8); } #top_nav { /* position: -webkit-sticky; */ position: relative; width: 1200px; max-width: 1200px; /* padding-top: 32px; */ /* top: 32px; */ left: 50%; transform: translatex(-50%); z-index: 99999; display: flex; justify-content: space-between; align-items: center; color: #ffffff; font-size: 15px; margin-top: 10px; } #top_nav>div { display: flex; justify-content: center; align-items: center; } #html_nav>ul { width: 700px; display: flex; margin-left: 20px; justify-content: space-between; align-items: center; } #html_nav>ul>li { width: 90px; text-align: center; cursor: pointer; word-wrap: break-word; white-space: normal; color: #fff; /* margin-left: 40px; */ } #html_nav>ul>.active_color>a { color: #dcb785; } #login { cursor: pointer; display: flex; align-items: center; } #login>p { opacity: .8; font-size: 14px; margin-left: 10px; } .global_nav { display: flex; color: #ffffff; font-size: 30px; align-items: center; margin: 50px 0 30px 0; } .global_nav>ul { display: flex; flex: 1; font-size: 16px; color: #666976; } .global_nav>ul>li { white-space: nowrap; margin-left: 20px; cursor: pointer; } .global_nav>ul>li:hover { color: #dcb785; } .index_ad>.open_btn { display: block; } .all_dis { display: none; } #show_ad { width: 100%; position: fixed; top: 0; z-index: 99999; animation: svg ease 2s infinite; -webkit-animation: svg ease 2s infinite; } #close_ad { position: absolute; width: 70px; height: 70px; border-radius: 0 0 0 100px; background-color: rgba(0, 0, 0, .5); top: 0; right: 0; z-index: 999; cursor: pointer; } #close_ad:before { content: ''; position: absolute; width: 50%; height: 3px; background-color: #fff; top: 45%; left: 60%; transform: translate(-50%, -50%) rotate(-45deg); } #close_ad:after { content: ''; position: absolute; width: 50%; height: 3px; background-color: #fff; top: 45%; left: 60%; transform: translate(-50%, -50%) rotate(45deg); } .index_ad { background-color: rgba(0, 0, 0, .8); position: fixed; top: 0; z-index: 9999999999999; left: 0; width: 100%; height: 100%; margin: 0 auto; overflow: hidden; display: flex; justify-content: flex-start; transform: translatey(-100%) translatez(120px); transition: ease all .5s; } .index_ad.show_ad { transform: translatey(0) translatez(120px); } .index_ad a { position: relative; width: 100%; height: 100%; float: left; transition: all 1s; overflow: hidden; } .index_ad a img { object-fit: cover; overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0; left: 0; height: 100%; cursor: pointer; z-index: 998; } .index_ad:hover a { width: 50%; height: 100%; } .index_ad a:hover { width: 400%; height: 100%; } @keyframes svg { 0% { transform: rotatex(40deg); } 100% { transform: rotatex(-40deg); } } @-webkit-keyframes svg { 0% { -webkit-transform: rotatex(40deg); } 100% { -webkit-transform: rotatex(-40deg); } } #show_ad>img { cursor: pointer; position: absolute; padding: 1rem; border-radius: 50px; right: 0; z-index: 9999999999999999; width: 80px; top: -1rem; } #banner_box { width: 100%; max-width: 1920px; height: 820px; position: relative; margin: 0 auto; } #banner { position: absolute; top: 0; width: 100%; height: 480px; } #banner_left { width: 1200px; position: absolute; left: 50%; transform: translatex(-50%); color: #ffffff; z-index: 9; margin-top: 200px; opacity: .8; } .en_title { display: inline-block; position: relative; bottom: -2rem; color: #d9f5ee; opacity: .6; z-index: 1; font-size: 40px } .cn_title { position: relative; z-index: 2; font-size: 42px } #search { position: relative; z-index: 999; /* margin-top: 50px; */ display: inline-flex; align-items: center; margin-right: 10px; } #search_input { width: 120px; border: none; font-size: 14px; background-color: #262626; border-radius: 50px 0 0 50px; padding: 12px 18px; color: #fff; } #search_input:focus { outline: none; } #search_btn { cursor: pointer; display: flex; align-items: center; border-radius: 0 50px 50px 0; padding: 12px 10px; background: linear-gradient(180deg, #f3e2bf, #d7b587); } #search_btn>p { width: 50px; font-size: 14px; font-weight: bold; margin-left: 5px; color: #4a2b0e; } #search_btn>img { width: 15px; height: 15px; padding-right: 10px; } #banner_back { position: absolute; top: 0; width: 100%; } #img_back { position: relative; height: 720px; background-color: #191a20; overflow: hidden; top: 0; right: 0; transition: ease all .5s; } #img_back .gallery-top { width: 100%; height: 100%; } #img_back .swiper-wrapper { width: 100%; height: 100%; } #img_back .swiper-slide { width: 100%; height: 100%; } #banner_img_list { width: 1200px; } .swiper-container.gallery-thumbs { width: 1200px !important; } #img_back .swiper-slide img { width: 100%; height: 100%; /* object-fit: cover; */ } .gallery-thumbs .swiper-slide { width: 25%; height: 100%; border-radius: 3px; opacity: .5; /* margin: 2px; */ /* border: transparent solid 2px; */ } .gallery-thumbs .swiper-slide-thumb-active { opacity: 1; border-radius: 3px; /* border: #ffffff solid 2px; */ } #img_back>video { width: 100%; height: 900px; z-index: 1; top: -200px; left: 0; position: absolute; object-fit: cover; -ms-transform: translatey(10px) scale(1.2); -moz-transform: translatey(10px) scale(1.2); -webkit-transform: translatey(20px) scale(1); -o-transform: translatey(10px) scale(1.2); /* left: 0%; */ /* transform: translatey(-30%); */ opacity: 0; } #banner_video { object-fit: cover; } #img_back>.show_video { opacity: 1; } #img_back>a>img { display: none; position: absolute; /* display: flex; */ height: 700px; /* left: 50%; */ /* transform: translatex(-50%); */ top: 0; z-index: 0; width: 100%; margin: auto 0; /* opacity: 0; */ transition: ease all .5s; object-fit: cover; } #img_back>a>.active_img_show { display: block; } .black_inset { position: absolute; top: 0; opacity: .7; left: 0; width: 100%; height: 720px; z-index: 2; pointer-events: none; } /* #img_shadow{ position: absolute; width: 100%; top: 0; z-index: 0; right: 0; height: 700px; box-shadow: 0 0 200px 150px inset #000; -moz-box-shadow: 0 0 200px 150px inset #000; -webkit-box-shadow: 0 0 200px 150px inset #000; } */ #banner_back_select_box { margin-top: 10px; width: 1200px; height: 100%; /* top: -120px; */ left: 50%; transform: translatex(-50%); position: relative; z-index: 2; } #banner_back_select_box.hidden_banner_back_select { display: none; } #banner_check_list { position: absolute; display: flex; left: 0; /* margin-top: 200px; */ } #banner_check_list>.active_check_point { opacity: 1; } #banner_check_list>p { cursor: pointer; width: 10px; height: 10px; background-color: #fff; opacity: .3; border-radius: 50%; margin-right: 10px; } #banner_img_list { position: absolute; top: 0; left: 0; } #banner_img_list_ul { display: flex; align-items: center; } #banner_img_list_ul>li { cursor: pointer; width: 100%; height: 70px; } #banner_img_list_ul img { width: 100%; height: 100%; border-radius: 3px; object-fit: cover; } #footer { width: 100%; height: 380px; background-color: #1e1f26; margin: 0; position: relative; } #footer>div { width: 1200px; margin: 0 auto; color: #ffffff; } #connect_info { padding-top: 62px; padding-bottom: 47px; } #connect_info::after { content: ''; width: 100vw; right: 0; bottom: 50%; position: absolute; height: 1px; border-bottom: #ffffff dashed 1px; opacity: 0.1; } #connect_info>ul { display: flex; justify-content: space-between; align-items: center; font-size: 16px; } #connect_info>ul>li>p:first-child { margin-bottom: 16px; font-size: 14px; color: #666976; } #en_cn { position: relative; border: rgba(255, 255, 255, .1) solid .5px; border-radius: 50px; padding: 12px 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; } #en_cn>p { margin-right: 10px; } #en_cn>p:after { content: ''; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #ffffff; position: absolute; margin-top: 10px; margin-left: 10px; } #en_cn>img { margin-right: 10px; } #footer_nav>ul { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; text-align: center; } #footer_nav>ul>li { color: #666976; font-size: 14px; } .footer_logo>img { width: 90px; height: 46px; } .footer_qr>img { width: 95px; height: 95px; margin-bottom: 10px; } .bei_an { width: 1200px; margin: 0 auto; font-size: 14px; color: #666976; } .bei_an img { width: 17px; height: 17px; } .off_la { display: none; } #en_cn:hover .off_la { display: block; } #change_la { white-space: nowrap; position: absolute; top: 2.9rem; border: rgba(255, 255, 255, .1) solid .5px; padding: .5rem 1.5rem .5rem 1.5rem; border-radius: 5px; } #change_la>a:first-child { display: block; padding-bottom: .2rem; border-bottom: rgba(255, 255, 255, .1) solid .5px; } #change_la>a:hover { /* background-color: #333333; */ } #friends>.global_nav { justify-content: space-between; } #friend_connect { margin: 0 auto; width: 1200px; overflow: hidden; } #friend_connect_ul, #friend_connect_ul_1 { width: 200rem; display: flex; flex-direction: row; flex-wrap: nowrap; transform: translatex(-15%); } #friend_connect_ul>li, #friend_connect_ul_1>li { display: flex; justify-content: center; width: 182px; height: 95px; border-radius: 4px; margin-right: 20px; margin-bottom: 20px; margin-top: 10px; background-color: #ffffff; transition: ease all .5s; } #friend_connect_ul_1 { margin-top: 1rem; } #friend_connect_ul>li:nth-child(6), #friend_connect_ul_1>li:nth-child(6) { transform: scale(1.2); } /* chrome, safari, opera */ /* #friend_connect_ul>li:not(#friend_connect_ul>li:nth-child(6)),#friend_connect_ul_1>li:not(#friend_connect_ul_1>li:nth-child(6)){ -webkit-filter: grayscale(100%); filter: grayscale(100%); } */ #friend_connect_ul>li>a, #friend_connect_ul_1>li>a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border-radius: 10px; } #friend_connect_ul>li>a>img, #friend_connect_ul_1>li>a>img { /* object-fit: cover; */ width: 80%; height: 90%; border-radius: 10px; /* background-size: cover; */ } #hot_play { color: #ffffff; } #hot_play>p { font-size: 30px; margin: 10px 0 30px 0; } #hot_video_box { display: flex; /* background-color: #00b476; */ overflow: hidden; } #hot_big_video_img { width: 800px; height: 430px; position: relative; overflow: hidden; border-radius: 6px; } .video_big_img_list_ul { width: 100%; height: 430px; } .video_big_img_list_ul>li { width: 800px; height: 430px; animation: show_hot_video_list ease 1s; } .video_big_img_list_ul>li>a>video { width: 800px; height: 430px; object-fit: cover; } .video_big_img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; } #hot_video_img_control { position: absolute; top: 185px; width: 100%; display: flex; justify-content: space-between; } #hot_video_img_control>img { background-color: rgba(0, 0, 0, .4); padding: 22px 11px 22px 9px; border-radius: 0 6px 6px 0; cursor: pointer; } #hot_video_img_control>.hot_right { padding: 22px 9px 22px 11px; border-radius: 6px 0 0 6px; } #hot_video_img_info { position: absolute; bottom: 0; display: flex; align-items: center; } #hot_video_img_info { padding: 37.5px; } #hot_video_img_info>img { cursor: pointer; } #hot_img_info { padding-left: 20px; font-size: 14px; color: rgba(255, 255, 255, .8); } #hot_img_info>.title { font-size: 24px; margin-bottom: 5px; color: #ffffff; } #hot_video_list { margin-left: 20px; width: 390px; height: 430px; overflow-y: hidden; } #hot_video_list_ul { overflow: hidden; /* transform: translatey(-150px); */ } #hot_video_list>ul>li { display: flex; flex-direction: row; animation: show_hot_video_list ease 1s; } @keyframes show_hot_video_list { 0% { opacity: 0; } 100% { opacity: 1; } } #video_list_info { margin-left: 22px; } #video_list_info { overflow: hidden; text-overflow: ellipsis; white-space: normal; font-size: 14px; color: #666976; } #video_list_info>#hot_list_title { color: #ffffff; overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; margin: 0 0 30px 0; } #video_list_info>p { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } #video_list_info>p:nth-child(2) { margin-bottom: 11px; } #hot_video_list>ul>li>a { margin-bottom: 22px; width: 100%; display: flex; align-items: center; } #hot_video_list>ul>li>a>img { width: 100px; min-width: 100px; height: 128px; border-radius: 4px; } #near_banner { position: relative; /* width: 900px; */ height: 500px; } #near_control { position: absolute; z-index: 9; top: 40%; transform: translatey(-50%); /* width: 100%; */ } #near_control>img { cursor: pointer; padding: 0 1rem 0 1rem; } .near_control_right { position: absolute; right: 3rem; z-index: 9; top: 40%; } .near_control_left { position: absolute; left: 3rem; top: 40%; z-index: 9; } #near_banner_list>li { width: 900px; height: 400px; position: absolute; transition: ease all .5s; animation: show_near_img ease 1s; } @keyframes show_near_img { 0% { opacity: 0; } 100% { opacity: 1; } } #near_banner_list>li>a>img { background-size: cover; object-fit: cover; background-color: #333; border-radius: 12px; width: 100%; height: 100%; } #near_banner_list { position: relative; display: flex; justify-content: center; -ms-transform: translatex(-28.1rem); } #near_banner_list>li:first-child { transform: scale(.8) translatex(-16vw); -ms-transform: scale(.8) translatex(-18rem); } #near_banner_list>li:nth-child(2) { transform: scale(.9) translatex(-8vw); -ms-transform: scale(.9) translatex(-9rem); } #near_banner_list>li:nth-child(3) { z-index: 2; } #near_banner_list>li:nth-child(4) { transform: scale(.9) translatex(8vw); -ms-transform: scale(.9) translatex(9rem); } #near_banner_list>li:last-child { transform: scale(.8) translatex(16vw); -ms-transform: scale(.8) translatex(18rem); z-index: -1; } #near_banner_check_point { position: relative; top: 450px; z-index: 99; } #near_banner_check_point>ul { display: flex; justify-content: center; } #near_banner_check_point>ul>li { width: 10px; height: 10px; border-radius: 50%; background-color: rgba(255, 255, 255, .5); margin-right: 10px; } #near_banner_check_point>ul>.near_active_check_point { background-color: #ffffff; } #news_box { width: 100%; height: 460px; border-radius: 6px; display: flex; color: #ffffff; } #new_left { width: 590px; height: 100%; border-radius: 6px; background-color: #1f2128; margin-right: 37px; } #new_left>a>img { border-radius: 6px 6px 0 0; width: 100%; height: 315px; object-fit: cover; } #new_left_info { color: #ffffff; margin: 30px 40px 35px 35px; font-size: 18px; line-height: 30px; } #new_left_info>p:first-child { font-size: 14px; margin-bottom: 22px; color: #666976; line-height: 0; } /* =================right_first_news========================== */ #new_right { width: 590px; } #right_first_news>a { display: flex; justify-content: space-between; } #right_first_news>a>img { background-size: cover; width: 200px; height: 130px; border-radius: 4px; margin-right: 20px; } #right_first_news_info { width: 360px; height: 130px; } #right_first_news { display: flex; justify-content: space-between; } #right_first_news_info { line-height: 28px; color: #666976; font-size: 14px; } #right_first_news_info>p:nth-child(2) { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } #right_first_news_info>p:first-child { font-size: 16px; color: #ffffff; /* margin-bottom: 10px; */ } #right_news { margin-top: 50px; } #right_news { margin-top: 40px; } #right_news>ul>li>a { display: flex; justify-content: space-between; margin-top: 35px; font-size: 14px; } #right_news>ul>li>a>p:first-child { width: 80%; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } #right_news>ul>li>a>p:last-child { /* width: 10%; */ white-space: nowrap; color: #666976; } #open_web_ad { background-color: #009688; } .more_video { color: #4a2b0e; font-size: 15px; padding: 12px 30px; background: linear-gradient(180deg, #f3e2bf, #d7b587); border-radius: 20px; } .more_video>a { color: #4a2b0e; } #recommend_video_list_ul { display: flex; flex-wrap: wrap; color: #ffffff; } #recommend_video_list_ul>li>a>img { width: 185px; height: 260px; margin-bottom: 20px; border-radius: 4px; object-fit: cover; } #recommend_video_list_ul>li { width: 185px; margin-right: 17.5px; margin-bottom: 40px; } #recommend_video_list_ul p { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #recommend_video_list_ul>li:nth-child(6n) { margin-right: 0; } #recommend_video_list_ul>li>a>p:last-child { font-size: 13px; color: #666976; margin-top: 12px; width: 185px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @media screen and (max-width:512px) { .top_banner { display: none; } .index_ad { display: none; } #new_left>a>img { height: unset; } .m_menu_bar { /* background-color: #e7c88f; */ width: 30px; padding: 1rem; } .menu_icon { width: 30px; height: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); position: relative; } #mobile_nav { height: 3.5rem; } .menu_icon:before { content: ''; width: 100%; height: 3px; position: absolute; top: 0; background-color: #e7c88f; } .menu_icon:after { content: ''; width: 100%; height: 3px; position: absolute; bottom: 0; background-color: #e7c88f; } .diy-em { position: absolute; width: 100%; height: 3px; background-color: #e7c88f; top: 50%; transform: translatey(-50%); } #footer>div { width: 100%; } #connect_info { padding-top: 40px; padding-bottom: 10px; pointer-events: none; } #connect_info>ul { width: 95%; margin: 0 auto; display: flex; flex-direction: column; align-items: flex-start; text-align: start; } #connect_info>ul>li { display: flex; margin-bottom: 10px; } #connect_info>ul>li:last-child { margin-top: 1rem; } #connect_info>ul>li>p:first-child { margin-bottom: 0; margin-top: 0; } #connect_info::after { display: none; } #footer { height: 100%; } #connect_info>ul { font-size: 14px; } #connect_info>ul>li>p:first-child { padding-bottom: 5px; font-size: 14px; padding-right: 10px; } #footer_nav { display: none; } #en_cn { display: none; } .bei_an { width: 95%; margin: 0 auto; padding-bottom: 20px; font-size: 12px; text-align: start; } } @media screen and (min-width: 512px) { .mobile_menu { display: none; } } @media screen and (max-width:512px) { .en_cn { position: relative; font-size: 14px; margin-right: 20px; display: flex; align-items: center; color: #e7c88f; } .en_cn:after { content: ''; position: absolute; right: -15px; top: 50%; border-top: 5px #e7c88f solid; border-bottom: 5px transparent solid; border-left: 5px transparent solid; border-right: 5px transparent solid; } .en_cn:hover .en_cn_list { display: flex; } .en_cn_list>a { color: #fff; padding: 5px 10px; } .en_cn_list { display: none; left: 50%; transform: translatex(-50%); flex-direction: column; position: absolute; bottom: -50px; background-color: #2a2b33; box-shadow: 0 0 20px #000; /* padding: 5px 10px; */ border-radius: 10px; } .near_control_right { width: 30px; right: 1rem; } .near_control_left { width: 30px; left: 1rem; } #user_center { display: flex; align-items: center; } #user_center a { color: #fff; } #user_center img { border-radius: 50px; width: 30px; height: 30px; background-color: #333; } .mobile_menu { overflow-y: scroll; background-color: rgba(31, 33, 39, 1); height: 100%; position: fixed; top: 3.5rem; z-index: 10; color: #ffffff; font-size: 16px; font-weight: bold; transform: translatey(-100%); /* transition: ease all .5s; */ opacity: 0; } .mobile_menu>ul>li { position: relative; display: flex; justify-content: space-between; border-bottom: rgba(255, 255, 255, .1) solid .5px; } #mobile_menu a { width: 100%; padding: 1rem .5rem; } .mobile_menu>ul>li span { position: absolute; right: 1rem; top: 50%; transform: translatey(-50%); } .mobile_menu>ul>li span:after { content: ''; width: 10px; height: 2px; background-color: #fff; position: absolute; top: -5px; transform: rotate(45deg); } .mobile_menu>ul>li span:before { content: ''; width: 10px; height: 2px; background-color: #fff; position: absolute; top: 2px; transform: rotate(-45deg); } .mobile_menu.show_mobile_menu { transform: translatey(0); opacity: 1; } #mobile_login_box { margin-top: 1rem; } #mobile_login_box>ul { display: flex; justify-content: center; } #mobile_login_box>ul>li:first-child { background: unset; border: #d7b587 solid 2px; color: #f3e2bf; } #mobile_login_box>ul>li { margin: 1rem; background: linear-gradient(180deg, #f3e2bf, #d7b587); border-radius: 10px; /* padding: .5rem 2rem; */ color: #d7b587; } #mobile_login_box>ul>li>a { width: unset; display: block; padding: .5rem 2rem; color: #d7b587; } #mobile_login_box>ul>li:last-child>a { color: #4a2b0e; } } @media screen and (min-width: 512px) { #mobile_nav { display: none; } } @media screen and (max-width:512px) { #img_back a { display: block; width: 100%; height: 100%; } #mobile_nav { position: fixed; top: 0; z-index: 11; width: 100%; height: 3.5rem; background-color: #2a2b33; display: flex; justify-content: space-between; } #mobile_menu { min-width: 30px; max-width: 30px; font-size: 1em; padding: 1rem; background-color: #e7c88f; } #mobile_logo { width: 5rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #mobile_search { min-width: 60px; padding: 2.5rem; } #show_ad { display: none; } #banner_left #search { display: none; } #banner_left .en_title { display: none; } #banner_left { display: none; height: 100%; margin-top: 10px; position: relative; } #banner_left .cn_title { display: none; font-size: 1.5em; position: absolute; left: .5rem; bottom: 1rem; } .global_nav { flex-wrap: wrap; padding: 0 .5rem; margin: 0; } .global_nav>p:last-child { display: none; } .active_color { font-size: 18px; position: relative; } .active_color:after { content: ''; position: absolute; width: 50%; height: 4px; background-color: #dcb785; bottom: -10px; left: 50%; border-radius: 10px; transform: translatex(-50%); } .global_nav>p { width: 100%; display: block; padding: 50px 0 30px 0; font-size: 1.25rem; } #banner { width: 100%; } #banner_box { height: 170px; position: relative; width: 100%; } #top_info, #top_nav { display: none; } #banner_img_list { display: none; } #banner { width: 100%; height: 170px; } #img_back>a>img { top: unset; bottom: 0; height: 12rem; } .black_inset { display: none; height: 15rem; } #banner_back_select_box { display: none; } #img_back { height: 170px; } #img_back>video { pointer-events: none; top: -10px; height: 250px; } } @media screen and (max-width:512px) { #hot_play { background-color: #191a20; } #recommend_video { background-color: #1c1d24; } #hot_play>p { font-size: 20px; padding: 40px 10px 30px 10px; font-weight: normal; margin: 0; } #new_notice { margin-top: 10px; background-color: #1c1d24; } #new_notice>.global_nav>p { padding: 40px 0 30px 0; } .index_head { display: none; } body>div { width: 100%; } body>#banner { margin-top: 3.5rem; width: 100vw; height: 170px; } #banner_left { width: 100%; } .global_nav { font-size: 1em; display: flex; justify-content: space-between; } .global_nav>p { display: flex; } .no_data>p { text-align: center; } .global_nav>ul { flex: unset; width: 95%; margin: 0 auto; overflow-x: scroll; flex-wrap: nowrap; font-size: 1em; display: flex; align-items: center; padding-bottom: 30px; /* display: none; */ } .global_nav>ul>li:first-child { /* font-size: 20px; */ white-space: nowrap; /* color: #ffffff; */ } .global_nav>ul>li { margin-left: 0; margin-right: .5rem; cursor: pointer; } .more_video { display: none; } #hot_video_box { display: flex; flex-direction: column; } #hot_video_list { margin: 0; width: 100%; height: 100%; } #hot_video_list>ul { width: 95%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; } #hot_video_list>ul>li { font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; flex-direction: column; width: 48.8%; /* margin: .5rem .5rem; */ align-items: flex-start; } #hot_video_list>ul>li>a { flex-direction: column; } #hot_video_list>ul>li>a>img { object-fit: cover; min-width: 100%; height: 6rem; min-height: 6rem; border-radius: 10px; object-fit: cover; } #video_list_info>#hot_list_title { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; margin: .5rem 0; } #video_list_info { width: 100%; margin-left: 0; } #video_list_info:nth-child(2) { /* white-space: nowrap; */ overflow: hidden; text-overflow: ellipsis; } #video_list_info>p:nth-child(3) { display: none; } #friend_connect_ul_1 { margin-top: 0; } #hot_video_list>ul>li>div>p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: .8em; } #recommend_video_list_ul>li>a>img { width: 100%; height: 10rem; border-radius: 10px; margin-bottom: 0; } #near_show>.global_nav>p { padding: 50px 0 30px 0; } #recommend_video_list_ul>li { width: 31.5%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0 0 20px 0; } #recommend_video_list_ul>li>a>p { font-size: 14px; } #recommend_video_list_ul>li>a>p:last-child { display: none; } #recommend_video_list_ul { width: 95%; margin: 0 auto; display: flex; justify-content: space-between; } #recommend_video_list_ul>li:nth-child(6n) { margin-right: 0; } #hot_big_video_img { display: none; } .video_big_img_list_ul>li { width: 100%; } .video_big_img_list_ul>li>img { width: 100%; } #near_control { top: 50%; display: none; } #near_control>.near_control_right { position: absolute; left: 100%; } #news_box { height: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } #news_box p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; font-size: 1em; } #right_news>ul>li>a>p:first-child { margin-bottom: 10px; } #new_left_info>p { font-size: 1em; } #new_right { padding: .5rem; width: 100%; } #right_first_news { display: none; } #right_news { margin-top: .5rem; } #right_news>ul>li>a { display: flex; flex-direction: column; margin: 20px 0; } #new_notice>.global_nav>ul>li:last-child { display: none; } #new_left { border-radius: 0; padding: .5rem; margin: 0; width: 100%; } #new_left_info { line-height: unset; /* padding: 2rem; */ margin: 30px 0 20px 0; } #new_left_info>p:first-child { font-size: .8em; line-height: unset; margin-bottom: .5rem; } #new_left img { height: 10rem; } #friend_connect { width: 95%; margin: 0 auto; } #friend_connect_ul { display: flex; justify-content: center; } #near_banner { height: 10rem; } #near_banner_list>li { width: 100%; height: 10rem; } #near_banner_list>li:last-child, #near_banner_list>li:nth-child(4) { transform: unset; } #near_banner_list>li img { object-fit: cover; } #near_banner_check_point { display: none; } #friend_connect_ul>li:nth-child(6), #friend_connect_ul_1>li:nth-child(6) { transform: scale(1); } #friends>.global_nav>p { font-size: 1.375rem; display: block; } #friends { margin-bottom: 30px; } #friend_connect_ul, #friend_connect_ul_1 { width: 100rem; transition: ease all .8s; transform: translatex(-21%); } #friend_connect_ul>li, #friend_connect_ul_1>li { width: 6rem; min-width: 6rem; height: 3rem; max-height: 3rem; border-radius: 10px; overflow: hidden; object-fit: unset; margin-right: .5rem; margin-bottom: 0; } #video_list_info>p:nth-child(2) { margin-bottom: 0; } #friend_connect_ul>li>img, #friend_connect_ul_1>li>img { width: 100%; height: 100%; object-fit: cover; transform: scale(.8); } .open_web_ad { display: none; } #show_ad { display: none; } } #mobile_nav .searchicon { margin-top: 12px; height: 32px; width: 32px; } @media screen and (max-width: 512px) { .search_input_banner #search_btn { width: 100%; } }