.body_bg {
    background-color: #FFFFFF;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.main-content {
    flex: 1 0 auto;
}
.footer-fixed {
    flex-shrink: 0;
}

.tieba_top_search {
    width: 900px;
    height: 45px;
    margin-top: 33px;
    margin-bottom: 32px;
    border-radius: 23px;
    border: 1px solid #B8B8B8;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
}

.tieba_top_search_btn {
    position: absolute;
    top: -1px;
    right: -1px;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    width: 100px;
    height: 47px;
    background: linear-gradient(90deg, #4ea3ff, #58e3ff);
    border-radius: 23px;
}

.tieba_top_search_ipt {
    height: 38px;
    margin-left: 20px;
    width: 770px;
    border: none;
    font-size: 17px;
}


.tieba_wrap {
    display: flex;
    justify-content: space-between;
}

.tieba_wrap_left {
    width: 208px;
    height: 160px;
    background: #F5F5F5;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
}

.tieba_wrap_left_1 {
    font-size: 12px;
    color: #222222;
    padding-left: 11px;
    padding-top: 22px;
}

.tieba_wrap_left_2 {
    display: flex;
}

.tieba_wrap_left_2_1 {
    padding-top: 15px;
    padding-left: 11px;
}

.tieba_wrap_left_2_1_img {
    width: 85px;
    height: 85px;
    background: #F5F5F5;
    border-radius: 2px;
    border: 1px solid #B8B8B8;
}

.tieba_wrap_left_2_2 {
    padding-top: 18px;
    padding-left: 10px;
}

.tieba_wrap_left_2_2_1 {
    font-size: 12px;
    color: #4ea3ff;
}

.tieba_wrap_left_2_2_2 {
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    font-size: 12px;
}

.twl_222_img_1 {
    width: 16px;
    height: 16px;
}

.tieba_wrap_left_2_2_2_1 {
    color: #D68D0D;
    font-size: 12px;
    padding-right: 5px;
}

.tieba_wrap_left_3 {
    font-size: 15px;
    padding-left: 11px;
    padding-top: 11px;
}

.tieba_wrap_right_1 {
    /*width: 1164px;*/
    /*height: 267px;*/
    width: 100%;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    background: #fff;
}

.tieba_wrap_right_1_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tieba_wrap_right_1_1_1 {
    font-size: 16px;
    color: #222222;
    display: flex;
    align-items: center;
}

.tieba_wrap_right_1_1_1_1 {
    padding-left: 4px;
}

.tieba_wrap_right_1_2 {

}

.tieba_wrap_right_1_2_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.tieba_wrap_right_1_2_li {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.tieba_wrap_right_1_2_1 {
    display: flex;
    width: 180px;
    height: 65px;
    margin-bottom: 15px;
}

.tieba_wrap_right_1_2_1_2 {

}

.tieba_wrap_right_1_2_1_2_1 {
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    padding-bottom: 8px;
}

.tieba_wrap_right_1_2_1_2_2 {
    font-size: 12px;
    color: #949494;
    padding-bottom: 5px;
}

.tieba_wrap_right_1_2_1_2_2 span {
    margin-right: 2px;
}

.tieba_wrap_right_1_2_1_1 {
    margin-right: 10px;
}

.tieba_wrap_right_1_2_1_img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
}

.tieba_wrap_right_2 {
    width: 100%;
    padding-left: 20px;
    height: 34px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4ea3ff;
    font-weight: bold;
    background: #F5F5F5;
}

.tieba_wrap_right_3 {
    padding-left: 10px;
    display: block;
    background: #fff;
}

.tieba_wrap_right_3_1 {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    padding: 8px;
}

.tieba_wrap_right_3_2 {
    font-size: 16px;
    color: #4ea3ff;
    padding-bottom: 15px;
}

.tieba_wrap_right_3_2_1 {
    font-size: 12px;
    color: #FF0000;
    border: 1px solid #E2E2E2;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 10px;
}

.tieba_wrap_right_3_3 {
    overflow: hidden;
}

.tieba_wrap_right_3_3 img {
    height: 106px;
    margin-bottom: 10px;
}

.tieba_wrap_right_3_4 {
    font-size: 12px;
    color: #999999;
    padding-bottom: 8px;
}


/* 贴吧详情 */
.body_bg_2 {
    background-color: #ebe5e0;
}

.tie_list_top {
    height: 180px;
    position: relative;
}

.tie_list_top_1 {
    position: absolute;
    left: 20px;
    z-index: 10;
}

.tie_list_top_1_img {
    width: 160px;
    height: 160px;
}

.tie_list_top_2 {
    width: 1198px;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: 1px solid #E8E8E8;
    background-color: #F5F5F5;
}

.tie_list_top_2_1 {
    position: absolute;
    top: 40px;
    left: 200px;
    display: flex;
    align-items: flex-end;

}

.tie_list_top_2_1_1 {
    font-weight: bold;
    font-size: 20px;
    color: #222222;
}

.tie_list_top_2_1_2 {
    width: 75px;
    height: 28px;
    background: #4ea3ff;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 23px;
    cursor: pointer;
}

.tie_list_top_2_1_2_img {
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

.tie_list_top_2_1_3 {
    margin-left: 10px;
    font-size: 12px;
}

.tie_list_top_2_1_4 {
    color: #4ea3ff;
    font-size: 12px;
    margin-right: 5px;
}

.tie_list_top_bar {
    height: 48px;
    border: 1px solid #E8E8E8;
    background-color: #EEEFF3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tie_list_top_bar_1 {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    padding-left: 20px;
}

.tie_list_top_bar_2 {
    width: 104px;
    height: 32px;
    background: #4ea3ff;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tie_list_top_bar_2 span {
    margin-right: 3px;
}

.tie_list_ul {
    display: flex;
}

.tie_list_ul_left {
    width: 940px;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    background-color: #FFFFFF;
}

.tie_list_ul_right {
    width: 258px;
    background-color: #FFFFFF;
}

.tie_list_ul_li {
    padding: 10px 20px;
    display: flex;
    border-bottom: 1px solid #E8E8E8;
}

.tie_list_ul_li:hover {
    background-color: #F5F5F5;
}

.tie_list_ul_li_1 {
    width: 50px;
    height: 24px;
    padding-top: 5px;
    background: url("../img/tieba/img_2.png") no-repeat;
    font-size: 12px;
    color: #222222;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.tie_list_ul_li_2 {
    width: 830px;
    /*padding-bottom: 10px;*/
}

.tie_list_ul_li_2_1 {
    display: flex;
    justify-content: space-between;
}

.tie_list_ul_li_2_1_1 {
    width: 650px;
    padding-top: 2px;
    font-size: 16px;
    color: #4ea3ff;
    display: flex;
    flex-wrap: initial;
    flex-direction: row;
    align-items: baseline;
}

.tlul_211_1 {
    background: #67A2FC;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
    min-width: 33px;
    padding: 2px 3px;
}

.tlul_211_11 {
    background: #FFCC25;
}

.tlul_211_12 {
    background: #4ea3ff;
}

.tlul_211_2 {
    /*width: 380px;*/
}

.tie_list_ul_li_2_1_2 {
    width: 170px;
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tie_list_ul_li_2_1_2_1 span {
    margin-right: 3px;
}

.tlul_211_2_2 {
    font-size: 14px;
    color: #666666;
}

.tie_list_ul_li_2_1_a {
    padding-top: 8px;
}

.tie_list_ul_li_2_2 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tie_list_ul_li_2_2_img {
    max-height: 100px;
    max-width: 600px;
    margin-bottom: 8px;
}

.page_nav {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
}


.tieba_wrap_left_4 {
    width: 260px;
    height: 1px;
    background-color: #E8E8E8;
    margin-top: 15px;
}

/*贴子发布*/
.tie_fabu {
    width: 1000px;
    /*height: 483px;*/
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    padding-bottom: 30px;
}

.tie_fabu_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 920px;
    margin-left: 20px;
    padding-top: 30px;
}

.tie_fabu_top_1 {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tie_fabu_top_1_img {
    width: 15px;
    height: 13px;
    margin-right: 3px;
}

.tie_fabu_ipt_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
}

.tie_fabu_ipt {
    width: 920px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.tie_fabu_content_wrap {
    margin-left: 20px;
    width: 920px;
    height: 269px;
    background: #FAFAFA;
    border: 1px solid #E8E8E8;
}

.tie_fabu_content_top {
    height: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 18px;
    position: relative;
    flex-wrap: wrap;
}

.tie_fabu_content_txt {
    width: 908px;
    height: 212px;
    background: #FFFFFF;
    border: none;
    font-size: 15px;
    padding: 5px;
}

.tie_fabu_content_top_1 {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tie_fabu_content_top_4 {
    width: 15px;
    height: 15px;
}

.tie_fabu_content_top_2 {
    font-size: 12px;
    color: #4ea3ff;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.tie_fabu_content_top_3 {
    width: 1px;
    height: 11px;
    background-color: #DCDCDC;
    margin-right: 13px;
    margin-left: 5px;
}

.tie_fabu_btn {
    width: 63px;
    height: 30px;
    background: #4ea3ff;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-top: 25px;
    cursor: pointer;
}


/*贴子详情*/

.tie_list_top_1_a {
    position: absolute;
    left: 33px;
    bottom: 17px;
    z-index: 10;
}

.tie_list_top_1_img_a {
    width: 65px;
    height: 65px;
}

.tie_list_top_2_1_a {
    position: absolute;
    top: 40px;
    left: 117px;
    display: flex;
    align-items: flex-end;

}

.tie_list_top_a {
    height: 120px;
    position: relative;
}

.page_nav_a {
    padding-top: 15px;
    padding-bottom: 13px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_nav_a_1 {
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 12px;
}

.page_nav_a_2 {
    font-size: 12px;
    margin-right: 40px;
    color: #4ea3ff;
}

.page_nav_a_2 a {
    font-size: 12px;
    color: #4ea3ff;
}

.page_nav_a_1_1_1 {
    color: #FF0000;
    padding-right: 3px;
}

.page_nav_a_1_2 {
    padding-left: 10px;
}

.td_title {
    padding: 20px 25px;
    font-size: 16px;
    color: #222222;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
}

.td_li {
    border-bottom: 1px solid #E8E8E8;
    display: flex;
}

.td_li_left {
    position: relative;
    width: 130px;
    background-color: #F5F5F5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.td_li_left_1 {
    width: 87px;
    height: 87px;
    border: 1px solid #CBCBCD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.td_li_left_1_img {
    width: 81px;
    height: 81px;
}

.td_li_left_2 {
    margin: 0 auto;
    width: 87px;
    text-align: center;
    font-size: 12px;
    color: #4ea3ff;
    padding-top: 11px;
}

.td_li_left_3 {
    position: absolute;
    top: 0;
    right: 0;
}

.td_li_left_3_img {
    width: 38px;
    height: 38px;
}

.td_li_right {
    width: 815px;
    margin: 0 auto;
}

.td_li_right_1 {
    width: 780px;
    padding-top: 25px;
    padding-bottom: 17px;
    font-size: 14px;
    color: #666666;
}

.td_li_right_2 {
    width: 780px;
}

.td_li_right_2_img {
    max-width: 780px;
    margin-bottom: 25px;
    display: block;
}

.td_li_right_3 {
    width: 780px;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    color: #999999;
}

.td_li_right_3_2 {
    color: #4ea3ff;
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 8px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.td_li_right_3_2_1 {
    background-color: #F5F5F5;
    border: 1px solid #E8E8E8;
    border-bottom: none;
    margin-bottom: -1px;
}

.td_li_right_4 {
    width: 778px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
}

.td_li_right_4_1 {
    display: flex;
    padding-left: 17px;
    padding-top: 15px;
    padding-bottom: 5px;
    align-items: center;
    justify-content: space-between;
}

.td_li_right_4_1_3_0 {
    display: flex;
    align-items: center;
}

.td_li_right_4_1_1 {
    width: 35px;
    height: 35px;
    border: 1px solid #CBCBCD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.td_li_right_4_1_1_img {
    width: 32px;
    height: 32px;
}

.td_li_right_4_1_2 {
    font-size: 12px;
    padding-left: 10px;
    width: 350px;
}

.td_li_right_4_1_2_1 {
    color: #4ea3ff;
}

.td_li_right_4_1_3 {
    font-size: 12px;
    color: #222222;
    text-align: right;
    width: 140px;
    padding-right: 10px;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.td_li_right_4_1_3_s {
    padding-left: 10px;
}

.td_li_right_4_2 {
    display: flex;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 10px;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.td_li_right_4_2_1 {
    font-size: 12px;
    color: #999999;
}

.td_li_right_4_2_1_2 {
    color: #4ea3ff;
    cursor: pointer;
}

.td_li_right_4_2_2 {
    width: 78px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #4ea3ff;
    font-size: 12px;
    color: #4ea3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.td_li_right_4_3 {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 740px;
    margin: 0 auto;
}

.td_li_right_4_3_ipt {
    width: 730px;
    height: 40px;
    padding: 4px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid rgba(204, 131, 50, 0.5);
}

.td_li_right_4_4 {
    padding-bottom: 15px;
    width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.td_li_right_4_4_1 {
    width: 50px;
    height: 23px;
    background: #4ea3ff;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tieba_wrap_right_1_1 .prev,
.tieba_wrap_right_1_1 .next {
    width: 15px;
    height: 15px;
    background: #E6E6E6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 贴子底部的分页 */
.tieba_page_nav {
    display: flex;
    align-items: center;
}

.tieba_page_nav li {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}


.pic-list {
    display: flex;
}

.pic-list li {
    font-size: 12px;
    color: #4ea3ff;
    padding-left: 3px;
    padding-right: 5px;
    margin-right: 8px;
    border-right: 1px solid #dcdcdc;
}


/*搜索结果*/
.tieba_top_search_res {
    position: absolute;
    background: #fbfbfb;
    width: 770px;
    max-height: 350px;
    overflow-y: scroll;
    top: 45px;
    left: 20px;
    z-index: 111;
    border: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tieba_top_search_res a:hover {
    color: #d18a3b;
    font-weight: bold;
}

.search_res_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px 10px 10px;
}

.emoji_handle {
    cursor: pointer;
}

.td_li_right_3_3 {
    margin-left: 10px;
    cursor: pointer;
}

.td_li_right_3_4 {
    margin-right: 30px;
    color: #4ea3ff;
    font-weight: bold;
    cursor: pointer;
}


/* 钱包 */

.tieba_wrap_left_w {
    width: 225px;
    height: 200px;
    background: #FAEFE3;
    border-radius: 2px;
}

.tieba_wrap_left_5 {
    border: none;
}

.tieba_wrap_left_5_1 {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.tieba_wrap_left_2_1_img_w {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.tieba_wrap_left_2_2_w {
    padding-top: 18px;
    padding-left: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wallet_1 {
    font-size: 16px;
    color: #222222;
}

.wallet_2 {
    padding: 2px 5px;
    background: #4ea3ff;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 8px;
}

.wallet_3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.wallet_3_1 {
    display: flex;
    align-items: center;
}

.wallet_3_1_1 {
    color: #222222;
    font-size: 16px;
}

.wallet_3_1_1_1 {
    color: #222222;
    font-size: 22px;
}

.wallet_3_1_1_2{
    color: #4ea3ff;
}

.wallet_3_1_2 {
    margin-left: 20px;
}

.wallet_3_1_2_1 {
    width: 86px;
    height: 35px;
    border-radius: 18px;
    border: 1px solid #4ea3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4ea3ff;
    cursor: pointer;
}

.wallet_3_2 {
    padding-right: 0;
    display: flex;
    align-items: center;
}


.wallet_3_2_1 {
    color: #222222;
    font-size: 16px;
    cursor: pointer;
}

.wallet_3_2_1_1 {
    color: #4ea3ff;
    font-size: 22px;
}

.wallet_3_2_1_2 {
    color: #222222;
    font-size: 22px;
}

.wallet_3_2_2 {
    margin-left: 20px;
}
.wallet_3_2_2_1 {
    width: 86px;
    height: 35px;
    background: #4ea3ff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.wallet_4 {
    font-size: 16px;
    color: #222222;
    padding-top: 40px;
    padding-bottom: 15px;
}

.wallet_5 {
    display: flex;
    align-items: center;
    height: 57px;
    border-radius: 5px;
    background: #F5F5F5;
}

.wallet_5_1 {
    width: 260px;
    padding-left: 20px;
}

.wallet_5_2 {
    width: 245px;
    padding-left: 10px;
}

.wallet_5_3 {
    padding-left: 10px;
}

.wallet_6 {
    width: 610px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.wallet_7 {
    display: flex;
    align-items: center;
    height: 57px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 14px;
    color: #666666;
}

/* 保证金明细盒子自适应宽度 */
.wallet_3,
.wallet_4,
.wallet_5,
.wallet_7,
.pagination_wrap {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

/* 明细表头和内容用flex自适应 */
.wallet_5,
.wallet_7 {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

/* 表头和内容的每一列自适应分配宽度 */
.wallet_5_1, .wallet_5_2, .wallet_5_3 {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;      /* 不换行 */
    overflow: hidden;         /* 超出隐藏 */
    text-overflow: ellipsis;  /* 超出显示省略号 */
}

/* 让内容也自适应 */
.wallet_7 .wallet_5_1,
.wallet_7 .wallet_5_2,
.wallet_7 .wallet_5_3 {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body_bg_3 {
    background-color: #F5F5F5;
}


.recharge_wrap {
    width: 570px;
    height: 456px;
    background: #FFFFFF;
	border-radius: 10px;
}

.recharge_wrap.surrender {
    height: 526px;
}

.recharge_wrap.surrender2 {
    height: 536px;
    width: 615px;
}

.surrender .tip{
    font-size: 12px;
    display: block;
}
.surrender .tip span{
    color: #4ea3ff;
    font-size: 14px;
    margin-right: 3px;
}

.surrender .recharge_wrap_2{
    width: 550px;
}

.surrender .recharge_wrap_1{
    width: 615px;
}

.surrender .moneys{
    display: flex;
    flex-wrap: wrap;
}

.surrender .moneys div{
    height: 45px;
    line-height: 45px;
    width: 95px;
    text-align: center;
    border-radius: 3px;
    border: #ccc solid 1px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    cursor: pointer;
}

.surrender .moneys div.on{
    background: #faf2ea;
    border: #4ea3ff solid 1px;
    color: #4ea3ff;
    font-weight: bold;
}

.recharge_wrap_1 {
    width: 570px;
    height: 80px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.recharge_wrap_1_1 {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    margin-left: 30px;
}

.recharge_wrap_1_1_img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
}

.recharge_wrap_1_2 {
    padding-left: 10px;
}

.recharge_wrap_1_2_1 {
    font-size: 15px;
    color: #222222;
    font-weight: bold;
}

.recharge_wrap_1_2_2 {
    padding-top: 5px;
    color: #999999;
    font-size: 14px;
}

.recharge_wrap_1_2_2_1 {
    color: #4ea3ff;
    font-size: 20px;
}

.recharge_wrap_1_2_2_2 {
    color: #4ea3ff;
    font-size: 14px;
    padding-left: 3px;
}

.recharge_wrap_2 {
    padding-top: 25px;
    width: 338px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.recharge_wrap_2_1 {
    width: 90px;
}

.wallet_img_pay_1 {
    width: 108px;
    height: 34px;
}

.wallet_img_pay_2 {
    width: 104px;
    height: 33px;
}

.recharge_wrap_2_2_1 {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.recharge_wrap_2_2_1 .layui-form-radio {
    padding-right: 0;
    margin-right: 0;
    margin-top: 2px;
}

.recharge_wrap_3 {
    padding-top: 60px;
    text-align: center;
}

.recharge_wrap_3_btn {
    width: 337px;
    height: 38px;
    background: #4ea3ff;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.recharge_wrap_2_a {
    padding-top: 0;
}

.recharge_wrap_3_a {
    padding-top: 25px;
}

.reward_div {
    color: #222222;
    font-size: 14px;
}

/*附件*/
.td_li_right_2_a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
    width: 775px;
}

.td_li_right_2_a_1 {
    width: 100%;
    height: 85px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.td_li_right_2_a_1_left {
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.td_li_right_2_a_1_left_img_div {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.td_li_right_2_a_1_left_img {
    width: 55px;
    height: 55px;
}