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_left .intor {
    border-left: none;
}
._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;
}
._fx_footer .certification {
    /*margin-top: 12px;*/
    margin-top: 50px;
}
.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;
}

.content {
    width: 100%;
    height: 700px;
    background: url(/static/cloud/images/home/fx-merchant/enter_type_bg.jpg)no-repeat center center;
    background-size: 1920px auto;
}
.content .content_title {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    padding-top: 56px;
    text-align: center;
}
.content .content_text {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}
.content .type_list {
    margin-top: 60px;
    width: 1190px;
    padding: 60px 0 80px;
    box-sizing: border-box;
    margin: 0 auto;
}
.content .type_list ul {
    margin-left: -9px;
}
.content .type_list ul li {
    margin-left: 9px;
}
.content .type_list .type_item {
    display: block;
}
.content .type_list .type_item .item_wrapper {
    height: 432px;
    width: 390px;
    border-radius: 4px;
    background: #D9D9D9;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.content .type_list .type_item .item_head {
    border-radius: 4px 4px 0 0;
    padding: 0 21px;
    box-sizing: border-box;
    height: 150px;
    text-align: center;
    color: #666666;
}
.content .type_list .type_item .item_head .item_tit {
    font-size: 24px;
    line-height: 30px;
    padding-top: 27px;
    font-weight: bold;
}
.content .type_list .type_item .item_head .item_txt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 22px;
}
.content .type_list .type_item .item_content {
    padding: 24px 35px 24px 24px;
    border: 5px solid #D9D9D9;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    background: #fff;
    height: 282px;
}
.content .type_list .type_item .item_tit2 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: bold;
}
.content .type_list .type_item .item_step {
    margin-top: 13px;
}
.content .type_list .type_item input:checked + .item_wrapper {
    background: #FF414D;
}
.content .type_list .type_item input:checked + .item_wrapper::before {
    content: '\e622';
    font-family: iconfont;
    font-size: 30px;
    color: #FF414D;
    line-height: 34px;
    width: 40px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.content .type_list .type_item input:checked + .item_wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 26px solid transparent;
    border-left-color: #FFF5F6;
    border-top-color: #FFF5F6;
    z-index: 2;
}
.content .type_list .type_item input:checked + .item_wrapper .item_head {
    color: #fff;
}
.content .type_list .type_item input:checked + .item_wrapper .item_content {
    border-color: #FF414D;
    background: rgba(255,255,255,95);
}
.content .type_list .type_item .item_wrapper.more {
    background: #fff;
    text-align: center;
    cursor: auto;
}
.content .type_list .type_item .item_wrapper .more_img {
    margin-top: 129px;
}
.content .type_list .type_item .item_wrapper .more_txt {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-top: 14px;
}
.submit_box {
    padding: 28px 0 41px;
    background: #fff;
    text-align: center;
}
.submit_box .checkbox {
    display: inline-block;
}
.submit_box .checkbox i {
    padding-left: 24px;
    position: relative;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}
.submit_box .checkbox i::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
}
.submit_box .checkbox input:checked + i::before {
    content: '\e622';
    font-family: iconfont;
    border-color: #FF414D;
    background: #FF414D;
}
.submit_box .checkbox:hover i::before {
    border-color: #FF414D;
}
.submit_box .checkbox:hover i,
.submit_box .checkbox input:checked + i {
    color: #FF414D;
}
.submit_box .layui-btn {
    margin: 30px auto 0;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
    padding: 0 55px;
    background: #E94754;
    box-shadow: 0px 6px 7px 1px rgba(233, 71, 84, 0.15);
}