@charset "utf-8";
*{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-family: "Helvetica","PingFang SC","Microsoft YaHei","Tahoma","Arial","STHeiti","sans-serif" !important;}
body{background-color: #FFF;}
a{text-decoration: none;cursor: pointer;color: #000;}
.fl{float: left;}
.fr{float: right;}
img{border: none;display: block;}
em,h1,i{font-style: normal;}
ul{list-style: none;}
.wrapper{width: 10rem;margin: 0 auto;padding-bottom: 0.8rem;}
.ct{text-align: center;}
.bred{background-color: #F00!important;color: #FFF;}
.bgreen{background-color: rgb(31, 182, 29);color: #FFF;}
.bblue{background-color: rgb(35, 137, 233);color: #FFF;}
.red{color: #F00;}
.yello{color: #FF0;}
.bhf{width: 100%;position: fixed;left: 0;bottom: 0;height: 0.75rem;display: flex;justify-content: center;align-items: center;background-color: rgba(0,0,0,.8);z-index: 999;color: #FFF;font-size: 0.21rem;}
.bhf a{width: 1.07rem;height: 0.4rem;line-height: 0.4rem;color: #F00;border-radius: 0.2rem;background: linear-gradient(to top, #ff0, #fff);text-align: center;margin-left: 0.12rem;}
iframe{display: block;}

.open_web{width: 100%;}
table{width: 100%;}
table td{font-size: 0.4rem;border: 0.01rem solid #000;padding: 0.07rem 0.16rem;line-height: 0.85rem;font-weight: bold;}
table th{font-size: 0.4rem;text-align: center;}
table th strong{display: block;border: 0.13rem double #FFF;color: #FFF;line-height: 1rem;}
.scroll{background-color: #F00;}
.scroll .text{white-space: nowrap;overflow: hidden;position: relative;width: 100%;height: 0.53rem;font-size: 0.4rem;animation: scrollText 5s linear infinite;color: #FFF;line-height: 0.64rem;height: 0.64rem;}
@keyframes scrollText {
    0% { left: 100%; } /* 开始位置 */
    100% { left: -100%; } /* 结束位置 */
  }
.right{position: fixed;right: 15px;bottom: 60px; z-index: 999;}
.right img{width: 100px;}
.right a{display: block;}
.right a:first-child{margin-bottom: 30px;}