|
@@ -561,11 +561,11 @@ footer {
|
|
|
height: 425px;
|
|
|
background-color: #BF1628;
|
|
|
position: absolute;
|
|
|
- bottom: -17%;
|
|
|
+ bottom: -14%;
|
|
|
left: -5.9%;
|
|
|
- transform: rotate(14deg);
|
|
|
- -ms-transform: rotate(14deg);
|
|
|
- -webkit-transform: rotate(14deg);
|
|
|
+ transform: rotate(15deg);
|
|
|
+ -ms-transform: rotate(15deg);
|
|
|
+ -webkit-transform: rotate(15deg);
|
|
|
z-index: 11110;
|
|
|
}
|
|
|
|
|
@@ -583,10 +583,11 @@ footer {
|
|
|
}
|
|
|
|
|
|
.red_center {
|
|
|
+ width: 100%;
|
|
|
position: absolute;
|
|
|
- bottom: 0;
|
|
|
+ bottom: -27px;
|
|
|
z-index: 111111;
|
|
|
- left: 33%;
|
|
|
+ left: 3%;
|
|
|
}
|
|
|
|
|
|
.box_foot {
|
|
@@ -600,7 +601,7 @@ footer {
|
|
|
}
|
|
|
|
|
|
.box_left_text {
|
|
|
- width: 40%;
|
|
|
+ width: 23%;
|
|
|
position: absolute;
|
|
|
top: 89%;
|
|
|
right: 19%;
|
|
@@ -637,12 +638,13 @@ footer {
|
|
|
|
|
|
.footer-drop p .arrow {
|
|
|
display: inline-block;
|
|
|
- width: 11px;
|
|
|
+ width: 16px;
|
|
|
height: 10px;
|
|
|
background: url(../img/m3-icon43.png) center no-repeat;
|
|
|
}
|
|
|
|
|
|
-.footer-drop p .btn {
|
|
|
+.clearfix::after {
|
|
|
+ content: '';
|
|
|
position: absolute;
|
|
|
display: inline-block;
|
|
|
bottom: 34px;
|
|
@@ -696,7 +698,7 @@ footer {
|
|
|
|
|
|
.footer-drop ul {
|
|
|
position: absolute;
|
|
|
- border: 1px solid #317bce;
|
|
|
+ border: 1px solid #B11122;
|
|
|
border-radius: 6px;
|
|
|
width: 1200px;
|
|
|
padding-left: 38px;
|
|
@@ -706,7 +708,7 @@ footer {
|
|
|
padding-top: 20px;
|
|
|
padding-bottom: 10px;
|
|
|
display: none;
|
|
|
- box-shadow: 0 0 4px 2px #f3f3f3;
|
|
|
+ /* box-shadow: 0 0 4px 2px #f3f3f3; */
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|