<>
.global-new-header-wrap {
background: #252733;
z-index: 9999;
position: fixed;
top: 0;
left: 0;
height: 50px;
width: 100%;
}
.global-new-header-wrap .global-new-header {
width: 1000px;
height: 100%;
margin: 0 auto;
}
.img--new-header-logo {
position: absolute;
margin-top: 10px;
width: 145px !important;
}
.new-header-menu-wrap {
width: 100%;
padding-top: 11px;
font-size: 20px;
line-height: 28px;
text-align: right;
color: #333333;
}
.new-header-menu-wrap a {
position: relative;
color: #CFCFD2;
padding-right: 12px;
padding-left: 12px;
}
.new-header-menu-wrap a:hover {
color: #E94041;
}
.new-header-menu-wrap a.first {
padding-left: 0px;
padding-right: 12px;
border-left: unset;
border-left: none;
}
.new-header-menu-wrap a.last {
padding-left: 12px;
padding-right: 0px;
border-right: unset;
border-right: none;
}
.new-header-menu-wrap .active {
color: #E94041;
}
.new-header-menu-wrap .active:before {
position: absolute;
left: 10px;
bottom: -3px;
content: '';
width: 18px;
height: 3px;
background: #E94041;
}
.new-header-menu-wrap .active2:before {
left: 22px;
}
.new-header-menu-wrap .active3:before {
left: 33px;
}
.new-header-menu-wrap .active4:before {
left: 42px;
}
.new-header-menu-wrap .active5:before {
left: 52px;
}
.global-new-header-wrap .market-hot-icon {
position: absolute;
top: -5px;
right: 1px;
width: 26px;
height: 17px;
}
.global-new-header-wrap .header-login-box {
float: right;
width: 80px;
height: 30px;
position: relative;
}
.global-new-header-wrap .header-login-btn {
cursor: pointer;
position: absolute;
top: -1px;
right: 0;
width: 55px;
height: 30px;
font-size: 16px;
line-height: 30px;
background: #E94041;
border-radius: 2px;
text-align: center;
color: #ffffff;
}
.global-new-header-wrap .none {
display: none;
}
.global-new-header-wrap .header-user-avatar {
cursor: pointer;
width: 36px;
height: 36px;
border-radius: 50%;
}
.global-new-header-wrap .header-logined-box {
position: absolute;
top: -3px;
right: 0;
width: 55px;
}
.global-new-header-wrap .header-logined-box::before {
content: '';
position: absolute;
right: 0;
top: 16px;
width: 0;
height: 0;
border: 4px solid;
border-color: #ffffff transparent transparent;
}
.global-new-header-wrap .header-avatar-popup {
z-index: 10;
padding-top: 8px;
position: absolute;
right: -24px;
width: 140px;
color: #333333;
font-size: 14px;
line-height: 20px;
border-radius: 4px;
box-shadow: 0px 0px 4px 0px rgba(0000.2);
text-align: left;
}
.header-user-name {
background: #ffffff;
border-radius: 4px 4px 0 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 12px;
border-bottom: 1px solid #F2F5F8;
}
.header-user-name:hover.header-login-out:hover {
background: #EBEFF3;
}
.header-login-out {
background: #ffffff;
border-radius: 0 0 4px 4px;
cursor: pointer;
padding: 12px;
}
.login-out-icon {
display: inline-block;
vertical-align: middle;
width: 12px;
height: 13px;
}
>
<>
.global-quote-tool-wrap {
width: 100%;
margin: auto;
background: #353648;
}
.global-quote-tool-wrap .global-quote-tool {
width: 1000px;
background: #353648;
margin: 0 auto;
}
.global-quote-tool {
font-size: 14px;
height: 32px;
line-height: 32px;
position: relative;
}
.global-quote-tool .quote-item {
font-size: 14px;
margin-right: 13px;
color: #CFCFD2;
}
.global-quote-tool .quote-item.mr-0 {
margin-right: 0;
}
.global-quote-tool .fund-item {
font-size: 14px;
color: #CFCFD2;
}
.global-quote-tool .fund-item:hover {
cursor: pointer;
color: #E94041;
}
.global-quote-tool .quote-item:hover {
cursor: pointer;
color: #E94041;
}
.quote-center-icon {
display: inline-block;
background: url('/assets/img/header/quote-center.png') no-repeat;
background-size: contain;
width: 13px;
height: 12px;
}
.quote-download-icon {
display: inline-block;
background: url('/assets/img/header/headerdownload.png') no-repeat;
background-size: contain;
width: 16px;
height: 15px;
margin-left: 2px;
}
.quote-haderdownload {
background: #b60041;
color: #fff;
height: 20px;
line-height: 20px;
padding: 0 10px 0 16px;
position: relative;
top: 6px;
}
.global-stockindex .changePrice {
padding: 0;
margin: 0;
}
.global-quote-tool-wrap .dingpan .icon {
margin-top: 2px;
width: 28px;
height: 14px;
display: inline-block;
vertical-align: -2px;
}
.global-quote-tool-wrap .dingpan .hot {
display: inline-block;
width: 31px;
height: 13px;
vertical-align: -1px;
animation: scaleDraw 1.5s ease infinite;
}
.global-quote-tool-wrap .downlaod span:hover {
text-decoration: underline;
}
@keyframes scaleDraw {
0%{
transform: scale(1);
}
50%{
transform: scale(1.2);
}
100%{
transform: scale(1);
}
}
.global-quote-tool-wrap .special-color {
color: #EF7340;
}
.global-quote-tool-wrap .head-lhb-icon {
position: absolute;
top: -4px;
right: -22px;
width: 27px;
height: 16px;
/* animation: bounce 1.5s linear infinite; */
}
@keyframes bounce {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-6px);
}
100% {
transform: translateY(0px);
}
}
.global-quote-tool-wrap .por {
position: relative;
}
>
<>
.global-stockindex-wrap {
width: 100%;
margin: auto;
/* position: fixed; */
/* top: 127px; */
/* z-index: 9999; */
background: #353648;
}
.global-stockindex-wrap .global-stockindex {
border-top: 1px solid #303040;
width: 1000px;
background: #353648;
margin: 0 auto;
}
.global-stockindex {
font-size: 14px;
height: 33px;
line-height: 32px;
overflow: hidden;
}
.global-stockindex .quote-item {
font-size: 14px;
margin-right: 15px;
}
.quote-center-icon {
display: inline-block;
background: url('https://upload.9fzt.com/test/jfztgw/assets/img/header/quote-center.png') no-repeat;
background-size: contain;
width: 13px;
height: 12px;
}
.global_earth-icon {
display: inline-block;
background: url('https://upload.9fzt.com/test/jfztgw/assets/img/header/global_earth.png') no-repeat;
background-size: contain;
width: 13px;
height: 12px;
}
/* global_earth */
.quote-download-icon {
display: inline-block;
background: url('https://upload.9fzt.com/test/jfztgw/assets/img/header/headerdownload.png') no-repeat;
background-size: contain;
width: 16px;
height: 15px;
margin-left: 2px;
}
.quote-haderdownload {
background: #b60041;
color: #fff;
height: 20px;
line-height: 20px;
padding: 0 10px 0 16px;
position: relative;
top: 6px;
}
.inlineval {
width: 86px;
display: inline-block;
/* height:33px; */
line-height:32px;
}
.stock-swiper-content {
width: 840px;
overflow: hidden;
float:left;
}
/* .inlineval:after {
content: ' ';
display: inline-block;
width: 100%;
} */
.stock-index-label {
color: #CFCFD2;
}
.stock-index-label:hover{
cursor: pointer;
color: #E94041;
}
.stock-index-label-nor {
color: #333;
}
.swiper-slide {
width: 280px;
}
.stock-swiper-content a:hover .index-label {
color: #E94041 !important;
}
.stock-swiper-content .noclick {
cursor: default;
}
.stock-swiper-content .noclick:hover .index-label {
color: #CFCFD2 !important;
}
>
<>
.data-center-wrap {
width: 100%;
margin: auto;
background: #353648;
}
.data-center-wrap .data-center {
border-top: 1px solid #303040;
width: 1000px;
background: #353648;
margin: 0 auto;
}
.data-center {
font-size: 14px;
height: 33px;
line-height: 32px;
overflow: hidden;
}
.data-center .quote-item {
font-size: 14px;
margin-right: 23px;
color: #CFCFD2;
}
.data-center .mr-0 {
margin-right: 0;
}
.data-center .quote-item-special {
color: #EF7340;
}
.data-center .quote-item:hover {
cursor: pointer;
color: #E94041;
}
.quote-center-icon {
display: inline-block;
background: url('/assets/img/header/quote-center.png') no-repeat;
background-size: contain;
width: 13px;
height: 12px;
}
/* global_earth */
.quote-download-icon {
display: inline-block;
background: url('/assets/img/header/headerdownload.png') no-repeat;
background-size: contain;
width: 16px;
height: 15px;
margin-left: 2px;
}
.quote-haderdownload {
background: #b60041;
color: #fff;
height: 20px;
line-height: 20px;
padding: 0 10px 0 16px;
position: relative;
top: 6px;
}
.inlineval {
font-weight: bold;
width: 76px;
display: inline-block;
/* height:33px; */
line-height: 32px;
color:#FFFFFF;
}
.inlineval-hover:hover {
color: #E94041;
}
>