.text-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main {
    background-color: #fff
}

.main .top-section {
    height: 440px;
    background-size: cover;
    overflow: hidden
}

.main .top-section .page-title {
    text-align: center;
    font-size: 72px;
    color: #e4f0ff;
    letter-spacing: 10px;
    line-height: 1;
    margin-top: 137px;
    margin-bottom: 83px
}

.main .top-section .search-wrap {
    width: 892px;
    margin: 0 auto
}

.main .top-section .search-wrap .search-content {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px
}

.main .top-section .search-wrap .search-content:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24)
}

.main .top-section .search-wrap .search-content.active {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24)
}

.main .top-section .search-wrap .search-content .item-label {
    width: 106px;
    text-align: center;
    font-size: 18px;
    color: #313131;
    position: relative;
    display: inline-block
}

.main .top-section .search-wrap .search-content .item-label::after {
    content: '';
    position: absolute;
    right: 0;
    height: 12px;
    top: 19px;
    border-left: solid 1px #bcbcbc
}

.main .top-section .search-wrap .search-content input {
    letter-spacing: 1px;
    border: 0;
    font-size: 16px;
    margin-left: 15px;
    margin-top: 9px;
    width: 580px;
    height: 30px
}

.main .top-section .search-wrap .search-content .sub-btn {
    float: right;
    background-color: #f9cb1a;
    height: 50px;
    color: #fff;
    border: 0;
    width: 170px;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.main .top-section .search-wrap .search-his {
    font-size: 16px;
    letter-spacing: 1px;
    color: #5aa9f7;
    margin-top: 10px;
    font-weight: 700
}

.main .top-section .search-wrap .search-his .search-nums {
    color: #ec6941
}

.main .content-section-title {
    letter-spacing: 3px;
    color: #313131;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    margin: 65px 0 33px
}

.main .adv-item {
    height: 250px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden
}

.main .adv-item p {
    width: 264px;
    font-size: 14px;
    color: #707070;
    line-height: 1.2
}

.main .adv-item .title {
    font-size: 24px;
    letter-spacing: 1px;
    color: #f9cb1a;
    margin-left: 5px;
    margin-left: 25px;
    margin-bottom: 35px
}

.main .adv-item .info {
    width: 250px;
    margin-top: 82px;
    margin-left: 294px;
    overflow: hidden
}

.main .adv-item:nth-child(2) {
    background-image: url(process01.20fb4d94.png)
}

.main .adv-item:nth-child(2) p {
    width: 240px
}

.main .adv-item:nth-child(3) {
    background-image: url(process02.55b19fac.png)
}

.main .adv-item:nth-child(4) {
    background-image: url(process03.7ddb8de5.png)
}

.main .adv-item:nth-child(5) {
    background-image: url(process04.5aa96fec.png)
}

.main .adv-item:nth-child(odd) .info {
    margin-left: 841px
}

.main .content-section-2 {
    background-color: rgba(241, 244, 247, .4);
    margin-top: 65px;
    overflow: hidden;
    padding-bottom: 40px
}

.main .content-section-2 .trade-data-center {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 3px;
    color: #535353;
    font-size: 18px
}

.main .content-section-2 .trade-data-center p:first-child {
    font-size: 26px;
    position: relative;
    margin-bottom: 40px
}

.main .content-section-2 .trade-data-center p:first-child::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 49px;
    height: 7px;
    background-color: #f9cb1a
}

.main .content-section-2 .now-search-data {
    margin-top: 30px;
    height: 204px;
    background-color: #ebf6ff;
    background: url(data-center-bg.225a6420.png) no-repeat;
    background-size: 100%
}

.main .content-section-2 .now-search-data .search-data-wrap {
    height: 204px;
    padding: 6px 6px 6px 320px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main .content-section-2 .now-search-data .search-data-wrap .search-data-item {
    background-color: #fff;
    height: 192px;
    overflow: hidden;
    width: 284px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main .content-section-2 .now-search-data .search-data-wrap .search-data-item li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
    padding-bottom: 10px
}

.main .content-section-2 .now-search-data .search-data-wrap .search-data-item li .time {
    color: #f9cb1a;
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
    background-color: #ebf6ff;
    border-radius: 7px 7px 0 7px;
    margin-right: 6px
}

.main .quickly-tools {
    background-color: #fff;
    box-shadow: 0 8px 31px 0 rgba(20, 49, 127, .08);
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 6px 0
}

.main .quickly-tools .quickly-tools-item {
    margin-bottom: 6px;
    width: 592px;
    height: 159px;
    background-color: #f8f9fe;
    background: url(tool-bg1.c6184ce9.png);
    padding: 22px 26px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main .quickly-tools .quickly-tools-item>* {
    float: left
}

.main .quickly-tools .quickly-tools-item .img-block {
    width: 114px;
    height: 114px;
    background-color: #ededfd;
    border-radius: 6px;
    position: relative
}

.main .quickly-tools .quickly-tools-item .img-block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.main .quickly-tools .quickly-tools-item:nth-child(2),
.main .quickly-tools .quickly-tools-item:nth-child(3) {
    background-image: url(tool-bg2.b6864988.png)
}

.main .quickly-tools .quickly-tools-item:nth-child(2) .img-block,
.main .quickly-tools .quickly-tools-item:nth-child(3) .img-block {
    background-color: #e1ebfe
}

.main .quickly-tools .quickly-tools-item-info {
    padding: 20px;
    width: 345px
}

.main .quickly-tools .quickly-tools-item-info .tools-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 10
}

.main .quickly-tools .quickly-tools-item-info .tools-introduction {
    font-size: 14px;
    width: 158px;
    color: #444;
    display: inline-block
}

.main .quickly-tools .quickly-tools-item-info .tool-btn {
    float: right;
    width: 114px;
    height: 35px;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #f9cb1a;
    cursor: pointer;
    color: #f9cb1a;
    font-size: 14px;
    letter-spacing: 1px
}

.main .quickly-tools .quickly-tools-item-info .tool-btn:hover {
    color: #fff;
    background-color: #f9cb1a
}

.main .footer-section {
    margin-top: 65px;
    height: 327px;
    text-align: center;
    background: url(footer-bg.bacb2430.png) no-repeat;
    overflow: hidden
}

.main .footer-section header {
    margin: 44px 0 24px
}

.main .footer-section header .footer-section-title {
    font-size: 28px;
    letter-spacing: 3px;
    color: #005cff;
    line-height: 1;
    font-weight: 400
}

.main .footer-section header .footer-section-subtitle {
    line-height: 14px;
    letter-spacing: 1px;
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: 400
}

.main .footer-section .qrcode {
    width: 146px;
    height: 147px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto
}