12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709 |
- /*
- 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%; }
- */
-
- ::-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: "黑体", sans-serif;
- /* font-weight: bold; */
- line-height: 24px;
- padding: 10px 0% 0 0;
- display: block;
- text-align: center;
- 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: "黑体", sans-serif;
- }
-
- .form-top-left{
- padding: 25px 25px 0 25px;
- }
- .form-top-left p{
- color: #000;
- font-size: 16px;
- font-weight: bold;
- font-family: "黑体", 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: "黑体", sans-serif;
- }
- input[type="text"], input[type="password"], textarea, textarea.form-control{
- height: 43px;
- border:2px solid #ddd;
- background:#fff;
- color: #666;
- font-family: "黑体", sans-serif;
- }
- button.btn{
- height: 37px;
- background:#3366ff;
- line-height: 37px;
- font-family: "黑体", 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: "黑体", sans-serif;
- }
- #cx-rel-code{
- font-family: "黑体", 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: "黑体", sans-serif;
- }
- .form-info-t{
- font-family: "黑体", 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: "黑体", sans-serif;
- }
- .ssl-box-b{
- width: 90%;
- height: 220px;
- border-radius: 5px;
- background: #fff;
- margin-top: 8px;
- }
- .ssl-box-b .p-con{
- font-size: 15px;
- font-weight: bold;
- font-family: "黑体", sans-serif;
- padding: 20px 25px 10px 25px;
- }
- .ssl-box-b .p-con2{
- font-size: 15px;
- font-weight: bold;
- font-family: "黑体", 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: 45px;
- line-height: 45px;
- cursor: pointer;
- margin-bottom: 5px;
- }
- .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: "黑体", sans-serif;
- }
- .form-gb-con img{
- width: 12px;
- height: 12px;
- vertical-align: middle;
- margin-top: -2px;
- }
-
- .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%;
- }
- .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: "黑体", 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: "黑体", sans-serif;
- float: left;
- margin-left: 0;
- font-size: 14px;
- margin-right: 0;
- height: 40px;
- line-height: 40px;
- font-weight: bold;
- }
- .sp1{
- width: 13%;
- }
- .sp2{
- width: 24%;
- }
- .sp3{
- width: 43%;
- }
- .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: "黑体", 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: "黑体", sans-serif !important;
- color: #000;
- }
- .modal-title{
- font-family: "黑体", sans-serif !important;
- color: #000;
- }
-
- #zy_box{
- font-family: "黑体", 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: "黑体", 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: "黑体", sans-serif !important;
- }
- #zss{
- font-family: "黑体", sans-serif !important;
- padding-left: 2px !important;
- }
-
- .form-top-left p span{
- font-family: "黑体", sans-serif !important;
- color: #000;
- font-weight: bold;
- }
-
- .panel-body{
- font-family: "黑体", sans-serif !important;
- color: #000;
- }
- .list-group a{
- font-family: "黑体", 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: "黑体", sans-serif !important;
- color: #000;
- font-size: 15px;
- font-weight: bold;
- }
-
- .ta-list-li-box{
- width:100%;
- font-family: "黑体", 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: 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: "黑体", 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: "黑体", 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: "黑体", sans-serif !important;
- color: #000;
- font-size: 13px !important;
- }
- .tab-pane{
- margin-top:5px;
- }
- .result-div{
- margin-bottom: 5px;
- display: block;
- font-family: "黑体", 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: 60px;
- }
- #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: "黑体", sans-serif;
- }
- .ftl-r{
- width:100%;float: left;
- color: #000;
- font-size: 16px;
- font-weight: bold;
- font-family: "黑体", 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;
- }
-
- }
-
- /** 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: "黑体", 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: "黑体", sans-serif;
- }
-
- .form-top-left{
- padding: 25px 25px 0 25px;
- }
- .form-top-left p{
- color: #000;
- font-size: 16px;
- font-weight: bold;
- font-family: "黑体", 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: "黑体", sans-serif;
- }
- input[type="text"], input[type="password"], textarea, textarea.form-control{
- height: 43px;
- border:2px solid #ddd;
- background:#fff;
- color: #666;
- font-family: "黑体", sans-serif;
- }
- button.btn{
- height: 37px;
- background:#3366ff;
- line-height: 37px;
- font-family: "黑体", 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: "黑体", 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: "黑体", sans-serif;
- }
- .form-info-t{
- font-family: "黑体", 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: block;
- }
- .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: "黑体", sans-serif;
- }
- .ssl-box-b{
- width: 90%;
- height: 220px;
- border-radius: 5px;
- background: #fff;
- margin-top: 8px;
- }
- .ssl-box-b .p-con{
- font-size: 15px;
- font-weight: bold;
- font-family: "黑体", sans-serif;
- padding: 20px 25px 10px 25px;
- }
- .ssl-box-b .p-con2{
- font-size: 15px;
- font-weight: bold;
- font-family: "黑体", 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: "黑体", 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: "黑体", 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: "黑体", sans-serif;
- float: left;
- margin-left: 0;
- font-size: 14px;
- margin-right: 0;
- height: 40px;
- line-height: 40px;
- font-weight: bold;
- }
- .sp1{
- width: 13%;
- }
- .sp2{
- width: 24%;
- }
- .sp3{
- width: 43%;
- }
- .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: "黑体", 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: "黑体", sans-serif !important;
- color: #000;
- }
- .modal-title{
- font-family: "黑体", sans-serif !important;
- color: #000;
- }
-
- #zy_box{
- font-family: "黑体", 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: "黑体", 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: "黑体", sans-serif !important;
- }
- #zss{
- font-family: "黑体", sans-serif !important;
- padding-left: 2px !important;
- }
-
- .form-top-left p span{
- font-family: "黑体", sans-serif !important;
- color: #000;
- font-weight: bold;
- }
-
- .panel-body{
- font-family: "黑体", sans-serif !important;
- color: #000;
- }
- .list-group a{
- font-family: "黑体", 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: "黑体", sans-serif !important;
- color: #000;
- font-size: 15px;
- font-weight: bold;
- }
-
- .ta-list-li-box{
- width:100%;
- font-family: "黑体", 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: "黑体", 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:71%;
- font-family: "黑体", 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: "黑体", sans-serif !important;
- color: #000;
- font-size: 13px !important;
- }
- .tab-pane{
- margin-top:5px;
- }
- .result-div{
- margin-bottom: 5px;
- display: block;
- font-family: "黑体", 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: "黑体", sans-serif;
- }
- .ftl-r{
- width:50%;float: left;
- color: #000;
- font-size: 16px;
- font-weight: bold;
- font-family: "黑体", sans-serif;
- }
- #zss .form-control-static{
- display: block;
- float: left;
- width: 50%;
- }
- #zss .form-control-static font{
- float: right;
- margin-right: 20%;
- }
- #retrieve-code{
- margin-top:0px !important;
- }
- }
-
-
-
|