ul,
p {
    margin: 0;
}

.banner {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.banner img {
    width: 100%;
    height: 452px;
}

.banner .bannerBtn {
    position: absolute;
    width: 222px;
    height: 77px;
    left: 28%;
    bottom: 66px;
    background: url(/static/images/tradingPlatform/bannerBtn.png) no-repeat;
    background-size: 100% 100%;
}

/* 交易品种 */
.varieties {
    width: 100%;
    margin: 18px 0 0 0;
}

.varieties ul {
    margin: -5px -20px -5px 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.varieties ul li{
    width: 208px;
    height: 102px;
    border-radius: 5px;
    margin: 5px 10px 5px 0;
    padding: 15px;
}

.varieties ul li a{
    text-align: center;
    line-height: 102px;
    cursor: pointer;
    color: #444444;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
}


.varieties ul li h6 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

.varieties ul li p {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
}

.varieties ul li img {
    width: 35px;
    height: 35px;
}

/* 交易规则 */

.rule {
    position: relative;
    width: 100%;
    height: 64px;
    margin-top: 18px;
    background: #F9ECCC;
    padding-left: 21px;
    padding-right: 120px;

}

.rule h4 {
    font-size: 16px;
    font-weight: bold;
    color: #E85106;
    margin: 0 15px 0 13px;
}

.rule .text-box{
    height: 100%;
    width: calc(100% - 120px);
    overflow: hidden;
}

.rule .text{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #6D6C6C;
    margin: 0;
    line-height: 64px;
    white-space: nowrap;
    animation: 20s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(1039px);
        -webkit-transform: translateX(1039px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}



@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(1039px);
        -webkit-transform: translateX(1039px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.rule p {
    font-size: 15px;
    font-weight: 400;
    color: #6D6C6C;
    margin: 0;
    line-height: 64px;
    white-space: nowrap;
}

.rule img {
    width: 16px;
    height: 14px;
}

.history-link{
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    color: #666666;
    font-size: 15px;
    line-height: 20px;
}

/* 状态一: 未被访问过的链接 */
.history-link:link {
    text-decoration: none;
    color: #666666;
}

/* 状态二: 已经访问过的链接 */
.history-link:visited {
    text-decoration: none;
    color: #666666;
}

/* 状态三: 鼠标划过(停留)的链接(默认红色) */
.history-link:hover {
    text-decoration: none;
    color: #666666;
}
/* 状态四: 被点击的链接 */
.history-link:active {
    text-decoration: none;
    color: #666666;
}

/* 当前价格 */
.current-price {
    width: 100%;
    height: 141px;
    display: flex;
    background: url(/static/images/tradingPlatform/current-price-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 18px;
    padding: 20px 0 0 0;
}

.current-price .cp-left {
    width: 205px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cp-left .cp-icon {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 13px;
}

.cp-left .cp-title {
    width: 100px;
    height: 26px;
    display: block;
}

.cp-left p {
    font-size: 22px;
    font-weight: 400;
    color: #B3C3DD;
    line-height: 40px;
}

.current-price .cp-right {
    flex: 1;
    padding: 0 36px;
}

.cp-right-top {
    width: 100%;
    height: 63px;
    padding-top: 5px;
}

.cp-right-top ul {
    display: flex;
    align-items: center;
}

.cp-right-top ul li {
    width: 84px;
    height: 33px;
    border-radius: 40px;
    border: 1px solid #AAB5C8;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}

.cp-right-top .isActive {
    background: #E6AE00;
    font-weight: bold;
    border: none;
}

.cp-right-top img {
    width: 19px;
    height: 20px;
    margin-right: 10px;
}

.cp-right-top p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.cp-right-bottom {
    width: 100%;
    height: calc(100% - 64px);
}

.cp-right-bottom ul {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 25px;
    margin-bottom: -20px;
}

.cp-right-bottom ul li {
    display: flex;
    align-items: center;
    padding-right: 35px;
}

.cp-right-bottom ul li:not(:first-child) {
    padding: 0 35px;
}

.cp-right-bottom ul li:not(:last-child) {
    border-right: 1px solid rgb(225, 225, 225, 0.2);
}

.cp-right-bottom h5 {
    font-size: 14px;
    font-weight: 400;
    color: #D5D5D5;
    margin: 0;
}

.cp-right-bottom p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 25px 0 30px;
}

.cp-right-bottom img {
    width: 13px;
    height: 20px;
}

.notice {
    width: 100%;
    margin-top: 34px;
}

.notice .notice-item {
    width: 638px;
    height: 393px;
    background: #FFFFFF;
    border: 3px solid rgba(120, 144, 220, 0.21);
}

.notice-title {
    height: 70px;
    width: 100%;
    padding: 0 28px;
    border-bottom: 1px solid #F4F4F4;
}

.notice-title img {
    width: 18px;
    height: 24px;
    margin-right: 24px;
}

.notice-title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    margin: 0;
}

.notice-title .link{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.notice-item ul {
    margin: 8px 0 0 0;
    padding: 0 21px;
}

.notice-item ul li {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F4F4F4;
}

.notice-item ul li span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #468EE6;
    margin-right: 10px;
}

.notice-item a {
    font-size: 14px;
    font-weight: 400;
    color: #757474;
}

.notice-item p {
    font-size: 12px;
    font-weight: 400;
    color: #BABABA;
    margin: 0;
}

/* 广告 */
.guanggao {
    width: 100%;
    margin-top: 21px;
}

.guanggao ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.guanggao ul li {
    width: 309px;
    height: 184px;
    position: relative;
}

.guanggao ul li img {
    width: 100%;
    height: 100%;
}

.guanggao ul li span {
    width: 59px;
    height: 27px;
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .33);
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 27px;
}

.guanggao ul li h5 {
    width: 100%;
    position: absolute;
    bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

/* 会员专区 */
.huiyuan {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 20px;
}

.huiyuan-title {
    height: 172px;
    width: 188px;
    background: url(/static/images/tradingPlatform/huiyuan-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: -15px;
    padding-top: 40px;
    text-align: center;
    z-index: 99;
}

.huiyuan-title img {
    width: 47px;
    height: 64px;
    margin-bottom: 21px;
}

.huiyuan-title h5 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.huiyuan ul {
    flex: 1;
    display: flex;
    border: 3px solid rgba(120, 144, 220, 0.21);
    border-left: none;
    margin: 0;
    background: #FFFFFF;
}

.huiyuan ul li {
    width: 188px;
    height: 100%;
    padding: 20px 0 0 0;
    text-align: center;
}

.huiyuan ul li h5 {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin-top: 15px;
    margin-bottom: 17px;
}

/* 数据表格 */
.d-left {
    width: 1000px;
    margin-right: 18px;
    background: #FFFFFF;
    border: 3px solid rgba(120, 144, 220, 0.21);

}

.d-left .d-left-title {
    height: 70px;
    width: 100%;
    padding: 0 28px;
    border-bottom: 1px solid #F4F4F4;
}

.d-left .d-left-title img {
    width: 18px;
    height: 24px;
    margin-right: 24px;
}

.d-left .d-left-title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    margin: 0;
}

.d-left-title a{
    height: 18px;
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding-right: 20px;
    position: relative;
}

.d-left-title a::after{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: -5px;
    top:0;
    background: url(/static/images/payment/icon-right_circle.png);
}

.d-left-content {
    width: 100%;
    height: calc(100% - 70px);
}

.d-left-content ul li {
    width: 145px;
    height: 150px;
    border-right: 1px solid #F4F4F4;
    text-align: center;
    padding-top: 35px;
}

.d-left-content ul li {
    width: 145px;
    height: 150px;
    border-right: 1px solid #F4F4F4;
    text-align: center;
    padding-top: 35px;
}

.d-left-content ul li span {
    display: inline-block;
    font-size: 40px;
    color: #444444;
    line-height: 40px;
}

.d-left-content ul li h5 {
    font-size: 18px;
    font-weight: 400;
    color: #6A6A6A;
}

.d-left-content ul li img {
    width: 50px;
    height: auto;
}

.is_active {
    background: url(/static/images/tradingPlatform/tab-bg.png) no-repeat;
    background-size: 100% 100%;
}

.is_active h5 {
    color: #FFFFFF !important;
}

.is_active span {
    color: #FFFFFF !important;
}

.d-left-content .tab-warp {
    flex: 1;
}

.tab-warp .tab-warp-item {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.tab-warp .tab-warp-item .tab-form {
    width: 100%;
    height: 55px;
}

.tab-form .tab-form-item {
    margin-right: 20px;
}

.tab-form .tab-form-item .el-input__inner:focus {
    border-color: #285DAE !important;
}

.tab-form .tab-form-item .el-input__prefix {
    right: 5px !important;
    left: auto;
}

.tab-form .tab-form-item .el-input__icon {
    color: #285DAE !important;
}

.el-select-dropdown__item.selected {
    color: #285DAE !important;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner {
    border-color: #285DAE !important;
}

.el-select .el-input__inner:focus {
    border-color: #285DAE !important;
}

.el-date-table td.current:not(.disabled) span {
    background-color: #285DAE !important;
}

.el-date-table td.today span {
    color: #285DAE !important;
}

.el-picker-panel__icon-btn:hover {
    color: #285DAE !important;
}

.el-date-picker__header-label:hover {
    color: #285DAE !important;
}

.tab-warp .tab-warp-item .tab-table {
    height: calc(100% - 60px);
    width: 100%;
    margin: 0;
}

.tab-table .el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.d-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border: 3px solid rgba(120, 144, 220, 0.21);
    padding: 17px;
}

.d-right div {
    width: 100%;
    height: 158px;
    padding-top: 114px;
    text-align: center;
}

.d-right div img {
    width: 23px;
    height: auto;
}

/* 合作伙伴 */
.friendly {
    height: 368px;
    margin-top: 20px;
    background-color: #FFFFFF;
}

.friendly-top {
    height: 68px;
    display: flex;
    border-bottom: 1px solid #F2F2F2;
}

.friend-title {
    width: 220px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.friend-title img {
    width: 24px;
    height: 24px;
}

.friend-title p {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
    margin: 0;
    margin-left: 15px;
    white-space: nowrap;
}

.friendly-top ul li {
    width: 66px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    cursor: pointer;
}

.friendly-bottom {
    height: calc(100% - 68px);
}

.friendly-tab_btns ul li{
    width: 145px;
    height: 150px;
    border-right: 1px solid #F4F4F4;
    text-align: center;
    padding-top: 35px;
}

.friendly-tab_btns ul li span{
    display: inline-block;
    font-size: 40px;
    color: #444444;
    line-height: 40px;
}

.friendly-tab_btns ul li h5 {
    font-size: 18px;
    font-weight: 400;
    color: #6A6A6A;
}

.friendly-tab_btns ul li img {
    width: 50px;
    height: auto;
}

.friendly-tab_content {
    height: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.friendly-tab_item{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s transform ease-in-out;
}

.friendly-tab_item:nth-of-type(2){
    top: 100%;
}

.friendly-swiper-container{
    width: 100%;
    height: 100%;
}

.friendly-swiper-slide{
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    height: 150px;
}

.friendly-swiper-slide a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.friendly-swiper-slide a img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}



.friendly-tab_content .friendly-tab_item ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    max-height: 100%;
    overflow: scroll;
}

.friendly-tab_content .friendly-tab_item ul::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }

.friendly-tab_content .friendly-tab_item ul li {
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.friendly-tab_content .friendly-tab_item ul li a {
    display: block;
    width: 230px;
    height: 149px;
    text-align: center;
    line-height: 149px;
}

.friendly-tab_content .friendly-tab_item  ul li a img {
    max-width: 100%;
    max-height: 100%;
}

.enterprise-link{
    display: block;
    width: 100%;
    color: #606266;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

/* 状态一: 未被访问过的链接 */
.enterprise-link:link {
    text-decoration: none;
    color: #606266;
}

/* 状态二: 已经访问过的链接 */
.enterprise-link:visited {
    text-decoration: none;
    color: #606266;
}

/* 状态三: 鼠标划过(停留)的链接(默认红色) */
.enterprise-link:hover {
    text-decoration: none;
    color: #606266;
}
/* 状态四: 被点击的链接 */
.enterprise-link:active {
    text-decoration: none;
    color: #606266;
}
