|
@@ -239,7 +239,7 @@ only screen and ( min-resolution: 2dppx) {
|
239
|
239
|
|
240
|
240
|
/** mobile端改写的css
|
241
|
241
|
*/
|
242
|
|
-@media (max-width: 768px){
|
|
242
|
+@media (max-width: 1000px){
|
243
|
243
|
|
244
|
244
|
#ciping .top-content .container {
|
245
|
245
|
width: 100%;
|
|
@@ -247,22 +247,23 @@ only screen and ( min-resolution: 2dppx) {
|
247
|
247
|
}
|
248
|
248
|
|
249
|
249
|
.title-h1{
|
250
|
|
- font-size: 26px;
|
|
250
|
+ font-size: 18px;
|
251
|
251
|
color: #fff;
|
252
|
|
- font-weight: 400;
|
|
252
|
+ font-weight: bold;
|
253
|
253
|
font-family: "黑体", sans-serif;
|
254
|
|
-/* font-weight: bold;*/
|
255
|
|
- line-height: 40px;
|
256
|
|
- padding:0 10%;
|
|
254
|
+ /* font-weight: bold; */
|
|
255
|
+ line-height: 24px;
|
|
256
|
+ padding: 10px 0% 0 0;
|
257
|
257
|
display: block;
|
258
|
258
|
text-align: center;
|
259
|
|
- width: 80%;
|
|
259
|
+ width: 100%;
|
260
|
260
|
margin: 0 auto;
|
261
|
261
|
}
|
262
|
262
|
|
263
|
263
|
.registration-form{
|
264
|
|
- width: 550px;
|
|
264
|
+ width: 98%;
|
265
|
265
|
margin:0 auto;
|
|
266
|
+ padding: 0 1%;
|
266
|
267
|
}
|
267
|
268
|
.form-top{
|
268
|
269
|
padding:0 !important;
|
|
@@ -276,7 +277,7 @@ only screen and ( min-resolution: 2dppx) {
|
276
|
277
|
.form-title span{
|
277
|
278
|
color: #fff;
|
278
|
279
|
line-height: 65px;
|
279
|
|
- font-size: 36px;
|
|
280
|
+ font-size: 28px;
|
280
|
281
|
font-weight: bold;
|
281
|
282
|
font-family: "黑体", sans-serif;
|
282
|
283
|
}
|
|
@@ -355,12 +356,16 @@ only screen and ( min-resolution: 2dppx) {
|
355
|
356
|
width: 550px !important;
|
356
|
357
|
margin: 0 auto;
|
357
|
358
|
}
|
|
359
|
+ .fb-t{
|
|
360
|
+ padding-top:0px;
|
|
361
|
+ }
|
358
|
362
|
.inner-bg{
|
359
|
|
- padding:40px 0px 130px 0;
|
|
363
|
+ padding: 18px 0px 10px 0px;
|
360
|
364
|
}
|
361
|
365
|
#ffnp{
|
362
|
|
- width: 186px;
|
|
366
|
+ width: 100%;
|
363
|
367
|
float: left;
|
|
368
|
+ font-family: "黑体", sans-serif;
|
364
|
369
|
}
|
365
|
370
|
#cx-rel-code{
|
366
|
371
|
font-family: "黑体", sans-serif;
|
|
@@ -396,7 +401,12 @@ only screen and ( min-resolution: 2dppx) {
|
396
|
401
|
width:100%;
|
397
|
402
|
margin:0 auto;
|
398
|
403
|
}
|
399
|
|
-
|
|
404
|
+ #backtop{
|
|
405
|
+ z-index:9999;
|
|
406
|
+ }
|
|
407
|
+ .footer-nav{
|
|
408
|
+ z-index: 9999;
|
|
409
|
+ }
|
400
|
410
|
.ssl-box{
|
401
|
411
|
position:absolute;
|
402
|
412
|
width: 535px;
|
|
@@ -405,7 +415,7 @@ only screen and ( min-resolution: 2dppx) {
|
405
|
415
|
top:0;
|
406
|
416
|
left: 50%;
|
407
|
417
|
margin-left: 286px;
|
408
|
|
- display: block;
|
|
418
|
+ display: none;
|
409
|
419
|
}
|
410
|
420
|
.ssl-box-t{
|
411
|
421
|
width: 90%;
|
|
@@ -499,39 +509,78 @@ only screen and ( min-resolution: 2dppx) {
|
499
|
509
|
}
|
500
|
510
|
.form-gb{
|
501
|
511
|
width: 100%;
|
502
|
|
- height: 40px;
|
503
|
|
- line-height: 40px;
|
|
512
|
+ height: 45px;
|
|
513
|
+ line-height: 45px;
|
504
|
514
|
cursor: pointer;
|
505
|
515
|
margin-bottom: 5px;
|
506
|
516
|
}
|
507
|
517
|
.form-gb-con{
|
508
|
|
- width: 550px;
|
|
518
|
+ width: 98%;
|
509
|
519
|
margin: 0 auto;
|
510
|
520
|
text-align: center;
|
511
|
521
|
position: relative;
|
|
522
|
+ padding: 0 1%;
|
|
523
|
+ line-height: 25px;
|
512
|
524
|
}
|
513
|
525
|
.form-gb-con span{
|
514
|
526
|
color: #fff;
|
515
|
|
- font-size: 17px;
|
|
527
|
+ font-size: 16px;
|
516
|
528
|
font-weight: bold;
|
517
|
529
|
font-family: "黑体", sans-serif;
|
518
|
530
|
}
|
519
|
531
|
.form-gb-con img{
|
520
|
|
- width: 18px;
|
521
|
|
- height:18px;
|
|
532
|
+ width: 12px;
|
|
533
|
+ height: 12px;
|
522
|
534
|
vertical-align: middle;
|
523
|
|
- margin-top: -4px;
|
|
535
|
+ margin-top: -2px;
|
|
536
|
+ }
|
|
537
|
+
|
|
538
|
+ .modal-dialog .ssl-box-t{
|
|
539
|
+ padding: 0px !important;
|
|
540
|
+ width: 100%;
|
|
541
|
+ height: 160px;
|
|
542
|
+ }
|
|
543
|
+ .modal-dialog .ssl-box-b{
|
|
544
|
+ width: 100%;
|
|
545
|
+ height: auto !important;
|
|
546
|
+ }
|
|
547
|
+ .modal-dialog .p-con{
|
|
548
|
+ padding: 0px !important;
|
|
549
|
+ width: 100%;
|
|
550
|
+ }
|
|
551
|
+ .modal-dialog .p-con2{
|
|
552
|
+ padding: 0px !important;
|
|
553
|
+ width: 100%;
|
|
554
|
+ }
|
|
555
|
+ .modal-dialog table{
|
|
556
|
+ width:100%;
|
|
557
|
+ }
|
|
558
|
+ .sss-box .modal-dialog{
|
|
559
|
+ margin-top:40px !important;
|
|
560
|
+ }
|
|
561
|
+ .modal-dialog .t-wid1{
|
|
562
|
+ width:25% !important;
|
|
563
|
+ }
|
|
564
|
+ .modal-dialog .t-wid2{
|
|
565
|
+ width:25% !important;
|
|
566
|
+ }
|
|
567
|
+ .modal-dialog .t-wid3{
|
|
568
|
+ width:25% !important;
|
|
569
|
+ }
|
|
570
|
+ .modal-dialog .t-wid4{
|
|
571
|
+ width:25% !important;
|
524
|
572
|
}
|
525
|
573
|
|
526
|
574
|
.ssl-list{
|
527
|
575
|
position: absolute;
|
528
|
|
- width: 450px;
|
|
576
|
+ width: 96%;
|
|
577
|
+ padding: 0 0%;
|
529
|
578
|
height: 380px;
|
530
|
579
|
background: none;
|
531
|
|
- top: 0;
|
532
|
|
- left: 50%;
|
533
|
|
- margin-left: -763px;
|
534
|
|
- margin-top:30px;
|
|
580
|
+ bottom: 0;
|
|
581
|
+ left: 2%;
|
|
582
|
+ margin-left: 0;
|
|
583
|
+ margin-bottom: -390px;
|
535
|
584
|
background: #336699;
|
536
|
585
|
background-color: rgba(51, 102, 204, 0.3);
|
537
|
586
|
}
|
|
@@ -550,7 +599,17 @@ only screen and ( min-resolution: 2dppx) {
|
550
|
599
|
}
|
551
|
600
|
.ssl-list-b{
|
552
|
601
|
width: 100%;
|
553
|
|
- padding: 0 20px;
|
|
602
|
+ padding: 0 0px;
|
|
603
|
+ }
|
|
604
|
+ .div-top{
|
|
605
|
+ float: left;
|
|
606
|
+ }
|
|
607
|
+ .center-div{
|
|
608
|
+ float: left;
|
|
609
|
+ }
|
|
610
|
+ .bottom-div{
|
|
611
|
+ float: left;
|
|
612
|
+ margin-top:0px !important;
|
554
|
613
|
}
|
555
|
614
|
.ti{
|
556
|
615
|
width:100%;
|
|
@@ -640,7 +699,7 @@ only screen and ( min-resolution: 2dppx) {
|
640
|
699
|
}
|
641
|
700
|
|
642
|
701
|
.modal-dialog{
|
643
|
|
- margin-top: 200px;
|
|
702
|
+ margin-top: 82px;
|
644
|
703
|
font-family: "黑体", sans-serif !important;
|
645
|
704
|
color: #000;
|
646
|
705
|
}
|
|
@@ -718,7 +777,7 @@ only screen and ( min-resolution: 2dppx) {
|
718
|
777
|
border-radius: 10px;
|
719
|
778
|
background: #fff;
|
720
|
779
|
margin-top:15px;
|
721
|
|
- padding:15px 20px;
|
|
780
|
+ padding:5px 2%;
|
722
|
781
|
}
|
723
|
782
|
.ta-info-detail{
|
724
|
783
|
width:100%;
|
|
@@ -761,16 +820,16 @@ only screen and ( min-resolution: 2dppx) {
|
761
|
820
|
text-align: center;
|
762
|
821
|
}
|
763
|
822
|
.p-con68 .t-wid1{
|
764
|
|
- width: 73px;
|
|
823
|
+ width: 25%;
|
765
|
824
|
}
|
766
|
825
|
.p-con68 .t-wid2{
|
767
|
|
- width: 100px;
|
|
826
|
+ width: 25%;
|
768
|
827
|
}
|
769
|
828
|
.p-con68 .t-wid3{
|
770
|
|
- width: 100px;
|
|
829
|
+ width: 25%;
|
771
|
830
|
}
|
772
|
831
|
.p-con68 .t-wid4{
|
773
|
|
- width: 73px;
|
|
832
|
+ width: 25%;
|
774
|
833
|
}
|
775
|
834
|
.p-con68 tr td:nth-child(1){
|
776
|
835
|
background: #99ccff;
|
|
@@ -802,8 +861,9 @@ only screen and ( min-resolution: 2dppx) {
|
802
|
861
|
position: relative;
|
803
|
862
|
display: block;
|
804
|
863
|
float: left;
|
805
|
|
- width:20%;
|
|
864
|
+ width:15%;
|
806
|
865
|
margin: 5px 0;
|
|
866
|
+ line-height: 25px;
|
807
|
867
|
}
|
808
|
868
|
.p-con68{
|
809
|
869
|
display: none;
|
|
@@ -811,7 +871,14 @@ only screen and ( min-resolution: 2dppx) {
|
811
|
871
|
.klp1{
|
812
|
872
|
display: block;
|
813
|
873
|
}
|
814
|
|
-
|
|
874
|
+ .ta-info-detail p{
|
|
875
|
+ margin: 5px 0 0px 0px
|
|
876
|
+ !important;
|
|
877
|
+ font-size: 16px;
|
|
878
|
+ }
|
|
879
|
+ /*
|
|
880
|
+ 找不到 19b9e7
|
|
881
|
+ */
|
815
|
882
|
.zklp-2::after {
|
816
|
883
|
content: "";
|
817
|
884
|
width: 0;
|
|
@@ -822,7 +889,7 @@ only screen and ( min-resolution: 2dppx) {
|
822
|
889
|
display: block;
|
823
|
890
|
rotation: 360deg;
|
824
|
891
|
position: absolute;
|
825
|
|
- top: 6px;
|
|
892
|
+ top: 12px;
|
826
|
893
|
left: 34px;
|
827
|
894
|
}
|
828
|
895
|
.zklp-3::after {
|
|
@@ -835,7 +902,7 @@ only screen and ( min-resolution: 2dppx) {
|
835
|
902
|
display: block;
|
836
|
903
|
rotation: 360deg;
|
837
|
904
|
position: absolute;
|
838
|
|
- top: 6px;
|
|
905
|
+ top: 9px;
|
839
|
906
|
left: 34px;
|
840
|
907
|
}
|
841
|
908
|
|
|
@@ -843,10 +910,11 @@ only screen and ( min-resolution: 2dppx) {
|
843
|
910
|
.zklp-l{
|
844
|
911
|
display: block;
|
845
|
912
|
float: left;
|
846
|
|
- width:71%;
|
|
913
|
+ width:85%;
|
847
|
914
|
font-family: "黑体", sans-serif !important;
|
848
|
915
|
color: #000;
|
849
|
916
|
margin: 5px 0;
|
|
917
|
+ line-height: 25px;
|
850
|
918
|
}
|
851
|
919
|
|
852
|
920
|
|
|
@@ -874,26 +942,58 @@ only screen and ( min-resolution: 2dppx) {
|
874
|
942
|
}
|
875
|
943
|
|
876
|
944
|
.form-top-left{
|
877
|
|
- padding-bottom: 15px;
|
|
945
|
+ padding-bottom: 0px;
|
|
946
|
+ margin-bottom: 5px;
|
|
947
|
+ }
|
|
948
|
+ .form-bottom{
|
|
949
|
+ /* padding-top: 5px;*/
|
|
950
|
+ }
|
|
951
|
+ #zss .checkbox-inline{
|
|
952
|
+ height: 35px;
|
|
953
|
+ line-height: 32px;
|
|
954
|
+ }
|
|
955
|
+ #choose6{
|
|
956
|
+ margin-top:15px;
|
|
957
|
+ }
|
|
958
|
+ .zsssfg{
|
|
959
|
+ margin-top:15px;
|
|
960
|
+ }
|
|
961
|
+ .fdtgry{
|
|
962
|
+ padding-top:15px;
|
|
963
|
+ }
|
|
964
|
+ #zss select{
|
|
965
|
+ height: 24px;
|
|
966
|
+ width: 60px;
|
|
967
|
+ }
|
|
968
|
+ #zss input{
|
|
969
|
+ height: 24px;
|
|
970
|
+ }
|
|
971
|
+ .zsssfg .control-label{
|
|
972
|
+ font-size: 16px;
|
878
|
973
|
}
|
879
|
974
|
.ftl-l{
|
880
|
|
- width:50%;float: left;
|
|
975
|
+ width:100%;float: left;
|
881
|
976
|
color: #000;
|
882
|
977
|
font-size: 16px;
|
883
|
978
|
font-weight: bold;
|
884
|
979
|
font-family: "黑体", sans-serif;
|
885
|
980
|
}
|
886
|
981
|
.ftl-r{
|
887
|
|
- width:50%;float: left;
|
|
982
|
+ width:100%;float: left;
|
888
|
983
|
color: #000;
|
889
|
984
|
font-size: 16px;
|
890
|
985
|
font-weight: bold;
|
891
|
986
|
font-family: "黑体", sans-serif;
|
|
987
|
+ margin-top: 5px;
|
|
988
|
+ }
|
|
989
|
+ .form-t-e{
|
|
990
|
+ padding-bottom:15px !important;
|
892
|
991
|
}
|
893
|
992
|
#zss .form-control-static{
|
894
|
993
|
display: block;
|
895
|
994
|
float: left;
|
896
|
|
- width: 50%;
|
|
995
|
+ width: 100%;
|
|
996
|
+ height: 35px !important;
|
897
|
997
|
}
|
898
|
998
|
#zss .form-control-static font{
|
899
|
999
|
float: right;
|
|
@@ -902,11 +1002,44 @@ only screen and ( min-resolution: 2dppx) {
|
902
|
1002
|
#retrieve-code{
|
903
|
1003
|
margin-top:0px !important;
|
904
|
1004
|
}
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+ .sele-box-pc{
|
|
1008
|
+
|
|
1009
|
+ }
|
|
1010
|
+ .center-div-uo{
|
|
1011
|
+ display: block;
|
|
1012
|
+ }
|
|
1013
|
+ .sele-box-pc{
|
|
1014
|
+ margin-top:0px !important;
|
|
1015
|
+ }
|
|
1016
|
+
|
|
1017
|
+ #nav-box{
|
|
1018
|
+ display: none;
|
|
1019
|
+ }
|
|
1020
|
+ #m-btn{
|
|
1021
|
+ display: block;
|
|
1022
|
+ line-height: 48px;
|
|
1023
|
+ }
|
|
1024
|
+ .search i.fa, .darkmode i.fa{
|
|
1025
|
+ line-height: 52px;
|
|
1026
|
+ }
|
|
1027
|
+ body.open .m-nav {
|
|
1028
|
+ left: 0px;
|
|
1029
|
+ }
|
|
1030
|
+ .m-btn i{
|
|
1031
|
+ line-height: 45px;
|
|
1032
|
+ }
|
|
1033
|
+
|
905
|
1034
|
}
|
906
|
1035
|
|
907
|
1036
|
/** pc端改写的css
|
908
|
1037
|
*/
|
909
|
|
-@media (min-width: 768px){
|
|
1038
|
+@media (min-width: 1001px){
|
|
1039
|
+
|
|
1040
|
+ .center-div-uo{
|
|
1041
|
+ display: none;
|
|
1042
|
+ }
|
910
|
1043
|
|
911
|
1044
|
#ciping .top-content .container {
|
912
|
1045
|
width: 100%;
|