@charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; -moz-box-sizing: border-box; /*火狐浏览器*/ -webkit-box-sizing: border-box; /*火狐浏览器*/ box-sizing: border-box; /*padding和border算在盒子内*/ } body, html { height: 100%; width: 100%; font-family: "微软雅黑"; color: #333; } @font-face { font-family: my; /*字体名称*/ src: url(../font/Digital-7Mono.ttf); /*字体源文件*/ } .bgimg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-width: 1000px; z-index: -10; zoom: 1; background-color: #00061d; background: url(../img/bj.jpg) no-repeat; background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: center 0; } b { font-weight: normal } i { font-style: normal } a, a:hover, a:active { text-decoration: none; color: #333; } input, textarea, select { outline: none } img { border: none; vertical-align: top; } li { list-style: none; } .c { width: 1200px; margin: 0 auto; } .fl { float: left } .fr { float: right } .cl { clear: both } .clearfix::after { content: ""; display: table; clear: both; } body { background-color: #fff7f7; } .contant { height: calc(100% - 100px); position: relative; } .dtk { width: 240px; padding: 20px; background-color: #fff; border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0; height: 100%; position: absolute; top: 0; left: 0; } .title { margin-bottom: 0; position: relative; } .title .title_content { margin-left: 14px; font-weight: 600; color: #27274A; } .modal-number-card .modal-body .card-content .card-content-title { font-size: 12px; color: #27274A; font-weight: 600; } .title .title_border { display: inline-block; width: 4px; height: 18px; background: #c7301e; position: absolute; top: 0; bottom: 0; margin: auto; } .box-list { border-bottom: 1px solid #E6E6E6; padding-bottom: 10px; } .box-list a { display: block; float: left; width: 33px; height: 33px; color: #B4B6BD; padding-bottom: 15px; background: #F1F3F8; line-height: 33px; position: relative; margin: 0 3px 6px; border-radius: 2px 2px 0 0; text-align: center; } a.red { color: #fff; background-color: #c7301e; } .card-content-title { font-size: 12px; color: #27274A; font-weight: 600; padding-bottom: 12px; padding-top: 20px; } .modal-footer { position: absolute; bottom: 0; padding: 10px 20px 10px 0px; background-color: #fff; border: unset; right: 0; width: 100%; box-shadow: 0 -2px 10px 0 rgba(58, 62, 81, 0.10); text-align: right; } .icon-box { width: 10px; height: 10px; display: inline-block; margin-right: 2px; background: #fff; } .s2 { background-color: #C7301E; } .s1 { background-color: #F1F3F8; } .icon-label { font-size: 12px; color: #656577; } .mian { max-height: 100%; width: 940px; margin-left: 260px; position: relative; background-color: #fff; float: left; border-radius: 6px; overflow: auto; border: 1px #dedede solid; } .qustion { padding: 20px; } .h { background-color: #dedede; margin: 20px 0px; height: 1px; width: 100%; } .time { width: 100%; padding: 20px 0px; background-color: #F1F3F8; border-radius: 6px; text-align: center; margin-bottom: 20px; } .time p { margin-top: 10px; font-size: 28px; font-weight: 500; color: #C7301E; } .tit { font-size: 18px; line-height: 25px; padding: 18px 20px; background: #FAFAFA; border-bottom: 1px solid #DEDEDE; } .qustion h2 { font-size: 16px; line-height: 22px; margin-bottom: 10px; } .qustion h2 strong { color: #C7301E; } .qustion li { width: 100%; padding: 10px 15px 10px 5px; line-height: 20px; border-radius: 4px; cursor: pointer; margin: 0; position: relative; min-height: 40px; } .qustion li:hover { background-color: #f5f5f5; } .btn { width: 200px; height: 40px; cursor: pointer; background-color: #C7301E; color: #fff; line-height: 40px; border-radius: 8px; text-align: center; margin: 0 auto; margin-bottom: 20px; } .btn:hover { background-color: #932001; } #top { height: 80px; background-color: #c7301e; margin-bottom: 20px; } #top .login, #top .login a { color: #fff; line-height: 80px; } label { line-height: 20px; display: inline-block; margin-left: 5px; margin-right: 15px; color: #777; } .radio_type { width: 22px; height: 22px; appearance: none; position: relative; } .radio_type[type="radio"]:before { content: ''; width: 20px; height: 20px; border: none; display: inline-block; border-radius: 50%; vertical-align: middle; background-color: none; } .radio_type[type="radio"]:checked:before { content: ''; width: 20px; height: 20px; border: 1px solid #c7301e; background: #c7301e; display: inline-block; border-radius: 50%; vertical-align: middle; } .radio_type[type="radio"]:checked:after { content: ''; width: 10px; height: 5px; border: 2px solid white; border-top: transparent; border-right: transparent; text-align: center; display: block; position: absolute; top: 6px; left: 5px; vertical-align: middle; transform: rotate(-45deg); } .radio_type[type="radio"]:checked+label { color: #333333; } .radio_type[type="checkbox"]:before { content: ''; width: 20px; height: 20px; border:none; display: inline-block; border-radius: 2px; vertical-align: middle; background-color: none; } .radio_type[type="checkbox"]:checked:before { content: ''; width: 20px; height: 20px; border: 1px solid #c7301e; background: #c7301e; display: inline-block; border-radius: 2px; vertical-align: middle; } .radio_type[type="checkbox"]:checked:after { content: ''; width: 10px; height: 5px; border: 2px solid white; border-top: transparent; border-right: transparent; text-align: center; display: block; position: absolute; top: 6px; left: 5px; vertical-align: middle; transform: rotate(-45deg); } .radio_type[type="checkbox"]:checked+label { color: #333333; }