|
@@ -24,10 +24,11 @@
|
|
|
}
|
|
|
|
|
|
h1 {
|
|
|
- margin: 0 0px 25px 0px !important;
|
|
|
- font-size: 22px !important;
|
|
|
+ margin: 0 0px 20px 0px !important;
|
|
|
+ font-size: 18px !important;
|
|
|
line-height: 37px;
|
|
|
padding: 0 0 0 40px;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
.titleH2 {
|
|
@@ -35,7 +36,7 @@
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
padding-right: 6px;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: normal;
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
|
|
@@ -55,7 +56,7 @@
|
|
|
position: absolute;
|
|
|
z-index: 10;
|
|
|
background: #fff;
|
|
|
- left: -40px;
|
|
|
+ left: -38px;
|
|
|
height: 32px;
|
|
|
top: -1px;
|
|
|
}
|
|
@@ -96,7 +97,7 @@
|
|
|
overflow: hidden;
|
|
|
background: #fff;
|
|
|
margin: 0 auto;
|
|
|
- padding: 40px 0 0px 0px;
|
|
|
+ padding: 10px 0 0px 0px;
|
|
|
display: none;
|
|
|
position: relative;
|
|
|
left: 0;
|
|
@@ -208,7 +209,7 @@
|
|
|
.tabBox{
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
- height: 95px;
|
|
|
+ height: 42px;
|
|
|
border-bottom: 1px solid #E6E6E6;
|
|
|
padding: 0 40px;
|
|
|
}
|
|
@@ -218,6 +219,7 @@
|
|
|
padding-top: 16px;
|
|
|
position: absolute;
|
|
|
z-index: 20;
|
|
|
+ bottom: -7px;
|
|
|
img {
|
|
|
width: 8px;
|
|
|
position: absolute;
|
|
@@ -264,6 +266,7 @@
|
|
|
.tabList{
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
+ left: 186px;
|
|
|
}
|
|
|
.tab{
|
|
|
display: inline-block;
|