body {
    background: #fff;
}
._fx_footer {
    background: #f7f7f7;
}
._fx_wrapper {
    width: 1200px;
}
._fx_header .header {
    padding: 13px 0;
}
._fx_header .header .header_left,
._fx_header .header .header_right  {
    width: 50% !important;
}
._fx_header .header .header_title {
    font-size: 24px;
    color: #333333;
    margin-left: 32px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px #F1F1F1 solid;
    padding-left: 24px;
}
.header_right {
    margin-top: 6px;
}
.header_right .nav .nav_item {
    font-size: 16px;
    color: #666666;
    line-height: 33px;
    margin-right: 68px;
}
.header_right .nav .nav_item:hover,
.header_right .nav .nav_item.active {
    color: #FF414D;
}
.header_right .enter_btn {
    padding: 0 13px;
    height: 33px;
    font-size: 12px;
    color: #fff;
    line-height: 33px;
    background: #FF414D;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.header_right .enter_btn img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.banner {
    width: 100%;
    height: 700px;
    background: #FF8890;
    background-size: 1920px;
    background-position: center top;
    background-image: url(/static/cloud/images/home/fx-merchant/banner.jpg);
    background-repeat: no-repeat;
}

.banner_title {
    font-size: 58px;
    color: #fff;
    line-height: 60px;
    margin-left: 15px;
    padding-top: 172px;
}
.banner_text {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    margin-top: 36px;
}
.banner_btn {
    box-shadow: 0px 6px 7px 1px rgba(233, 71, 84, 0.15);
    height: 48px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #FF414D;
    background: #fff;
    line-height: 48px;
    font-size: 14px;
    margin-top: 56px;
}
.banner_btn:hover {
    color: #FF414D;
}
.banner_btn img {
    margin-right: 12px;
}
.wrapper_title {
    font-size: 36px;
    color: #333333;
    line-height: 48px;
    padding-top: 80px;
    text-align: center;
}
.wrapper_text {
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    margin-top: 3px;
    text-align: center;
}
.wrapper_container {

}
.wrapper_container .industry_list {
    margin: 60px 5px 70px;
}
.wrapper_container .industry_list .industry_item {
    width: 236px;
    height: 236px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: 0 2px 2px 0;
    background: #FBFBFB;
    color: #666;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.wrapper_container .industry_list .industry_item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
    left: 50%;
    border-radius: 30px;
    top: 50%;
    background: #FF414D;
    z-index: -1;
    position: absolute;
}
.wrapper_container .industry_list .industry_item .icon {
    width: 100px;
    height: 100px;
    margin: 67px auto 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.wrapper_container .industry_list .industry_item .icon.xiezi {
    background-image: url(/static/cloud/images/home/fx-merchant/xiezi_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.yifu {
    background-image: url(/static/cloud/images/home/fx-merchant/yifu_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.meizhuang {
    background-image: url(/static/cloud/images/home/fx-merchant/meizhuang_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.jiaju {
    background-image: url(/static/cloud/images/home/fx-merchant/jiaju_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.muying {
    background-image: url(/static/cloud/images/home/fx-merchant/muying_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.meishi {
    background-image: url(/static/cloud/images/home/fx-merchant/meishi_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.dianqi {
    background-image: url(/static/cloud/images/home/fx-merchant/dianqi_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.xiangbao {
    background-image: url(/static/cloud/images/home/fx-merchant/xiangbao_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.yundong {
    background-image: url(/static/cloud/images/home/fx-merchant/yundong_grey.png);
}
.wrapper_container .industry_list .industry_item .icon.peishi {
    background-image: url(/static/cloud/images/home/fx-merchant/peishi_grey.png);
}

.wrapper_container .industry_list .industry_item:hover .icon.xiezi {
    background-image: url(/static/cloud/images/home/fx-merchant/xiezi.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.yifu {
    background-image: url(/static/cloud/images/home/fx-merchant/yifu.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.meizhuang {
    background-image: url(/static/cloud/images/home/fx-merchant/meizhuang.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.jiaju {
    background-image: url(/static/cloud/images/home/fx-merchant/jiaju.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.muying {
    background-image: url(/static/cloud/images/home/fx-merchant/muying.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.meishi {
    background-image: url(/static/cloud/images/home/fx-merchant/meishi.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.dianqi {
    background-image: url(/static/cloud/images/home/fx-merchant/dianqi.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.xiangbao {
    background-image: url(/static/cloud/images/home/fx-merchant/xiangbao.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.yundong {
    background-image: url(/static/cloud/images/home/fx-merchant/yundong.png);
}
.wrapper_container .industry_list .industry_item:hover .icon.peishi {
    background-image: url(/static/cloud/images/home/fx-merchant/peishi.png);
}
.wrapper_container .industry_list .industry_item:hover {
    color: #fff;
}
.wrapper_container .industry_list .industry_item:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.wrapper_container .industry_list .industry_item .item_tit {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
.expert {
    height: 660px;
    background-image: url(/static/cloud/images/home/fx-merchant/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 50px;
}
.enter_list {
    height: 534px;
    padding: 200px 0;
    box-sizing: border-box;
    margin-left: -25px;
    margin-top: 40px;
}
.enter_list .enter_item {
    width: 177px;
    margin-right: 25px;
    position: relative;
    text-align: center;
    float: left;
}
.enter_list .enter_item .item_top {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.enter_list .enter_item .item_top .number {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 60px;
    text-align: center;
}
.enter_list .enter_item .item_top .line {
    width: 120px;
    height: 20px;
    border-radius: 10px;
    background: url(/static/cloud/images/home/fx-merchant/arrow.png);
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    margin-top: -10px;
}
.enter_list .enter_item .item_top .line.bg-red {
    background-color: #FFE7E9 !important;
}
.enter_list .enter_item .item_top .number.bg-red,
.enter_list .enter_item .item_msg.bg-red {
    background: #FF414D;
}

.enter_list .enter_item .item_top .line.bg-yellow {
    background-color: rgba(255, 215, 93, 0.3);
}
.enter_list .enter_item .item_top .number.bg-yellow,
.enter_list .enter_item .item_msg.bg-yellow {
    background: #FFD75D;
}

.enter_list .enter_item .item_top .line.bg-green {
    background-color: rgba(105, 232, 60, 0.3);
}
.enter_list .enter_item .item_top .number.bg-green,
.enter_list .enter_item .item_msg.bg-green {
    background: #69E83C;
}

.enter_list .enter_item .item_top .line.bg-blueness {
    background-color: rgba(83, 232, 199, 0.3);
}
.enter_list .enter_item .item_top .number.bg-blueness,
.enter_list .enter_item .item_msg.bg-blueness {
    background: #53E8C7;
}

.enter_list .enter_item .item_top .line.bg-blue {
    background-color: rgba(96, 178, 255, 0.3) !important;
}
.enter_list .enter_item .item_top .number.bg-blue,
.enter_list .enter_item .item_msg.bg-blue {
    background: #60B2FF !important;
}
.enter_list .enter_item .item_top .number.bg-purple,
.enter_list .enter_item .item_msg.bg-purple {
    background: #FD73FF;
}
.enter_list .enter_item .item_tit {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    line-height: 24px;
    margin-top: 18px;
}
.enter_list .enter_item .item_txt {
    font-size: 14px;
    color: #666666;
    line-height: 31px;
    height: 31px;
    margin-top: 8px;
    background-color: #F6F6F6;
    display: inline-block;
    padding: 0 7px;
    border-radius: 16px;
}
.enter_list .enter_item .item_msg {
    position: absolute;
    width: 100%;
    height: 179px;
    border-radius: 30px;
    left: 0;
    padding: 25px 14px;
    box-sizing: border-box;
}
.enter_list .enter_item .item_msg::before {
    content: '';
    display: block;
    width: 19px;
    height: 12px;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -6px;
}
.enter_list .enter_item .item_msg.bg-red,
.enter_list .enter_item .item_msg.bg-green,
.enter_list .enter_item .item_msg.bg-blue {
    top: 100%;
    margin-top: 25px;
}
.enter_list .enter_item .item_msg.bg-yellow,
.enter_list .enter_item .item_msg.bg-blueness,
.enter_list .enter_item .item_msg.bg-purple {
    bottom: 100%;
    margin-bottom: 25px;
}
.enter_list .enter_item .item_msg.bg-red::before {
    background: url(/static/cloud/images/home/fx-merchant/bg_red_arrow.jpg) no-repeat center center;
    bottom: 100%;
}
.enter_list .enter_item .item_msg.bg-yellow::before {
    background: url(/static/cloud/images/home/fx-merchant/bg_yellow_arrow.jpg) no-repeat center center;
    top: 100%;
}
.enter_list .enter_item .item_msg.bg-green::before {
    background: url(/static/cloud/images/home/fx-merchant/bg_green_arrow.jpg) no-repeat center center;
    bottom: 100%;
}
.enter_list .enter_item .item_msg.bg-blueness::before {
    background: url(/static/cloud/images/home/fx-merchant/bg_blueness_arrow.jpg) no-repeat center center;
    top: 100%;
}
.enter_list .enter_item .item_msg.bg-blue::before {
    background: url(/static/cloud/images/home/fx-merchant/bg_blue_arrow.jpg) no-repeat center center;
    bottom: 100%;
}
.enter_list .enter_item .item_msg.bg-purple::before {
    background: url(/static/cloud/images/home/fx-merchant/bg_purple_arrow.jpg) no-repeat center center;
    top: 100%;
}
.enter_list .enter_item .item_msg .msg_txt {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-top: 15px;
}
.enter .enter_btn,
.news_btn {
    width: 164px;
    display: block;
    height: 48px;
    background: #E94754;
    border-radius: 24px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 6px 7px 1px rgba(233, 71, 84, 0.15);
    margin: 99px auto 84px;
    text-align: center;
}
.enter .enter_btn img,
.news_btn img {
    margin-right: 12px;
}
.issue {
    background: url(/static/cloud/images/home/fx-merchant/bg2.jpg) no-repeat center top;
    background-size: 1920px;
    background-color: #F6F6F6;
    padding-bottom: 79px;
    height: 760px;
    box-sizing: border-box;
}
.issue .wrapper_title {
    padding-top: 104px;
}
.issue .tab {
    text-align: center;
    margin-top: 14px;
}
.issue .tab .tab_item {
    display: inline-block;
    padding: 0 17px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    margin: 0 23px;
    border-radius: 20px;
}
.issue .tab .tab_item.active {
    background: #FBEFF0;
    color: #FF414D;
}
.issue .tab .tab_item:hover {
    color: #FF414D;
}
.issue .issue_list {
    margin-top: 54px;
    width: 100%;
} 
.issue .issue_list .issue_item {
    width: 1187px;
    padding: 30px 37px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    line-height: 27px;
    color: #666;
}
.issue .issue_list .issue_item .badge {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.issue .issue_list .issue_item .q {
    font-size: 16px;
}
.issue .issue_list .issue_item .a  {
    font-size: 14px;
    margin-top: 10px;
}
.issue .issue_list .issue_item .a .badge {
    background: #C4C4C4;
}
.news .wrapper_title {
    padding-top: 84px;
}
.news_list {
    margin: 63px 5px 48px -55px;
}
.news_list .news_item {
    width: 565px;
    height: 185px;
    background: #FDF7F8;
    /* border: #E5E5E5 1px solid; */
    border-radius: 30px;
    margin-left: 60px;
    margin-bottom: 20px;
    padding: 40px 40px 0 36px;
    box-sizing: border-box;
    float: left;
}
.news_list .news_item .news_map {
    width: 101px;
    height: 111px;
}
.news_list .news_item .news_detail {
    width: calc(100% - 101px);
    padding-left: 37px;
    box-sizing: border-box;
}
.news_list .news_item .news_tit {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.news_list .news_item .news_txt {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-top: 10px;
    height: 36px;
}
.news_list .news_item .look {
    font-size: 12px;
    color: #fff;
    padding: 0 9px;
    height: 23px;
    line-height: 23px;
    margin-top: 17px;
    border-radius: 12px;
}
.news_btn {
    margin-top: 48px;
    margin-bottom: 100px;
}