/* 外汇模块   css of fx */
.container{
    background: #FFFFFF ;
}
.container .com-header{
    display: block;
}
.container .com-header .com-hd-search h3{
    float: left;
    margin-top: 26px;
    margin-left: 26px;
    padding-left: 26px;
    position: relative;
    font-weight: 800;
    color: #333333;
    font-size: 20px;
}
.container .com-header .com-hd-search h3::before{
    content: '';
    width: 1px;
    height: 26px;
    background: #666;
    position: absolute;
    left: 0;
    top: 3px;
}
.container .com-header .com-hd-search form{
    position: relative;
    display: flex;
    align-items: center;
}
.container .com-header .com-hd-search form>img{
    position: absolute;
    left: 14px;
    width: 23px;
    height: 23px;
}
.container .com-header .com-hd-search .search{
    height: 44px;
}
.container .com-header .com-hd-search .search input{
    height: 100%;
    border-radius: 0;
    padding-left: 50px;
}
.container .com-header .com-hd-search .search button{
    height: 100%;
    border-radius: 0;
}
.container .content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    background: #FFFFFF ;
}
.content .fx-regulators{
    width: 100%;
    padding-top: 40px;
    margin-bottom: 55px;
}
.fx-regulators .fx-regulators-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.fx-regulators .fx-regulators-title h3{
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}
.fx-regulators .fx-regulators-title .show-more{
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
}
.fx-regulators .fx-regulators-title .show-more:hover{
    color: #0084FF;
}
.fx-regulators .fx-regulators-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fx-regulators .fx-regulators-item{
    width: 190px;
    height: 107px;
    background: #FFFFFF;
    border: 1px solid #EBEDEF;
}
.fx-regulators .fx-regulators-item:hover{
    box-shadow: 0px 2px 9px 0px rgba(8, 1, 3, 0.2);
}
.fx-regulators .fx-regulators-item a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px 12px;
    width: 100%;
    height: 100%;
}
.fx-regulators .fx-regulators-name{
    width: 100%;
    display: flex;
    align-items: center;
}
.fx-regulators .fx-regulators-name img{
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border-radius: 50%;
}
.fx-regulators .fx-regulators-name span{
    flex: 1;
    font-weight: 400;
    color: #333333;
    font-size: 18px;
}

.fx-regulators .fx-regulators-item .abstract{
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
}
.content .fx-main{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fx-main .fx-main-left{
    width: 794px;
}
.fx-main .fx-main-right{
    width: 380px;  
    border: 1px solid #EBEDEF; 
    margin-bottom: 44px;
}
.fx-main .fx-main-left .hot-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}
.fx-main .fx-main-left .hot-box .shuffling-box{
    width: 502px;
    height: 334px;
}
.fx-main .fx-main-left .hot-box .shuffling-box .swiper-container{
    width: 100%;
    height: 100%;
}
.shuffling-box .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.shuffling-box .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.shuffling-box .swiper-container .swiper-pagination{
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.shuffling-box .swiper-slide img{
    width: 100%;
    height: 100%;
}
.shuffling-box .swiper-slide .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    /* opacity: 0.5; */
    z-index: 2;
}
.shuffling-box .swiper-slide h3{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 50px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    z-index: 3;
}
.fx-main .fx-main-left .hot-box .second-hot{
    width: 280px;
    height: 334px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.fx-main .fx-main-left .hot-box .second-hot a{
    display: block;
    width: 100%;
    height: 160px;
    position: relative;
}
.fx-main .fx-main-left .hot-box .second-hot img{
    width: 100%;
    height: 100%;
}
.fx-main .fx-main-left .hot-box .second-hot .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.fx-main .fx-main-left .hot-box .second-hot h3{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
}
.fx-main .fx-main-left .fx-news-list{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 44px;
}
.fx-main-left .fx-news-list .fx-news-list-box{
    width: 48%;
}
.fx-main-left .fx-news-list .fx-news-list-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 4px solid #0084FF;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
}
.fx-main-left .fx-news-list .fx-news-list-title h3{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}
.fx-main-left .fx-news-list .fx-news-list-title h3>span{
    color: rgba(130, 138, 146, 0.8);
    font-size: 16px;
    margin-left: 8px;
}
.fx-main-left .fx-news-list .fx-news-list-title .show-more{
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
}
.fx-main-left .fx-news-list .fx-news-list-title .show-more:hover{
    color: #1484FF;
}
.fx-main-left .fx-news-list ul{
    width: 100%;
}
.fx-main-left .fx-news-list ul .fx-news-item{
    width: 100%;
    margin-bottom: 20px;
}
.fx-main-left .fx-news-list ul .fx-news-item:hover .news-item-right h3{
    color: #1484FF;
}
.fx-main-left .fx-news-list ul .fx-news-item a{
    display: flex;
    align-items: center;
}
.fx-main-left .fx-news-list ul .fx-news-item a>img{
    width: 130px;
    height: 90px;
    margin-right: 8px;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right{
    flex: 1;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right h3{
    width: 100%;
    font-weight: 400;
    color: #262626;
    font-size: 16px;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .news-item-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .bottom-left{
    display: flex;
    align-items: center;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .bottom-left .head-proft{
    position: relative;
    width: 25px;
    height: 25px;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .bottom-left .head-proft>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .bottom-left .head-proft .company-tag{
    width: 18px;
    height: 17px;
    position: absolute;
    bottom: 0;
    right: -10px;
    border-radius: 0;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .bottom-left .head-proft .certification-tag{
    width: 16px;
    height: 15px;
    position: absolute;
    bottom: 0;
    right: -10px;
    border-radius: 0;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .bottom-left>span{
    font-weight: 400;
    color: #333333;
    font-size: 12px;
    margin-left: 18px;
    max-width: 60px;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .time{
    display: flex;
    align-items: center;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .time img{
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.fx-main-left .fx-news-list ul .fx-news-item .news-item-right .time span{
    font-weight: 400;
    color: #828A92;
    font-size: 12px;
}
.fx-main .fx-main-right .fx-main-right-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 16px;
    border-top: 4px solid #239CF0;
}
.fx-main-right .fx-main-right-title .title-left{
    display: flex;
    align-items: center;
}
.fx-main-right .fx-main-right-title .title-left img{
    width: 19px;
    height: 21px;
    margin-right: 12px;
}
.fx-main-right .fx-main-right-title .title-left p{
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}
.fx-main-right .fx-main-right-title>img{
    width: 247px;
    height: 42px;
    margin-right: -5px;
}
.fx-main-right .baike-list{
    width: 100%;
    box-sizing: border-box;
    padding: 23px 16px;
}
.fx-main-right .baike-list .baike-list-item{
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
}
.fx-main-right .baike-list .baike-list-item::before{
    content: '●';
    color: #0084FF;
    margin-right: 6px;
}
.fx-main-right .baike-list .baike-list-item a{
    width: 100%;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    font-size: 14px;
}
.fx-main-right .baike-list .baike-list-item:hover{
    cursor: pointer;
}
.fx-main-right .baike-list .baike-list-item:hover a{
    color: #0084FF;
}
.fx-main-right .show-more{
    width: 330px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    color: #999898;
    font-size: 16px;
    border: 1px solid #EBEDEF;
}
.fx-main-right .show-more:hover{
    cursor: pointer;
    background: #E5E9EF;
    border: 1px solid #EBEDEF;
    color: #333333;
}
.container .supermacket{
    width: 100%;
    background: #F9F9F9;
    padding-top: 40px;
    padding-bottom: 7px;
}
.container .supermacket .all-net{
    width: 1200px;
    margin: 0 auto;
}
.container .supermacket .all-net-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.container .supermacket .all-net-title p{
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}
.container .supermacket .all-net-title .show-more{
    font-weight: 400;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.container .supermacket .all-net-title .show-more:hover{
    color: #1484FF;
}
.container .supermacket .all-net-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.container .supermacket .all-net-box a{
    box-shadow: 0px 4px 5px 0px rgba(8, 1, 3, 0.1);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    width: 162px;
    height: 87px;
    margin-right: 11px;
    margin-bottom: 16px;
}
.container .supermacket .all-net-box a:nth-child(7n){
    margin-right: 0;
}
.container .supermacket .all-net-box a:hover{
    box-shadow: 0px 6px 15px 3px rgba(8, 1, 3, 0.28);
}
.container .supermacket .all-net-box img{
    width: 100%;
    height: 100%;
}
/* 弹窗 */
.layui-layer-page .layui-layer-content {
    border-radius: 14px;
}
.noticeModalBox {
    width: 100%;
    height: 100%;
    background-image: url('../image/noticeModalBox-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0px 0px 2px 2px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.noticeModalBox div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.noticeModalBox p {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.noticeModalBox .plz-search-btn, .noticeModalBox .plz-logo-btn {
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0px 18px 16px 0px rgb(7 102 158 / 20%);
    background: linear-gradient(110deg, #0DCCFF, #4760FF);
    opacity: 0.63;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 15px;
}
/* 外汇-全部监管机构列表页 css of regulator list*/

.regulators-content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    padding-top: 17px;
}
.regulators-content .regulators-box{
    width: 100%;
}
.regulators-content .regulators-box .box-title{
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    margin-bottom: 23px;
}
.regulators-content .regulator-list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 9px;
}
.regulators-content .regulator-item{
    width: 190px;
    height: 110px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EBEDEF;
    margin-right: 12px;
    margin-bottom: 14px;
    cursor: pointer;
}
.regulators-content .regulator-item:nth-child(6n){
    margin-right: 0;
}
.regulators-content .regulator-item:hover{
    box-shadow: 0px 2px 9px 0px rgba(8, 1, 3, 0.2);
}
.regulators-content .regulator-item a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px;
}
.regulators-content .regulator-item .item-top{
    width: 100%;
    display: flex;
    align-items: center;
}
.regulators-content .regulator-item .item-top img{
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border-radius: 50%;
}
.regulators-content .regulator-item .item-top h3{
    flex: 1;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
}
.regulators-content .regulator-item .item-bottom{
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    font-size: 12px;
}
/* 外汇新闻页 */
.container .news-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 23px;
}
.container .news-box .tab-bar-left{
    width: 182px;
    height: 270px;
    box-sizing: border-box;
    padding: 34px 28px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(86, 86, 86, 0.13);
    position: relative;
    position: fixed;
    top: 186px;
}
.container .news-box .tab-bar-left .tab-jt{
    position: absolute;
    right: -60px;
    top: 46%;
    width: 18px;
    height: 24px;
}
.container .news-box .tab-bar-left ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.container .news-box .tab-bar-left .left-item{
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 8px;
    background: #9CA4BC;
    border-radius: 5px;
    box-shadow: 0px 2px 21px 0px rgba(117, 124, 145, 0.38);
    position: relative;
    cursor: pointer;
}
.container .news-box .tab-bar-left .left-item>img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.container .news-box .tab-bar-left .left-item>p{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
}
.container .news-box .tab-bar-left .left-item.active{
    background: #237CF0;
}
.container .news-box .tab-bar-left .left-item:nth-child(2)::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E6E8EB;
    top: -17px;
    left: 0;
}
.container .news-box .tab-bar-left .left-item:nth-child(2)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E6E8EB;
    bottom: -17px;
    left: 0;
}
.container .news-box .right-news-list{
    width: 910px;
    padding-bottom: 50px;
    margin-left: 290px;
}
.container .news-box .right-news-list:nth-child(3),
.container .news-box .right-news-list:nth-child(4){
    display: none;
}
.container .news-box .right-news-list .news-list-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
}
.container .news-box .right-news-list .news-list-item{
    width: 100%;
    height: 175px;
    cursor: pointer;
    border-bottom: 1px solid #EBEDEF;
}
.container .news-box .right-news-list .news-list-item:last-child{
    border: none;
}
.container .news-box .right-news-list .news-list-item:hover{
    box-shadow: 0px 1px 14px 0px rgba(134, 134, 134, 0.16);
    border-radius: 5px;
}
.container .news-box .right-news-list .news-list-item:hover .news-msg>h3{
    color: #237CF0;
}
.container .news-box .right-news-list .news-list-item>a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 26px 20px;
    display: flex;
    align-items: center;
}
.container .news-box .right-news-list .news-list-item .cover-img{
    width: 195px;
    height: 122px;
    margin-right: 12px;
}
.container .news-box .right-news-list .news-list-item .item-right{
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.container .news-box .right-news-list .item-right .news-msg{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.container .news-box .right-news-list .item-right .news-msg h3{
    width: 100%;
    font-weight: 400;
    color: #262626;
    font-size: 18px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.container .news-box .right-news-list .item-right .news-msg span{
    width: 100%;
    font-weight: 400;
    color: #828A92;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.container .news-box .right-news-list .item-right .news-item-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .news-box .right-news-list .item-right .news-item-bottom-left{
    display: flex;
    align-items: center;
}
.container .news-box .right-news-list .item-right .head-proft{
    position: relative;
    margin-right: 15px;
}
.container .news-box .right-news-list .item-right .head-proft>img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.container .news-box .right-news-list .item-right .head-proft .company-tag{
    width: 18px;
    height: 17px;
    position: absolute;
    bottom: 0;
    right: -6px;
    border-radius: 0;
}
.container .news-box .right-news-list .item-right .head-proft .certification-tag{
    width: 18px;
    height: 17px;
    position: absolute;
    bottom: 0;
    right: -6px;
    border-radius: 0;
}
.container .news-box .right-news-list .item-right .push-time{
    display: flex;
    align-items: center;
}
.container .news-box .right-news-list .item-right .push-time>img{
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.container .news-box .right-news-list .item-right .push-time>span{
    font-weight: 400;
    color: #828A92;
    font-size: 12px;
}
/* 外汇分页 */
.pagination-wrap{
    margin: 0 auto;
}