/*账户介绍*/

.e_acc .top {
    background: url(../images_top1/f-pages/account_bg.png) no-repeat center center;
    background-size: cover;
    height: 468px;
}

.e_acc .top h2 {
    margin-top: 130px;
}

.e_acc_div {
    padding: 80px 0 100px;
}

.e_acc_div>h3 {
    font-size: 38px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(8, 30, 66, 1);
    line-height: 53px;
    text-align: center;
}

.e_acc_div>h3>span {
    display: block;
}

.e_acc_p {
    margin: 40px 0 50px;
}

.e_acc_p p {
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(122, 134, 154, 1);
    line-height: 30px;
    text-align: center;
}

.e_acc_table {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(8, 30, 66, 1);
}

.e_acc_table>div:nth-child(odd) {
    background: rgba(212, 216, 223, 0.22);
}

.e_acc_table>div p {
    font-size: 14px;
    line-height: 1.79;
    color: #535353;
    padding-left: 0;
    text-align: center;
}

.e_acc_table>div>div {
    width: 300px;
    float: left;
    border-right: solid 1px #D4D8DF;
    box-sizing: border-box;
    text-align: center;
}

.e_acc_table .h1 {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.e_acc_table .dl1 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 0;
    /*background:#F8F8F8;*/
}

.e_acc_table .h2>div {
    height: 172px;
    line-height: 185px;
}

.e_acc_table .h3>div {
    height: 80px;
    line-height: 80px;
}

.e_acc_table .h4>div {
    height: 60px;
    line-height: 60px;
}

.e_acc_table .h4 p {
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
    color: #262626;
    padding: 0;
}

.e_acc_table>div .w345_tcen {
    width: 410px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
}

.e_acc_table>div .pl20_txleft {
    padding-left: 20px;
    text-align: center;
}

.e_acc_table .h4 .dl1 {
    padding-top: 5px;
    box-sizing: border-box;
}

.e_acc_table .h5>div {
    height: 109px;
    line-height: 109px;
}

.e_acc_table .h6>div {
    height: 85px;
    line-height: 85px;
}

.w820_tcen {
    width: 820px!important;
    box-sizing: border-box;
}

.e_acc_table .h2 p {
    display: flex;
    justify-content: space-between;
    width: 162px;
}


/*出入金*/

.draw_dep .top {
    background: url(../images_top1/f-pages/crj_bg.png) no-repeat center center;
    background-size: cover;
    height: 468px;
}

.draw_dep .top h2 {
    margin-top: 150px;
}

.top_con_nav {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    margin-top: -60px;
}

.top_con_nav>span {
    width: 560px;
    height: 120px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(8, 30, 66, 1);
    line-height: 120px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    background-color: #FFFFFF;
    cursor: pointer;
}

.top_con_nav>.active {
    background: rgba(237, 43, 43, 1);
    color: #FFFFFF;
}

.bg_content {
    background: url(../images_top1/f-pages/crj_bg2.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    margin-top: 90px;
}

.draw_tit {
    font-size: 38px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(8, 30, 66, 1);
    line-height: 53px;
    text-align: center;
}

.draw_des {
    margin: 40px 0 67px;
}

.draw_des p {
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(122, 134, 154, 1);
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.draw_icons {
    display: flex;
    flex-wrap: wrap;
}

.draw_icons_item {
    width: 272px;
    height: 292px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0 10px 10px 0;
}

.draw_icons_item:nth-child(4n+0) {
    margin-right: 0;
}

.draw_icons_item>img {
    margin: 38px auto 23px;
    display: block;
}

.draw_icons_item>h3 {
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(8, 30, 66, 1);
    line-height: 30px;
    text-align: center;
}

.draw_icons_item>p {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(8, 30, 66, 1);
    line-height: 22px;
    display: block;
    margin: 30px auto 0;
}

.bg_content2 {
    background: url(../images_top1/f-pages/crj_bg3.png) no-repeat center center;
    background-size: cover;
    padding: 90px 0 100px;
}

.draw_tit2 {
    font-size: 38px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 53px;
    text-align: center;
}

.draw_cards {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.draw_cards_item {
    width: 199px;
    height: 390px;
    text-align: center;
}

.draw_cards_item:nth-child(1) {
    background: url(../images_top1/f-pages/crj_1.png) no-repeat center center;
    background-size: cover;
}

.draw_cards_item:nth-child(2) {
    background: url(../images_top1/f-pages/crj_2.png) no-repeat center center;
    background-size: cover;
}

.draw_cards_item:nth-child(3) {
    background: url(../images_top1/f-pages/crj_3.png) no-repeat center center;
    background-size: cover;
}

.draw_cards_item:nth-child(4) {
    background: url(../images_top1/f-pages/crj_4.png) no-repeat center center;
    background-size: cover;
}

.draw_cards_item:nth-child(5) {
    background: url(../images_top1/f-pages/crj_5.png) no-repeat center center;
    background-size: cover;
}

.cj_bg .draw_cards_item:nth-child(4) {
    background: url(../images_top1/f-pages/crj_5.png) no-repeat center center;
    background-size: cover;
}

.draw_cards_item>div {
    height: 335px;
    padding-top: 165px;
    box-sizing: border-box;
}

.draw_cards_item>div>p {
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(8, 30, 66, 1);
    line-height: 22px;
    text-align: center;
}

.draw_cards_item>a {
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(237, 43, 43, 1);
    line-height: 20px;
    cursor: pointer
}


/*常见问题*/

.a_help .top {
    background: url(../images_top1/f-pages/a_help_bg.png) no-repeat center center;
    background-size: cover;
    height: 468px;
}

.a_help .top h2 {
    margin-top: 150px;
}

.a_help .top_con_nav span {
    border-right: 1px solid #D4D8DF;
}

.a_help .top_con_nav span:last-child {
    border: none;
}

.tab_content {
    padding: 80px 0;
}

.rule_ul li {
    margin-bottom: 20px;
    cursor: pointer;
}

.rule_ul .hc_right_tit {
    height: 110px;
    line-height: 110px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(8, 30, 66, 1);
    padding-left: 40px;
    background: url(../images_top1/f-pages/a_help_up.png) no-repeat 1046px center;
    background-size: auto;
}

.tab_content .rule_ul .active {
    background: url(../images_top1/f-pages/a_help_down.png) no-repeat 1046px center;
    background-size: auto;
    background-color: #ED2B2B;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.rule_ul .rule_con {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 85px 40px 40px
}


/*交易规则页*/

.d_tra .top {
    background: url(../images_top1/f-pages/r_t_t_bg.png) no-repeat center center;
    background-size: cover;
    height: 468px;
}

.d_tra .top h2 {
    margin-top: 150px;
}

.d_tra .top_con_nav span {
    border-right: 1px solid #D4D8DF;
}

.d_tra .top_con_nav span:last-child {
    border: none;
}

.tab_nav_two {
    height: 60px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tab_nav_two>span {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    margin-right: 50px;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(122, 134, 154, 1);
    display: inline-block;
    cursor: pointer;
}

.tab_nav_two>.active {
    color: #fff;
    background: rgba(237, 43, 43, 1);
}

.form_table {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.tab_nav_two_head {
    display: flex;
}

.tab_nav_two_head>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-left: 1px solid rgba(212, 216, 223, 1);
    background: rgba(212, 216, 223, 0.22);
}

.tab_content_two_table {
    display: flex;
}

.tab_content_two_table>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_content_two_table>.dl_2,
.tab_content_two_table>.dl_4 {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(212, 216, 223, 1);
    justify-content: center;
}

.tab_content_two_table>.dl_1>div>div,
.tab_content_two_table>.dl_3>div>div {
    border-left: 1px solid rgba(212, 216, 223, 1);
    border-top: 1px solid rgba(212, 216, 223, 1);
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_nav_two_head .s1,
.tab_content_two_table .s1 {
    display: block;
    /*text-align: center;*/
}

.table_d1:first-child {
    border-left: none!important;
    background: rgba(212, 216, 223, 0.22);
}

.font_style_14 {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(8, 30, 66, 1);
    text-align: center;
}

.table_d1 {
    width: 77px;
    box-sizing: border-box;
}

.table_d2 {
    width: 90px;
    box-sizing: border-box;
}

.table_d3 {
    width: 83px;
    box-sizing: border-box;
}

.table_d4 {
    width: 76px;
    box-sizing: border-box;
}

.table_d5 {
    width: 208px;
    box-sizing: border-box;
}

.table_d6 {
    width: 100px;
    box-sizing: border-box;
}

.table_d7 {
    width: 62px;
    box-sizing: border-box;
}

#tab_content_two_table_sp>.dl_1>div>div,
#tab_content_two_table_sp>.dl_3>div>div,
#tab_content_two_table_zs>.dl_1>div>div,
#tab_content_two_table_zs>.dl_3>div>div {
    height: 95px;
}

.table_d8 {
    width: 239px;
    box-sizing: border-box;
}

.table_d9 {
    width: 220px;
    /*box-sizing: border-box;*/
}

.div_style>div:first-child {
    width: 440px;
}

.tab_nav_two_head>.div_style {
    display: flex;
    flex-wrap: wrap;
}

.div_style {
    width: 441px;
    box-sizing: border-box;
}

.div_style>div {
    height: 40px;
    line-height: 40px;
}

.tab_nav_two_head>.table_d8 {
    width: 240px;
    height: 80px;
    border: none;
}

.div_style2 {
    display: flex;
}

.div_style2>div {
    border-left: 1px solid rgba(212, 216, 223, 1);
    border-top: 1px solid rgba(212, 216, 223, 1);
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_style2>.table_d8 {
    border-left: none;
    background: rgba(212, 216, 223, 0.22);
}

.table_d10 {
    width: 239px;
    box-sizing: border-box;
}

.tab_content_two .table_d10 {
    background: rgba(212, 216, 223, 0.22);
}

.tab_content_two .table_d10,
.tab_content_two .table_d11 {
    border-top: 1px solid rgba(212, 216, 223, 1);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_content_two .table_d11 {
    border-left: 1px solid rgba(212, 216, 223, 1);
}

.tab_content_two .table_d12,
.tab_content_two .table_d13 {
    border-top: 1px solid rgba(212, 216, 223, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(212, 216, 223, 1);
}

.table_d11 {
    width: 296px;
    box-sizing: border-box;
}

.table_d12 {
    width: 295px;
    box-sizing: border-box;
}

.table_d13 {
    width: 290px;
    box-sizing: border-box;
}

.tab_nav_two_head>.table_d10 {
    border-left: none;
}

.dis_flex_cen_cen>div>div {
    display: flex;
}

.bzj_content>div {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.table_d12 span {
    display: block;
    text-align: center;
}

.table_d11>div>span {
    display: block;
}