/* body { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 300; color: #888; line-height: 30px; text-align: center; } strong { font-weight: 500; } a, a:hover, a:focus { color: #3366ff; text-decoration: none; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; } h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 100; color: #555; line-height: 50px; } h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; } img { max-width: 100%; } */ @font-face { font-family: "SourceHanSansCN"; src: url("https://oss.zc10000.com/static/botstrap-step/SourceHanSansCN-Medium.ttf"); } ::-moz-selection { background: #3366ff; color: #fff; text-shadow: none; } ::selection { background: #3366ff; color: #fff; text-shadow: none; } .btn-link-1 { display: inline-block; height: 50px; margin: 0 5px; padding: 16px 20px 0 20px; background: #3366ff; font-size: 16px; font-weight: 300; line-height: 16px; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; } .btn-link-2 { display: inline-block; height: 50px; margin: 0 5px; padding: 15px 20px 0 20px; background: rgba(0, 0, 0, 0.3); border: 1px solid #fff; font-size: 16px; font-weight: 300; line-height: 16px; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; } /***** Top menu *****/ .navbar { padding-top: 10px; background: #333; background: rgba(51, 51, 51, 0.3); border: 0; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; } .navbar.navbar-no-bg { background: none; } ul.navbar-nav { font-size: 16px; color: #fff; } .navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; } .navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; } .navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; } .navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; } .navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; } .navbar-inverse ul.navbar-nav li .li-social a { margin: 0 5px; font-size: 28px; vertical-align: middle; } .navbar-inverse ul.navbar-nav li .li-social a:hover, .navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #3366ff; } .navbar-brand { width: 123px; background: url(../img/logo.png) left center no-repeat; text-indent: -99999px; } /***** Top content *****/ .inner-bg { padding: 40px 0 170px 0; } .top-content .text { color: #fff; } .top-content .text h1 { color: #fff; } .top-content .description { margin: 20px 0 10px 0; } .top-content .description p { opacity: 0.8; } .top-content .description a { color: #fff; } .top-content .description a:hover, .top-content .description a:focus { border-bottom: 1px dotted #fff; } .top-content .top-big-link { margin-top: 35px; } .form-box { padding-top: 18px; } .form-top { overflow: hidden; padding: 0 25px 15px 25px; background: #fff; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; text-align: left; } .form-top-left { float: left; width: 75%; padding-top: 25px; } .form-top-left h3 { margin-top: 0; } .form-top-right { float: left; width: 25%; padding-top: 5px; font-size: 66px; color: #ddd; line-height: 100px; text-align: right; } .form-bottom { padding: 25px 25px 30px 25px; background: #eee; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; text-align: left; } form .form-bottom textarea { height: 100px; } form .form-bottom button.btn { min-width: 105px; } form .form-bottom .input-error { border-color: #3366ff; } form.registration-form fieldset { display: none; } /***** Media queries *****/ @media (min-width: 992px) and (max-width: 1199px) {} @media (min-width: 768px) and (max-width: 991px) {} @media (max-width: 767px) { .navbar { padding-top: 0; } .navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); } .navbar-brand { height: 60px; margin-left: 15px; } .navbar-collapse { border: 0; } .navbar-toggle { margin-top: 12px; } .inner-bg { padding: 40px 0 110px 0; } .top-content .top-big-link { margin-top: 25px; } .top-content .top-big-link a.btn { margin-top: 10px; } .form-bottom { padding-bottom: 25px; } form .form-bottom button.btn { margin-bottom: 5px; } } @media (max-width: 415px) { h1, h2 { font-size: 32px; } } /* Retina-ize images/icons */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { /* logo */ .navbar-brand { background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important; } } /** mobile端改写的css */ @media (max-width: 1000px){ #ciping .top-content .container { width: 100%; max-width: 1920px; } .title-h1{ font-size: 18px; color: #fff; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; /* font-weight: bold; */ line-height: 24px; padding: 10px 0% 0 0; display: block; text-align: left; width: 100%; margin: 0 auto; } .registration-form{ width: 98%; margin:0 auto; padding: 0 1%; } .form-top{ padding:0 !important; } .form-title{ width:100%; height: 65px; background: linear-gradient(to bottom, #3366ff, #0066cc); text-align: center; } .form-title span{ color: #fff; line-height: 65px; font-size: 28px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .form-top-left{ padding: 25px 25px 0 25px; } .form-top-left p{ color: #000; font-size: 16px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .form-top-right{ padding: 0px 25px 0 25px; } .form-top-right img{ width:41px; } .form-bottom{ background: #fff; padding: 1px 25px 30px 25px; } select.form-control { height: 43px; border:2px solid #ddd; background:#fff; color: #666; font-family: "SourceHanSansCN", sans-serif; } input[type="text"], input[type="password"], textarea, textarea.form-control{ height: 43px; border:2px solid #ddd; background:#fff; color: #666; font-family: "SourceHanSansCN", sans-serif; } button.btn{ height: 37px; background:#3366ff; line-height: 37px; font-family: "SourceHanSansCN", sans-serif; } .registration-form button.btn{ margin-top:10px; } button.btn:hover{ background:#3366ff; } .but-success{ float: right; position: relative; } .but-success:after { content: ''; position: absolute; top: 30%; left: 90%; border: solid transparent; border-top-color: #36f; border-width: 8px; transform: rotate(-90deg); } .but-success2:after { content: ''; position: absolute; top: 30%; left: 100%; border: solid transparent; border-top-color: #36f; border-width: 8px; transform: rotate(-90deg); } .form-inline-pc{ width: 550px !important; margin: 0 auto; } .fb-t{ padding-top:0px; } .inner-bg{ padding: 18px 0px 10px 0px; } #ffnp{ width: 100%; float: left; font-family: "SourceHanSansCN", sans-serif; } #cx-rel-code{ font-family: "SourceHanSansCN", sans-serif; } #sele-box input[type="text"], input[type="password"], textarea, textarea.form-control{ height: 37px; border:2px solid #ddd; background:#fff; color: #666; font-family: "SourceHanSansCN", sans-serif; } .form-info-t{ font-family: "SourceHanSansCN", sans-serif; color: #666; font-size: 14px; } .context-menu-arrow { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #ffffff; /* 箭头颜色 */ position: absolute; bottom: 100%; left: 50%; margin-left: -10px; display: none; } .form-box-ssl{ position:relative; width:100%; margin:0 auto; } #backtop{ z-index:9999; } .footer-nav{ z-index: 9999; } .ssl-box{ position:absolute; width: 535px; height: 480px; background: none; top:0; left: 50%; margin-left: 286px; display: none; } .ssl-box-t{ width: 90%; height: 190px; border-radius: 5px; background: #fff; margin-top: 14px; padding: 20px 25px; } .ssl-box-t p{ font-size: 15px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .ssl-box-b{ width: 90%; height: 455px; border-radius: 5px; background: #fff; margin-top: 0px; } .ssl-box-b .p-con{ font-size: 15px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; padding: 20px 25px 10px 25px; } .ssl-box-b .p-con2{ font-size: 15px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; padding: 0px 25px; } #sele-box{ position: relative; width: 100%; margin: 0 auto; background: none; } .ssl-box-b .p-con2 table, th, td{ border: 1px solid #999; padding: 5px 0px; font-size: 12px; font-weight: 300; overflow: hidden; height: 32px; } .ssl-box-b .p-con2 table { border-collapse: collapse; } .ssl-box-b .p-con2 th{ font-size: 13px; color: #fff; font-weight: 400; background: #3366ff; text-align: center; } .t-wid1{ width: 73px; } .t-wid2{ width: 100px; } .t-wid3{ width: 100px; } .t-wid4{ width: 73px; } .ssl-box-b .p-con2 tr td:nth-child(1){ background: #99ccff; color: #000; } .ssl-box-b .p-con2 tr td:nth-child(2){ /*padding-left: 23px;*/ } .ssl-box-b .p-con2 tr td:nth-child(3){ /*padding-left: 23px;*/ } .ssl-box-b .p-con2 tr td:nth-child(4){ text-align: center; color: #3366ff; font-size: 15px; font-weight: bold; } .ssl-box-b .p-con2 tr .td-b{ text-align: center; color: red !important; font-size: 15px; font-weight: bold; } .td-r img{ width: 12px; } .td-b img{ width: 12px; } .form-gb{ width: 100%; height: 45px; line-height: 45px; cursor: pointer; margin-bottom: 10px; } .form-gb-con{ width: 98%; margin: 0 auto; text-align: center; position: relative; padding: 0 1%; line-height: 25px; } .form-gb-con span{ color: #fff; font-size: 16px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .form-gb-con img{ width: 12px; height: 12px; vertical-align: middle; margin-top: -4px; } .modal-dialog .ssl-box-t{ padding: 0px !important; width: 100%; height: 160px; } .modal-dialog .ssl-box-b{ width: 100%; height: auto !important; } .modal-dialog .p-con{ padding: 0px !important; width: 100%; margin-bottom: 5px; } .modal-dialog .p-con2{ padding: 0px !important; width: 100%; } .modal-dialog table{ width:100%; } .sss-box .modal-dialog{ margin-top:40px !important; } .modal-dialog .t-wid1{ width:25% !important; } .modal-dialog .t-wid2{ width:25% !important; } .modal-dialog .t-wid3{ width:25% !important; } .modal-dialog .t-wid4{ width:25% !important; } .ssl-list{ position: absolute; width: 96%; padding: 0 0%; height: 380px; background: none; bottom: 0; left: 2%; margin-left: 0; margin-bottom: -390px; background: #336699; background-color: rgba(51, 102, 204, 0.3); } .ssl-list-t{ width: 100%; line-height: 60px; text-align: center; font-size: 17px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; color: #fff; } .ssl-list-t font{ color: red; margin: 0 3px; } .ssl-list-b{ width: 100%; padding: 0 0px; } .div-top{ float: left; } .center-div{ float: left; } .bottom-div{ float: left; margin-top:0px !important; } .ti{ width:100%; height: 40px; border-bottom: 1px solid #fff; } .ti span{ display: block; text-align: center; color: #fff; font-family: "SourceHanSansCN", sans-serif; float: left; margin-left: 0; font-size: 14px; margin-right: 0; height: 40px; line-height: 40px; font-weight: bold; } .sp1{ width: 20%; } .sp2{ width: 24%; } .sp3{ width: 36%; } .sp4{ width: 20%; } .tib{ width: 100%; margin-top:13px; } .tib-li{ width:100%; height: 35px; } .tib-li span{ display: block; text-align: center; color: #fff; font-family: "SourceHanSansCN", sans-serif; float: left; margin-left: 0; font-size: 14px; margin-right: 0; height: 35px; line-height: 35px; overflow: hidden; } .tib-li-err span{ color: red; } .tib-li-end{ animation: fadeInOut 1s infinite; } @keyframes fadeInOut { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; } } .autoBox { position: relative; margin: 0 auto; overflow: hidden; margin-top:10px; } .autoBox ul { position: absolute; list-style: none; z-index: 2; } .modal-dialog{ margin-top: 82px; font-family: "SourceHanSansCN", sans-serif !important; color: #000; } .modal-title{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; } #zy_box{ font-family: "SourceHanSansCN", sans-serif !important; } #zys{ display: none; } .hjk{ padding: 6px 15px; border: 1px solid #999999; border-radius: 10px; font-size: 15px; color: #9999; margin-right: 5px; display: block; float: left; margin-top:5px; cursor: pointer; position: relative; font-family: "SourceHanSansCN", sans-serif !important; } .hjk:after { content: '\2713'; position: absolute; right: 3%; bottom: auto; color: #fff; font-size: 12px; } .hjk-check{ color:#3366ff; border: 1px solid #3366ff; } .hjk-check:after{ color:#3366ff; } .control-label{ font-family: "SourceHanSansCN", sans-serif !important; } #zss{ font-family: "SourceHanSansCN", sans-serif !important; padding-left: 2px !important; } .form-top-left p span{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; font-weight: bold; } .panel-body{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; } .list-group a{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; } .form-t-e{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .form-b-e{ border-radius: 10px; background: #fff; margin-top:15px; padding:5px 2%; } .ta-info-detail{ width:100%; font-family: "SourceHanSansCN", sans-serif !important; color: #000; font-size: 15px; font-weight: bold; } .ta-list-li-box{ width:100%; font-family: "SourceHanSansCN", sans-serif !important; color: #000; margin-bottom:5px; } .tllb-t{ font-size: 15px; font-weight: bold; } /*表格样式**/ .p-con68 table, th, td{ border: 1px solid #999; padding: 5px 0px; font-size: 12px; font-weight: 300; overflow: hidden; height: 32px; text-align: center; } .p-con68 table { border-collapse: collapse; width: 100%; } .p-con68 th{ font-size: 13px; color: #fff; font-weight: 400; background: #3366ff; text-align: center; } .p-con68 .t-wid1{ width: 25%; } .p-con68 .t-wid2{ width: 25%; } .p-con68 .t-wid3{ width: 25%; } .p-con68 .t-wid4{ width: 25%; } .p-con68 tr td:nth-child(1){ background: #99ccff; color: #000; } .p-con68 tr td:nth-child(2){ /*padding-left: 23px;*/ } .p-con68 tr td:nth-child(3){ /* padding-left: 23px;*/ } .p-con68 tr td:nth-child(4){ text-align: center; color: #3366ff; font-size: 15px; font-weight: bold; } .p-con68 tr .td-b{ text-align: center; color: red !important; font-size: 15px; font-weight: bold; } .zklp{ font-family: "SourceHanSansCN", sans-serif !important; color: red; cursor: pointer; position: relative; display: block; float: left; width:15%; margin: 5px 0; line-height: 25px; } .p-con68{ display: none; } .klp1{ display: block; } .ta-info-detail p{ margin: 5px 0 0px 0px !important; font-size: 16px; } /* 找不到 19b9e7 */ .zklp-2::after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid red; display: block; rotation: 360deg; position: absolute; top: 12px; left: 34px; } .zklp-3::after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid red; display: block; rotation: 360deg; position: absolute; top: 9px; left: 34px; } .zklp-l{ display: block; float: left; width:85%; font-family: "SourceHanSansCN", sans-serif !important; color: #000; margin: 5px 0; line-height: 25px; } .nav-tabs{ height: 30px; margin-top:5px; } .nav-tabs li{ height: 30px; } .nav-tabs li a{ height: 30px; line-height: 8px !important; font-family: "SourceHanSansCN", sans-serif !important; color: #000; font-size: 13px !important; } .tab-pane{ margin-top:5px; } .result-div{ margin-bottom: 5px; display: block; font-family: "SourceHanSansCN", sans-serif !important; } .form-top-left{ padding-bottom: 0px; margin-bottom: 5px; } .form-bottom{ /* padding-top: 5px;*/ } #zss .checkbox-inline{ height: 35px; line-height: 32px; } #choose6{ margin-top:15px; } .zsssfg{ margin-top:15px; } .fdtgry{ padding-top:15px; } #zss select{ height: 24px; width: 65px; } #zss input{ height: 24px; } .zsssfg .control-label{ font-size: 16px; } .ftl-l{ width:100%;float: left; color: #000; font-size: 16px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .ftl-r{ width:100%;float: left; color: #000; font-size: 16px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; margin-top: 5px; } .form-t-e{ padding-bottom:15px !important; } #zss .form-control-static{ display: block; float: left; width: 100%; height: 35px !important; } #zss .form-control-static font{ float: right; margin-right: 20%; } #retrieve-code{ margin-top:0px !important; } .sele-box-pc{ } .center-div-uo{ display: block; } .sele-box-pc{ margin-top:0px !important; } #nav-box{ display: none; } #m-btn{ display: block; line-height: 48px; } .search i.fa, .darkmode i.fa{ line-height: 52px; } body.open .m-nav { left: 0px; } .m-btn i{ line-height: 45px; } .form-top-left h3{ font-weight: bold; } } /** pc端改写的css */ @media (min-width: 1001px){ .center-div-uo{ display: none; } #ciping .top-content .container { width: 100%; max-width: 1920px; } .title-h1{ font-size: 26px; color: #fff; font-weight: 400; font-family: "SourceHanSansCN", sans-serif; /* font-weight: bold;*/ line-height: 40px; padding:0 10%; display: block; text-align: center; width: 80%; margin: 0 auto; } .registration-form{ width: 550px; margin:0 auto; } .form-top{ padding:0 !important; } .form-title{ width:100%; height: 65px; background: linear-gradient(to bottom, #3366ff, #0066cc); text-align: center; } .form-title span{ color: #fff; line-height: 65px; font-size: 36px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .form-top-left{ padding: 25px 5px 0 25px; } .form-top-left p{ color: #000; font-size: 16px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .form-top-right{ padding: 25px 25px 0 5px; } .form-top-right img{ width:41px; } .form-bottom{ background: #fff; padding: 1px 25px 30px 25px; } select.form-control { height: 43px; border:2px solid #ddd; background:#fff; color: #666; font-family: "SourceHanSansCN", sans-serif; } input[type="text"], input[type="password"], textarea, textarea.form-control{ height: 43px; border:2px solid #ddd; background:#fff; color: #666; font-family: "SourceHanSansCN", sans-serif; } button.btn{ height: 37px; background:#3366ff; line-height: 37px; font-family: "SourceHanSansCN", sans-serif; } .registration-form button.btn{ margin-top:10px; } button.btn:hover{ background:#3366ff; } .but-success{ float: right; position: relative; } .but-success:after { content: ''; position: absolute; top: 30%; left: 90%; border: solid transparent; border-top-color: #36f; border-width: 8px; transform: rotate(-90deg); } .but-success2:after { content: ''; position: absolute; top: 30%; left: 100%; border: solid transparent; border-top-color: #36f; border-width: 8px; transform: rotate(-90deg); } .form-inline-pc{ width: 550px !important; margin: 0 auto; } .inner-bg{ padding:40px 0px 130px 0; } #ffnp{ width: 186px; float: left; } #cx-rel-code{ font-family: "SourceHanSansCN", sans-serif; } #sele-box input[type="text"], input[type="password"], textarea, textarea.form-control{ height: 37px; border:2px solid #ddd; background:#fff; color: #666; font-family: "SourceHanSansCN", sans-serif; } .form-info-t{ font-family: "SourceHanSansCN", sans-serif; color: #666; font-size: 14px; } .context-menu-arrow { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #ffffff; /* 箭头颜色 */ position: absolute; bottom: 100%; left: 50%; margin-left: -10px; display: none; } .form-box-ssl{ position:relative; width:100%; margin:0 auto; } .ssl-box{ position:absolute; width: 535px; height: 480px; background: none; top:0; left: 50%; margin-left: 286px; display: none; } .ssl-box-t{ width: 90%; height: 190px; border-radius: 5px; background: #fff; margin-top: 14px; padding: 20px 25px; } .ssl-box-t p{ font-size: 15px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .ssl-box-b{ width: 90%; height: 455px; border-radius: 5px; background: #fff; margin-top: 0px; } .ssl-box-b .p-con{ font-size: 15px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; padding: 20px 25px 10px 25px; } .ssl-box-b .p-con2{ font-size: 15px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; padding: 0px 25px; } #sele-box{ position: relative; width: 100%; margin: 0 auto; background: none; } .ssl-box-b .p-con2 table, th, td{ border: 1px solid #999; padding: 5px 10px; font-size: 12px; font-weight: 300; overflow: hidden; height: 32px; } .ssl-box-b .p-con2 table { border-collapse: collapse; } .ssl-box-b .p-con2 th{ font-size: 13px; color: #fff; font-weight: 400; background: #3366ff; text-align: center; } .t-wid1{ width: 73px; } .t-wid2{ width: 100px; } .t-wid3{ width: 100px; } .t-wid4{ width: 73px; } .ssl-box-b .p-con2 tr td:nth-child(1){ background: #99ccff; color: #000; } .ssl-box-b .p-con2 tr td:nth-child(2){ padding-left: 23px; } .ssl-box-b .p-con2 tr td:nth-child(3){ /* padding-left: 23px;*/ } .ssl-box-b .p-con2 tr td:nth-child(4){ text-align: center; color: #3366ff; font-size: 15px; font-weight: bold; } .ssl-box-b .p-con2 tr .td-b{ text-align: center; color: red !important; font-size: 15px; font-weight: bold; } .form-gb{ width: 100%; height: 40px; line-height: 40px; cursor: pointer; margin-bottom: 5px; } .form-gb-con{ width: 550px; margin: 0 auto; text-align: center; position: relative; } .form-gb-con span{ color: #fff; font-size: 17px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .form-gb-con img{ width: 18px; height:18px; vertical-align: middle; margin-top: -4px; } .ssl-list{ position: absolute; width: 450px; height: 380px; background: none; top: 0; left: 50%; margin-left: -763px; margin-top:30px; background: #336699; background-color: rgba(51, 102, 204, 0.3); } .ssl-list-t{ width: 100%; line-height: 60px; text-align: center; font-size: 17px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; color: #fff; } .ssl-list-t font{ color: red; margin: 0 3px; } .ssl-list-b{ width: 100%; padding: 0 20px; } .ti{ width:100%; height: 40px; border-bottom: 1px solid #fff; } .ti span{ display: block; text-align: center; color: #fff; font-family: "SourceHanSansCN", sans-serif; float: left; margin-left: 0; font-size: 14px; margin-right: 0; height: 40px; line-height: 40px; font-weight: bold; } .sp1{ width: 20%; } .sp2{ width: 24%; } .sp3{ width: 36%; } .sp4{ width: 20%; } .tib{ width: 100%; margin-top:13px; } .tib-li{ width:100%; height: 35px; } .tib-li span{ display: block; text-align: center; color: #fff; font-family: "SourceHanSansCN", sans-serif; float: left; margin-left: 0; font-size: 14px; margin-right: 0; height: 35px; line-height: 35px; overflow: hidden; } .tib-li-err span{ color: red; } .tib-li-end{ animation: fadeInOut 1s infinite; } @keyframes fadeInOut { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; } } .autoBox { position: relative; margin: 0 auto; overflow: hidden; margin-top:10px; } .autoBox ul { position: absolute; list-style: none; z-index: 2; } .modal-dialog{ margin-top: 200px; font-family: "SourceHanSansCN", sans-serif !important; color: #000; } .modal-title{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; } #zy_box{ font-family: "SourceHanSansCN", sans-serif !important; } #zys{ display: none; } .hjk{ padding: 6px 15px; border: 1px solid #999999; border-radius: 10px; font-size: 15px; color: #9999; margin-right: 5px; display: block; float: left; margin-top:5px; cursor: pointer; position: relative; font-family: "SourceHanSansCN", sans-serif !important; } .hjk:after { content: '\2713'; position: absolute; right: 3%; bottom: auto; color: #fff; font-size: 12px; } .hjk-check{ color:#3366ff; border: 1px solid #3366ff; } .hjk-check:after{ color:#3366ff; } .control-label{ font-family: "SourceHanSansCN", sans-serif !important; } #zss{ font-family: "SourceHanSansCN", sans-serif !important; padding-left: 2px !important; } .form-top-left p span{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; font-weight: bold; } .panel-body{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; } .list-group a{ font-family: "SourceHanSansCN", sans-serif !important; color: #000; } .form-t-e{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .form-b-e{ border-radius: 10px; background: #fff; margin-top:15px; padding:15px 20px; } .ta-info-detail{ width:100%; font-family: "SourceHanSansCN", sans-serif !important; color: #000; font-size: 15px; font-weight: bold; } .ta-list-li-box{ width:100%; font-family: "SourceHanSansCN", sans-serif !important; color: #000; margin-bottom:5px; } .tllb-t{ font-size: 15px; font-weight: bold; } /*表格样式**/ .p-con68 table, th, td{ border: 1px solid #999; padding: 5px 10px; font-size: 12px; font-weight: 300; overflow: hidden; height: 32px; text-align: center; } .p-con68 table { border-collapse: collapse; width: 100%; } .p-con68 th{ font-size: 13px; color: #fff; font-weight: 400; background: #3366ff; text-align: center; } .p-con68 .t-wid1{ width: 73px; } .p-con68 .t-wid2{ width: 100px; } .p-con68 .t-wid3{ width: 100px; } .p-con68 .t-wid4{ width: 73px; } .p-con68 tr td:nth-child(1){ background: #99ccff; color: #000; } .p-con68 tr td:nth-child(2){ /*padding-left: 23px;*/ } .p-con68 tr td:nth-child(3){ /* padding-left: 23px;*/ } .p-con68 tr td:nth-child(4){ text-align: center; color: #3366ff; font-size: 15px; font-weight: bold; } .p-con68 tr .td-b{ text-align: center; color: red !important; font-size: 15px; font-weight: bold; } .zklp{ font-family: "SourceHanSansCN", sans-serif !important; color: red; cursor: pointer; position: relative; display: block; float: left; width:20%; margin: 5px 0; } .p-con68{ display: none; } .klp1{ display: block; } .zklp-2::after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid red; display: block; rotation: 360deg; position: absolute; top: 6px; left: 34px; } .zklp-3::after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid red; display: block; rotation: 360deg; position: absolute; top: 6px; left: 34px; } .zklp-l{ display: block; float: left; width: 75%; font-family: "SourceHanSansCN", sans-serif !important; color: #000; margin: 5px 0; } .nav-tabs{ height: 30px; margin-top:5px; } .nav-tabs li{ height: 30px; } .nav-tabs li a{ height: 30px; line-height: 8px !important; font-family: "SourceHanSansCN", sans-serif !important; color: #000; font-size: 13px !important; } .tab-pane{ margin-top:5px; } .result-div{ margin-bottom: 5px; display: block; font-family: "SourceHanSansCN", sans-serif !important; } .form-top-left{ padding-bottom: 15px; } .ftl-l{ width:50%;float: left; color: #000; font-size: 16px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } .ftl-r{ width:50%;float: left; color: #000; font-size: 16px; font-weight: bold; font-family: "SourceHanSansCN", sans-serif; } #zss .form-control-static{ display: block; float: left; width: 50%; } #zss .form-control-static font{ float: right; margin-right: 15%; } #retrieve-code{ margin-top:0px !important; } .td-r img{ width: 12px; } .td-b img{ width: 12px; } .form-top-left h3{ font-weight: bold; } }