1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735 |
- /*
- 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("/template/pc/js/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 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;
- }
- .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:71%;
- 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;
- }
- }
-
-
-
|