* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @media only screen and (max-width: 1024px) {
    html {
        transform: scaleX(0.9);
    }
} */

html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Microsoft YaHei', '微软雅黑', "Microsoft JhengHei", '华文细黑', 'STHeiti', 'MingLiu';
    color: #2f363b;
}

/* 各区块初始化 */
header,
section,
footer {
    width: 100%;
    height: 60rem;
    overflow: hidden;
}

/* 各区块背景颜色 */

.bgc-f4 {
    background: #f8f8f8;
}

.bgc-f8 {
    background: #f8f8f8;
}

.bgc-32 {
    background: #3280f1;
}

/* 字体颜色大小 */
.color-ff {
    color: #ffffff;
}

.color-2f {
    color: #2f363b;
}

.color-65 {
    color: rgba(65, 68, 88, 0.8);
}

.color-88 {
    color: rgba(88, 99, 126, 0.8);
}

.color-2d {
    color: #2d3048;
}

.color-6f {
    color: #6f7b99;
}

.color-99 {
    color: #999999;
}

.ft-weight {
    font-weight: bold;
}

/* 字体 */


/* 交易背景色及文字颜色 法团文字色 */
.color-58 {
    color: #58637e;
}

.f-75 {
    font-size: 4.6875rem;
}

.f-48 {
    font-size: 3rem;
}

.f-36 {
    font-size: 2.25rem;
}

.f-30 {
    font-size: 1.875rem;
}

.f-16 {
    font-size: 1rem;
}

.f-18 {
    font-size: 1.125rem;
}

.f-20 {
    font-size: 1.25rem;
}

.f-22 {
    font-size: 1.375rem;
}

.f-24 {
    font-size: 1.5rem;
}

.f-14 {
    font-size: 0.875rem;
}

.f-13 {
    font-size: 0.8125rem;
}

.f-12 {
    font-size: 0.75rem;
}

.f-28 {
    font-size: 1.75rem;
}

.f-17 {
    font-size: 1.0625rem;
}

/* 样式重置 */
ul {
    list-style: none;
}

a {
    color: #2f363b;
    text-decoration: none;
    cursor: pointer;
}


/* 首页外层盒子 */

#wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /* border: 1px solid red; */
    background: #fff;
    overflow: hidden;
}

/* 内容居中（两边距离较宽） */
/* 1200px */
.content {
    position: relative;
    width: 75rem;
    margin: 0 auto;
}

/* 导航条居中层(两边距离较小) */
/* 1520px */
.container {
    /* position: relative; */
    width: 95rem;
    height: auto;
    margin: 0 auto;
    /* border: 1px solid yellow; */
}

/* 头部*/

header {
    /* background: pink; */
}

header .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3.75rem;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    /* overflow: hidden; */
    /* box-shadow: 0 1px 15px #adadad; */
}

@media only screen and (min-width: 1200px) {
    header .nav-bar .container {
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    header .nav-bar .container {
        width: 1200px;
    }
}

@media only screen and (min-width: 1349px) {
    header .nav-bar .container {
        width: 1349px;
    }
}

/* 背景色改变过渡效果 */

.bg-trans {
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}


/* 导航条下滚变色 */

header nav.active {
    background: #fff;
    box-shadow: 0 1px 15px #adadad;
}

.nav-left,
.nav-right {
    /* width: 100%; */
    height: 100%;
}

.nav-left {
    margin-left: 1rem;
}

header .nav-bar ul {
    width: 100%;
    height: 100%;
}

header .nav-bar ul li {
    float: left;
    height: 100%;
}

header .nav-bar ul li a {
    display: block;
    height: 2rem;
}

header .nav-bar .nav-l-ul li a {
    margin-top: 1.125rem;
    margin-right: 0.5rem;
}

header .nav-bar .nav-l-ul li a img {
    /* vertical-align: top; */
    /* display: block; */
}

header .nav-bar .nav-r-ul {
    /* line-height: 3.75rem; */
}

header .nav-bar .nav-r-ul li {
    margin-right: 2rem;
    height: 2rem;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
}

header .nav-bar .nav-r-ul li a {
    /* width: 3.75rem; */
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center;
    /* margin-right: 4rem; */
    padding: 0 0.8rem;
    line-height: 2rem;
}

header .nav-bar .nav-r-ul li a:hover,
header .nav-bar .nav-r-ul li a.current,
header .nav-bar .nav-r-ul li.ljkh a {
    color: #ffffff !important;
    background: #3280f1;
    border-radius: 0.25rem;
}

header .nav-bar .nav-r-ul li div.drop-div ul li a:hover,
header .nav-bar .nav-r-ul li div.drop-div ul li a.current,
    {
    border-radius: 0;
}

header .nav-bar .nav-r-ul li div.drop-div ul li:first-of-type a.current {
    border-radius: 0.25rem 0.25rem 0 0;
}

header .nav-bar .nav-r-ul li div.drop-div ul li:last-of-type a.current {
    border-radius: 0 0 0.25rem 0.25rem;
}

/* 立即开户按钮样式 */
header .nav-bar .nav-r-ul li.ljkh {
    width: 6.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 0.5rem;
    transform: translateY(25%);
    -ms-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -o-transform: translateY(25%);
}

header .nav-bar .nav-r-ul li.ljkh a {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0;
    vertical-align: middle;
}


/* 图片 */


/* header .banner,
header .banner img {
    width: 100%;
} */

header .banner {
    background: url('../img/index/banner1.png') top center/cover no-repeat;
    width: 100%;
    height: 60rem;
}


/* 左浮动 */

.left {
    float: left;
}

.right {
    float: right;
}


/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* 下拉菜单的样式 */

header .nav-bar .nav-right .drop-sf,
header .nav-bar .nav-right .drop-zx,
header .nav-bar .nav-right .drop-kf {
    position: relative;
}

header .nav-bar .nav-right .drop-sf:hover .drop-div,
header .nav-bar .nav-right .drop-zx:hover .drop-div,
header .nav-bar .nav-right .drop-kf:hover .drop-div {
    display: block;
}

header .nav-bar .nav-right .drop-sf .drop-div,
header .nav-bar .nav-right .drop-zx .drop-div,
header .nav-bar .nav-right .drop-kf .drop-div {
    position: absolute;
    top: 15px;
    left: -50%;
    display: block;
    width: 110px;
    /*固定*/
    height: 120px;
    /*下拉菜单个数*40px*/
    display: none;
}

header .nav-bar .nav-right .drop-kf .drop-div {
    left: -12%;
}

header .nav-bar .nav-right .drop-div .trangle {
    border: 15px solid rgba(0, 0, 0, 0.5);
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotateX(120deg);
    position: absolute;
    top: 11.4px;
    left: 2.8125rem;
    z-index: 1;
}

header .nav-bar .nav-right .drop-div ul.drop-menu {
    top: 30px;
    width: 100%;
    height: 160px;
    /*下拉菜单个数*40px*/
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

header .nav-bar .nav-right .drop-sf .drop-div ul.drop-menu {
    height: 160px;
}

header .nav-bar .nav-right .drop-kf .drop-div ul.drop-menu {
    height: 280px;
}

header .nav-bar .nav-right .drop-div ul.drop-menu li {
    width: 100%;
    height: 40px;
    margin: 0;
    transform: translateY(0);
}

header .nav-bar .nav-right .drop-div ul.drop-menu li a {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff !important;
}

header .nav-bar .nav-right .drop-div ul.drop-menu li a:hover {
    color: #ffffff !important;
    background: #3280f1;
    border-radius: 0;
}

header .nav-bar .nav-right .drop-div ul.drop-menu li:first-child a:hover {
    border-radius: 5px 5px 0 0;
}

header .nav-bar .nav-right .drop-div ul.drop-menu li:last-child a:hover {
    border-radius: 0 0 5px 5px;
}

header .banner img.btn {
    position: absolute;
    margin-top: -28px;
    top: 0;
    cursor: pointer;
}

header .banner img.lf-btn {
    left: 60px;
}

header .banner img.rg-btn {
    right: 60px;
}

/* 脚部 */

footer {
    height: auto;
    background: #2b3238;
    overflow: visible;
    box-sizing: content-box;
}

footer #ft-top {
    width: 100%;
    /* height: 21.25rem; */
    height: auto;
    color: #ffffff;
}

footer #ft-top .ft-t-l {
    width: 10rem;
    margin-right: 12.5rem;
    padding-top: 2.9375rem;
}

footer #ft-top .ft-t-l img {
    margin-bottom: 1.25rem;
}

footer #ft-top .ft-t-m {
    /* width: 26rem; */
    width: auto;
    margin-right: 7.125rem;
}

footer #ft-top .ft-t-m p:first-of-type {
    margin-bottom: 0.625rem;
    text-align: center;
}

footer #ft-top .ft-t-m p.f-12 {
    text-align: center;
    margin-bottom: 1.875rem;
}

footer #ft-top .ft-t-m p:nth-of-type(2),
footer #ft-top .ft-t-m p:nth-of-type(2) {
    margin-bottom: 1.25rem;
}

footer #ft-top .ft-t-m>p {
    margin-bottom: 1.25rem;
}

footer #ft-top .ft-t-m>p:last-of-type {
    margin-bottom: 0;
}

footer #ft-top .ft-t-m,
footer #ft-top .ft-t-r {
    padding-top: 1.875rem;
}

footer #ft-top .ft-t-r {
    position: relative;
    width: 440px;
}


footer #ft-top .ft-t-r .weixin {
    position: absolute;
    top: 8.5rem;
    left: -42%;
    display: none;
    width: 12.875rem;
    height: 14.6875rem;
    background: #ffffff;
    text-align: center;
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 10px;
    color: #666666;
    box-shadow: 0px 0px 3px gray;
    /* border: 1px solid gray; */
}

footer #ft-top .ft-t-r .weixin2 {
    top: -95px;
    left: -100px;
}

footer #ft-top .ft-t-r .weixin3 {
    top: -150px;
    left: -100px;
}

footer #ft-top .ft-t-r .weixin .trangle {
    border: 10px solid #fff;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%;
}

footer #ft-top .ft-t-r .weixin2 .trangle2 {
    top: 235px;
    /* bottom: -24px; */
    transform: rotateZ(0deg);
}

footer #ft-top .ft-t-r .weixin .img-weixin img {
    width: 10.875rem;
    height: 10.875rem;
}

footer #ft-top .ft-t-r p:first-of-type {
    margin-bottom: 2.5rem;
    text-align: center;
}

footer #ft-top .ft-t-r p:nth-of-type(2),
footer #ft-top .ft-t-r p:nth-of-type(4) {
    margin-right: 2.5rem;
}

footer #ft-top .ft-t-r>p {
    margin-bottom: 1.25rem;
    line-height: 2.0625rem;
}

footer #ft-top .ft-t-r p i {
    display: block;
    width: 1.75rem;
    height: 1.5625rem;
    margin-right: 1.25rem;
}

footer #ft-top .ft-t-r .f-14 .wx-fw,
footer #ft-top .ft-t-r .f-14 .wx-zx {
    background: url('../img/index/footer/wexin1.png') center center no-repeat;
}

footer #ft-top .ft-t-r .f-14 .wx-zx {}

footer #ft-top .ft-t-r .f-14 .weibo {
    background: url('../img/index/footer/weibo.png') center center no-repeat;
}

footer #ft-top .ft-t-r .f-14 .xueqiu {
    background: url('../img/index/footer/雪球.png') center center no-repeat;
}

footer #ft-btm {
    /* width: auto; */
    height: 1.875rem;
    background: #2f363b;
    text-align: center;
    color: #c2c2c2;
    line-height: 1.875rem;
    font-size: 12px;
}

footer #ft-btm p a {
    color: #c2c2c2;
}

footer #ft-btm p,
footer #ft-btm p a {
    font-size: 12px;
}