|
|
@@ -4726,3 +4726,148 @@ a.order-detail {
|
|
|
.stepC em.img{
|
|
|
background: url(../img/guide/more3.png) no-repeat center center;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+/**
|
|
|
+* 金控广告
|
|
|
+**/
|
|
|
+.jinkong_bottom{
|
|
|
+ width:100%;
|
|
|
+ height:241px;
|
|
|
+ position:fixed;
|
|
|
+ bottom:0;
|
|
|
+ z-index:10000;
|
|
|
+ margin-bottom:-241px;
|
|
|
+ background: url(../img/jinkong/tangchuan.png)no-repeat center center;
|
|
|
+ animation: shift_up 1s linear 1s forwards;
|
|
|
+ -o-animation: shift_up 1s linear 1s forwards;
|
|
|
+ -webkit-animation: shift_up 1s linear 1s forwards;
|
|
|
+ -moz-animation: shift_up 1s linear 1s forwards;
|
|
|
+}
|
|
|
+@keyframes shift_up {
|
|
|
+ form{margin-bottom: -241px;opacity:0;}
|
|
|
+ to{margin-bottom:0;opacity:1;}
|
|
|
+}
|
|
|
+@-o-keyframes shift_up {
|
|
|
+ form{margin-bottom: -241px;opacity:0;}
|
|
|
+ to{margin-bottom:0;opacity:1;}
|
|
|
+}
|
|
|
+@-webkit-keyframes shift_up {
|
|
|
+ form{margin-bottom: -241px;opacity:0;}
|
|
|
+ to{margin-bottom:0;opacity:1;}
|
|
|
+}
|
|
|
+@-moz-keyframes shift_up {
|
|
|
+ form{margin-bottom: -241px;opacity:0;}
|
|
|
+ to{margin-bottom:0;opacity:1;}
|
|
|
+}
|
|
|
+.jinkong .close{
|
|
|
+ display:inline-block;
|
|
|
+ width:20px;
|
|
|
+ height:20px;
|
|
|
+ background: #fff;
|
|
|
+ color:#666;
|
|
|
+ border-radius:50%;
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 16px;
|
|
|
+ text-align: center;
|
|
|
+ opacity:.7;
|
|
|
+}
|
|
|
+.jinkong{
|
|
|
+ position:fixed;
|
|
|
+ bottom:0;
|
|
|
+ z-index:10000;
|
|
|
+ width:100%;
|
|
|
+ margin-bottom:-241px;
|
|
|
+ animation: shift_up 1s linear 1s forwards;
|
|
|
+ -o-animation: shift_up 1s linear 1s forwards;
|
|
|
+ -webkit-animation: shift_up 1s linear 1s forwards;
|
|
|
+ -moz-animation: shift_up 1s linear 1s forwards;
|
|
|
+}
|
|
|
+
|
|
|
+.jinkong .img{
|
|
|
+ position:relative;
|
|
|
+ width:80px;
|
|
|
+ height:130px;
|
|
|
+ top:-100px;
|
|
|
+ right:-765px;
|
|
|
+ transform:scale(.8);
|
|
|
+ -o-transform:scale(.8);
|
|
|
+ -webkit-transform:scale(.8);
|
|
|
+ -moz-transform:scale(.8);
|
|
|
+}
|
|
|
+.img_stater{
|
|
|
+ animation: shift_left 1s linear forwards;
|
|
|
+ -webkit-animation: shift_left 1s linear forwards;
|
|
|
+ -o-animation: shift_left 1s linear forwards;
|
|
|
+ -moz-animation: shift_left 1s linear forwards;
|
|
|
+}
|
|
|
+.jinkong .animation_xr{
|
|
|
+ animation:img_scale 1s linear 2s infinite;
|
|
|
+ -o-animation:img_scale 1s linear 2s infinite;
|
|
|
+ -webkit-animation:img_scale 1s linear 2s infinite;
|
|
|
+ -moz-animation:img_scale 1s linear 2s infinite;
|
|
|
+}
|
|
|
+@keyframes shift_left {
|
|
|
+ 0%{right: -765px;transform:scale(.8);}
|
|
|
+ 80%{right: -65px;transform:scale(.8);}
|
|
|
+ 100%{right:-20px;transform:scale(1);}
|
|
|
+}
|
|
|
+@-o-keyframes shift_left {
|
|
|
+ 0%{right: -765px;transform:scale(.8);}
|
|
|
+ 80%{right: -65px;transform:scale(.8);}
|
|
|
+ 100%{right:-20px;transform:scale(1);}
|
|
|
+}
|
|
|
+@-webkit-keyframes shift_left {
|
|
|
+ 0%{right: -765px;transform:scale(.8);}
|
|
|
+ 80%{right: -65px;transform:scale(.8);}
|
|
|
+ 100%{right:-20px;transform:scale(1);}
|
|
|
+}
|
|
|
+@-moz-keyframes shift_left {
|
|
|
+ 0%{right: -765px;transform:scale(.8);}
|
|
|
+ 80%{right: -65px;transform:scale(.8);}
|
|
|
+ 100%{right:-20px;transform:scale(1);}
|
|
|
+}
|
|
|
+@keyframes img_scale {
|
|
|
+ 0%{transform:scale(1);}
|
|
|
+ 50%{transform:scale(.8);}
|
|
|
+ 100%{transform:scale(1);}
|
|
|
+}
|
|
|
+@-o-keyframes img_scale {
|
|
|
+ 0%{transform:scale(1);}
|
|
|
+ 50%{transform:scale(.8);}
|
|
|
+ 100%{transform:scale(1);}
|
|
|
+}
|
|
|
+@-webkit-keyframes img_scale {
|
|
|
+ 0%{transform:scale(1);}
|
|
|
+ 50%{transform:scale(.8);}
|
|
|
+ 100%{transform:scale(1);}
|
|
|
+}
|
|
|
+@-moz-keyframes img_scale {
|
|
|
+ 0%{transform:scale(1);}
|
|
|
+ 50%{transform:scale(.8);}
|
|
|
+ 100%{transform:scale(1);}
|
|
|
+}
|
|
|
+.jinkong .img .qcrode_close{
|
|
|
+ position:absolute;
|
|
|
+ right:-25px;
|
|
|
+ top:0;
|
|
|
+}
|
|
|
+.jinkong .img .time{
|
|
|
+ position:absolute;
|
|
|
+ right:-50px;
|
|
|
+ top:0;
|
|
|
+ color:#333;
|
|
|
+}
|
|
|
+.jinkong .img .qcrode_close:hover{
|
|
|
+ background: #666;
|
|
|
+ color:#fff;
|
|
|
+}
|
|
|
+.jinkong .img img{
|
|
|
+ display:block;
|
|
|
+ vertical-align: top;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+#img_xiaoren{
|
|
|
+ position:relative;
|
|
|
+ top:10px;
|
|
|
+}
|