/* layui chaonzgh */
.layui-icon {
    font-size: 14px !important;
}

.layui-table-tips-c:before {
    position: relative !important;
    right: 0px !important;
    top: -3px !important;
}

/* 个人中心 */

.user_common_wrap {
    margin: 20px auto 30px;
}

.user_wrap {
    padding: 0 20px 20px 20px;
}

.user_wrap input {
    text-align: left;
}

.user_slidebar {
    width: 200px;
    height: auto;
    background-color: #fff;
    padding: 0 33px 20px 34px;
}

.user_slidebar dl {
    /* border-bottom: 1px solid #D7D7D7; */
}

.user_slidebar dl:nth-of-type(4),
.user_slidebar dl:nth-of-type(5),
.user_slidebar dl:nth-of-type(6) {
    border-bottom: none !important;
}

.user_slidebar dt {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 22px;
}

.user_slidebar dt a {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.user_slidebar dd {
    position: relative;
    margin-bottom: 10px;
    line-height: 20px;
}

.user_slidebar dd a {
    font-size: 14px;
    color: #666;
}

.user_slidebar dd:hover a {
    transition: all 0.3s;
    color: #00b38a;
}

.user_slidebar .on:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 16px;
    background: #00b38a;
    top: 3px;
    left: -10px;
}

.user_slidebar .active a {
    color: #00b38a;
}

.user_common_content {
    width: 990px;
    min-height: 860px;
    background-color: #fff;
    border-radius: 4px;
}

.user_common_content .user_top_title {
    font-size: 16px;
    color: #333;
    padding: 20px;
    line-height: 30px;
}

.user_common_nav {
    width: 100%;
    padding: 20px;
}

.user_common_nav li {
    position: relative;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-right: 30px;
    min-width: 48px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}

.user_common_nav .active {
    color: #00b38a;
}

.user_common_nav .active a {
    color: #00b38a;
}

.user_common_nav .active:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    background: #00b38a;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
}

.user_infor_box {
    display: none;
    padding: 0 20px;
}

.user_form_tr {
    width: 800px;
    margin-bottom: 20px;
}

.user_form_tr .lis {
}

.user_label {
    display: block;
    float: left;
    width: 60px;
    font-size: 14px;
    color: #333;
    text-align: right;
    line-height: 40px;
    margin-right: 10px;
}

.user_input {
    width: 300px;
    height: 40px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    padding-left: 12px;
}

.user_form_btn {
    width: 80px;
    height: 36px;
    background: #00b38a;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-left: 70px;
    margin-top: 20px;
}

.user_form_btn:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.user_img_box {
    margin-top: 60px;
}

.user_img_box label {
    line-height: 80px !important;
}

.user_img {
    position: relative;
}

.user_img:hover .user_img_change {
    display: block;
}

.user_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user_img_change {
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    left: 0;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}

.user_img_change span {
    line-height: 80px;
    font-size: 12px;
    color: #fff;
}

.touxing_file {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
}

.fabu_table_lis .common_table_wrap {
    position: relative;
    min-height: 718px;
    padding-bottom: 40px;
    display: none;
}

.fabu_table_lis table {
    width: 100% !important;
}

.fabu_table_lis .layui-table {
    margin: 0 !important;
    border: none;
}

.fabu_table_lis .layui-table-view {
    position: relative;
    margin: 0 !important;
    border: none;
}

.fabu_table_lis .layui-table-header {
    border: none !important;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; */
}

.fabu_table_lis th {
    padding: 0 !important;
    border-top: none;
    border-left: none;
    border: none;
    height: 54px;
}

.fabu_table_lis th span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.fabu_table_lis td {
    color: #666;
    font-size: 14px;
    padding: 0 !important;
    border-top: none;
    border-left: none;
    border: none;
}

.fabu_table_lis tr {
    height: 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fabu_table_lis thead tr {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.02);
}

.fabu_table_lis thead th {
    font-size: 14px;
    font-weight: 700;
}

.layui-table-cell {
    height: 54px;
    line-height: 54px;
}

.fabu_table_lis .font {
    color: #00b38a;
    font-size: 14px;
    cursor: pointer;
}
/* .fabu_table_lis .layui-table-cell {
    line-height: 26px;
} */

.fabu_table_lis .layui-table-cell .lay_event {
    color: #00b38a;
    cursor: pointer;
    margin-right: 4px;
}

.fabu_table_lis .layui-table-cell .lay_event:hover {
    text-decoration: underline;
}

.fabu_table_lis .layui-table-cell .event_under {
    color: #e5a100;
}

.fabu_table_lis .layui-table-cell .event_yy {
    color: #ff7f80;
}

.fabu_table_lis tr:hover .btlink {
    transition: all 0.3s;
    color: #00b38a;
}

.fabu_table_lis .pj {
    display: block;
    line-height: 14px;
    margin-top: 9px;
    font-size: 12px;
    color: #666;
}

.fabu_table_lis .shuju {
    display: block;
    line-height: 14px;
    margin-top: 9px;
    font-size: 12px;
    color: #666;
}

.fabu_table_lis .dianzan {
    color: #666;
}

.fabu_table_lis .dianzan .icon1 {
    color: #f66132;
}

.fabu_table_lis .dianzan .icon2 {
    color: #6bbd2f;
}

.zan_cont {
    width: 186px;
    margin: 16px auto;
}

.zan_cont .zan_t {
    display: block;
    width: 84px;
    height: 34px;
    line-height: 32px;
    border-radius: 24px;
    border: 1px solid #fa5508;
    color: #f66132;
    font-size: 12px;
    text-align: center;
}

.zan_cont .zan_b {
    display: block;
    width: 84px;
    height: 34px;
    line-height: 32px;
    border-radius: 24px;
    border: 1px solid #6bbd2f;
    color: #6bbd2f;
    font-size: 12px;
    text-align: center;
}

.fabu_table_lis .check_th {
    text-align: center;
}

.fabu_table_lis .check_td {
    text-align: center;
}

.user_table_del {
    width: 80px;
    height: 36px;
    background: #00b38a;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.user_table_del:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.user_table_yd {
    width: 80px;
    height: 36px;
    border: 1px solid #00b38a;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    color: #00b38a;
}

.user_table_yd:hover {
    color: #fff;
    background-color: #00b38a;
    transition: all 0.3s;
}

.user_tablepage {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.company_lis {
    padding-left: 33px;
}

.company_lis li {
    float: left;
    margin: 0 20px 20px 0;
    transition: all 0.3s;
}

.company_lis li:nth-child(4n) {
    margin-right: 0;
}

.company_lis li:hover {
    box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
}

.company_lis .company_cont {
    position: relative;
    width: 216px;
    height: 302px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 16px;
}

.company_cont img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.company_cont p {
    text-align: center;
}

.company_cont .name {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 17px;
}

.company_cont .name2 {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company_cont .xq {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company_bottom {
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    margin-top: 20px;
}

.company_bottom span {
    display: block;
    width: 50%;
    border-right: 1px solid #eee;
}

.company_bottom span:nth-of-type(2) {
    border-right: none;
}

.company_bottom span em {
    display: block;
    text-align: center;
    color: #333;
}

.company_bottom span i {
    display: block;
    text-align: center;
    color: #999;
    margin-top: 10px;
}

.company_del {
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    background: #00b38a;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.company_del i {
    color: #fff;
    font-size: 12px;
}

.company_cont:hover .company_del {
    display: block;
}

.activity_lis {
    padding-left: 48px;
}

.activity_lis li {
    float: left;
    margin: 0 20px 20px 0;
    transition: all 0.3s;
}

.activity_lis li:nth-child(3n) {
    margin-right: 0;
}

.activity_lis li:hover {
    box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
}

.activity_lis .activity_wrap {
    position: relative;
    width: 285px;
    height: 330px;
    background-color: #fff;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.07);
}

.activity_wrap .activity_img {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.activity_wrap .activity_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.activity_wrap .activity_img img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.activity_wrap .activity_infor {
    padding: 20px;
}

.activity_wrap .activity_infor .time {
    margin-bottom: 8px;
}

.activity_wrap .activity_infor .tit {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity_wrap:hover .tit {
    transition: all 0.3s;
    color: #00b38a;
}

.activity_wrap .activity_infor .font {
    display: block;
    font-size: 12px;
    color: #999;
}

.activity_wrap .activity_infor .addr i {
    color: #e0e0e0;
}

.activity_wrap .activity_infor .zbf {
    margin-top: 26px;
    margin-bottom: 8px;
}

.activity_wrap .activity_tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 26px;
    background: #00b38a;
    border-radius: 0px 0px 10px 0;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
}

.activity_wrap:hover .company_del {
    display: block;
}

.txang_lis {
    padding-left: 33px;
}

.txang_lis li {
    float: left;
    margin: 0 20px 20px 0;
    transition: all 0.3s;
    width: 216px;
    height: 380px;
    overflow: hidden;
}

.txang_lis li:nth-child(4n) {
    margin-right: 0;
}

.txang_lis li:hover {
    box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
}

.txang_lis li:hover .user_name {
    transition: all 0.3s;
    color: #00b38a;
}

.thang_cont {
    position: relative;
    width: 216px;
    height: auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 32px 0 0 0;
}

.thang_cont .userimg {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.thang_cont .user_name {
    display: block;
    width: 150px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 28px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thang_cont .bq {
    font-size: 12px;
    color: #999;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin-top: 16px;
}

.thang_btn {
    text-align: center;
    padding: 0 24px;
    margin-top: 20px;
}

.thang_btn a {
    display: block;
    width: 74px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #f7ae1b;
    line-height: 18px;
    font-size: 12px;
    color: #f7ae1b;
    text-align: center;
}

.thang_btn a:hover {
    transition: all 0.3s;
    color: #fff;
    background-color: #f7ae1b;
}

.thang_btn .sqz {
    border: 1px solid #ccc;
    color: #ccc;
}

.thang_btn .sqz:hover {
    border: 1px solid #ccc;
    color: #ccc;
    background-color: #fff;
}

.thang_cont .infot_cont {
    width: 100%;
    background: #f6f6f6;
    margin-top: 27px;
    padding: 20px 0 20px 24px;
}

.thang_cont span {
    display: block;
}

.thang_cont .gs_name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thang_cont .gs_name2 {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    margin-top: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thang_cont .cs {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thang_cont .hy {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 5px;
}

.thang_cont .cs i {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
}

.thang_cont .hy i {
    width: 120px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.thang_cont:hover .company_del {
    display: block;
}

.thang_cont .hy_msg {
    width: 100%;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 27px;
    line-height: 32px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.thang_btn span {
    display: block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.thang_btn span:hover {
    color: #00b38a;
}

.user_news_son {
    width: 575px;
    display: none;
    margin-top: 10px;
}

.sys_news .more {
    cursor: pointer;
}

.sys_news .more:hover {
    transition: all 0.3s;
    color: #00b38a;
}

.sys_news tbody .on {
    height: auto !important;
    padding: 10px 0 !important;
}

.user_table_du {
    width: 80px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #00b38a;
    font-size: 14px;
    color: #00b38a;
    background-color: #fff;
    margin-top: 40px;
}

.user_table_du:hover {
    transition: all 0.3s;
    background-color: #00b38a;
    color: #fff;
}

.zyrz_content {
    padding: 0 20px 0 0;
    width: fit-content;
}

.zyrz_wrap {
    margin-top: 20px;
    width: max-content;
}

.zyrz_content .zyrz_tz {
    width: auto;
    line-height: 40px;
    background: #fffbe6;
    border-radius: 2px;
    border: 1px solid #ffe58f;
    color: #d57611;
    font-size: 14px;
    padding-left: 15px;
    word-wrap: break-word;
}

.zyrz_upbox {
    position: relative;
    width: 320px;
    height: 180px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
}

.zyrz_upbox .up_span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
}

.zyrz_upbox .pp_file {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    width: 320px;
    height: 180px;
    z-index: 2;
}

.zyrz_upbox .upimg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.zyrz_l .submit_tj {
    display: block;
    width: 320px;
    height: 48px;
    background: linear-gradient(90deg, #31d2ac 0%, #0cc69a 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.zyrz_l .submit_agan {
    display: block;
    width: 320px;
    height: 48px;
    background-color: #eee;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.zyrz_l .submit_tj:hover {
    transition: all 0.3s;
    opacity: 0.8;
}

.zyrz_r {
    margin-left: 37px;
}

.zyrz_r h5 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 16px 0;
}

.zyrz_r .p1 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.zyrz_r .p1 .xiazai {
    font-size: 12px;
    color: #1890ff;
    line-height: 22px;
    margin-left: 10px;
}

.zyrz_r .p1 .xiazai i {
    font-size: 12px;
    color: #1890ff;
}

.zyrz_r .p2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #00b38a;
    line-height: 22px;
    margin: 16px 0;
}

.ztrz_anli img {
    float: left;
    width: 174px;
    height: 128px;
    margin-left: 20px;
    cursor: zoom-in;
    margin-bottom: 20px;
}

.ztrz_anli h5 {
    margin: 0;
}

.bangwx_status_box {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 391px;
    display: none;
}

.bangwx_status_box .wx_imgbox {
    width: 137px;
    margin: auto;
}

.bangwx_status_box .wx_imgbox img {
    width: 137px;
    height: 137px;
}

.bangwx_status_box .wx_imgbox em {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
}

.user_public_box {
    position: relative;
    width: 100%;
}

.bang_tips_txt {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin-top: 40px;
}

.bangwx_status_box .wx_success i {
    font-size: 45px;
    color: #00b38a;
}

.bangwx_status_box .wx_success em {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    margin-left: 32px;
}

/* .bangemail_status_box {
    padding-left: 20px;
} */

.bangemail_status_box .form_lis {
    margin-bottom: 20px;
}

.bangemail_status_box .j_lable {
    display: block;
    width: 100px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: right;
}

.bangemail_status_box .yxyz_cont {
    position: relative;
    width: 386px;
    margin-left: 10px;
}

.bangemail_status_box .yxyz_cont .icon {
    position: absolute;
    font-size: 30px;
    color: #e0e0e0;
    top: 4px;
    right: 10px;
    cursor: pointer;
}

.bangemail_status_box .yx_input {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    padding-left: 12px;
}

.bangemail_status_box .yzm_input {
    width: 230px;
    height: 40px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    padding-left: 12px;
}

.bangemail_status_box .buttonss {
    width: 125px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #d7d7d7;
}

.bangemail_status_box .bang_yx {
    width: 320px;
    height: 48px;
    background: linear-gradient(90deg, #31d2ac 0%, #0cc69a 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin-left: 110px;
}

.bangemail_status_box .bang_tips_txt {
    margin: 20px 0 0 110px !important;
}

.vip_cont {
    display: none;
    padding-top: 20px;
    padding-left: 77px;
}

.vip_cont .vip_lis {
    position: relative;
    width: 264px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-right: 22px;
    border-top: 6px solid #00b38a !important;
    transition: all 0.3s;
}

.vip_cont .vip_lis:hover {
    border: 1px solid #00b38a;
}

.vip_cont .vip_lis:nth-of-type(3) {
    margin-right: 0;
}

.vip_cont .tit {
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin: 11px 0;
    text-align: center;
}

.vip_cont .tequan_tit {
    width: 115px;
    margin: 11px auto;
    /* position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* margin-top: 11px; */
}

.vip_cont .tequan_tit .icon {
    float: left;
    display: block;
    width: 20px;
    height: 1px;
    background: #00b38a;
    margin-top: 11px;
}

.vip_cont .tequan_tit .txt {
    float: left;
    font-size: 14px;
    color: #00b38a;
    line-height: 22px;
    margin: 0 12px;
}

.vip_cont .vip_lis_bot {
    width: 100%;
    padding: 14px 0;
}

.vip_cont .zhouvip_txt {
    text-align: center;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.tequan_ul li {
    width: 100%;
    padding: 16px 22px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.tequan_ul li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.02);
}

.tequan_ul b {
    color: #f66132;
    font-size: 16px;
}

.tequan_ul .pric {
    font-size: 16px;
    font-weight: 600;
    color: #00b38a;
}

.vip_btn {
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto;
}

.vip_btn1 {
    font-size: 14px;
    color: #999999;
    border: 1px solid #fff;
    background-color: #fff;
}

.vip_btn2 {
    border: 1px solid #0cc69a;
    color: #0cc69a;
    font-size: 16px;
    background-color: #fff;
}

.vip_btn2:hover {
    background-color: #0cc69a;
    color: #fff;
}

.vip_btn3 {
    border: 1px solid #f7ae1b;
    color: #fff;
    font-size: 16px;
    background-color: #f7ae1b;
}

.vip_btn3:hover {
    opacity: 0.8;
    color: #fff;
}

.vip_lis .gou {
    color: #00b38a;
}

.vip_dropson {
    position: relative;
    width: 839px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
    margin-top: 52px;
    margin-bottom: 84px;
    padding: 28px 0 28px 49px;
}

.vip_dropson .sj_icon {
    position: absolute;
    right: 112px;
    top: -28px;
}

.vip_dropson .vip_dropson_tit {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.vip_pay_content {
    margin-top: 18px;
}

.vip_pay_content li {
    position: relative;
    float: left;
    width: 194px;
    height: 103px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-right: 80px;
    cursor: pointer;
    margin-top: 20px;
}

.vip_pay_content li .vip_icon {
    position: absolute;
    top: -20px;
    width: 86px;
    height: 24px;
    left: -1px;
}

.vip_pay_content .active2 .vip_icon {
    left: -3px;
}

.vip_pay_content li:nth-of-type(3) {
    margin-right: 0;
}

.vip_pay_content .pay_pric {
    position: relative;
    display: block;
    line-height: 50px;
    text-align: center;
    /* border-bottom: 1px solid #E0E0E0; */
    margin: 0 auto;
}

.vip_pay_content .pay_pric:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    background-color: #e0e0e0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.vip_pay_content .active .pay_pric:after {
    background-color: #f7ae1b;
}

.vip_pay_content .active2 .pay_pric:after {
    background-color: #f82625;
}

.vip_pay_content .pay_pric b {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 10px;
}

.vip_pay_content .pay_pric em {
    color: #f66132;
    font-size: 24px;
    font-weight: 600;
}

.vip_pay_content .pay_lang {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 45px;
    text-align: center;
}

.vip_pay_content .active {
    border: 3px solid #f7ae1b;
}

.vip_pay_content .active2 {
    border: 3px solid #f82625;
}

/* .vip_pay_content .active .pay_pric{
    border-bottom: 1px solid #F7AE1B;
}
.vip_pay_content .active2 .pay_pric{
    border-bottom: 1px solid#F82625;
} */

.vip_pay_content .active .iconfont {
    display: block !important;
}

.vip_pay_content .active2 .iconfont {
    display: block !important;
}

.vip_pay_content .iconfont {
    position: absolute;
    bottom: -1px;
    right: -1px;
    font-size: 26px;
    color: #f7ae1b;
    display: none;
}

.vip_pay_content .active2 .iconfont {
    color: #f82625;
}

.vip_dropson .pay_tips {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.vip_dropson .pay_tips em {
    color: #f66132;
}

.vip_dropson .vip_dropson_bot {
    margin-top: 33px;
}

.vip_dropson .pay_style {
    width: 420px;
    margin: 30px auto 0;
}

.vip_dropson .pay_wx .pay_img {
    width: 160px;
    height: 160px;
    border: 1px solid #09bb07;
}

.vip_dropson .pay_wx .pay_wx_btn {
    display: block;
    width: 160px;
    height: 32px;
    background: #09bb07;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
}

.vip_dropson .pay_zfb .pay_img {
    width: 160px;
    height: 160px;
    border: 1px solid #379fe8;
}

.vip_dropson .pay_zfb .pay_zfb_btn {
    display: block;
    width: 160px;
    height: 32px;
    background: #379fe8;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
}

.change_mima {
    width: 320px;
    height: 48px;
    background: linear-gradient(90deg, #31d2ac 0%, #0cc69a 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin-left: 110px;
}

.anquan_tips {
    width: 486px;
    height: 40px;
    line-height: 40px;
    background: #fffbe6;
    border-radius: 2px;
    border: 1px solid #ffe58f;
    font-size: 14px;
    color: #d57611;
    padding-left: 15px;
    margin-bottom: 40px;
}

.yue_box {
    margin-bottom: 18px;
}

.yue_box p {
    float: left;
    padding-left: 20px;
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 36px;
}

.yue_box p .pric {
    display: inline-block;
    font-size: 24px;
    color: #f66132;
    font-weight: 600;
    vertical-align: bottom;
}

.chonzhi {
    display: block;
    width: 80px;
    height: 36px;
    background: #00b38a;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-left: 43px;
}

.wallet_table thead tr th:nth-of-type(1) {
    padding-left: 24px !important;
}

.wallet_table tbody tr td:nth-of-type(1) {
    padding-left: 24px !important;
}

.chonzhi_content {
    padding-left: 20px;
    margin-top: 20px;
}

.chonzhi_content .tit {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.chonzhi_input_box {
    margin: 20px 0;
    line-height: 40px;
}

.chonzhi_input_box div.fl {
    width: 224px;
}

.chonzhi_input_box input {
    width: 200px;
    height: 40px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 24px;
}

.chonzhi_input_box .chonzhi {
    margin-top: 2px;
}

.chonzhi_content .pay_style {
    width: 420px;
    margin: 20px 0;
}

.chonzhi_content .pay_wx .pay_img {
    display: block;
    width: 160px;
    height: 160px;
    border: 1px solid #09bb07;
}

.chonzhi_content .pay_wx .pay_wx_btn {
    display: block;
    width: 160px;
    height: 32px;
    background: #09bb07;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
}

.chonzhi_content .pay_zfb .pay_img {
    display: block;
    width: 160px;
    height: 160px;
    border: 1px solid #379fe8;
}

.chonzhi_content .pay_zfb .pay_zfb_btn {
    display: block;
    width: 160px;
    height: 32px;
    background: #379fe8;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
}

.chonzhi_content .chonzhi_tips {
    width: 420px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.chonzhi_content .chonzhi_tips em {
    color: #f66132;
}

.chonzhi_content .pay_style img {
    width: 100%;
    height: 100%;
}

.shenhe_sp1,
.shenhe_sp2 {
    position: relative;
    font-size: 14px;
    color: #333;
}

.shenhe_sp1 {
    color: #00b38a;
}

.shenhe_sp2 {
    color: #ff7f80;
}

.shenhe_sp1:after {
    position: absolute;
    left: -12px;
    top: 5px;
    content: "";
    width: 6px;
    height: 6px;
    background: #00b38a;
    border-radius: 50%;
}

.shenhe_sp2:after {
    position: absolute;
    left: -12px;
    top: 5px;
    content: "";
    width: 6px;
    height: 6px;
    background: #ff7f80;
    border-radius: 50%;
}

.fabu_table_lis .layui-form-checked[lay-skin="primary"] i {
    border-color: #00b38a !important;
    background-color: #00b38a;
    color: #fff;
}

.fabu_table_lis .layui-table-page {
    padding: 30px 20px;
    text-align: right;
    border: none;
    height: auto;
}

.zyrz_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 98;
    left: 0;
    right: 0;
    z-index: 99;
}

.user_public_box .getemail_yzm {
    width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #31d2ac 0%, #0cc69a 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.vip_dropson_bot .pay_style img {
    width: 100%;
    height: 100%;
}

.user_icon_lis {
    margin-left: 20px;
}

.user_icon_lis i {
    font-size: 16px;
    color: #e0e0e0;
    margin-right: 5px;
    cursor: pointer;
}

.user_icon_lis .on {
    color: #00b38a;
}

.user_icon_lis .on2 {
    color: #f7ae1b;
}

.user_box .user_img i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f7ae1b;
    font-size: 14px;
    z-index: 1;
}

.user_icon_lis .vipp {
    font-size: 12px;
    color: #333;
    margin-right: 5px;
    cursor: text;
}

.bigimg {
    max-width: 380px !important;
    height: auto !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
    transition: all 1s;
    display: none;
}

.bigbox {
    width: 840px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.bigbox > .imgbox {
    width: 400px;
    height: 250px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox > .imgbox > img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in;
}

.mask:hover {
    cursor: zoom-out;
}

.mask > img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.mask > img:hover {
    cursor: pointer;
}

.wx_cxbd {
    width: 137px;
    height: 44px;
    background-color: #f79f1b;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    margin: 20px auto 0;
    cursor: pointer;
}

/* 匹配新增开始 */

.pipei_content {
    width: 100%;
    padding: 0 0 0 24px;
}

.top_sele .layui-inline {
    width: 120px !important;
}

.top_sele .layui-input,
.top_sele .layui-select,
.top_sele .layui-textarea {
    height: 34px !important;
    line-height: 34px !important;
    color: #333;
    font-size: 14px;
}

.top_sele p {
    float: left;
    font-size: 12px;
    color: #999999;
    line-height: 34px;
    margin-left: 16px;
}

.classify_wrap {
    width: 100%;
    font-size: 12px;
    color: #999;
    background-color: #fff;
    padding: 0 !important;
    margin-top: 40px;
}

.classify_wrap .type {
    display: block;
    width: 80px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    margin-right: 10px;
}

.classify_cont {
    margin-bottom: 10px;
}

.classify_cont:last-child {
    margin-bottom: 0;
}

.classify_cont li {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-right: 8px;
}

.classify_cont .layui_address {
    margin-bottom: 12px;
    padding: 0 10px;
}

.classify_cont li:last-child {
    margin-right: 0 !important;
}

.classify_cont li:hover a {
    color: #00b38a;
}

.classify_cont a {
    display: block;
    font-size: 13px;
    color: #666;
    padding: 0 10px;
}

.classify_cont ul {
    float: left;
    width: 870px !important;
    height: auto !important;
    overflow: visible !important;
}

.c_on {
    background-color: #00b38a;
    color: #fff;
    border-radius: 3px;
}

.c_on a {
    color: #fff !important;
}

.layui_address .layui-inline {
    margin-right: 10px;
}

.layui_address_ul {
    overflow: visible !important;
}

.layui_address .layui-input {
    /* width: 120px !important;
    height: 24px !important;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px; */
    width: 100px;
    height: 24px !important;
    color: #999;
    border: 1px solid rgba(153, 153, 153, 0.4) !important;
}

.pipei_content input:hover {
    box-shadow: none !important;
    border: 1px solid #00b38a !important;
}

.address_sure {
    width: 44px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid rgba(153, 153, 153, 0.4) !important;
    color: #999;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.address_sure:hover {
    color: #fff;
    background-color: #00b38a;
    border: 1px solid #00b38a;
}

.hy_sure {
    width: 44px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid rgba(153, 153, 153, 0.4) !important;
    color: #999;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.hy_sure:hover {
    color: #fff;
    background-color: #00b38a;
    border: 1px solid #00b38a;
}

.classify_down span {
    display: block;
    width: 124px;
    height: 26px;
    background: #ffffff;
    border-radius: 0px 0px 14px 14px;
    margin: 0 auto;
    color: #00b38a;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    /* transition: all .3s; */
}

.gjx_cont {
    position: relative;
    padding: 0 10px;
    margin-bottom: 12px;
}

.gjx_cont .gjx_input {
    width: 240px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid rgba(153, 153, 153, 0.4);
    padding-left: 10px;
    font-size: 12px;
    color: #666;
}

.gjx_cont .wh {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/wh.png) no-repeat center;
    background-size: cover;
    margin: 5px 0 0 8px;
    cursor: pointer;
}

.gjx_cont .wh_content {
    right: -118px !important;
    width: 270px !important;
}

.fbtime {
    padding: 0 10px;
    margin-bottom: 12px;
}

.fbtime .layui-form-mid {
    margin: 0 10px !important;
    padding: 0 !important;
    line-height: 24px !important;
}

.fbtime .layui-input {
    width: 108px;
    height: 24px;
    border-radius: 3px;
    font-size: 12px !important;
    border: 1px solid rgba(153, 153, 153, 0.4);
}

.time_lis span {
    display: block;
    float: left;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 3px;
    background: rgba(238, 238, 238, 0.4);
    font-size: 13px;
    color: #666666;
    margin-left: 8px;
    cursor: pointer;
}

.time_lis span.on {
    background-color: #00b38a;
    color: #fff;
}

.pipei_btn {
    width: 320px;
    height: 48px;
    background: linear-gradient(90deg, #31d2ac 0%, #0cc69a 100%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.3s;
    margin: 30px 0 0 100px;
    text-align: center;
    line-height: 48px;
}

.pipei_btn:hover {
    opacity: 0.8;
}

.check_item {
    margin-right: 40px;
}

.check_item span {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.check_item .check_input {
    display: inline-block !important;
    vertical-align: -3px;
}

.check_item .layui-form-checkbox {
    display: none !important;
}

.check_item input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.check_item input[type="checkbox"]::after {
    width: 16px;
    height: 16px;
}

.check_item input[type="checkbox"]:checked::before {
    top: 2px;
    left: 6px;
}

.infor_content {
    width: 990px;
    padding: 0 24px 40px 24px;
    background: #ffffff;
    margin-top: 16px;
}

.user_pipei_content {
    width: 990px;
}

.tuison_box {
    width: 100%;
    background: #ffffff;
    padding-bottom: 40px;
}

.infor_content h4 {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    padding: 24px 0;
}

.no_infor {
    display: inline-block;
    margin: 40px 0 20px 0;
}

.no_infor .txt {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.no_infor .btn {
    display: block;
    width: 40px;
    height: 24px;
    background: #00b38a;
    border-radius: 3px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin: 0 24px 0 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.no_infor .btn:hover {
    opacity: 0.8;
}

.no_infor .sx {
    font-size: 14px;
    color: #00b38a;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.no_infor .sx:hover {
    text-decoration: underline;
}

#address_list,
#hy_list {
    margin-left: 40px;
}

#address_list span,
#hy_list span {
    display: inline-block;
    padding: 0 5px;
    background-color: #f79f1b;
    color: #fff;
    line-height: 20px;
    margin: 2px 3px 1px 0;
    font-size: 12px;
    cursor: pointer;
}

.fabu_table_lis .layui-table-cell .ytj {
    color: #999;
}

/* 2.0会员特权 */

.hytq_content {
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
}

.hytq_banner {
    width: 940px;
    height: 124px;
    margin: 0 auto;
}

.hytq_banner img {
    width: 100%;
}

.hy_table {
    width: 940px;
    margin: 16px auto 0;
    border-collapse: collapse;
    border-spacing: 0px;
}

.hy_table thead tr {
    height: 68px;
}

.hy_table thead th {
    width: 154px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    border: 1px solid #e5e8ed;
}

.hy_table thead .th1 {
    width: 176px;
}

.hy_table tbody tr {
}

.hy_table tbody td {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 13px 0;
    border: 1px solid #e5e8ed;
    line-height: 22px;
}

.hy_table tbody .title {
    background: #f6f6f6;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.hy_table tbody .trbg {
    background: rgba(0, 179, 138, 0.05);
}

.hy_table tbody .td1 {
    text-align: left;
    background: #fafbfa !important;
    padding-left: 28px;
}

.hy_table tbody .cha {
    display: block;
    color: #ff5a5a;
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
}

.hy_table tbody .dot {
    width: 43px;
    height: 13px;
    vertical-align: 3px;
    margin-left: 3px;
}

.hy_table tbody .dot1 {
    background: url(../img/dot1.png) no-repeat center;
    background-size: cover;
}

.hy_table tbody .dot2 {
    background: url(../img/dot2.png) no-repeat center;
    background-size: cover;
}

.hy_table tbody .dot3 {
    background: url(../img/dot3.png) no-repeat center;
    background-size: cover;
}

.hytq_btn {
    display: inline-block;
    width: 90px;
    height: 32px;
    background: #00b38a;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}

.hytq_btn:hover {
    opacity: 0.8;
}

.hy_table .price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 52px;
}

.hy_table .price .sp1 {
    display: block;
    color: #333;
    font-size: 14px;
}

.hy_table .price em {
    font-size: 16px;
    color: #ff6935;
    margin-bottom: 10px;
}

.hy_table .price i {
    color: #ff6935;
    font-size: 30px;
    font-family: DINProM;
}

.hy_table .price .sp2 {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.last_tr td {
    height: 133px;
}

.zffs_content {
    padding-bottom: 30px;
    margin-top: 20px;
    background-color: #fff;
    padding: 0 25px;
}

.zffs_content .tit {
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e8ed;
}

.zffs_content .tit span {
    color: #666;
    font-size: 14px;
    margin-left: 20px;
}

.zf_content {
    padding: 30px 0;
}

.zf_content li {
    position: relative;
    float: left;
    margin-right: 20px;
    border: 1px solid #dcdcdc;
}

.zf_content li img {
    width: 100%;
}

.zf_content .sj {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: url(../img/jiao.png) no-repeat center;
    display: none;
}

.zf_content li.on {
    border: 1px solid #f7ae1b;
}

.zf_content li.on .sj {
    display: block;
}

.zf_content .zhi_tit {
    color: #333;
    font-size: 16px;
    margin-top: 40px;
}

.zf_content .pay_ewm {
    position: relative;
    width: 160px;
    margin-top: 10px;
}

.zf_content .pay_ewm img {
    width: 100%;
}

.zf_content .pay_ewm p {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.zf_content .pay_ewm p em {
    color: #ff6935;
    font-family: DINProM;
}

.zf_content label {
    font-size: 13px;
    color: #636977;
    line-height: 13px;
    margin-top: 20px;
    display: block;
    padding-left: 18px;
}

.zf_content label a {
    color: #00b38a;
}

.zf_content .code_mask_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zf_content .code_mask_wrapper p {
    line-height: 40px;
    font-size: 16px;
    color: #181c29;
}

.zf_content .code_mask_wrapper button {
    display: block;
    width: 100px;
    height: 34px;
    background-color: #037cff;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 5px;
    transition: all 0.3s;
}

.zf_content .code_mask_wrapper button:hover {
    opacity: 0.8;
}

.last_th {
    position: relative;
    background: rgba(255, 95, 0, 0.1);
}

.last_th i {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 43px;
    height: 13px;
    background: url(../img/dot_tj.png) no-repeat center;
    background-size: cover;
}

.hy_table .xie_th {
    position: relative;
    width: 100%;
    height: 68px;
}

.hy_table .xie_th span {
    font-size: 16px;
    color: #999999;
    line-height: 18px;
}

.hy_table .xie_th .sp1 {
    margin-left: 12px;
    margin-top: 40px;
}

.hy_table .xie_th .sp2 {
    margin-right: 12px;
    margin-top: 10px;
}

.hy_table .xie_th .xian {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 186px;
    height: 1px;
    background-color: #e5e8ed;
    transform: rotate(21deg);
    transform-origin: 0% 0%;
}

.pipei_dd {
    position: relative;
}

.pipei_dd i {
    position: absolute;
    right: 36px;
    top: 4px;
    width: 43px;
    height: 12px;
    vertical-align: 3px;
    background: url(../img/dot1.png) no-repeat center;
    background-size: cover;
}

/* 优质渠道 */

.common_slidebar {
    position: relative;
    width: 200px;
    height: auto;
    background-color: #fff;
    padding: 12px 0;
    border-radius: 4px;
}

.common_slidebar dt,
.common_slidebar dd {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s;
}

.common_slidebar dt a {
    font-size: 14px;
    color: #181c29;
    display: block;
    padding-left: 24px;
    font-weight: 600;
}

.common_slidebar dt img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    vertical-align: -2px;
}

.common_slidebar dd a {
    font-size: 14px;
    color: #636977;
    display: block;
    padding-left: 40px;
}

.common_slidebar dt.on,
.common_slidebar dd.on {
    background-color: rgba(0, 179, 138, 0.06);
}

.common_slidebar dt.active a {
    background-color: #fff !important;
    cursor: text !important;
}

.common_slidebar dt:hover,
.common_slidebar dd:hover {
    background-color: rgba(0, 179, 138, 0.06);
}

.common_slidebar dt.on a,
.common_slidebar dd.on a {
    color: #00b38a;
}

.common_slidebar dt.on:after,
.common_slidebar dd.on:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 40px;
    background: #00b38a;
    left: 0;
    top: 0;
}

.common_slidebar .nwes_num {
    position: absolute;
    min-width: 16px;
    height: 16px;
    background: #ff5f00;
    border-radius: 16px;
    top: 4px;
    right: 65px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    font-family: DINProM;
    padding: 0px 2px;
}

.ux_common_content {
    width: 990px;
    min-height: 672px;
    background-color: #fff;
    padding: 24px 0 40px 0;
}

.ux_common_content .ux_tit {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    padding-left: 20px;
}

.uxdp_tip {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
    line-height: 20px;
}

.dpal_content {
    width: 936px;
    height: 280px;
    background: #fbfbfb;
    border-radius: 8px;
    border: 1px dashed #d7d7d7;
    margin: 0 auto 20px;
    padding: 20px 0 0 0;
}

.dpal_tit {
    display: block;
    width: 90px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    padding-left: 33px;
}

.dpal_form_control {
    width: 100%;
    margin-bottom: 10px;
}

.dpal_form_item {
    margin-right: 48px;
}

.dpal_form_control label {
    width: 80px;
    color: #333333;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
    letter-spacing: normal !important;
}

.dpal_form_item input {
    width: 200px;
    height: 40px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    padding-left: 12px;
}

.dp_tjal {
    width: 936px;
    height: 100px;
    background: #fbfbfb;
    border-radius: 8px;
    border: 1px dashed #d7d7d7;
    margin: 0 auto;
    cursor: pointer;
}

.dp_tjal p {
    font-size: 14px;
    color: #333333;
    line-height: 98px;
    text-align: center;
}

.top_sele h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.khgl_content {
    position: relative;
}

.khgl_ul {
    width: 100%;
    padding: 0 24px;
}

.khgl_ul li {
    float: left;
    position: relative;
    width: 216px;
    height: 260px;
    background: #ffffff;
    border: 1px solid rgba(238, 238, 238, 0.5);
    overflow: hidden;
    margin: 0 24px 20px 0;
    transition: all 0.3s;
    padding-top: 32px;
}

.khgl_ul li:nth-child(4n) {
    margin-right: 0;
}

.khgl_ul .userimg {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.khgl_ul .user_name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-top: 22px;
    text-align: center;
}

.khgl_ul .user_name i {
    vertical-align: 1px;
    font-size: 16px;
    color: #e0e0e0;
    cursor: pointer;
}

.khgl_ul .bq {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    margin-top: 10px;
    text-align: center;
}

.khgl_ul .time {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    margin-top: 10px;
    text-align: center;
}

.khgl_ul .lx_btn {
    display: block;
    width: 168px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #00b38a;
    margin: 12px auto 0;
    font-size: 14px;
    color: #00b38a;
    background-color: #fff;
    transition: all 0.3s;
}

.khgl_ul li:hover {
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.07);
}

.khgl_ul li:hover .company_del {
    display: block;
}

.khgl_ul li:hover .lx_btn {
    background: #00b38a;
    color: #fff;
}

.lxt_pop {
    background: #ffffff;
    border-radius: 2px;
    padding: 0 24px;
}

.lxt_top {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0 24px 0;
}

.lxt_top img {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.lxt_top .infor {
    padding-left: 24px;
    height: 120px;
}

.lxt_top .infor span {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.lxt_top .infor p {
    width: 182px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lxt_top .infor .gsname {
    line-height: 20px;
    margin-top: 8px;
}

.lxt_top .infor .city {
    line-height: 22px;
    margin-top: 14px;
}

.lxt_top .infor .hy {
    line-height: 22px;
    margin-top: 8px;
}

.lxt_pop .bot {
    width: 100%;
    padding: 24px 0 0 0;
}

.lxt_pop .bot li {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 8px;
}

/* 优质渠道首页 */

.dianpu_wrap {
    width: 100%;
    height: 280px;
    background: #ffffff;
    padding-top: 24px;
}

.dianpu_box {
    width: 942px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin: 0 auto;
    padding: 20px;
}

.dp_left {
    width: 670px;
    border-right: 1px solid #f0f0f0;
}

.dp_logo {
    width: 80px;
    height: 80px;
    border-radius: 1px;
}

.dp_logo img {
    width: 100%;
    height: 100%;
}

.dp_infor {
    padding-left: 16px;
}

.dp_infor h2 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dp_infor h3 {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 4px;
}

.cz_ul {
    margin-top: 10px;
}

.cz_ul a {
    float: left;
    display: block;
    height: 20px;
    background: #0f9fff;
    border-radius: 2px;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    padding: 0 10px;
    margin-right: 10px;
    transition: all 0.3s;
}

.cz_ul a:hover {
    opacity: 0.8;
}

.dp_right {
    margin: 26px 0 0 40px;
}

.dp_right i {
    float: left;
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.ux_zuan1 {
    background-image: url(../img/ux_zuan1.png);
}

.ux_zuan2 {
    background-image: url(../img/ux_zuan2.png);
}

.ux_zuan3 {
    background-image: url(../img/ux_zuan3.png);
}

.ux_zuan4 {
    background-image: url(../img/ux_zuan4.png);
}

.ux_zuan5 {
    background-image: url(../img/ux_zuan5.png);
}

.ux_qi {
    background-image: url(../img/ux_qi.png);
}

.ux_qi.on {
    background-image: url(../img/ux_qi2.png);
}

.ux_cheng {
    background-image: url(../img/ux_cheng.png);
}

.ux_cheng.on {
    background-image: url(../img/ux_cheng2.png);
}

.ux_bao {
    background-image: url(../img/ux_bao.png);
}

.ux_bao.on {
    background-image: url(../img/ux_bao2.png);
}

.ux_zi {
    background-image: url(../img/ux_zi.png);
}

.ux_zi.on {
    background-image: url(../img/ux_zi2.png);
}

.dianpu_infor {
    padding-top: 44px;
}

.dianpu_infor li {
    float: left;
    width: 20%;
    text-align: center;
}

.dianpu_infor li .sp1 {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.dianpu_infor li .sp2 {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 26px;
}

.dianpu_infor .dpdj i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dianpu_infor .dpdj .sp2 {
    margin-top: 17px;
}

.dianpu_star em {
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}

.dianpu_star .sp2 {
    margin-top: 3px !important;
}

.xiansuo_content {
    width: 100%;
    background: #ffffff;
    margin-top: 16px;
}

.xiansuo_content h4 {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    padding: 24px;
}

.xiansuo_content .more {
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    transition: all 0.3s;
}

.xiansuo_content .more:hover {
    color: #00b38a;
}

.pj_table_content .pj {
    display: block;
    line-height: 24px;
}

.pj_table_content table {
    width: 100% !important;
}

.pj_table_content thead th {
    padding: 0 !important;
}

.pj_table_content tbody td {
    padding: 13px 0 !important;
}

.pj_table_content td,
.pj_table_content th {
    border: none !important;
}

.pj_table_content tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.pj_table_content .layui-table-cell {
    height: auto !important;
}

.pj_table_content .layui-table-view {
    position: relative;
    margin: 0 !important;
    border: none;
}

.pj_table_content .layui-table-page {
    padding: 30px 20px 0;
    text-align: right;
    border: none;
    height: auto;
}

.pj_table_content th span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

/* 道具商城 */
.daoju_content {
    width: 100%;
    padding: 0px 20px;
}

.dj_item {
    position: relative;
    float: left;
    width: 465px;
    height: 250px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin: 0 20px 20px 0;
    padding: 30px 20px 0 20px;
}

.dj_item .ck {
    position: absolute;
    top: 32px;
    right: 20px;
    font-size: 13px;
    color: #00b38a;
    line-height: 23px;
}

.dj_item:nth-child(2n) {
    margin-right: 0;
}

.dj_item img {
    float: left;
    width: 100px;
    height: 100px;
}

.dj_item .infor {
    width: 320px;
    padding-left: 20px;
}

.dj_item .infor h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.dj_item .infor p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 8px;
}

.dj_item .infor .jg {
    display: block;
    color: #ff6000;
    font-size: 16px;
    margin: 20px 0;
    font-family: DINProM;
    line-height: 25px;
}

.dj_item .infor .jg em {
    color: #ff6000;
    font-size: 28px;
}

.dj_item .infor .btn {
    display: block;
    width: 90px;
    height: 36px;
    background: #00b38a;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s;
}

.dj_item .infor .btn:hover {
    opacity: 0.8;
}

.djgm_content {
    background: #ffffff;
    border-radius: 4px;
    padding: 30px 20px;
}

.djgm_top {
    margin-bottom: 28px;
}

.djgm_top .infor {
    width: 1040px;
    padding: 0 0 30px 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.djgm_top img {
    float: left;
    width: 100px;
    height: 100px;
}

.djgm_top h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.djgm_top p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 8px;
}

.djgm_item {
    width: 100%;
    padding-left: 120px;
    margin-bottom: 30px;
}

.djgm_item.bot0 {
    margin-bottom: 0 !important;
}

.djgm_item .lable {
    float: left;
    line-height: 42px;
    width: 84px;
    color: #666666;
    font-size: 16px;
}

.djgm_item .list {
    float: left;
    width: calc(100% - 84px);
    max-height: 312px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 5px 20px;
    overflow-y: auto;
}

.djgm_item .list_item {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.djgm_item .list_item:last-of-type {
    border-bottom: none;
}

.djgm_item .list_item .bq {
    float: left;
    width: 76px;
    height: 24px;
    background: rgba(0, 179, 138, 0.1);
    border-radius: 4px;
    font-size: 14px;
    color: #00b38a;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}

.djgm_item .list_item a {
    float: left;
    width: 590px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.djgm_item .list_item a:hover {
    color: #00b38a;
}

.djgm_item .jm-checkbox-wrapper {
    line-height: 24px;
    margin-right: 22px;
}

.djgm_item .time li {
    position: relative;
    float: left;
    width: 100px;
    height: 42px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dddddd;
    line-height: 42px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.djgm_item .time li i {
    display: none;
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 19px;
    height: 19px;
    background: url(../img/sj_icon.png) no-repeat center;
    background-size: cover;
}

.djgm_item .time li.on {
    border: 1px solid #00b38a;
}

.djgm_item .time li.on i {
    display: block;
}

.djgm_item .sj {
    font-size: 14px;
    color: #666666;
}

.djgm_item .dqsj {
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    margin-left: 20px;
}

.djgm_item .allprice {
    color: #ff5800;
    font-size: 20px;
    line-height: 32px;
    font-family: DINProM;
}

.djgm_item .allprice em {
    color: #ff5800;
    font-size: 36px;
}

.djgm_item .xy {
    padding-left: 84px;
}

.djgm_item .xy input {
    float: left;
    margin: 3px 6px 0 0;
}

.djgm_item .xy .txt {
    font-size: 14px;
    color: #999;
}

.djgm_item .xy .txt a {
    color: #00b38a;
}

.djgm_item .gm_btn {
    width: 160px;
    height: 44px;
    background: #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: not-allowed;
}

.djgm_item .gm_btn.active {
    background: #00b38a;
    cursor: pointer;
}

.common_nothing.djgm {
    height: 360px !important;
}

.common_nothing.djgm p {
    line-height: 80px;
}

.common_nothing.djgm a {
    display: inline-block;
    width: 64px;
    height: 24px;
    background: #00b38a;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    margin-left: 16px;
}

/* 会员自动留言弹窗 */
.zdly_pop {
    position: relative;
    width: 412px;
    background: #ffffff;
    border-radius: 4px;
}

.zdly_pop .top {
    width: 100%;
    height: 100px;
    background: url(../img/zdly_bg.png) no-repeat center;
    background-size: cover;
    padding: 24px 0 0 30px;
}

.zdly_pop .top h2 {
    font-size: 24px;
    color: #ffe8b3;
    line-height: 24px;
}

.zdly_pop .top p {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-top: 14px;
}

.zdly_pop .bot {
    padding: 40px 30px;
}

.zdly_pop .bot .tit {
    font-size: 16px;
    color: #333;
}

.zdly_pop .bot .tit em {
    font-size: 14px;
    color: #666;
}

.zdly_pop .bot ul {
    margin: 20px -10px 0 0;
}

.zdly_pop .bot li {
    float: left;
    width: 110px;
    height: 52px;
    background: #f4f5f9;
    border-radius: 4px;
    border: 1px solid #dadadf;
    text-align: center;
    line-height: 52px;
    color: #666;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
}

.zdly_pop .bot li b {
    color: #333;
    font-size: 24px;
    font-family: DINProM;
}

.zdly_pop .bot li.on {
    border: 1px solid #00b38a;
    color: #00b38a;
}

.zdly_pop .bot li.on b {
    color: #00b38a;
}

.zdly_pop .bot .tips {
    color: #ff6935;
    font-size: 12px;
    margin: 20px 0;
}

/* .zdly_pop .ly_close {
    float: left;
    width: 171px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #DADADF;
    color: #666666;
    font-size: 16px;
} */

.zdly_pop button {
    float: right;
    width: 171px;
    height: 44px;
    background: #00b38a;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

/* 会员特权3.0 */
.user_header {
    width: 100%;
    background: #fff;
}

.user_header ul li {
    position: relative;
    float: left;
    line-height: 42px;
    margin-right: 34px;
}

.user_header li .nav_tit {
    font-weight: 600 !important;
    font-size: 16px;
    color: #333;
    display: block;
}

.user_header li:hover .nav_tit {
    color: #00b38a;
}

.user_header li.on .nav_tit {
    color: #00b38a;
}

.hytq_section {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #fb4716 0%, #fda767 26%, #fffaf1 61%, #fff9f1 100%);
}

.hytq_section .main {
    position: relative;
    padding: 20px 0 50px 0;
}

.hytq_section .hybg_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 1322px;
    height: 636px;
    z-index: 0;
}

.hytq_right {
    position: relative;
    width: 980px;
    min-height: 780px;
    z-index: 1;
}

.hytq_title {
    width: 100%;
    padding: 12px 0;
}

.hytq_title h2 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 36px;
}

.hytq_title span {
    float: right;
    width: 112px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.hy_txt {
    width: 600px;
    margin-top: 248px;
    padding-left: 17px;
}

.hy_txt li {
    position: relative;
    float: left;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #ffffff;
    padding-left: 36px;
}

.hy_txt li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/img_new/hy_txt_icon.png);
    background-size: 156px 26px;
}

.hy_txt li:nth-of-type(1)::before {
    background-position: -26px 0;
}

.hy_txt li:nth-of-type(2)::before {
    background-position: -52px 0;
}

.hy_txt li:nth-of-type(3)::before {
    background-position: -78px 0;
}

.hy_txt li:nth-of-type(4)::before {
    background-position: -104px 0;
}

.hy_txt li:nth-of-type(5)::before {
    background-position: -130px 0;
}

.hy_txt li:nth-of-type(6)::before {
    background-position: -156px 0;
}

.hy_txt li:nth-of-type(1),
.hy_txt li:nth-of-type(4) {
    width: 240px;
}

.hy_txt li:nth-of-type(2),
.hy_txt li:nth-of-type(5) {
    width: 160px;
}

.hy_txt li:nth-of-type(3),
.hy_txt li:nth-of-type(6) {
    width: 180px;
}

.hytq_right .gw_box {
    margin-top: 20px;
    padding-left: 17px;
}

.hytq_right .gw_btn {
    float: left;
    width: 193px;
    height: 50px;
    background: linear-gradient(316deg, #fe0e07 0%, #fe8003 100%);
    box-shadow: 0px 6px 30px 1px rgba(210, 0, 0, 0.2);
    border-radius: 8px;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

.hytq_right .gw_btn:hover {
    opacity: 0.8;
}

.gw_swiper {
    width: 100%;
    float: left;
    height: 50px;
}

.gw_swiper .item {
    width: 100%;
    height: 100%;
}

.gw_swiper .item img {
    float: left;
    width: 22px;
    height: 22px;
    background: #ffffff;
    opacity: 1;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 14px;
}

.gw_swiper .item p {
    float: left;
    width: 400px;
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hytq_right .vip_ul {
    width: 100%;
    display: flex;
    /* align-items: flex-end; */
    margin-top: 10px;
}

.hytq_right .vip_ul .item {
    position: relative;
    width: 190px;
    height: 612px;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid #fff;
    transition: all 0.3s;
    margin-right: 7px;
}

.hytq_right .vip_ul .item5 {
    height: 666px;
    margin-right: 0;
    margin-top: -20px;
}

.hytq_right .vip_ul .item:hover {
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.07);
    transform: translateY(-8px);
}

.hytq_right .vip_ul .item .hyxf_hot {
    position: absolute;
    top: 58px;
    right: 0;
    width: 62px;
    height: 35px;
    z-index: 2;
}

.vip_ul .top {
    position: relative;
    height: 234px;
}

.vip_ul .item5 .top {
    height: 254px;
}

.vip_ul .top .t {
    display: block;
    width: 100%;
    height: 12px;
    border-radius: 6px 6px 0px 0px;
}

.vip_ul .top .t1 {
    background: #d5dbe8;
}

.vip_ul .top .t2 {
    background: linear-gradient(129deg, #e2ebff 0%, #95aee6 100%);
}

.vip_ul .top .t3 {
    background: linear-gradient(129deg, #00d2a2 0%, #00b38a 100%);
}

.vip_ul .top .t4 {
    background: linear-gradient(134deg, #ffcd3a 0%, #ffa200 100%);
}

.vip_ul .top .t5 {
    display: block;
    width: 100%;
    height: 32px;
    background: linear-gradient(135deg, #ff8000 0%, #ff0000 100%);
    border-radius: 6px 6px 0px 0px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.vip_ul .top h2 {
    font-size: 20px;
    font-weight: 600;
    color: #181c29;
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
}

.vip_ul .top .price {
    display: block;
    font-size: 16px;
    color: #181c29;
    text-align: center;
    margin-top: 18px;
}

.vip_ul .top .price2 {
    color: #ff5f00;
}

.vip_ul .top .price i {
    font-size: 20px;
}

.vip_ul .top .price em {
    font-size: 30px;
    font-family: DINProM;
}

.vip_ul .top .y_price {
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #828897;
    line-height: 16px;
}

.vip_ul .top .y_price.active {
    text-decoration: line-through;
}

.vip_ul .top .t_price {
    display: block;
    width: 106px;
    background: rgba(0, 179, 138, 0.1);
    border-radius: 11px;
    color: #00b38a;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin: 17px auto 0;
}

.vip_ul .top .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.vip_ul .top .btn1 {
    background: #d5dbe8;
}

.vip_ul .top .btn2 {
    background: #fff;
    border: 1px solid #d5dbe8;
    color: #333333;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.vip_ul .top .btn3,
.vip_ul .top .btn4 {
    background: #00b38a;
    cursor: pointer;
}

.vip_ul .top .btn1:hover {
    cursor: inherit;
}

.vip_ul .top .btn3:hover,
.vip_ul .top .btn4:hover,
.vip_ul .top .btn5:hover {
    opacity: 0.8;
}

.vip_ul .top .btn5 {
    background: linear-gradient(135deg, #ff8000 0%, #ff0000 100%);
}

.vip_ul .bot {
    padding: 20px 16px;
    font-size: 12px;
}

.vip_ul .bot em {
    display: block;
    width: 100%;
    line-height: 32px;
    background: rgba(213, 219, 232, 0.2);
    border-radius: 4px;
    color: #828897;
    text-align: center;
    margin-bottom: 6px;
}

.vip_ul .bot p {
    display: flex;
    justify-content: space-between;
    line-height: 28px;
    position: relative;
}

.vip_ul .bot p span {
    color: #636977;
}

.vip_ul .bot p .org {
    color: #ff5f00;
}

.vip_ul .bot p .songIcon {
    width: 14px;
    height: 14px;
    position: absolute;
    left: -16px;
    top: 6px;
    /* animation: jumpBoxHandler 1.8s infinite; */
}

@keyframes jumpBoxHandler {
    /* css事件 */
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 5px);
        /* 可配置跳动方向 */
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.jpdh_pop {
    height: 276px;
    background: #ffffff;
    border-radius: 4px;
    padding: 40px 0 0 0;
    text-align: center;
}

.jpdh_pop h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
}

.jpdh_pop input {
    width: 431px;
    height: 68px;
    background: #f2f4f7;
    border-radius: 4px;
    border: 1px solid #d5dbe8;
    font-size: 18px;
    color: #000000;
    margin: 30px auto 0;
    text-align: center;
}

.jpdh_pop button {
    width: 222px;
    height: 44px;
    background: #00b38a;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 44px;
    margin: 30px auto 0;
}

.zsfl_box {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 24px;
    height: 50px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 20px;
}

.zsfl_box img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.zsfl_box p {
    color: #181c29;
    font-size: 14px;
}

.zsfl_box span {
    font-weight: 600;
}

.zsfl_box em {
    font-weight: 600;
    color: #ff5f00;
}

/* 认证管理 */
.user_bread_nav {
    font-size: 16px;
}

.user_bread_nav a {
    color: #636977;
}

.user_bread_nav span {
    color: #181c29;
    cursor: text;
}

.user_bread_nav a:hover {
    color: #181c29;
}

.rzgl_content {
    width: 100%;
    padding: 10px 30px 30px 30px;
}

.rzgl_item {
    position: relative;
    width: 430px;
    height: 107px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eaedf3;
    margin-bottom: 20px;
    padding: 30px 30px 0 74px;
    display: flex;
    justify-content: space-between;
}

.rzgl_item .info {
    display: flex;
    flex-direction: column;
}

.rzgl_item .info span {
    font-size: 16px;
    color: #181c29;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.rzgl_item .info em {
    font-size: 13px;
    color: #636977;
    line-height: 15px;
    margin-top: 10px;
}

.rzgl_item .btn {
    width: 90px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eaedf3;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    color: #636977;
    transition: all 0.3s;
}

.rzgl_item:hover .btn {
    border: 1px solid #00b38a;
    background: #00b38a;
    color: #fff;
}

.rzgl_item .icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.rzgl_item .info i {
    display: block;
    height: 20px;
    margin-left: 10px;
}

.rzgl_item .info .mprz {
    margin-left: 12px;
}

.smrz_pop {
    width: 500px;
    height: 337px;
    background: #ffffff;
    border-radius: 4px;
    padding: 30px;
}

.smrz_pop h2 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.smrz_pop .p1 {
    font-size: 14px;
    color: #181c29;
    line-height: 24px;
    margin-top: 20px;
}

.smrz_pop img {
    display: block;
    width: 137px;
    height: 137px;
    margin: 20px auto 16px;
}

.smrz_pop .p2 {
    font-size: 14px;
    color: #d57611;
    line-height: 24px;
    text-align: center;
}

.zhgl_content {
    width: 100%;
    padding: 38px 30px 0 30px;
}

.zhgl_item {
    float: left;
    position: relative;
    width: 290px;
    height: 42px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding-left: 42px;
    margin-bottom: 56px;
    margin-right: 170px;
}

.zhgl_item:nth-child(2n) {
    margin-right: 0 !important;
}

.zhgl_item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.zhgl_item .info {
    display: flex;
    flex-direction: column;
}

.zhgl_item .info span {
    font-size: 14px;
    color: #181c29;
    line-height: 16px;
}

.zhgl_item .info em {
    font-size: 13px;
    color: #636977;
    line-height: 15px;
    margin-top: 10px;
}

.zhgl_item .btn {
    width: 70px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eaedf3;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    color: #636977;
    transition: all 0.3s;
}

.zhgl_item:hover .btn {
    border: 1px solid #00b38a;
    background: #00b38a;
    color: #fff;
}

.zhzx_content {
    padding: 40px;
}

.zhzx_content h2 {
    font-weight: bold;
    font-size: 16px;
    color: #181c29;
    line-height: 19px;
}

.zhzx_content h4 {
    font-weight: bold;
    font-size: 16px;
    color: #ff5f00;
    line-height: 19px;
    margin-top: 10px;
}

.zhzx_content p {
    font-size: 13px;
    color: #636977;
    line-height: 30px;
    margin-top: 20px;
}

.zhzx_content p em {
    color: #d57611;
}

.zhzx_bot {
    padding-top: 30px;
}

.zhzx_bot .zhzx_label {
    display: flex;
    align-items: center;
}

.zhzx_bot .zhzx_label .txt {
    font-size: 12px;
    color: #636977;
    line-height: 14px;
    margin-left: 10px;
}

.zhzx_bot .btn {
    width: 300px;
    height: 40px;
    background: #00b38a;
    border-radius: 4px;
    opacity: 0.5;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.zhzx_bot .btn.on {
    opacity: 1;
    cursor: pointer;
}

.yz_pop {
    width: 500px;
    background: #ffffff;
    border-radius: 4px;
    padding: 30px;
}

.yz_pop h2 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
}

.yz_pop .tip {
    font-size: 12px;
    color: #d57611;
    line-height: 16px;
    margin-top: 12px;
    margin-bottom: 30px;
}

.yz_pop .form_item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.yz_pop .form_item .lable {
    width: 90px;
    font-size: 14px;
    color: #181c29;
    line-height: 40px;
    text-align: right;
    padding-right: 14px;
}

.yz_pop .form_cont {
    position: relative;
}

.yz_pop .form_item p {
    color: #181c29;
    font-size: 14px;
}

.yz_pop .form_item p a {
    color: #00b38a;
}

.yz_pop .form_item p a:hover {
    text-decoration: underline;
}

.yz_pop input {
    width: 300px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    padding-left: 14px;
}

#yz_pop_sj .getCode {
    position: absolute;
    right: 1px;
    width: 112px;
    height: 100%;
    font-size: 14px;
    color: #00b38a;
    line-height: 20px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

#yz_pop_yx .getCode {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 112px;
    font-size: 14px;
    color: #00b38a;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    height: 38px;
}

#yz_pop_yx .getCode:focus {
    border: none !important;
}

.yz_pop .yzm_img {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 112px;
    height: 38px;
    border-radius: 4px;
    cursor: pointer;
}

.yz_pop .form button {
    width: 140px;
    height: 40px;
    background: #00b38a;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 20px 0 0 90px;
    font-size: 14px;
    color: #ffffff;
}

.yz_pop .change_txt {
    display: block;
    font-size: 12px;
    color: #00b38a;
    line-height: 14px;
    margin: 20px 0 0 90px;
    cursor: pointer;
}

.anli_pop {
    min-height: 200px;
    max-height: 494px;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 0 20px 20px;
}

.anli_pop .anli_box {
    white-space: pre-line;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    overflow-y: auto;
}

.anli_pop .txt {
    margin-top: 20px;
}

.anli_pop h2 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 20px;
}

.anli_pop p {
    font-size: 13px;
    color: #494e60;
    line-height: 26px;
    text-align: justify;
}

.anli_pop img {
    width: 100%;
    height: 309px;
}

/* app下载 */
.appdown_section {
    width: 100%;
    min-height: 814px;
    background: url(../img/appdown_bg.jpg) no-repeat top center #00c598;
    background-size: 100% 814px;
}

.appdown_section .main {
    padding: 20px 0 30px 0;
}

.appdown_right {
    position: relative;
    width: 940px;
    z-index: 1;
}

.appdown_right .app_title {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}

.appdown_top {
    width: 100%;
    padding-right: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.appdown_top .txt_tu {
    position: relative;
    width: 502px;
}

.appdown_top .txt_tu img {
    width: 100%;
}

.appdown_top .txt_tu .v {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 32px;
    background: #ffffff;
    border-radius: 16px 16px 16px 0px;
    position: absolute;
    left: 246px;
    top: 16px;
    font-size: 14px;
    color: #00b38a;
}



.appdown_top .ewm_item .ewm {
    width: 98px;
    height: 98px;
}

.appdown_top .ewm_item p {
    font-size: 14px;
    color: #181c29;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.appdown_top .ewm_item p img {
    width: 24px;
}

.appdown_swiper_content {
    width: 100%;
    height: 570px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    margin-top: 50px;
}

.appdown_nav {
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px;
}

.appdown_nav li {
    position: relative;
    width: 50px;
    line-height: 66px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
}

.appdown_nav li:hover {
    font-weight: bold;
    font-size: 16px;
}

.appdown_nav li.on {
    font-weight: bold;
    font-size: 16px;
}

.appdown_nav li.on:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 3px;
    bottom: 8px;
    left: 0;
    background: #fff;
}

.appdown_swiper .item {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 70px 0 0 60px;
}

.appdown_swiper .item h2 {
    font-size: 50px;
    color: #ffffff;
    line-height: 59px;
}

.appdown_swiper .item p {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    margin-top: 20px;
}

.appdown_swiper .item img {
    position: absolute;
    width: 325px;
    top: 0;
    right: 50px;
}

.appdown_swiper .next,
.appdown_swiper .prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s;
}

.appdown_swiper .next {
    bottom: 170px;
    left: 120px;
}

.appdown_swiper .prev {
    bottom: 170px;
    left: 60px;
}

.appdown_swiper .next:hover,
.appdown_swiper .prev:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* #barDemo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
} */
.refresh_box {
    width: 540px;
    /* height: 315px; */
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}
.refresh_box .h2 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}
.refresh_box .desc {
    font-weight: 400;
    font-size: 12px;
    color: #636977;
    line-height: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.refresh_box .content {
    width: 480px;
    height: 88px;
    padding: 14px 20px;
    box-sizing: border-box;
    background: #f2f4f7;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.refresh_box .content img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.refresh_box .content .c_box .title {
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #181c29;
    line-height: 19px;
}
.refresh_box .content .c_box .num {
    font-weight: 400;
    font-size: 12px;
    color: #636977;
    line-height: 14px;
}
.refresh_box .content .c_box .num span {
    color: #ff5f00;
}

.refresh_box  .btn2,
.refresh_box  .btn {
    width: 88px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    color: #636977;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    cursor: not-allowed;
}
.refresh_box  .btn {
    background: #00b38a;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.refresh_box .vip {
    padding: 20px;
    width: 100%;
    background-color: #f2f4f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.refresh_box .vip .left {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
.refresh_box .vip .left .title {
    display: flex;
    align-items: center;
}
.refresh_box .vip .left .vipIcon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.refresh_box .vip .left .tips {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    cursor: pointer;
    position: relative;
}
.refresh_box .vip .left > .desc {
    font-weight: 400;
    font-size: 13px;
    color: #636977;
    line-height: 15px;
    margin-top: 12px;
    margin-bottom: 0 !important ;
}



.more {
    position: absolute;
    left: -130px;
    width: 130px;
    top: 0;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    line-height: 26px;
    /* 添加阴影效果 */
}

.more.layui-table-cell {
    line-height: 26px !important;
}

.tooltip-box {
    position: absolute;
    background: #fff;
    width: 400px;
    color: #333;
    /* left: 300px; */
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 19991020;
    white-space: pre-line; /* 保持换行 */
}

.tooltip-box::after {
    content: "";
    position: absolute;
    left:calc(50% - 100px);
    bottom: -11px; /* 调整箭头位置 */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; /* 箭头颜色 */
}
select {
    border: none;
    height: 36px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #eaedf3;
    text-align: center;
    padding: 0 20px;
    line-height: 36px;
}
.refresh_box .set {
    display: flex;
    margin-top: 12px;
    align-items: center;
}

.refresh_box .set .time {
    width: 84px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #eaedf3;
    margin-left: 10px;
}
.refresh_box .set .tips_title {
    font-size: 13px;
    line-height: 18px;
    color: #181c29;
    margin-left: 10px;
}
