body {
    background: #f5f6f8;
}

header {
    background: #fff;
}

/*左侧菜单*/
.user_menus {
    width: 266px;
    padding-left: 44px;
    margin-right: 12px;
    position: sticky;
    top: 92px;
}

.user_menus .icon_menu {
    vertical-align: middle;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
}

.user_menus .icon_menu1 {
    background: url("https://static.igmbuy.com/9891/img/ico_menu1.png") no-repeat center;
}

.user_menus .icon_menu2 {
    background: url("https://static.igmbuy.com/9891/img/ico_menu2.png") no-repeat center;
}

.user_menus .icon_menu3 {
    background: url("https://static.igmbuy.com/9891/img/ico_menu3.png") no-repeat center;
}

.user_menus .title {
    height: 40px;
    line-height: 40px;
}

.user_menus a {
    display: block;
    font-size: 14px;
    color: #81858c;
    text-indent: 38px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.no_permission {
    display: none;
}

/*用户信息*/
.user_info {
    width: 1108px;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    font-size: 14px;
    margin-bottom: 16px;
    align-items: center;
}

.user_info .avatar {
    width: 104px;
    height: 104px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.user_info .avatar img {
    width: 100%;
    height: 100%;
}

.user_info .username {
    font-size: 20px;
}

.user_info .userLevel {
    color: #c2c6cc;
    margin-left: 10px;
    margin-right: 20px;
}

.user_info .isShop {
    display: none;
    color: #81858c;
    margin: 0 20px;
}

.user_info button {
    margin-right: 7px;
}

.acc_status {
    display: flex;
    margin-top: 20px;
}

.acc_status span {
    display: inline-block;
    width: 36px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
}

.ico_pwd {
    background: url("https://static.igmbuy.com/9891/img/ico_user1.png") no-repeat;
}

.ico_pwd.off {
    background: url("https://static.igmbuy.com/9891/img/ico_user1_grey.png") no-repeat;
}

.ico_bindMobile {
    background: url("https://static.igmbuy.com/9891/img/ico_user2.png") no-repeat;
}

.ico_bindMobile.off {
    background: url("https://static.igmbuy.com/9891/img/ico_user2_grey.png") no-repeat;
}

.ico_threeElements {
    background: url("https://static.igmbuy.com/9891/img/ico_user3.png") no-repeat;
}

.ico_threeElements.off {
    background: url("https://static.igmbuy.com/9891/img/ico_user3_grey.png") no-repeat;
}

.acc_status .btns {
    margin-left: 20px;
}

.user_info .tickets {
    margin-left: auto;
    display: flex;
    margin-top: 24px;
}

.user_info .tickets a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 114px;
    height: 60px;
    border-left: 1px solid #edeff2;
}

.user_info li:first-child a {
    border-left: none;
}

.user_info .tickets span {
    font-size: 20px;
    color: #2f3133;
}

.user_info .tickets p {
    color: #2f3133;
}

/*内容*/
.content_top_92 {
    margin-top: 92px;
}

.content_top_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.p_right_content {
    padding: 20px;
    border-radius: 10px;
    width: 1108px;
    min-height: 552px;
    background: #ffffff;
    float: right;
}

.page_title {
    font-size: 16px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
}

.page_title:before {
    content: ' ';
    width: 4px;
    height: 16px;
    background: #ff457d;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 0;
}

.page-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title-wrap .exchange-entry {
    color: #D71E58;
    font-size: 14px;
    cursor: pointer;
}

.p_orderList .order_item {
    margin-top: 20px;
    display: block;
}

.p_orderList .order_top {
    color: #000000;
    font-size: 12px;
    margin-bottom: 10px;
}

.p_orderList .order_top span:not(:last-child) {
    margin-right: 32px;
}

.order_bot {
    border: 1px solid #edeff2;
    font-size: 14px;
}

.order_bot > ul {
    display: flex;
    align-items: center;
}

.order_bot .title {
    background: #f5f6f8;
    height: 30px;
}

.p-trade .order_bot .title {
    color: #81858C;
}

.order_info {
    height: 100px;
}

.order_bot li {
    /*flex: 1;*/
    padding-left: 22px;
    position: relative;
}

.order_bot li:first-child {
    /*flex: 2;*/
}

.order_bot .goods_info {
    height: 62px;
    display: flex;
}

.p_reservation .goods_img {
    display: inline-block;
    width: 100px;
    height: 100%;
    border-radius: 10px;
    background: #ebecf2;
    overflow: hidden;
}

.p_order .goods_img {
    display: inline-block;
    width: 62px;
    height: 100%;
    border-radius: 10px;
    background: #ebecf2;
    overflow: hidden;
    flex-shrink: 0;
}

.order_bot .goods_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order_info .goods_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    max-width: 250px;
}

.order_info .goods_name span {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.order_info .dw, .order_info .qf {
    font-size: 12px;
}

.order_info a, .operations a, .order_info .order_reason {
    color: #2e6c99;
    cursor: pointer;
    position: relative;
}

.user_order_info .order_btn {
    position: relative;
    display: flex;
    flex-direction: column;
}

.order_reason:hover .see-details {
    display: block;
}

.order_reason_dl.on .see-details, .order_reason_dl.on .sanjiao {
    display: block;
}

.write_comments {
    color: #2e6c99;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

.see-details {
    display: none;
    width: 250px;
    position: absolute;
    top: 22px;
    left: -40px;
    text-align: left;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 12px;
    z-index: 10;
}

.p-trade .see-details {
    top: 36px;
}

.see-details .back_info {
    word-break: break-all;
}

.see-details:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/9891/img/ico_sanjiao.png") no-repeat;
    position: absolute;
    top: -12px;
    left: 60px;
}

.sanjiao {
    display: none;
    position: absolute;
    top: 12px;
    left: 44px;
    z-index: 999;
}

.order_btn .btn {
    position: relative;
    padding-right: 5px;
}

.order_btn .btn:not(:last-child):after {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 2px;
    background: #E8EAED;
}

.trade-order-btn .btn {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 10px;
    border-radius: 5px;
    margin-left: 4px;
    cursor: pointer;
}

.trade-order-btn .btn.disabled {
    cursor: default;
}

.trade-order-btn .btn1 {
    color: #2F3133;
    background: #F1F5F8;
}

.trade-order-btn .btn2 {
    color: #FF6100;
    background: #FDEFE4;
}

.trade-order-btn .btn3 {
    color: #2F3133;
    border: 1px solid #F4F4F7;
}

.p-trade .upload-img-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.p-trade .imgList img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 8px;
}

.p-trade .imgList {
    display: flex;
}

.p-trade .imgList .imgListWrap {
    display: inline-flex;
    position: relative;
    margin-right: 20px;
}

.p-trade .deleteImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    background: #2F3133;
    opacity: 0.5;
    border-radius: 50%;
    color: #FFFFFF;
    position: absolute;
    right: -6px;
    top: -6px;
    cursor: pointer;
}

.p-trade .uploadBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #EDEEF2;
    border-radius: 8px;
}

.p-trade .refund-fee{
    color: #81858C;
    position: absolute;
}

/*空列表*/
.noContent {
    display: none;
    text-align: center;
    /*height: 400px;*/
    padding-top: 60px;
    margin: 0 auto;
}

.noContent p, .noc_tips div {
    color: #5c6573;
    margin-bottom: 8px;
}

.noContentBtns a {
    display: inline-block;
    /*background: #ff3867;*/
    color: #ff3867;
    text-align: center;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin: 10px;
    text-decoration: underline;
    font-size: 16px;
}

/*我的兑换*/
.p_exchange ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px;
}

.p_exchange li {
    width: 310px;
    padding: 0 16px;
    box-sizing: content-box;
    position: relative;
    margin-bottom: 16px;
}

.p_exchange .imgs {
    width: 310px;
    height: 192px;
    background: #ebecf0;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
}

.p_exchange .imgs img {
    width: 100%;
    height: 100%;
}

.p_exchange .name {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
}

.p_exchange .cdk {
    color: #81858c;
    font-size: 12px;
    line-height: 20px;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_exchange button {
    border: 1px solid #e6e7ed;
    padding: 0 10px;
    border-radius: 4px;
    background: #ffffff;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    bottom: 0;
}

/*我的优惠券新*/
.new_coupon_manage span:first-child {
    width: 70px;
}

.new_coupon_manage span:nth-of-type(2) {
    width: 320px;
    margin-right: 20px;
}

.new_coupon_manage span:nth-of-type(3) {
    width: 150px;
    margin-right: 20px;
}

.new_coupon_manage .time {
    width: 150px;
    margin-right: 20px;
}

.new_coupon_li {
    border-bottom: 1px solid #edeff2;
}

.new_coupon_item {
    display: flex;
    height: 80px;
    align-items: center;
    color: #2f1333;
}

.new_coupon_item .discount_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 40px;
    font-size: 12px;
    font-family: Arial, "Microsoft Yahei";
    background: url("https://static.igmbuy.com/9891/img/bg_coupon_panel.png") no-repeat;
}

.new_coupon_item .discount {
    display: flex;
    align-items: flex-start;
}

.new_coupon_item .discount i {
    font-size: 20px;
    margin-top: -2px;
}

.new_coupon_item .name {
    margin: 0 20px;
    width: 320px;
}

.new_coupon_item .right_btn_wrap {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.new_coupon_item .btn_rules {
    color: #2E6C99;
    font-size: 12px;
    margin-right: 28px;
    cursor: pointer;
}

.new_coupon_item .btn_fetch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 34px;
    border-radius: 17px;
    color: #FF457D;
    background: #ffffff;
    border: 1px solid #FF457D;
    cursor: pointer;
}

.btn_fetch.disabled {
    opacity: 0.3;
    cursor: default;
}

.new_coupon_ul .rules {
    display: none;
    font-size: 12px;
    padding-bottom: 16px;
}

.new_coupon_ul .rules_content {
    color: #81858C;
    line-height: 20px;
}

/*我的优惠券*/
.my-coupon-list-wrap {

}

.my-coupon-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-coupon-item {
    width: 528px;
    /*min-height: 110px;*/
    background: #FFF8FB;
    border-radius: 10px;
    border: 1px solid #FDE3ED;
    padding: 10px 20px;
    margin-bottom: 10px;

}

.my-coupon-info {
    display: flex;
    align-items: center;
    height: 80px;
    font-size: 14px;
}

.my-coupon-item .discount {
    display: flex;
    align-items: flex-end;
    font-size: 30px;
}

.my-coupon-info-left {
    width: 140px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.my-coupon-info-right {
    max-width: 346px;
    height: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-left: 1px dashed #FDE3ED;
}

.my-coupon-info .days {
    font-size: 12px;
    color: #81858C;
}

.my-coupon-item .rules {
    position: relative;
}

.my-coupon-item .rules-title {
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 20px;
    margin-top: 14px;
    color: #81858C;
    cursor: pointer;
}

.rules-title .ico-wen {
    display: flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #81858C;
    font-size: 12px;
    color: #81858C;
    margin-right: 6px;
}

.rules:hover .rules-title, .rules:hover .ico-wen {
    color: #ff457d;
    border-color: #ff457d;
}

/*.my-coupon-item .rules-title:after {*/
/*    content: '';*/
/*    background: url("https://static.igmbuy.com/global/img/ico_down.png") no-repeat;*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 6px;*/
/*    margin-left: 6px;*/
/*    transition: all 150ms ease-in-out;*/
/*}*/

.my-coupon-item .rules-content {
    display: none;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: justify;
    overflow: hidden;
    position: absolute;
    top: 32px;
    left: -21px;
    right: -21px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 10px;
    z-index: 10;
}

.my-coupon-item .rules:hover .rules-content {
    display: block;
}

/*.my-coupon-item .rules:hover  .rules-content {*/
/*    display: block;*/
/*    height: auto;*/
/*}*/

.my-coupon-item .rules.on .rules-title:after {
    transform: rotate(180deg);
}

/*商家入驻*/
.page_title .desc {
    color: #81858c;
    font-size: 14px;
    font-weight: 400;
}

.page1 {
    font-size: 14px;
}

.page1, .page2, .page3 {
    display: none;
}

.page1.on, .page2.on, .page3.on {
    display: block;
}

.form_info label {
    display: inline-block;
    width: 208px;
    padding-right: 20px;
    text-align: right;
}

.settle_info .info_1 {
    padding-top: 50px;
    border-bottom: 1px dashed #e8eaed;
}

.settle_info .info_1 li {
    line-height: 34px;
    margin-bottom: 20px;
}

.settle_info .info_1 img {
    vertical-align: top;
    margin-left: 10px;
}

.form_info li span {
    color: #81858c;
}

.idCard_img {
    display: inline-block;
    background: #f5f6f8;
    padding: 10px;
    width: 520px;
    height: 120px;
    border-radius: 4px;
}

.idCard_img .tips {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 150px;
    font-size: 12px;
    color: #81858c;
}

.idCard_img .uploadBtn {
    display: inline-block;
    width: 158px;
    height: 100px;
    overflow: hidden;
}

.idCard_img .uploadBtn1 {
    margin-right: 8px;
}

#idCardImgList {
    display: inline-block;
}

#idCardImgList img {
    width: 158px;
    height: 100px;
}

#idCardImgList .imgListWrap {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.p_settle .deleteImg {
    position: absolute;
    color: #ffffff;
    background: rgba(0, 0, 0, .4);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    top: -8px;
    right: -8px;
    cursor: pointer;
}

.p_settle form {
    display: inline;
}

.form_info label i {
    color: #ff0000;
    vertical-align: middle;
    margin-right: 6px;
}

.settle_info .input_style, .p_account .input_style {
    width: 280px;
    height: 44px;
    line-height: 44px;
    background: #f5f6f8;
    padding-left: 12px;
    border-radius: 4px;
}

input::placeholder, textarea::placeholder {
    color: #81858c;
}

textarea {
    resize: none;
    outline: 0;
    background: #f5f6f8;
    border: none;
    width: 520px;
    height: 170px;
    padding: 12px;
    text-align: start;
    font-size: 14px;
    border-radius: 4px;
}

.btn_seller_md {
    display: inline-block;
    width: 184px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: #ff457d;
    border-radius: 4px;
    cursor: pointer;
}

.btn_seller_mds {
    display: inline-block;
    min-width: 90px;
    height: 30px;
    padding: 0 6px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #ff457d;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ff457d;
}

.btn_seller_sm {
    display: inline-block;
    min-width: 62px;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #ff457d;
    border-radius: 4px;
    cursor: pointer;
}

.btn_default_md {
    display: inline-block;
    width: 184px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.btn_default_mds {
    display: inline-block;
    min-width: 90px;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.btn_default_sm {
    display: inline-block;
    min-width: 62px;
    height: 30px;
    padding: 0 6px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.settle_info .info_2 {
    padding: 30px 0 20px 0;
}

.settle_info .info_2 label {
    vertical-align: top;
}

.settle_info .mobile label {
    vertical-align: middle;
}

.settle_info .info_2 li {
    margin-bottom: 20px;
}

.p_settle_content .info_3 {
    margin-left: 208px;
}

input.checkbox_seller {
    margin-right: 10px;
}

.tips_common {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tips_common a {
    color: #3377aa;
    font-size: 14px;
}

.tips_verify {
    margin-top: 96px;
    align-items: center;
    text-align: center;
}

.verify_success {
    margin-top: 196px;
    text-align: center;
}

.verify_success p {
    margin-bottom: 24px;
}

.verify_success img {
    vertical-align: middle;
    margin-right: 10px;
}

.verify_success .verify_res {
    text-align: center;
}

.verify_success .res-txt {
    margin-bottom: 24px;
}

.verify_success .res-txt img {
    vertical-align: middle;
    margin-right: 10px;
}

.verify_success .btn_setting {
    margin-left: 6px;
}

.setting_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.dialog_shop_setting {
    display: none;
    width: 560px;
    position: absolute;
    top: 100px;
    left: 100px;
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    z-index: 100;
}

.dialog_shop_setting .title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.dialog_shop_setting .declare {
    min-height: 38px;
    font-size: 14px;
    color: #adadad;
}

.dialog_shop_setting .item {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 28px 0;
    color: #adadad;
}

.dialog_shop_setting .label {
    color: #000000;
}

.dialog_shop_setting .right_wrap {
    margin-left: auto;
    font-size: 14px;
    display: flex;
}

.dialog_shop_setting .right_controls {
    width: 166px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 4px;
    background: #ededed;
    border-radius: 20px;
    margin-left: 10px;
    position: relative;
}

.dialog_shop_setting .right_controls_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.dialog_shop_setting .right_controls_item.on {
    transition: color 300ms ease-in-out;
}

.dialog_shop_setting .on .online, .isShop .online {
    color: #52B431;
}

.isShop .offline {
    color: #adadad;
}

.dialog_shop_setting .off .offline {
    color: #ff3867;
}

.dialog_shop_setting .on .open {
    color: #f36106;
}

.dialog_shop_setting .off .close {
    color: #f36106;
}

.dialog_shop_setting .block {
    position: absolute;
    left: 84px;
    top: 4px;
    width: 80px;
    height: 32px;
    border-radius: 20px;
    background: #ffffff;
    transition: left 300ms ease-in-out;
}

.dialog_shop_setting .on .block {
    left: 4px;
}

.dialog_shop_setting .time_wrap {
    display: none;
    position: relative;
}

.dialog_shop_setting .time {
    display: flex;
    width: 90px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: #ededed;
    border-radius: 20px;
    cursor: pointer;
}

.dialog_shop_setting .select_ul {
    max-height: 200px;
}

.dialog_shop_setting .select_ul li {
    line-height: 24px;
}

.dialog_shop_setting .d-footer {
    text-align: center;
    margin-top: 40px;
}

.dialog_shop_setting .d-footer button {
    margin: 0 4px;
}

/*商品管理*/
.order_classify {
    display: flex;
    border-bottom: 1px solid #fff4f3;
    margin-bottom: 30px;
}

.order_classify li {
    padding: 20px 0;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
    color: #81858c;
    font-size: 14px;
}

.order_classify li.on {
    color: #2f3133;
}

.order_classify li.on:after {
    content: '';
    height: 4px;
    background: #ff457d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    animation: navline 300ms linear forwards;
}

.order_selection {
    background: #f5f6f8;
    padding-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.order_selection .label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

.order_selection .label span {
    display: inline-block;
    text-align: right;
    width: 114px;
}

.order_selection .label:nth-of-type(3n+1) span {
    /*width: 94px;*/
}

.order_selection input, .order_selection .select-input {
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    outline: 0;
    padding-left: 10px;
    border-radius: 4px;
}

.order_selection .label.btn_wrap {
    width: 354px;
    justify-content: flex-end;
}

.order_selection button {
    margin-left: 10px;
}

.order_selection .time_input_wrap {
    font-size: 14px;
}

.order_selection .time_input_wrap input {
    width: 109px;
    padding-left: 0;
    text-align: center;
    cursor: pointer;
}

.order_selection .price-input-wrap {
    display: flex;
    align-items: center;
    width: 240px;
    background: #ffffff;
    border: 1px solid #EDEFF2;
}

.price-input-wrap .split {
    display: block;
    width: 16px;
    color: #C2C6CC;
    font-size: 14px;
}

.price-input-wrap input {
    width: 112px;
    line-height: unset;
    padding: 0 10px;
    text-align: center;
    border: none;
}

.order_selection .right-wrap {
    position: relative;
    text-align: left;
    height: 30px;
}

.order_selection .select-input {
    cursor: pointer;
}

.order_selection .ico_down_grey {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.order_selection .select_ul {
    display: none;
    max-height: 192px;
    min-height: 102px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 1;
    background: #ffffff;
    overflow-y: auto;
    padding: 10px 0;
    border: 1px solid #EDEFF2;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
}

.list_footer {
    font-size: 12px;
}

.list_manage .title {
    display: flex;
    min-height: 30px;
    align-items: center;
    background: #f5f6f8;
    font-size: 14px;
    padding: 4px 0;
}

.list_manage span {
    white-space: normal;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    word-break: break-word;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
}

.ellipsis2 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

input[type=checkbox]::after {
    position: absolute;
    top: 2px;
    left: 3px;
    color: #ff3867;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    content: '';
    border-radius: 3px;
    background: #F2F5F7;
    border: 1px solid #DEDCE6;
}

.list_manage input[type="checkbox"] {
    display: block;
    margin-left: 20px;
    margin-right: 10px;
}

.list_manage input[type="checkbox"]:after {
    top: 0;
    left: 0;
}

input[type="checkbox"]:disabled:after {
    opacity: .5;
    cursor: not-allowed;
}

.goods_manage li, .withdraw_manage li {
    display: flex;
    height: 90px;
    align-items: center;
    border-bottom: 1px solid #edeff2;
}

.goods_manage span:nth-of-type(1) {
    width: 130px;
    padding-left: 0;
}

.goods_manage span:nth-of-type(2) {
    width: 130px;
}

.goods_manage span:nth-of-type(3) {
    width: 136px;
}

.goods_manage span:nth-of-type(4), .goods_manage span:nth-of-type(5), .goods_manage span:nth-of-type(6), .goods_manage span:nth-of-type(7) {
    width: 107px;
}

.goods_manage span:nth-of-type(8) {
    width: 96px;
}

.goods_manage span.red {
    color: #ff457d;
}

.goods_manage .opera {
    position: relative;
    overflow: visible;
    cursor: pointer;
    width: 100px;
    height: 60px;
    line-height: 60px;
}

.goods_manage .opera:hover .opera_list {
    display: block;
}

.goods_manage .opera_list {
    display: none;
    background: #ffffff;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
    position: absolute;
    top: 30px;
    right: 0px;
    white-space: nowrap;
    padding: 10px;
    border-radius: 10px;
    z-index: 2;
    cursor: default;
}

.goods_manage .opera a {
    display: block;
    padding-left: 10px;
    line-height: 40px;
    color: #000000;
    cursor: pointer;
}

.goods_manage .opera a:hover {
    background: #f2f3f5;
    border-radius: 6px;
}

.list_manage ul {
    font-size: 14px;
    color: #000000;
}

.ico_wen {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: #ff0000;
    border-radius: 50%;
    margin-left: 6px;
    cursor: pointer;
}

/*订单管理*/

.table_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    margin-bottom: 20px;
}

.table_top .table_total {
    margin-right: 20px;
    padding-right: 19px;
    position: relative;
}

.table_top .table_total:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #edeff2;
}

.table_top .export {
    padding-right: 26px;
    background: url("https://static.igmbuy.com/9891/img/ico_export.png") no-repeat right center;
    font-size: 14px;
    cursor: pointer;
}

/*保证金管理*/
.cur_bzj {
    display: flex;
    align-items: center;
    height: 60px;
    background: #f5f6f8;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.cur_bzj span {
    margin-left: 10px;
    margin-right: 30px;
}

.cur_bzj i {
    font-size: 18px;
}

.btn_bzj {
    display: inline-block;
    min-width: 80px;
    padding: 0 6px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #2f3133;
    font-size: 12px;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.notice {
    color: #81858c;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
}

.list_bzj .title {
    display: flex;
    height: 70px;
    align-items: center;
    font-size: 14px;
    color: #81858c;
}

.list_bzj span {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
}

.list_bzj li {
    display: flex;
    color: #000000;
    font-size: 14px;
    margin-bottom: 28px;
}

.list_bzj span:nth-of-type(1) {
    width: 190px;
}

.list_bzj span:nth-of-type(2) {
    width: 114px;
}

.list_bzj span:nth-of-type(3) {
    width: 156px;
}

/*资金明细*/
.fund_manage li {
    display: flex;
    height: 90px;
    align-items: center;
    border-bottom: 1px solid #edeff2;
}

.fund_manage span:nth-of-type(1) {
    width: 272px;
}

.fund_manage span:nth-of-type(2) {
    width: 145px;
}

.fund_manage span:nth-of-type(3) {
    width: 164px;
}

.fund_manage span:nth-of-type(4) {
    width: 180px;
}

.p_right_content .title_select {
    cursor: pointer;
    overflow: visible !important;
    display: flex;
    align-items: center;
    position: relative;
}

.ico_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    margin-left: 6px;
    position: relative;
}

.ico_arrow:after {
    width: 6px;
    height: 4px;
    content: '';
    background: url("https://static.igmbuy.com/9891/img/ico_up_black.png") no-repeat;
    transform: rotate(180deg);
}

.title_select .state_info {
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
    min-width: 100%;
    width: fit-content;
    min-height: 100px;
    padding-bottom: 10px;
    background: #ffffff;
    z-index: 2;
    padding-top: 10px;
    border: 1px solid #EDEFF2;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
    max-height: 310px;
    font-size: 14px;
    color: #000000;
    overflow-y: auto;
}

.title_select .state_info li {
    padding: 0 10px;
    min-height: 40px;
    height: auto;
    line-height: unset;
    /*line-height: 40px;*/
    border: none;
}

.title_select .state_info li:hover {
    background: #f5f6f8;
}

.area_scroll::-webkit-scrollbar {
    position: absolute;
    right: 10px;
    width: 8px;
    background: #ffffff;
    z-index: -1;
}

.area_scroll::-webkit-scrollbar-thumb {
    height: 34px !important;
    background: #d2d3d9;
    border-radius: 3px;
}

.area_scroll::-webkit-scrollbar-track {
    background: #ffffff;
    z-index: -1;
}

/*商品发布*/
.release_wrap {
    width: 880px;
    height: 334px;
    border: 1px solid #edeff2;
    box-sizing: content-box;
    margin: 0 auto 40px;
}

.chose_classify {
    background: #f5f6f8;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #edeff2;
}

.chose_classify span {
    display: block;
    padding-left: 20px;
}

.game_box, .chose_classify .game {
    width: 310px;
    float: left;
    position: relative;
}

.goods_box, .chose_classify .goods {
    width: 340px;
    float: left;
    position: relative;
}

.type_box, .chose_classify .type {
    width: 230px;
    float: left;
    position: relative;
}

.game_box, .goods_box {
    /*height: 292px;*/
    border-right: 1px solid #edeff2;
}

/*.type_box{*/
/*    height: 292px;*/
/*}*/

.release_wrap .input_wrap {
    padding: 10px 10px 0;
}

.release_wrap input {
    width: 100%;
    height: 36px;
    border: 1px solid #edeff2;
    outline: 0;
    line-height: 36px;
    background: #fff;
    text-indent: 10px;
}

.release_wrap .ico_search {
    display: block;
    width: 20px;
    height: 20px;
    background: url("https://static.igmbuy.com/9891/img/ico_search2.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 17px;
}

.release_wrap ul {
    height: 244px;
    overflow-y: auto;
}

.release_wrap li {
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 100ms ease-in-out;
}

.release_wrap li:hover {
    background: #f2f3f5;
}

.release_wrap li.on {
    background: #ff457d;
    color: #ffffff;
}

.p_release_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #81858c;
}

.p_release_footer .btn {
    margin-bottom: 10px;
}

.release_info ul {
    margin-bottom: 40px;
    font-size: 14px;
}

.release_info li {
    line-height: 44px;
    margin-bottom: 12px;
    position: relative;
}

.gh_price_wrap {
    display: inline-block;
    width: 280px;
    height: 44px;
    line-height: 44px;
    background: #f5f6f8;
    border-radius: 4px;
    position: relative;
}

.gh_price_input {
    width: 100%;
    background: #f5f6f8;
    padding-left: 10px;
    padding-right: 34px;
    text-indent: 16px;
}

.gh_price_wrap i {
    display: block;
    width: 34px;
    line-height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.error {
    display: none;
    font-size: 12px;
    color: #ff457d;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: -22px;
    padding-left: 20px;
}

.error:before {
    content: ' ';
    background: url("https://static.igmbuy.com/9891/img/ico_error.png") no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}

.error #limitPrice {
    color: #ff0000;
}

/*管理库存*/
.p_stock {
    font-size: 14px;
}

.p_stock .cur_goods {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    margin: 0 10px 0 20px;
}

.p_stock .shop_stock_title {
    display: flex;
}

.p_stock .gameName, .p_stock .goodsName {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_stock .page_title button {
    margin-left: 6px;
}

.p_stock_notice {
    background: #fff0f0;
    color: #ff457d;
    padding: 14px;
    margin-bottom: 30px;
}

.stock_manage li {
    display: flex;
    height: 90px;
    align-items: center;
    border-bottom: 1px solid #edeff2;
}

.stock_manage span:nth-of-type(1) {
    width: 272px;
}

.stock_manage span:nth-of-type(2) {
    width: 600px;
}

.form_dialog {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 100;
}

.stock_box {
    width: 580px;
    padding: 30px 40px 40px;
}

.form_dialog .cont_title {
    font-size: 24px;
}

.stock_box .f_d_header {
    border-bottom: 1px dashed #e8eaed;
    padding: 24px 0 20px 0;
    margin-bottom: 20px;
}

.stock_box .f_d_header span {
    margin-right: 6px;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
}

input[type="radio"]:after {
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: rgb(245, 246, 247);
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

input[type="radio"]:checked:after {
    content: '•';
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 8px;
    text-align: center;
    color: #b0b8bf;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: rgb(245, 246, 247);
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cdk_repeat span {
    margin-left: 16px;
}

.stock_way label {
    margin-top: 26px;
    display: block;
}

.stock_way label > div {
    margin-bottom: 10px;
}

.radio_wrap {
    cursor: pointer;
}

.ico_download {
    padding-right: 26px;
    background: url("https://static.igmbuy.com/9891/img/ico_download.png") no-repeat right center;
    font-size: 14px;
    cursor: pointer;
    color: #2f3133;
}

.file_upload_wrap {
    position: relative;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
}

.file_upload {
    display: inline-block;
    width: 90px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: -1px;
}

.file_upload_wrap input {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
    width: 90px;
    height: 26px;
}

.file_upload_wrap input:hover {
    cursor: pointer;
}

.file_upload_wrap .chosenFileName {
    margin-left: 100px;
}

.stock_box textarea {
    border-radius: 4px;
    width: 500px;
}

.stock_box textarea::placeholder {
    color: #81858c;
    font-size: 12px;
}

.stock_box button {
    display: block;
    margin: 20px auto 0;
}

.to_import {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background: #ff457d;
    border-radius: 4px;
    cursor: pointer;
}

/*缴纳保证金*/
.p_submit {
    padding: 22px 20px;
    border-radius: 10px;
    font-size: 14px;
}

.submit_item {
    padding-left: 28px;
    margin-bottom: 20px;
}

.submit_item .gh_price_wrap {
    margin-left: 40px;
}

.pay_way label {
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-left: 40px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.pay_way label.on {
    border: 1px solid #ff457d;
}

.pay_way label.on:after {
    width: 30px;
    height: 30px;
    content: '';
    background: url("https://static.igmbuy.com/9891/img/ico_chosen.png");
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.pay_way img {
    vertical-align: middle;
}

.p_submit .pay_wrap {
    margin-top: 40px;
    text-align: right;
}

.p_submit .pay_wrap p {
    display: inline-block;
    margin-right: 20px;
}

.p_submit .price {
    font-size: 24px;
    color: #f36106;
}

/*支付框*/
.pay_dialog {
    /* display: none; */
    width: 400px;
    height: 400px;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    z-index: 100;
    position: absolute;
    padding-top: 40px;
}

.pay_dialog .ico_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(https://static.igmbuy.com/9891/img/ico_close.png) no-repeat;
    cursor: pointer;
}

.form_dialog .ico_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/9891/img/ico_close.png") no-repeat;
    cursor: pointer;
}

.pay_color {
    color: #f36106;
}

#pay_code {
    display: block;
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.pay_way_text img {
    vertical-align: middle;
}

.p_submit .page2_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 236px;
    text-align: center;
}

.p_submit .success img {
    vertical-align: middle;
    margin-right: 10px;
}

.p_submit_btns button {
    margin: 10px 0 0 10px;
}

/*我要提现*/
.p_withdraw_content, .p_bank {
    font-size: 14px;
}

.p_withdraw label, .p_bank label, .p_account label {
    width: 208px;
    height: 44px;
    line-height: 44px;
    text-align: right;
    padding-right: 20px;
}

.p_withdraw .ul, .p_bank .ul, .p_account .ul {
    display: flex;
    align-items: center;
    height: 44px;
    position: relative;
}

.p_account .ul {
    margin-bottom: 20px;
}

.p_withdraw .yhk_select_wrap {
    margin-bottom: 54px;
}

.p_withdraw .bond {
    display: none;
}

.p_withdraw .yhk_select {
    display: inline-block;
    width: 520px;
    font-size: 14px;
    background: #f5f6f8;
    position: relative;
    border-radius: 4px;
}

.p_withdraw .yhk, .p_withdraw .bankUl li {
    display: flex;
    align-items: center;
    height: 44px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 30px;
}

.yhk_select img, .bind_card_wrap img {
    vertical-align: middle;
    margin-right: 10px;
}

.yhk_select p {
    margin-left: auto;
}

.p_withdraw_content .ico_down_grey, .p_bank .ico_down_grey {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.p_withdraw_content .k_2 {
    margin-right: 8px;
}

.p_withdraw_content .bankUl {
    display: none;
    position: absolute;
    line-height: 36px;
    background: #ffffff;
    z-index: 9;
    left: 0;
    right: 0;
    border: 1px solid #ededed;
}

.p_withdraw_content .bankUl li:hover {
    cursor: pointer;
    background: #ededed;
}

.yhk_select .btn_bzj {
    position: absolute;
    top: 54px;
    left: 0;
}

.p_withdraw_btns {
    margin: 40px 0 20px 208px;
}

.service_wrap {
    margin: 0 20px;
}

.c2e6c99 {
    color: #2e6c99;
}

/*第二屏*/
.p_withdraw .msg {
    margin-left: 208px;
    margin-bottom: 18px;
    font-size: 18px;
}

.p_withdraw .btn.back {
    text-align: center;
    margin-top: 20px;
}

.p_withdraw .page2 .ul, .p_bank .ul {
    margin: 20px 0;
}

.p_withdraw .label_info, .p_account .label_info {
    color: #81858c;
}

.p_withdraw .btn_back {
    display: block;
    width: 184px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    background: #ffffff;
    margin-top: 14px;
}

/*提现明细*/
.withdraw_manage span:nth-of-type(1) {
    width: 130px;
}

.withdraw_manage span:nth-of-type(2) {
    width: 132px;
}

.withdraw_manage span:nth-of-type(3) {
    width: 114px;
}

.withdraw_manage span:nth-of-type(4) {
    width: 116px;
}

.withdraw_manage span:nth-of-type(5) {
    width: 80px;
}

.withdraw_manage span:nth-of-type(6) {
    width: 100px;
}

.withdraw_manage span:nth-of-type(7) {
    width: 188px;
}

.withdraw_manage span:nth-of-type(8) {
    width: 144px;
}

.withdraw_manage span:nth-of-type(9) {
    width: 60px;
}

.withdraw_manage .sanjiao {
    left: 24px;
}

.withdraw_manage .order_reason.fail {
    cursor: pointer;
    overflow: visible;
}

/*银行卡设置*/
.bind_card_wrap {
    float: left;
    width: 252px;
    height: 148px;
    margin-right: 20px;
    border: 1px solid #e8eaed;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 20px;
}

.add_card {
    float: left;
    width: 252px;
    height: 148px;
    margin-right: 20px;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f5f6f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.account_btns {
    margin-top: 20px;
}

.account_btns > span {
    cursor: pointer;
    padding: 0 8px;
}

/*.account_btns .add_yhk {*/
/*    border-right: 1px solid #747577;*/
/*}*/

.no_moren {
    padding: 6px 8px;
    border-radius: 12px;
    background: #f5f6f8;
    font-size: 12px;
    cursor: pointer;
}

.p_bank .box_bot {
    padding-bottom: 12px;
    border-bottom: 1px dashed #e8eaed;
}

.p_bank .yhk_top {
    padding-top: 20px;
}

.p_bank .del {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("https://static.igmbuy.com/9891/img/ico_del.png") no-repeat;
    opacity: 0;
    transition: all 150ms ease-in-out;
}

.bind_card_wrap:hover .del {
    opacity: 1;
}

.ico_default {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    background: url(https://static.igmbuy.com/9891/img/ico_default_black.png) no-repeat 3px 2px;
    margin-right: 10px;
}

/*添加银行卡*/
.account_yhk, .account_zfb {
    display: none;
}

.ul_select_wrap {
    display: block;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    padding: 0 10px;
    background: #f5f6f8;
    border-radius: 4px;
    position: relative;
}

.ul_select_wrap.md {
    width: 280px;
}

.ul_select_wrap.sm {
    width: 207px;
    margin-right: 10px;
}

.ul_select_wrap.lg {
    width: 424px;
}

.account_info input {
    cursor: text;
    background: #f5f6f8;
}

.account_info input::placeholder {
    color: #b4b8bf;
}

.select_ul {
    display: none;
    max-height: 292px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: #ffffff;
    overflow-y: auto;
    padding-top: 10px;
    border: 1px solid #EDEFF2;
    box-shadow: 0px 8px 8px 0px rgba(188 194 204 0.1);
    transition: all 300ms ease-in-out;
}

.select_ul li {
    position: relative;
    cursor: pointer;
    line-height: 40px;
    padding-left: 10px;
}

.select_ul li:hover {
    background: #f5f6f8;
}

.select_ul li img, .select_span img {
    margin-right: 6px;
    vertical-align: middle;
}

.account_info .getMesCode, .account_item .getMesCode {
    position: absolute;
    right: 10px;
}

.account_info .label_info {
    padding-left: 10px;
}

.account_info .label_info.account_manage {
    display: flex;
    align-items: center;
    width: 400px;
    height: 44px;
    background: #F5F6F8;
    border-radius: 4px;
    position: relative;
}

.account_info .account_manage > span {
    max-width: 56%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account_info .account_manage > span.on {
    color: #2F3133;
}

/*账号设置*/
.p_account .user_info {
    display: none;
}

.account_item {
    background: #ffffff;
    width: 1108px;
    border-radius: 10px;
    font-size: 14px;
    min-height: 640px;
}

.account_item .ul_wrap {
    padding: 20px 0;
    margin-bottom: 16px;
}

.account_item .title {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #edeff2;
}

.account_item .title i {
    color: #81858c;
    font-size: 14px;
    display: none;
}

.account_item .input_wrap .ul {
    margin-bottom: 20px;
}

.account_item .btn-set {
    display: flex;
    align-items: center;
    height: 32px;
    background: #D71E58;
    border-radius: 6px;
    color: #FFFFFF;
    padding: 0 12px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}


/*头像*/
.p_avatar .ul {
    align-items: unset;
    margin-bottom: 20px;
}

.avatar-preview {
    width: 104px;
    height: 104px;
    background: #f5f6f8;
    border-radius: 50%;
    overflow: hidden;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
}

.right_avatar {
    position: relative;
}

.avatar_add {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: url("https://static.igmbuy.com/9891/img/ico_add2.png") no-repeat;
    cursor: pointer;
}

.avatar_dialog {
    display: none;
    width: 440px;
    min-height: 522px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
    position: fixed;
    top: 100px;
    left: 800px;
    z-index: 100;
}

.avatar_dialog .top_title {
    margin-bottom: 20px;
}

.avatar_dialog .top_title i {
    color: #81858c;
    margin-left: 10px;
}

.avatar_origin {
    width: 400px;
    height: 400px;
}

.avatar_dialog .btns {
    text-align: right;
    margin-top: 10px;
}

.avatar_dialog button {
    margin-left: 6px;
}

.ico_edit {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/9891/img/ico_edit.png") no-repeat;
    margin-left: 10px;
}

.shop_order_info li {
    width: 182px;
}

.shop_order_info li:nth-of-type(1) {
    width: 340px;
}

.user_order_info li {
    width: 210px;
}

.user_order_info li:nth-of-type(1) {
    width: 414px;
}

/*交易市场Start*/

.p-trade .user_order_info li {
    width: 144px;
}

.p-trade .user_order_info li:nth-of-type(1) {
    width: 316px;
}

.p-trade .user_order_info .trade-order-btn {
    width: auto;
    display: flex;
    align-items: center;
}

.dialog_confirm_receipt .dialog, .dialog_cancel_refund .dialog {
    width: 420px;
    padding: 20px 40px 40px 40px;
    color: #2f1333;
}

.dialog-trade {
    font-size: 14px;
}

.dialog-trade .dialog_title {
    font-size: 16px;
}

.dialog-trade .required:before {
    content: '*';
    color: #ff3867;
}

.dialog_confirm_receipt .desc, .dialog_cancel_refund .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 130px;
}

.dialog-trade .btn_default {
    background: #FFFFFF;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #929395;
    cursor: pointer;
}

.dialog-trade .btn_default.md {
    width: 140px;
    height: 44px;
}

.dialog-trade .btn_active {
    color: #FFFFFF;
    background: #D71E58;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.dialog-trade .btn_active.md {
    width: 180px;
    height: 44px;
}

.dialog-trade .btn_active.lg {
    width: 340px;
    height: 44px;
}

.dialog-trade .btn_active.disabled {
    background: #EB8FAC;
    cursor: default;
}

.dialog-trade .btn-close {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/global/img/icon-close-black.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.dialog_cancel_order .dialog, .dialog_refund .dialog {
    width: 660px;
    padding: 40px;
}

.dialog_cancel_order input[type="checkbox"], .dialog_refund input[type="checkbox"] {
    margin-right: 20px;
}

.dialog_cancel_order .reason-item, .dialog_refund .reason-item {
    margin-top: 20px;
}

.dialog_cancel_order .dialog_footer_btn, .dialog_refund .dialog_footer_btn {
    margin-top: 40px;
}

.dialog-trade .textarea {
    display: none;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #D8DCDF;
    resize: none;
    outline: 0;
    padding: 10px;
    background: #FFFFFF;
    margin-top: 10px;
}

.dialog-trade .textarea::placeholder {
    color: #B4B8BF;
}

/*交易市场End*/

.p_reservation .order_bot li {
    flex: 1;
}

.p_reservation .order_bot li:first-child {
    flex: 2;
}

.page_size {
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    align-items: center;
}

.page_size_ul {
    display: flex;
}

.page_size_ul li {
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    color: #2F3133;
    font-size: 14px;
    text-align: center;
    margin: 0 4px;
    border-radius: 4px;
    cursor: pointer;
}

.page_size_ul li.on {
    color: #FF457D;
}

/*商品类型*/
.type_select {
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #EDEFF2;
    outline: 0;
    font-size: 14px;
    cursor: pointer;
}

.p_orderList .title_select li {
    padding-left: 0;
    text-align: center;
}

.user_banner {
    display: flex;
    justify-content: center;
    width: 1108px;
    margin: 0 auto 16px;
}

.user_banner img {
    max-width: 100%;
}

.order_classify .unread {
    position: absolute;
    right: -14px;
    top: 4px;
    display: none;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #ffffff;
    background: #ff3867;
    border-radius: 50%;
}

/*主营业务*/
.settle_service_wrap {
    display: inline-block;
    max-width: 800px;
}

.settle_service_group {
    margin-bottom: 16px;
}

.settle_service_group .group_title {
    margin-bottom: 10px;
}

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

.settle_service_group_ul li {
    width: 200px;
    margin-bottom: 6px !important;
}

.settle_service_group .label {
    cursor: pointer;
    text-align: left;
    width: auto;
    padding-right: 0;
}

.settle_service_group input[type="checkbox"] {
    margin-right: 10px;
}

.settle_other_platforms, .settle_other_platforms .imgList {
    display: inline-block;
}

.settle_other_platforms_imgs {
    margin-top: 10px;
}

.settle_other_platforms .uploadBtn {
    display: inline-block;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.settle_other_platforms .imgList img {
    width: 80px;
}

.settle_other_platforms .imgListWrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    display: inline-block;
    border-radius: 3px;
}

.settle_other_platforms .imgListWrap img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

/*自抽号订单*/
.zch-info-table {
    padding: 0 20px;
}

.zch-info-table-head {
    display: flex;
    align-items: center;
    height: 30px;
    background: #f5f6f8;
    position: relative;
}

.zch-info-table span.first {
    width: 120px;
    text-indent: 18px;
}

.zch-info-table span.last {
    width: 174px;
    position: absolute;
    right: 0;
}

.zch-dynamic-content {
    display: flex;
    width: 670px;
    align-items: center;
}

.zch-dynamic-content span {
    flex: 1;
}

.zch-info-table-body li {
    display: flex;
    align-items: center;
    width: auto !important;
    min-height: 60px;
    padding-left: 0;
    border-bottom: 1px solid #edeff2;
}

.zch-info-table-body li:last-child {
    border-bottom: none;
}

.zch-info-table-body span.last {
    color: #2e6c99;
    cursor: pointer;
}

#zchInfoTable {
    display: none;
}

/*修改价格弹窗*/
.dialog_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.dialog_mask .dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: #ffffff;
    border-radius: 10px;
}

.dialog_edit_price {
    min-width: 660px;
    border-radius: 10px;
    padding: 32px 40px;
}

.dialog_edit_single_price {
    min-height: 390px;
}

.dialog_multi_edit_price {
    min-height: 345px;
}

.dialog_title {
    font-weight: 500;
    font-size: 24px;
}

.dialog_title.center {
    text-align: center;
}

.dialog_edit_price_content {
    margin-top: 30px;
}

.edit_price_ul {
    font-size: 14px;
}

.edit_price_ul > li {
    display: flex;
    align-items: flex-start;
    min-height: 20px;
    margin-bottom: 26px;
    position: relative;
}

.edit_price_ul .price_input {
    height: 44px;
    align-items: center;
}

.edit_price_ul .cur_goods_name {
    max-width: 430px;
}

.d_e_p_footer_btn {
    display: flex;
    justify-content: center;
    /*margin-top: 32px;*/
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;

}

.d_e_p_footer_btn > button {
    margin: 0 5px;
}

.edit_error {
    display: none;
    font-size: 12px;
    color: #ff457d;
    line-height: 20px;
    position: absolute;
    left: 70px;
    bottom: -24px;
}

.dialog_edit_price_res {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 95px;
}

.dialog_edit_price_res .txt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dialog_edit_price_res .txt img {
    margin-right: 10px;
}

/*滚动条宽高及背景*/
.list-scroll::-webkit-scrollbar {
    width: 6px;
    background: #424E5F;
}

/*滑块*/
.list-scroll::-webkit-scrollbar-thumb {
    background: #424E5F;
    border-radius: 3px;
}

/*滚动条轨道*/
.list-scroll::-webkit-scrollbar-track {
    background: #0C1625;
}

/*滚动条宽高及背景*/
.list-scroll.light::-webkit-scrollbar {
    width: 6px;
    background: #ffffff;
}

/*滑块*/
.list-scroll.light::-webkit-scrollbar-thumb {
    background: #d2d3d9;
    border-radius: 3px;
}

/*滚动条轨道*/
.list-scroll.light::-webkit-scrollbar-track {
    background: #ffffff;
}

/*交易市场*/
.p_market .order_btn {
    width: auto;
}

.p_market .btn-detail {
    position: relative;
}

.p_market .order_submit {
    margin-bottom: 6px;
}

/* 评论弹窗 */
#order-comment-tpl {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.comment-pop {
    width: 600px;
    height: 345px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 200px;
    left: calc(50% - 300px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.order-comment-title {
    font-size: 16px;
    color: #2F3133;
}

.order-comment-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(https://static.igmbuy.com/9891/img/ico_close.png) no-repeat;
    cursor: pointer;
}

.comment-star-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.comment-star-label {
    font-size: 14px;
    color: #2F3133;
}

.comment-star-select {
    width: 124px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.comment-star {
    width: 20px;
    height: 20px;
}

.comment-star.full {
    background: url("https://static.igmbuy.com/global/img/comment_star_full.png");
}

.comment-star.half {
    background: url("https://static.igmbuy.com/global/img/comment_star_half.png");
}

.comment-star.off {
    background: url("https://static.igmbuy.com/global/img/comment_star_off.png");
}

.m-left4 {
    margin-left: 4px;
}

.comment-pop .textarea {
    width: 560px;
    height: 160px;
    padding: 10px 10px 10px 10px;
    margin-top: 20px;
    background: #FAFBFC;
    border-radius: 8px;
    border: 1px solid #E8EAED;
    position: relative;
    z-index: 101;
    display: flex;
    flex-shrink: 0;
}

.comment-pop textarea {
    width: 540px;
    height: 126px;
    background: #FAFBFC;
    border: none;
    resize: none;
    overflow: hidden;
    outline: 0;
    position: relative;
    z-index: 102;
    padding: 0;
    font-size: 14px;
}

.comment-pop textarea::placeholder {
    font-size: 14px;
    color: #B6BABF;
}

.comment-pop #comment_txt_count {
    position: absolute;
    z-index: 103;
    right: 10px;
    bottom: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #2F3133;
}

.comment-pop .text_count {
    color: #2F3133;
}

.comment-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 44px;
    background: #D71E58;
    border-radius: 8px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 20px auto 0;
    cursor: pointer;
}

.p_right_content .currency-select {
    width: 100px;
    height: 44px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://static.igmbuy.com/global/img/arrow_black_down.png) no-repeat scroll right 10px center #f5f6f8;
    padding: 0 28px 0 10px;
    border: 0;
    border-radius: 4px;
    outline: 0;
}

.p_right_content .exchange-price {
    display: none;
}

.p_right_content .supply-price-wrap {
    display: inline-flex;
    flex-direction: column;
    position: relative;
}

.p_withdraw .exchange-price {
    position: absolute;
    top: 54px;
    left: 0;
}

.dialog-rate-desc {
    min-width: 360px;
    border-radius: 10px;
    padding: 32px 30px;
}

.dialog-rate-desc-content {
    margin: 30px 0;
    height: 200px;
    text-align: justify;
    overflow: auto;
    padding: 0 10px;
}

.dialog-user-content {
    width: 420px;
    padding: 20px 40px 32px;
    box-sizing: border-box;
}

.dialog-user .dialog_title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.dialog-user .btn-active {
    background: #D71E58;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.dialog-user .btn-active.lg {
    width: 100%;
    height: 44px;
}

.exchange-code-input {
    width: 100%;
    height: 44px;
    background: #EDEEF2;
    border-radius: 8px;
    padding: 0 10px;
}

.dialog-user-body {
    margin-top: 38px;
    margin-bottom: 50px;
}

.dialog-user .btn-close {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/global/img/icon-close-black.png") no-repeat;
    cursor: pointer;
}

.dialog-user-body .login-input-cell {
    margin-bottom: 20px;
}