body, html { width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; font-size: 14px; } .containerPage { width: 100%; height: 100%; margin: 0; padding: 0; } @keyframes pageIconAnim { 0% { transform: translate(-50%, 0); opacity: 0; } 20% { transform: translate(-50%, 3px); opacity: 1; } 80% { transform: translate(-50%, 10px); opacity: 1; } 90% { transform: translate(-50%, 10px); opacity: 0; } 100% { transform: translate(-50%, 10px); opacity: 0; } } @-webkit-keyframes pageIconAnim { 0% { transform: translate(-50%, 0); opacity: 0; } 20% { transform: translate(-50%, 3px); opacity: 1; } 80% { transform: translate(-50%, 10px); opacity: 1; } 90% { transform: translate(-50%, 10px); opacity: 0; } 100% { transform: translate(-50%, 10px); opacity: 0; } } .nextPageBox { position: absolute; bottom: 10px; left: 50%; font-size: 30px; z-index: 999; } .nextPageIcon { color: #ffffff; padding: 10px; background-color: rgba(255, 255, 255, 0); animation: pageIconAnim 1500ms linear 0s infinite; -webkit-animation: pageIconAnim 1500ms linear 0s infinite; } .nextPageIcon > a { color: #ffffff; } .nextPageIcon > a:hover { color: #ffffff; text-decoration: none; } /* 快捷菜单 */ .shotcutIcon { width: 17.5%; height: 60px; border: 1px solid #dfeeff; border-radius: 4px; box-shadow: 0 0 5px rgba(86, 141, 255, .25); } .shotcutIcon a { font-size: 22px; font-weight: bold; color: #000000; text-decoration: none; } .shotcutIcon a i { color: #697cfa; margin-right: 10px; } .float_ad2 { position: absolute; left: 10px; width: 308px; height: 70px; z-index: 1000 } #pageSwiper, #pageSwiper2, #mainPageSwiper { width: 100%; height: 100%; } #imgSwiper { width: 100%; height: 300px; } #memberSwiper { width: 100%; height: 400px; } #footerSwiper { width: 100%; height: 200px; } .swiper-slide { background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .swiper-pagination-h { padding: 8px; bottom: 60px !important; } .swiper-pagination-h > .swiper-pagination-bullet { border: 1px #fff solid; background-color: transparent; opacity: 1; } .swiper-pagination-h > .swiper-pagination-bullet-active { background-color: #fff !important; } .swiper-container-vertical > .swiper-pagination-bullets { left: 10px !important; top: 50% !important; } .swiper-pagination-bullet { width: 20px !important; height: 20px !important; text-align: center; line-height: 20px !important; font-size: 12px !important; color: #000000; opacity: 1; background: rgba(0, 0, 0, 0.2); /* background-color: #ffffff; */ } .swiper-pagination-bullet-active { color: #ffffff; background: #007aff; } .swiper-title { bottom: 0; left: 0; width: 100%; position: absolute; background-color: rgba(0, 0, 0, .8); color: #ffffff; text-align: center; font-size: 16px; } .swiper-title2 { /*bottom: 0;*/ left: 0; width: 100%; position: absolute; /*background-color: rgba(0, 0, 0, .8);*/ color: #000000; text-align: center; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .wrapbg a::before { content: url(/images/video_wrap.png); display: inline-block; position: absolute; left: 50%; top: 50%; margin-left: -35px; margin-top: -35px; z-index: 3; } /*.wrapbg::after { content: ''; display: inline-block; position: absolute; left: 15%; top: 15%; width: 200px; height: 130px; background-color: rgba(0,0,0,.3); z-index: 5; }*/ #topNewsList li a { font-size: 20px; } #topNewsList > li > a { color: #000000; } #topNewsList > li.active > a { font-weight: bold; border: 0 !important; border-bottom: 5px solid #cb0000 !important; } #topNewsList > li > a:hover { cursor: pointer; font-weight: bold; } #tabNews, #tabInfomation, #tabNotice { max-height: 240px; overflow-y: hidden; } #tabNews ul > li::marker, #tabInfomation ul > li::marker, #tabNotice ul > li::marker { color: #cb0000; } #tabNews ul > li > a, #tabInfomation ul > li > a, #tabNotice ul > li > a { font-size: 20px; color: #333333; line-height: 35px; font-weight: normal; } .divTbBlock { max-height: 250px; overflow-y: hidden; } .tbBlock { /* background-color: rgba(0, 0, 0, .075); */ } .tbBlock td { border-top: 0 !important; border-bottom: 1px solid #dddddd; } .tbBlock > thead > tr > td > label { font-size: 20px; color: #000000; border-bottom: 5px solid #cb0000; } .tbBlock > thead > tr > td > a { font-size: 12px; /* color: #000000; */ color: #ffffff; float: right; border-radius: 11px; background-color: #cb0000; padding: 3px 8px; text-decoration: none; } .tbBlock > tbody > tr > td > a { font-size: 14px; color: #000000; } .tbBlock > tbody > tr > td > a > i { display: inline-block; vertical-align: middle; background-image: url('/images/j.jpg'); width: 4px; height: 6px; margin-right: 5px; } #tabMembers li a { font-size: 20px; } #tabMembers > li > a { color: #000000; } #tabMembers > li.active > a { font-weight: bold; border: 0 !important; border-bottom: 5px solid #cb0000 !important; } #tabMembers > li > a:hover { cursor: pointer; font-weight: bold; } .multipleColumn { overflow: hidden; position: relative; width: 100%; border: 1px solid #ccc; } .multipleColumn .hd { overflow: hidden; height: 30px; background: #f4f4f4; padding: 0 10px; } .multipleColumn .hd .prev, .multipleColumn .hd .next { display: block; width: 5px; height: 9px; float: right; margin-right: 5px; margin-top: 10px; overflow: hidden; cursor: pointer; background: url("/images/icoLeft.gif") no-repeat; } .multipleColumn .hd .next { background: url("/images/icoRight.gif") no-repeat; } .multipleColumn .hd ul { float: right; overflow: hidden; zoom: 1; margin-top: 10px; zoom: 1; } .multipleColumn .hd ul li { float: left; width: 9px; height: 9px; overflow: hidden; margin-right: 5px; text-indent: -999px; cursor: pointer; background: url("/images/icoCircle.gif") 0 -9px no-repeat; } .multipleColumn .hd ul li.on { background-position: 0 0; } .multipleColumn .bd { padding: 10px; overflow: hidden; } .multipleColumn .bd ul { overflow: hidden; zoom: 1; width: 284px; float: left; _display: inline; } .multipleColumn .bd ul li { margin: 0 8px; float: left; _display: inline; overflow: hidden; text-align: center; } .multipleColumn .bd ul li .pic { text-align: center; } .multipleColumn .bd ul li .pic img { width: 190px; height: 90px; display: block; padding: 2px; border: 1px solid #ccc; } .multipleColumn .bd ul li .pic a:hover img { border-color: #999; } .multipleColumn .bd ul li .title { line-height: 24px; height: 24px; }
.headIconText { color: #ffffff; margin-right: 10px; } .headIconText:hover { color: red; text-decoration: none; } .headIconText:hover i { color: #ffffff; } .headTimeText { color: #ffffff; } .menubar { background-color: #2662cf; } .menubar a { color: #ffffff; } .menubarRow div { font-size: 18px; color: #ffffff; text-align: center; } .menubarRow div:nth-child(1) { /* border-left: 1px solid #286090; */ } .menubarRow > div:hover { background-color: #064fa4; color: #ffffff; font-weight: bold; } .menubarRow div a { line-height: 60px; color: #ffffff; text-decoration: none; } .menubarRow div a:hover { color: #ffffff; font-weight: bold; } .menubarRow > div .dropdown-menu { margin: 0; background-color: #2662cf; } .menubarRow > div .dropdown-menu a { font-size: 18px; line-height: 35px; color: #ffffff; /* border-bottom: 1px dashed #004594; */ } .menubarRow > div .dropdown-menu a:hover { color: #ffffff; font-weight: normal; background-color: #3773db; } .menubarRow > div:hover .dropdown-menu { display: block; }
友情链接:
友情链接:188体育_188体育投注  澳门新濠天地赌场  新世纪娱乐  英国威廉希尔公司