/*字体*/
@font-face {
    font-family: "Lato";
    src: url("https://file.bagevent.com/resources/fonts/Lato/font.ttf?version=1") format("TrueType"),
    url("https://file.bagevent.com/resources/fonts/Lato/font.woff?version=1") format("woff");
}

@font-face {
    font-family: "Lato";
    src: url("https://file.bagevent.com/resources/fonts/Lato/fontbold.ttf?version=1") format("TrueType"),
    url("https://file.bagevent.com/resources/fonts/Lato/fontbold.woff?version=1") format("woff");
    font-weight: bold;
}

/*公共样式*/
* {
    text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
ul,
li {
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    font-family: "Lato", "Chinese Quote", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
    background: #fff;
    font-weight: 400;
    min-height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

a {
    background: transparent;
    color: #4076ff;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 12px;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

iframe {
    border: 0;
}

ul {
    list-style: none;
}

/*自定义滚动条*/
@media screen and (max-width: 1024px) {
    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background-color: transparent;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    ::-webkit-scrollbar-track {
        background-color: transparent;
    }

    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
}

/**/
.col_lg_12 {
    width: 100%;
    float: left;
}

.col_lg_11 {
    width: 91.66666667%;
    float: left;
}

.col_lg_10 {
    width: 83.33333333%;
    float: left;
}

.col_lg_9 {
    width: 75%;
    float: left;
}

.col_lg_8 {
    width: 66.66666667%;
    float: left;
}

.col_lg_7 {
    width: 58.33333333%;
    float: left;
}

.col_lg_6 {
    width: 50%;
    float: left;
}

.col_lg_5 {
    width: 41.66666667%;
    float: left;
}

.col_lg_4 {
    width: 33.33333333%;
    float: left;
}

.col_lg_3 {
    width: 25%;
    float: left;
}

.col_lg_2 {
    width: 16.66666667%;
    float: left;
}

.col_lg_1 {
    width: 8.33333333%;
    float: left;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

@media screen and (max-width: 1024px) {
    .col_lg_1,
    .col_lg_2,
    .col_lg_3,
    .col_lg_4,
    .col_lg_5,
    .col_lg_6,
    .col_lg_7,
    .col_lg_8,
    .col_lg_9,
    .col_lg_10,
    .col_lg_11 {
        width: 100%;
    }
}

/*图标*/
@font-face {
    font-family: "iconfont";
    src: url("../fonts/marketup/iconfont.eot?version=1");
    /* IE9*/
    src: url("../fonts/marketup/iconfont.eot?#iefix?version=1") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/marketup/iconfont.woff?version=1") format("woff"),
        /* chrome、firefox */ url("../fonts/marketup/iconfont.ttf?version=1") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/marketup/iconfont.svg#iconfont?version=1") format("svg");
    /* iOS 4.1- */
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

i.icon {
    margin-right: 4px;
}

/*浮动与清浮动*/
.f_l {
    float: left !important;
}

.f_r {
    float: right !important;
}

.clearfix:before,
.clearfix:after,
.form_li:before,
.form_li:after,
.con_l:before,
.con_l:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.form_li:after,
.con_l:after {
    clear: both;
}

.clear {
    clear: both;
    float: none;
}

/*表单*/
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 1px;
    margin-right: 4px;
    vertical-align: middle;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
    overflow: auto;
    -webkit-appearance: none;
    resize: none;
    line-height: 1.5 !important;
    display: block;
    background: #f4f5f9;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    height: 122px;
    border-radius: 3px;
    width: auto;
}

input[type="text"],
.input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #222;
    cursor: pointer;
}

select {
    box-sizing: border-box !important;
    padding: 0 12px;
    background: url(/img/select_bg.png) no-repeat right center #f4f5f9;
    background-size: 24px auto;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    padding-right: 24px;
    height: 40px;
    border-radius: 2px;
    background-position-x: 99%;
}

select::-ms-expand {
    display: none;
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}

select.block {
    width: 100%;
}

.input {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin-top: auto;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    line-height: 40px !important;
    height: 40px;
    -ms-flex-preferred-size: 26px;
    width: auto;
    background: #f4f5f9;
    border-radius: 3px;
    box-sizing: border-box;
}

.input:hover,
select:hover,
textarea:hover {
    border: 1px solid rgba(0, 0, 0, 0.36) !important;
}

.input.error,
.input.Validform_error {
    border: 1px solid #fc6670 !important;
}

.input:focus,
select:focus,
textarea:focus {
    border: 1px solid rgba(0, 160, 232, 1) !important;
}

.input:invalid {
    outline: none;
    box-shadow: none;
}

.input_box {
    position: relative;
}

.input_box .input {
    width: 100%;
}
.input_box .companyList {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transform: translateY(100%);
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.input_box .companyList .companySuggestion {
    padding: 6px 12px;
    cursor: pointer;
}
.input_box .companyList .companySuggestion:hover {
    background-color: #f4f5f9;
}

.input_box .select_possibility {
    display: flex;
    padding: 0;
}

.input_box .select_possibility div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 10;
    position: relative;
}

.input_box .select_possibility div:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 30px;
    border: 1px dashed rgba(0, 0, 0, 0.0588235294117647);
}

.input_box .select_possibility div:last-child:after {
    border: none;
}

.input_box .selected_color {
    color: #ffffff;
    background: #4076ff;
}

.input_box.input_box_icon a {
    float: right;
    margin: 4px 10px 0 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.input_box .company_ipt {
    width: 190px;
}

.input_box .s_n {
    position: absolute;
    right: 52px;
    line-height: 16px;
    margin-top: -8px;
    top: 50%;
    font-size: 12px;
    color: #ccc;
}

.input_box_icon .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px;
    line-height: 1;
}

.input_box_icon .input {
    padding-left: 40px;
}

.input_box_search {
    position: relative;
}

.input_box_search .search_list {
    margin-top: 10px;
    left: 10px;
    right: 10px;
    height: 268px;
    overflow-y: auto;
    overflow-x: hidden;
}

.input_box_search .search_list .box {
    display: flex;
    padding: 4px 10px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.input_box_search .search_list .n {
    font-size: 12px;
    color: #979ca3;
}

@media screen and (max-width: 1024px) {
    .input_box_search .search_list .box {
        padding: 10px 0;
    }

    .input_box_search .search_list {
        left: 0;
        right: 0;
        height: 40vh;
    }
}

.unclickable {
    background-color: #f4f5f9;
    cursor: not-allowed !important;
    color: #979ca3;
    -webkit-text-fill-color: #979ca3;
}

.unclickable:hover {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.unclickable:focus {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.textarea_box .input_textarea {
    width: 100%;
}

.btn_addfile {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    z-index: 2;
    text-decoration: none !important;
    color: inherit;
}

.btn_addfile:hover {
    color: inherit;
}

.btn_addfile .file_prew {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn_addfile .text {
    display: block;
    width: 100%;
}

.btn_addfile .text .icon {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    select {
        height: 50px;
    }

    .input {
        height: 50px;
        line-height: 50px !important;
    }
}

/*表单项*/
.form_item_error {
    color: #fc4f67;
    margin-top: 8px;
}

.groupField .groupFieldName {
    font-size: 16px;
    margin-bottom: 12px;
}
.groupField .groupFieldChildren {
    margin-left: 20px;
}
.groupField .form_item {
    margin-bottom: 16px;
}
.groupField .label {
    font-size: 14px;
    margin-bottom: 8px;
}
.form_item {
    margin-bottom: 24px;
}
.form_item.nested {
    margin-bottom: 16px;
}
.form_item.nested .label {
    font-size: 14px;
    margin-bottom: 8px;
}
.form_item .label .h_label {
    font-size: 12px;
}

.form_item .itemGroup {
    color: #212121;
    font-size: 14px;
    line-height: 1.4;
}
.form_item .itemGroup .addItemButton {
    height: 32px;
    width: 80px;
    margin-top: 4px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 2px;
    display: grid;
    place-content: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}
.form_item .itemGroup .itemGroupTable {
    display: grid;
    grid-template-columns: 60px repeat(var(--cols), minmax(160px, 1fr));
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.form_item .itemGroup .itemGroupTable::-webkit-scrollbar {
    display: none;
}
.form_item .itemGroupTable .itemGroupTableRow {
    position: relative;
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
}
.form_item .itemGroupTable .itemGroupTableRow.itemGroupTableHeadRow .itemGroupTableCell {
    padding: 10px 12px;
}
.form_item .itemGroupTable .itemGroupTableRow.itemGroupTableHeadRow .itemGroupTableCell.required::after {
    content: '*';
    margin-left: 4px;
    color: #fc4f67;
}
.form_item .itemGroupTable .itemGroupTableRow.emptyRow {
    height: 20px;
}
.form_item .itemGroupTable .itemGroupTableRow + .itemGroupTableRow {
    border-top: 1px solid rgba(0,0,0,0.12);
}
.form_item .itemGroupTable .itemGroupTableRow .itemGroupTableCell {
    position: relative;
    height: 42px;
}
.form_item .itemGroupTable .itemGroupTableRow .itemGroupTableRemove {
    display: block;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
.form_item .itemGroupTable .itemGroupTableCell + .itemGroupTableCell {
    border-left: 1px solid rgba(0,0,0,0.12);
}
.form_item .itemGroupTable .itemGroupValue {
    padding: 10px 12px;
    height: 100%;
}
.form_item .itemGroupTable .itemGroupValue .placeholder {
    color: #BABDC3;
}
.form_item .itemGroupTable .itemGroupInput {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 43px;
    width: calc(100% + 2px);
    border: 1px solid #db2231;
}
.form_item .itemGroupTable .itemGroupInput > input,
.form_item .itemGroupTable .itemGroupInput > select {
    height: 100%;
    width: 100%;
    padding: 10px 12px;
    border: none;
    font-size: 14px;
    line-height: 1.2;
}
.form_item .itemGroupTable .itemGroupInput .uploadFile {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.form_item .itemGroupTable .uploadFile > input {
    display: none;
}
.form_item .itemGroupTable .uploadFile > button {
    height: 24px;
    width: 60px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 2px;
    background-color: transparent;
    display: grid;
    place-content: center;
    font-size: 12px;
    line-height: 1;
}
.itemGroupPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}
.itemGroupPopup .itemGroupPopupForm {
    position: fixed;
    top: 5vh;
    left: 5vw;
    height: 90vh;
    width: 90vw;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow-y: auto;
}
.itemGroupPopup .itemGroupPopupForm .buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}
.itemGroupPopup .itemGroupPopupForm .buttons .button {
    flex: 1;
    border-width: 1px;
    border-style: solid;
}

.form_item .possibility {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    line-height: 22px;
    color: #808285;
    margin-bottom: 10px;
    margin-top: -3px;
}

.form_item .filename_url {
    display: flex;
    justify-content: space-between;
    z-index: 10;
    background: #f4f5f9;
    padding: 8px;
    margin-top: 8px;
}

.form_item .filename_url .filename {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #232f3e;
}

.form_item .label {
    font-size: 16px;
    margin-bottom: 12px;
}

.form_item .label .error_meg {
    color: #fc4f67;
    margin-left: 8px;
}

.form_item .label .h_label {
    display: block;
    color: #6b717b;
    font-size: 14px;
}

.form_item .avatar_box {
    width: 100%;
    background: #f4f5f9;
    border-radius: 3px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.form_item .avatar_left {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 2px;
    float: left;
}

.form_item .avatar_right {
    margin-left: 80px;
    padding-left: 10px;
}

.form_item .avatar_right .atop {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.form_item .avatar_right .abotm {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 10px;
    font-size: 12px;
    color: #6b717b;
}

.form_item .tel_input .input {
    border-radius: 3px 3px 0 0;
}

.form_item .app_code {
    position: relative;
}

.form_item .app_code .input {
    margin-top: -1px;
    border-radius: 0 0 3px 3px;
}

.form_item .app_code img {
    position: absolute;
    right: 138px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.form_item .app_code .test {
    width: 138px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.form_item .app_code .test .again {
    color: #8d8d8d;
}

.form_item .rate {
    display: flex;
    align-items: center;
}
.form_item .rate .rates {
    display: flex;
    gap: 16px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    user-select: none;
}
.form_item .rate .rates .rateItem {
    position: relative;
}
.form_item .rate .rates .rateItem .tooltip {
    display: none;
    position: absolute;
    top: -24px;
    left: 0;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.6);
    color: #FFFFFF;
    font-size: 12px;
    white-space: nowrap;
}
.form_item .rate .rates .rateItem:hover .tooltip {
    display: block;
}
.form_item .rate .rates .rateItemStar {
    color: #808285;
    font-size: 22px;
}
.form_item .rate .rates .rateItemStar.rateItemActive {
    color: #F7BF23;
}
.form_item .rate .rateValue {
    margin-left: 24px;
    color: #F7BF23;
    font-size: 16px;
}
.form_item .rate .rateClear {
    margin-left: 24px;
    color: gray;
    font-size: 16px;
    cursor: pointer;
}
.form_item .f_con label.it {
    display: flex;
    width: 100%;
    cursor: pointer;
    margin-bottom: 12px;
}

.form_item .f_con label.it .lam {
    width: fit-content;
    flex: auto;
}

.form_item .f_con.column.radio {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    gap: 1px;
}
.form_item .f_con.column.radio .it {
    border: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}
.form_item .f_con.column .it {
    flex-direction: column;
    align-items: start;
    padding: 8px 12px;
    min-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none !important;
    margin-bottom: 0;
    background: #f4f5f9;
}

.form_item .f_con.column .it:first-child {
    border-radius: 3px 3px 0 0;
}

.form_item .f_con.column .it:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0 0 3px 3px;
}

.form_item .f_con.column .it .image {
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left;
}
.form_item .f_con.column .it .bottom {
    display: flex;
    align-items: center;
}

.form_item input[type="radio"],
.form_item input[type="checkbox"] {
    display: none;
}

.form_item .input_radio {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    float: left;
    margin-right: 8px;
    background: #fff;
}

.form_item .input_radio.input_checkbox {
    border-radius: 2px;
}

.form_item .input_radio:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px;
}

.form_item input[type="radio"]:checked + .input_radio:after,
.form_item input[type="checkbox"]:checked + .input_radio:after {
    background-color: #4076ff;
    border-radius: 50%;
}

.form_item input[type="checkbox"]:checked + .input_radio.input_checkbox:after {
    background: url("https://img.bagevent.com/resource/20200612/0959312051234038.png") no-repeat center;
    background-size: contain;
}

.form_item .upload_file {
    width: 100%;
    background: #f4f5f9;
    border: 2px dashed rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    height: 94px;
    text-align: center;
}

.form_item .upload_file .icon_img .icon {
    display: block;
    margin: 16px 0 0px 0;
    font-size: 20px;
}

.form_item .se_block {
    border-radius: 0;
    margin-top: -1px;
}

.form_item .se_block:first-child {
    border-radius: 3px 3px 0 0;
}

.form_item .se_block:last-child {
    border-radius: 0 0 3px 3px;
}

.form_item .mulgroup {
    display: flex;
}

.form_item .mulgroup .multiple {
    margin-right: 8px;
}

.form_item .mulgroup .multiple img {
    height: 20px;
    margin-top: 2px;
}

.form_footer {
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 12px;
    color: #979ca3;
    margin: 20px auto 0;
}

.form_footer img {
    width: auto;
    height: 20px;
    margin: 0 4px;
}

.form_apply {
    text-align: center;
}

.form_apply .button {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 40px;
}

.form_list .form_item .f_con .error_block {
    margin-top: 4px;
    color: #de0e00;
}

@media screen and (max-width: 1024px) {
    .form_apply .button {
        display: block;
        padding: 0;
    }

    .form_item .f_con.column .it {
        min-height: 50px;
    }
}

/*按钮*/
.button {
    display: inline-block;
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 24px;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    box-sizing: content-box;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: normal;
}

.button:hover {
    opacity: 0.9;
}

.button.disabled {
    background: #ecf1f4 !important;
    color: #979ca3 !important;
    cursor: not-allowed;
}

.button_gz {
    width: 60px;
    height: 26px;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.button_gz.done {
    border-color: rgba(0, 0, 0, 0.12) !important;
}

.button_gz.done .theme_color {
    color: #979ca3 !important;
}

/*问卷页面*/
.a_sign_up_box {
    background-color: #ecedf4;
    padding-top: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100vh;
}

.a_sign_up_box .activity_sign_up {
    margin-bottom: 56px;
}

.activity_sign_up {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
}

.activity_sign_up .header .h_tip {
    padding: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activity_sign_up .content {
    padding: 40px 56px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activity_sign_up .p_coupon {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.activity_sign_up .h2_title {
    margin-bottom: 24px;
    margin-top: 40px;
}

.activity_sign_up .h2_title:first-child {
    margin-top: 0;
}

.activity_sign_up .basicmation {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.activity_sign_up .h2_title .basic_info {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 13px;
}

.register_form .h2_title .real_info {
    margin-top: 8px;
}

@media screen and (max-width: 960px) {
    .a_sign_up_box {
        padding-top: 0;
    }

    .a_sign_up_box .activity_sign_up {
        margin-bottom: 0;
    }

    .activity_sign_up .header {
        background: none;
    }

    .activity_sign_up .content {
        padding: 20px;
        margin-bottom: 75px;
    }
}

/*暂无数据*/
.empty {
    text-align: center;
    padding: 60px 0;
    margin: 0 auto;
}

.empty .icon_img img {
    width: 224px;
    margin-bottom: 10px;
}

.empty .text {
    font-size: 14px;
    color: #979ca3;
}

/**/
.alm {
    display: inline-block;
    vertical-align: middle;
}

.ellipsis {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar {
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
}

.avatar img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.flex-fill {
    flex: auto;
}

/*弹窗*/
.layer_box {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    width: 100%;
    border-radius: 4px;
    z-index: 100;
    font-size: 14px;
}

.layer_box .layer_box_con {
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 30px 20px 0 20px;
}

.layer_box .layer_title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.layer_box .layer_bg {
    position: absolute;
    left: -1px;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: #000000;
    opacity: 0.6;
}

.layer_box .close {
    display: inline-block;
    padding: 20px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #6b717b;
}

@media screen and (max-width: 960px) {
    .layer_box {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background: none;
        border: 0;
    }

    .layer_box .layer_bg {
        background: #000;
        opacity: 0.6;
        position: relative;
        z-index: 1;
        width: 100vw;
        height: 100%;
        left: -1px;
    }

    .layer_box .layer_box_con {
        background: #fff;
        border-radius: 10px 10px 0 0;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        padding: 30px 20px 0 20px;
    }

    .layer_box .layer_title {
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .layer_box .close {
        display: inline-block;
        padding: 20px;
        margin: 0;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #6b717b;
    }

    .layer_box .layer_con {
        max-height: 80vh;
        overflow-y: auto;
    }
}

/*关注公众号 弹窗*/
.follow_layer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.follow_layer_box {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    flex: auto;
    position: relative;
    max-width: 320px;
}

.follow_layer_box .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    margin: 0;
    color: #6b717b;
}

.follow_layer_box .top img {
    height: 42px;
}

.follow_layer_box .code {
    max-width: 200px;
    margin: 20px auto 12px auto;
}

.follow_layer_box .text {
    font-size: 12px;
    color: #6b717b;
}

/*身份认证弹窗*/
.certifica_layer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.certifica_layer_box {
    background: #fff;
    border-radius: 18px;
    margin: 0 auto;
    padding: 54px 30px;
    flex: auto;
    position: relative;
    max-width: 360px;
}

.certifica_layer_box .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    margin: 0;
    color: #6b717b;
    cursor: pointer;
}

.certifica_layer_box .top img {
    height: 42px;
    margin-bottom: 10px;
}

.certifica_layer_box .top_ti {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.certifica_layer_box .text {
    margin-bottom: 40px;
}

.certifica_layer_box .button {
    display: block;
}

@media screen and (max-width: 480px) {
    .certifica_layer_box {
        margin: 0 30px;
        max-width: inherit;
    }
}

/*微信打开页面提醒*/
.wechat_share {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.wechat_share .wechat_share_bg {
    width: 370px;
    height: 193px;
}

.wechat_share .wechat_share_position {
    margin-top: 55px;
}

.wechat_share .wechat_share_word {
    text-align: center;
    margin-top: 18px;
}

.wechat_share .wechat_share_word a {
    font-size: 20px;
    font-weight: bold;
    color: rgba(58, 64, 74, 1);
}

.wechat_bind {
}

.wechat_bind .wechat_bind_img {
    height: 128px;
    width: 192px;
    margin: 111px auto 0;
    display: block;
}

.wechat_bind .wechat_bind_title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.wechat_bind .wechat_bind_text {
    margin-top: 15px;
    color: #6b717b;
    font-size: 14px;
    text-align: center;
}

/*海报分享*/
.poster_share {
    background: #f4f5f9;
    padding-bottom: 210px;
    height: 100vh;
}

.poster_share .invite_box {
    padding: 20px 0 40px 0;
    text-align: center;
    height: 100%;
}

.poster_share .invite_box img {
    height: 100%;
    border-radius: 4px;
    margin-bottom: 4px;
}

.poster_share .invite_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 210px;
    background: #fff;
    z-index: 10;
}

.poster_share .foot_top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.poster_share .foot_top .pic_box {
    overflow-x: auto;
    padding: 20px 0 20px 20px;
}

.poster_share .foot_top .pic_li {
    display: flex;
    width: max-content;
    padding-right: 16px;
}

.poster_share .foot_top .pic {
    height: 84px;
    margin-right: 4px;
    position: relative;
    float: left;
    border-radius: 4px;
    overflow: hidden;
}

.poster_share .foot_top .pic img {
    height: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
}

.poster_share .foot_top .pic.active {
    border: 2px solid #4076ff;
}

.poster_share .foot_top .icon_active {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #4076ff;
    border-radius: 50%;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: inline-block;
    bottom: 4px;
    right: 4px;
    border: 1px solid #fff;
}

.poster_share .foot_top .icon_active i {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
}

.poster_share .foot_top .right {
    white-space: nowrap;
    height: 123px;
    position: relative;
}

.poster_share .foot_top .right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    box-shadow: 0px 0px 20px 1px #000;
    width: 1px;
}

.poster_share .exchange {
    text-align: center;
    padding: 0 20px;
    width: 100%;
    background: #fff;
    position: relative;
    height: 123px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.poster_share .exchange .icon {
    color: #4076ff;
}

.poster_share .foot_bottom {
    text-align: center;
    padding: 16px 60px;
}

.poster_share .foot_bottom .button {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
}

/*分享语弹窗*/
#popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

#popup .layer {
    display: block;
    margin: 0 32px;
    margin-top: 70px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}

#popup .setting_txt {
    font-size: 16px;
    font-weight: bold;
    padding: 32px 0 16px;
}

#popup .join {
    margin: 0 20px 10px;
    position: relative;
    display: flex;
    align-items: center;
}

#popup .join input {
    padding: 0 12px;
    width: 100%;
}

#popup .join .invite {
    position: absolute;
    color: #babdc3;
    left: 12px;
}

#popup .join .tip {
    position: absolute;
    color: #babdc3;
    right: 12px;
}

#popup .button {
    padding: 0px 44px;
    margin-bottom: 40px;
    height: 42px;
    line-height: 42px;
}

/* 客服窗口 */
.customer_box {
    position: fixed;
    bottom: 40px;
    right: 129px;
    z-index: 9999;
}

.customer_box .customer_c {
    position: relative;
}

.customer_box .customer_c .customer_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(
            90deg,
            rgba(252, 79, 103, 1) 0%,
            rgba(255, 98, 39, 1) 100%
    );
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.customer_box .customer_c .customer_icon .cus_icon {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    transform: rotateY(180deg);
    margin: 0;
}

.customer_box .customer_c .customer_window {
    position: absolute;
    top: -10px;
    right: 0;
    transform: translateY(-100%);
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.customer_box .customer_c .contact_window {
    width: 316px;
    padding: 20px 20px 12px;
}

.cus_header {
    font-size: 16px;
    color: #3a404a;
    font-weight: bold;
}

.cus_header .chat_icon {
    font-size: 20px;
    color: #db2231;
    margin-right: 12px;
}

.cus_info {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
}

.cus_info .cus_avatar {
    width: 44px;
    height: 44px;
}

.cus_info .info_text {
    flex: 1;
    margin-left: 12px;
}

.cus_info .info_text .cus_name {
    font-size: 16px;
    font-weight: bold;
}

.cus_info .info_text .get_help {
    opacity: 0.6;
    cursor: pointer;
}

.cus_info .hand {
    width: 21px;
    height: 24px;
    animation: shakeHands 0.5s linear infinite alternate;
}

.contact_us {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border: 1px solid #db2231;
    border-radius: 32px;
    color: #db2231;
    cursor: pointer;
}

.chat_window {
    width: 376px;
    display: none;
}

.chat_window .chat_header {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(
            90deg,
            rgba(252, 79, 103, 1) 0%,
            rgba(255, 98, 39, 1) 100%
    );
}

.chat_header .chat_icon {
    font-size: 20px;
    margin-right: 12px;
    color: #fff;
}

.chat_header .close_btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.chat_window .content_box {
    height: 424px;
    overflow-y: scroll;
    padding: 30px 20px;
}

.content_box .cus_message {
    display: flex;
    margin-bottom: 30px;
}

.content_box .cus_message .cus_avatar {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.cus_message .cus_send {
    display: inline-block;
    max-width: 250px;
    padding: 7px 12px;
    margin-bottom: 8px;
    background-color: #ecedf4;
    border-radius: 0px 10px 10px 10px;
}

.key {
    font-weight: bold;
    color: #e00b22;
}

.cus_message .option {
    display: inline-block;
    padding: 4px 22px 6px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin: 0 4px 4px 0;
}

.message_box {
    text-align: right;
    margin-bottom: 30px;
}

.message_box .user_send {
    display: inline-block;
    text-align: right;
    color: #fff;
    padding: 7px 12px;
    background: linear-gradient(
            90deg,
            rgba(252, 79, 103, 1) 0%,
            rgba(255, 98, 39, 1) 100%
    );
    border-radius: 10px 0px 10px 10px;
}

.cus_send .loading {
    width: 30px;
    height: 12px;
}

.chat_window .input_message {
    position: relative;
    height: 50px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.chat_window .input_message .input_textarea {
    width: 100%;
    height: 100%;
    border: none;
    padding: 17px 40px 19px 20px;
}

.chat_window .input_message .share_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

@keyframes shakeHands {
    from {
        transform: rotate(-10deg);
    }
    to {
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 480px) {
    .customer_box {
        right: 20px;
        bottom: 120px;
    }
}

/* 支付弹窗 */
.payment .payment_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.payment .payment_content {
    position: fixed;
    top: 216px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 588px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 999;
}

.payment .payment_content .payment_header {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #49ba85;
    padding: 18px 40px;
    color: #fff;
}

.payment .payment_content .payment_header .price {
    font-size: 24px;
    font-weight: bold;
}

.payment .payment_content .payment_header .close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.payment .payment_content .payment_con {
    padding: 20px 0 70px;
    text-align: center;
}

.payment .payment_content .payment_con .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.payment .payment_content .payment_con .code_box {
    position: relative;
    width: 198px;
    height: 198px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.payment .payment_content .payment_con .code_box .warn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.payment .payment_content .payment_con .code_box .warn .circle {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    cursor: pointer;
}

.payment .payment_content .payment_con .code_box .warn a {
    color: #3a404a;
    text-decoration: underline !important;
}

.payment .payment_content .payment_con .bo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.payment .payment_content .payment_con .bo .scanning {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.payment .payment_content .payment_con .bo .r {
    text-align: left;
}

/*登录弹窗*/
.frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.frame .wrap {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.frame .wrap .code_box {
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.frame .code_box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #babdc3;
    z-index: 2;
    margin: 0;
}

.frame .code_box .close:hover {
    color: #fc4f67;
}

.frame .code_box .content {
    padding: 40px;
    text-align: center;
}

.frame .wx_login {
    text-align: center;
    padding: 48px 0;
}

.frame .wx_login .apply {
    font-size: 24px;
}

.frame .wx_login .logo {
    width: 180px;
    margin: 48px auto;
}

.frame .wx_login button {
    background: #07c160;
    width: 250px;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto;
    height: 48px;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 10px;
}

.frame .wx_login .ph_btn button {
    background: #f4f5f9;
    color: inherit;
}

.frame .code_box .wx_code_tip {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.frame .code_box .wx_code {
    width: 252px;
    height: 252px;
    margin: 0 auto;
    position: relative;
}

.frame .code_box .wx_code .cen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 3px solid #fff;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .frame .wrap {
        display: block;
    }

    .frame .code_box .content {
        min-height: 100vh;
        width: 100%;
        background: #fff;
        padding: 20px 28px;
    }

    .frame .code_box .wx_code_tip {
        padding-top: 48px;
    }
}

/*手机、邮箱登陆*/
.email_confirm .confirm {
    font-size: 24px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.email_confirm .confirm_txt {
    opacity: 0.6;
    padding-bottom: 20px;
}

.email_confirm .email_ipt {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
}

.email_confirm .email_ipt input {
    border: none;
    width: 100%;
    line-height: 54px;
}

.email_confirm .v_code {
    width: 120px;
    cursor: pointer;
    text-align: right;
}

.email_confirm .ident_btn button {
    margin: 30px 0;
    width: 250px;
    height: 48px;
    border-radius: 24px;
    font-weight: bold;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .email_confirm .ident_btn button {
        width: 100%;
    }
}

/*loading*/
.loading {
    text-align: center;
    padding: 20vh 0;
    color: #979ca3;
    font-size: 14px;
}

.loading.absolute {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading .img {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 50%;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -moz-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
    margin: 20px auto;
}

.loading .img:after {
    width: 5px;
    height: 5px;
    background-color: #979ca3;
    border-radius: 100%;
    position: absolute;
    content: "";
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*翻页*/
.pagination_container {
    text-align: center;
    margin-top: 20px;
}

.pagination_container .pagination_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_container .pagination_item {
    display: inline-block;
    width: 36px;
    height: 40px;
    line-height: 38px;
    background-color: #f4f5f9;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 0 2px;
    border-radius: 2px;
    cursor: pointer;
}

.pagination_container .pagination_item.theme_bg {
    color: #fff;
}

.pagination_container .pagination_ellipsis {
    margin: 0 5px;
    opacity: 0.6;
}

.pagination_container .pagination_item .icon {
    margin: 0;
    font-size: 14px;
}

.pagination_container button[disabled] {
    cursor: not-allowed;
    opacity: 0.4;
}

/*富文本编辑器显示内容*/
.website_page_text img {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    height: auto !important;
}

.website_page_text .linkedImage {
    position: relative;
}
.website_page_text .linkedImage::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    height: 20px;
    width: 20px;
    border-radius: 9999px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAACJVJREFUaAWtWV1o1lUY3/u+m25zalF+MSoVKr3IacUCIWUXE0xMu+nCrNCyCy/CRThJughDUoq6yJCUukhYFJihSzJkNCpNUlsEjaAMQmyOCJmbcx/v2/M7+//Onv+zc+T98MDZ8/08v+ecs//7f8+bqbp9I1NhqkKF8S68UhDFxFufYoAX4xPs3xYLOgWUsTirtzJTWcBWjvlRH6WxgrGAkL/WkSdlHsoWOGVS+Gue8SEdbSnKQillQAj5Uaep5pGGsk1JgJpqHv6UdWxIp+3RgtrJgqIMavmQTuciD2AER54UPpZnHG1aTvEElFIqwdopEzhpVmIcf+7cuUVLlixZO3369KZsNjsfM5PJzEfOQqHwTz6fd/PmzZs9vb29J5ubmy/BlMy84qkTlW8ePAZsJQ+CJQXonMxqmTUyp8mslVnX2dl538DAwJ7x8fHzAnqwlIkYxCIHciU5kRs1UAs1/YIJTzzCFj8YRGqbmS6p6vbu3Tvn2rVrbwiofln5wUomciAXciK3TNQouSkAtsPq2BQoVyp75cqV9XPnzt0vxwkAbtuQ3e2/evXqzgULFhyXpDyCpPoYsmbq+FnwcNI62wwayspKts+cOfNVZgQVIFosmZeFScXIMXx79uzZ+0SJZjjZkC6mebfiOpHOOqWZtra2+hs3bnykm0EjsWZos1QXJE8fyqiBWqgpOreQQjUmumrMqd2AA42k/oiJLYcC8vRaD0fdhOZhK3foXSIvT8PjdXV1WyXnuEwePVAM7g5paofYxITr5Gr4Y2ab0atKvlzq0Knd5iKhJo642O0uESeox+4ZpYSOE0lyeADMmzfvY+H9zrDgsa8vVB/75mLN6OiYzgXXkkZNTXVh45qHRzeuWTGGQO4QaV9f35bkQaF3CjvD3XEUgDFCYKDLymO0AU8z52X+oKnb0QzSYkGOnbpQw4UiZUlgABaRgTmG1xvoAMrpdke2excfAiyi6eYdH+KftuqTd7cNUQ+51PHcK4ddniPvvTSEWOwMd4c0efK9JeboLnGHbH00lZVP77kNDQ3brRGyBW/lUEwxOp1H84gFFmASNrZLQQN3KLNq1aptsjpu5YoBE/PRq619AJhT68HrZsgDi2B6Ucweo4nL6B3STo6vr69fawKiIkGHKINo0zJ5TdmA1pEXTE8IPwUr7Xj5C40M3prlTXlJLDnAwYYzH/NBYvjl84WqbHbCnzrGME8IREgHTMAmb+l/BO1Gyc6r8BXA2LwIEBiagg/Nges3q15/52ht1w+/5WjXsZZno9DHhsLm8dJXHznqQDP4PqMVTpk0ovUaJH2oA73w61+5S3/3Zw992j2t60wvvgqkFkLnCvGhBhNsE6tqgnRDdHBd44uZ8XUiQGIQtBNuIbesXDr+zMaVI5lMIXOo49uymmIN0gSbw5noiN095aDzChNEMUXZFJRszFId8GTrirFNGyab+vHnP91OaR/yOjd1lkYW2/VgHwq+MUkc3CEmR+F//xvMvLb/M3xrTYYPpyJFJUZeTwqZzzvP1Ty2fPE4cuBIgZYyxF9jQzBff9xX3Fgu7xRzyAuYawM3SkMjyWSFXROh/49YLaOPYrM75B2lWJ+sxGKuoknoxLvvnFE4uHeLe1UJ2bXuyNHvp3330+/VuVyusPmplSPaVioPbCrGY4aODUGZWmnczshKLlaBU1g0e8esuil6qzjyxZkaNrNja+tI09J7+H3GuhYlA1vA0TWmn3LsFLTAoAqOhat54nRP9YnTF2uwM20vrBl5dNkivFhWNBJsDmeSiNj9U84WKODezCpDMhrmDNkfb35g7N7Gu/Jo5pGHFvpmKlmoBJtvQtfVOwS97xqXgNrR8qEmqNN0VkNt1b5dTw+zGd0IeVJbIyYrbB4vfW1D1Bdwoylb20uFphrAppcP1mNCp6f2J884Uuo1vZUNfsCkblt1qON1Q+zW06Ghoa9sBAuCkodPTKaevjFq68TkBJPHiNLJdCFoCAo96FDo7u4+LAD8Y5lgtLPl4WMnfKgjryn42MCTlENyDAGTyB4jbQkt6B3SNgTk161bd/X69esfaAN4gNOUPEFrShtpLBZ2DN3AhGbyL7AAk2h4nTVpTDh+DtEwgXRCcqtw4MCB99vb25+XQqkrXwLDbQ0uOJ5tO1TxN1vkIhBLpV4/sIje4TLUu0/u5+QHK3Sc2EF/jcUmQMl/eeribbvG2tC6YnRD6/Ix7hIoebnvLuoaK9QQutUNoSncZ++SSwp3n60bYmOkCC53ELxuBLwcNdxz47YHR42TO8Vybnd1QzBQJkUz4N1OyRPGXQUTvG4MwdSDL3XoZhDLpnAVLPcIW0Wlr6746sQjSup+TNK12YjLqQxOLw2dWr169f3V1dUP0kYgLiA5IgQTozqWPozXdGRk5Pju3bu3nz17Fi+z3BGCJ2U6R3UDNGgdeE539ETOyfHbOWPGDH/8GFjuDtlFQb7BwUEcs/3Ccmf4ZGNjviwZUA2eeqtjQ6A8grnLly+vnzNnzj55I3dPv3Kb8UWTzxt5E+iX0d7Y2IgfvNAMGog1g/DUTgGgHSkHMXJFmBjJx1FQ7pqbsZLSzBCPTrkUOZALOVUzqFV0M7YRK+ud4e6EfjSu7+joWCjH8E058+flt9JBzrGxscHQpB0UMRK7BzkEAD7L8JW+7B+NAfRWw9opg+rJ/69MV1fXoqamprW1tbXLcJnBiSL4HsM5PDz8S09Pz8mWlpZLYtK7r08EeAzSCWmqTH3wf8gbE4ZNUE+ZDUFPnlTrGKcpQUNHnlTryINy2Oaod5TgUsqAEPKjTlPNIw1lm5KgNNU8/Cnr2JBO26MFU05KCAHUOvKkDKVsAVEmhb/mGR/S0ZaiLJRSFiHE4qzeykxtAVo55kd9lMYKRgOMoZh46xMDr1MX46P9PW+LeUMZTKW5ym5CY/0fFRkGdpS/H20AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.website_page_text li {
    display: flex;
}


.website_page_text {
    color: rgba(0,0,0,.9);
    font-size: 17px;
    overflow: hidden;
    text-align: justify
}
.website_page_text h1,
.website_page_text h2,
.website_page_text h3,
.website_page_text h4,
.website_page_text h5,
.website_page_text h6 {
    font-weight: 400;
    font-size: 16px
}
.website_page_text a {
    color: #576b95;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-drag: none
}
.website_page_text * {
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important
}
.website_page_text p {
    clear: both;
    min-height: 1em
}
.website_page_text em {
    font-style: italic
}
.website_page_text fieldset {
    min-width: 0
}

.course_con img {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    height: auto !important;
    width: 100%;
}

.course_con ul {
    margin-left: 30px;
    padding: 10px 0;
}

/*详情页侧边互动情况*/
.share_fixed {
    position: fixed;
    right: 50%;
    margin-right: 444px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    padding-top: 100px;
}

.share_fixed .item {
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.share_fixed .item .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #f4f5f9;
    border-radius: 50%;
    line-height: 36px;
    margin: 0;
    margin-bottom: 8px;
    color: #979ca3;
}

.share_fixed .item.theme_color .icon {
    color: inherit;
}

.share_fixed .item .n {
    display: block;
    color: #babdc3;
}

.share_fixed .item.share_div .shera_icon {
    display: none;
}

.share_fixed .item.share_div:hover .shera_icon {
    display: block;
}

.share_fixed .shera_icon {
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    padding-left: 10px;
}

.share_fixed .shera_icon .icon {
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    margin-left: 4px;
}

.share_fixed .shera_icon .icon img {
    width: 16px;
    margin-top: 10px;
}

/*分享朋友圈*/
.mask_layer {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 999;
}

.mask_layer img {
    position: absolute;
    width: 222px;
    height: 90px;
    right: 24px;
    top: 20px;
}

/*公用评论*/
.comment_section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.comment_section_header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.comment_section_comment {
    height: 146px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background-color: #f4f5f9;
    position: relative;
    padding: 16px;
}

.comment_section_comment textarea {
    height: 78px;
    border: 0 !important;
    background: #fff;
    width: 100%;
    padding: 16px 20px;
}

.comment_section_comment .button {
    height: 34px;
    width: 93px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    right: 16px;
    padding: 0;
}

.comment_section_list {
    display: flex;
    flex-direction: column;
}

.comment_section_card {
    position: relative;
}

.comment_section_card .avatar_area {
    position: relative;
}

.comment_section_card .avatar {
    height: 36px;
    width: 36px;
    float: left;
    /*background-image: url("../img/amazon/bg3_add.png");*/
    box-sizing: content-box;
    background-position: center;
    border: 2px solid transparent;
}

.comment_section_card .avatar_area .grade_show {
    position: absolute;
    width: 36px;
    bottom: -41px;
    left: 1px;
}

.comment_section_card_body {
    margin-left: 40px;
    padding-left: 10px;
    position: relative;
}

.comment_section_card_body .verify {
    width: 52px;
    line-height: 20px;
    text-align: center;
    background-color: #ff9c42;
    color: #fff;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.whether_publish {
    width: 52px;
    line-height: 20px;
    text-align: center;
    background-color: #ff9c42;
    color: #fff;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.comment_section_card_name {
    width: 22vh;
    font-weight: bold;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 100px;
}

.comment_section_card_comment {
    margin-bottom: 12px;
    margin-top: 4px;
    word-break: break-all !important;
}

.comment_section_card_comment * {
    max-width: 100%;
}

.comment_section_card_actions {
    display: flex;
    font-size: 12px;
    color: #979ca3;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.comment_section_card_action {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.comment_section_card_action .icon {
    font-size: 12px;
}

.comment_section_card_time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #979ca3;
    opacity: 0.8;
}

.comment_section_cardnest {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment_section_cardnest .avatarnest_area .avatarnest {
    width: 36px;
    display: inline-block;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    /*background-image: url("../img/amazon/bg3_add.png");*/
    box-sizing: content-box;
    background-position: center;
    border: 2px solid transparent;
}

.comment_section_cardnest .avatarnest_area {
    position: relative;
}

.comment_section_cardnest .avatarnest_area .grade_show {
    width: 36px;
    position: absolute;
    bottom: -41px;
    left: 2px;
}

.comment_section_card_bodynest {
    margin-left: 40px;
    padding-left: 10px;
    position: relative;
}

.comment_section_card_bodynest .verifynest {
    width: 52px;
    line-height: 20px;
    text-align: center;
    background-color: #ff9c42;
    color: #fff;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.comment_section_card_namenest {
    font-weight: bold;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20vh;
}

.comment_section_card_namenest span {
    padding-right: 6px;
    padding-left: 8px;
}

.comment_section_cardnest .avatarnest {
    width: 40px;
    display: inline-block;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.comment_section_card_commentnest {
    margin-bottom: 12px;
    margin-top: 4px;
    word-break: break-all !important;
}

.comment_section_card_commentnest span {
    font-weight: bold;
}

.comment_section_card_actionsnest {
    display: flex;
    font-size: 12px;
    color: #6b717b;
}

.comment_section_card_actionnest {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.comment_section_card_actionnest .icon {
    font-size: 14px;
    opacity: 0.6;
}

.comment_section_card_timenest {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 12px;
    color: #979ca3;
    opacity: 0.8;
}

.community_detail .comment {
    background-color: #fff;
    padding: 10px 20px;
    /* width: 100% !important; */
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
}

.community_detail .write input {
    padding: 0 36px 0 16px;
    border: none;
    margin-right: 14px;
    line-height: 40px;
    background: #f4f5f9;
    border-radius: 20px;
}

@media screen and (max-width: 960px) {
    .comment_section_comment {
        padding: 0;
        height: 130px;
    }

    .comment_section_comment .button {
        right: 8px;
    }

    .comment_section_comment textarea {
        padding: 12px 10px;
    }

    .comment_section_header {
        margin-bottom: 16px;
    }
}

/*内页返回首页*/
.module.fab {
    display: none;
}

@media screen and (max-width: 960px) {
    .module.fab {
        height: 60px;
        width: 60px;
        padding-top: 14px;
        border-radius: 50%;
        font-size: 12px;
        line-height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        position: fixed;
        right: 32px;
        bottom: 120px;
        z-index: 9999;
    }

    .module.fab img {
        height: 18px;
        width: 18px;
        margin-bottom: 3px;
        filter: brightness(0) invert(1);
    }
}

/*************************************模块************************************/
/*模块 公共样式*/
.website .theme_bg {
    color: #fff;
}

.website_page {
    overflow: hidden;
}

.website .container {
    max-width: 1240px;
    margin: 0 auto;
}

.module_title .module_ti_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.website_page_text {
    line-height: 1.7;
    font-size: 16px;
}

.module_line {
    display: block;
    background: #f4f5f9;
    height: 8px;
    margin-left: -20px;
    margin-right: -20px;
}

.module .container .li > a {
    color: inherit;
}

@media screen and (max-width: 1024px) {
    .module .container .community a .li {
        position: relative;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 960px) {
    .website .divider {
        height: 8px;
        background-color: #f4f5f9;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.website_page .mo_inside {
    padding: 40px 0;
}

@media screen and (max-width: 960px) {
    .website_page .mo_inside {
        padding: 0;
    }
}

/*布局*/
.module_layout_box_empty {
    border: 2px dashed #babdc3 !important;
    text-align: center;
    color: #979ca3;
    padding: 40px 0;
}

.module_layout_box_empty .icon {
    font-size: 32px;
}

.module_layout:hover .module_layout_box_empty {
    border-color: #2d99ff !important;
    color: #2d99ff;
}

/*模块 底部 a*/
.footer.style_a {
    background: #2a2a2f;
    color: #fff;
}

.footer.style_a .links_con {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 32px;
    padding-top: 72px;
    flex-direction: column;
}

.footer.style_a .link_box {
    display: flex;
    flex: auto;
    /*flex-wrap: wrap;*/
}

.footer.style_a .tda {
    width: 20%;
    margin-right: 40px;
}

.footer.style_a .tda .h1 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}

.footer.style_a .tda .l_li {
    margin-bottom: 8px;
    color: #8a8aa2;
}

.footer.style_a .tda .l_li a {
    color: inherit;
}

/*.footer.style_a .tda.yq {*/
/*    width: 100%;*/
/*    margin-top: 40px;*/
/*}*/

.footer.style_a .tda.yq .link_li {
    display: flex;
    flex-wrap: wrap;
}

.footer.style_a .tda.yq .l_li {
    margin-right: 24px;
}

.footer.style_a .tda.yq img {
    height: 50px;
    opacity: 0.8;
}

.footer.style_a .tda.yq .name {
    /*display: none;*/
}

.footer.style_a .code_box {
    width: 25%;
    padding-left: 40px;
}

.footer.style_a .footer_logo.normal {
    display: none;
}

.footer.style_a .footer_logo img {
    height: 40px;
}

.footer.style_a .contact_info {
    padding-top: 20px;
    color: #8a8aa2;
}

.footer.style_a .code.wechat {
    padding-top: 20px;
    color: #8a8aa2;
}

.footer.style_a .code.wechat img {
    width: 88px;
    height: 88px;
    margin-top: 6px;
    border-radius: 4px;
}

.footer.style_a .social {
    display: none;
}

.footer.style_a .copyright_con {
    padding: 12px 0 16px 0;
    border-top: 1px solid rgba(96, 96, 118, 0.2);
    text-align: center;
    font-size: 12px;
    color: #8a8aa2;
    opacity: 0.8;
}

.footer.style_a .copyright_con a {
    color: inherit;
}

@media screen and (max-width: 1024px) {
    .footer.style_a .links_con {
        display: block;
        padding-top: 40px;
        padding-bottom: 20px;
        flex-direction: row;
    }

    .footer.style_a .link_box {
        flex-wrap: wrap;
    }

    .footer.style_a .tda {
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
    }

    .footer.style_a .tda.yq {
        margin-top: 0;
        width: 100%;
    }

    .footer.style_a .tda .h1 {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 10px;
        font-size: 14px;
        background-image: url(../../../../../../../../bagevent_design_html/marketup/resources/img/footer_a.png);
        background-position: 98% center;
        background-repeat: no-repeat;
        background-size: 20px auto;
        margin-bottom: 0;
    }

    .footer.style_a .tda .link_li {
        display: none;
        margin-top: 10px;
    }

    .footer.style_a .tda .l_li {
        margin-bottom: 10px;
    }

    .footer.style_a .tda.active .link_li {
        display: block;
    }

    .footer.style_a .tda.active .h1 {
        background-image: url(../../../../../../../../bagevent_design_html/marketup/resources/img/footer_b.png);
    }

    .footer.style_a .tda.yq .link_li {
        justify-content: space-around;
        display: flex;
        margin-left: -4px;
        margin-right: -4px;
    }

    .footer.style_a .tda.yq .l_li {
        margin-left: 4px;
        margin-right: 4px;
    }

    .footer.style_a .tda.yq img {
        height: 40px;
    }

    .footer.style_a .code_box {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
        font-size: 12px;
        width: 100%;
    }

    .footer.style_a .code_box .footer_logo img {
        height: 40px;
    }

    .footer.style_a .code.wechat {
        display: none;
    }
}

/*模块 底部 b*/
.footer.style_b {
    background: #f9f9f9;
    color: #000;
}

.footer.style_b .links_con {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 80px;
}

.footer.style_b .link_box {
    display: flex;
    flex: auto;
}

.footer.style_b .tda {
    flex: 1;
}

.footer.style_b .tda .h1 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}

.footer.style_b .tda .l_li {
    margin-bottom: 12px;
    color: #8a8aa2;
}

.footer.style_b .tda .l_li a {
    color: inherit;
}

.footer.style_b .code_box {
    margin-left: 150px;
}

.footer.style_b .footer_logo.anti_white {
    display: none;
}

.footer.style_b .footer_logo img {
    height: 40px;
}

.footer.style_b .contact_info {
    padding-top: 20px;
    color: #8a8aa2;
}

.footer.style_b .code.wechat {
    padding-top: 20px;
    color: #8a8aa2;
}

.footer.style_b .code.wechat img {
    width: 88px;
    height: 88px;
    margin-top: 6px;
    border-radius: 4px;
}

.footer.style_b .social {
    display: none;
}

.footer.style_b .copyright_con {
    padding: 12px 0 16px 0;
    border-top: 1px solid rgba(96, 96, 118, 0.2);
    text-align: center;
    font-size: 12px;
    color: #8a8aa2;
    opacity: 0.8;
}

.footer.style_b .copyright_con a {
    color: inherit;
}

@media screen and (max-width: 1024px) {
    .footer.style_b .links_con {
        display: block;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer.style_b .link_box {
        display: block;
    }

    .footer.style_b .tda {
        margin-bottom: 16px;
    }

    .footer.style_b .tda .h1 {
        background-color: rgba(0, 0, 0, 0.03);
        padding: 10px;
        font-size: 14px;
        background-image: url(/img/footer_a.png);
        background-position: 98% center;
        background-repeat: no-repeat;
        background-size: 20px auto;
        margin-bottom: 10px;
    }

    .footer.style_b .link_li {
        display: none;
    }

    .footer.style_b .tda .l_li {
        margin-bottom: 10px;
    }

    .footer.style_b .tda.active .link_li {
        display: block;
    }

    .footer.style_b .tda.active .h1 {
        background-image: url(/img/footer_b.png);
    }

    .footer.style_b .code_box {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
        font-size: 12px;
    }

    .footer.style_b .code.wechat {
        display: none;
    }
}

/*模块 底部 c*/
.footer.style_c {
    background: #f7f9fb;
    padding: 24px 0;
    text-align: center;
}

.footer.style_c .link_box {
    display: none;
}

.footer.style_c .code.wechat {
    display: none;
}

.footer.style_c .footer_logo.anti_white {
    display: none;
}

.footer.style_c .footer_logo img {
    height: 48px;
}

.footer.style_c .social {
    display: none;
}

.footer.style_c .copyright_con {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 16px;
    padding-top: 16px;
}

.footer.style_c .copyright_box {
    opacity: 0.6;
    font-size: 12px;
}

.footer.style_c .copyright_box a {
    color: inherit;
}

@media screen and (max-width: 1024px) {
    .footer.style_c .footer_logo img {
        height: 24px;
    }
}

/*模块 菜单*/
.module.menu {
    z-index: 100;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.module.menu .header_nav {
    display: flex;
    justify-content: space-between;
    height: 72px;
}

.module.menu .nav_l {
    display: flex;
    align-items: center;
}

.module.menu .nav_logo img {
    height: 32px;
}

.module.menu .nav_logo img.w {
    display: none;
}

.module.menu .menu_nav {
    display: flex;
    align-items: center;
}

.module.menu .menu_nav .nav_li {
    height: 60px;
    margin-left: 0px;
    padding-left: 24px;
    position: relative;
}

.module.menu .menu_nav img {
    width: 16px;
    margin-right: 4px;
}

.module.menu .menu_nav a {
    color: inherit;
}

.module.menu .nav_r {
    display: flex;
    align-items: center;
}

.module.menu .nav_d_list {
    display: none;
}

.module.menu .nav_phone {
    display: none;
}

@media screen and (max-width: 1024px) {
    .module.menu .header_nav {
        height: 56px;
        margin-left: 24px;
    }

    .module.menu .nav_logo img {
        height: 28px;
    }

    .module.menu .menu_nav {
        display: none;
    }

    .module.menu .menu_nav.active {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        min-height: 100vh;
        background: #fff;
        padding-top: 56px;
    }

    .menu.style_a .user_login {
        font-size: 14px;
    }

    .module.menu .nav_phone {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 56px;
        padding: 0 10px;
    }

    .module.menu .nav_phone .icon {
        font-size: 24px;
        margin: 0;
    }

    .module.menu .nav_phone span {
        display: none;
    }
}

.module.menu .menu_nav .nav_li {
    height: 60px;
    margin-left: 0px;
    padding-left: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #f7f7f7;
}

.module.menu .menu_nav .slideToggle {
    padding: 0 !important;
    display: none;
    height: auto;
    background-color: #f4f5f9;
}

.module.menu .menu_nav .nav_li .son_menu {
    height: 60px;
    background-color: #f4f5f9;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-content: center;
    padding-left: 40px !important;
}

.module.menu .menu_nav .nav_li .son_menu > a {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-left: -8px;
}

.module.menu .menu_nav .nav_li .son_menu:last-child {
    border-bottom: none;
}

.module.menu .menu_nav .apply_probation {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-content: end;
    background-color: #fd5c36;
    border-radius: 25px;
    padding: 10px 20px;
    width: 240px;
    margin: 0 auto;
    margin-top: 50px;
    color: #ffffff;
    cursor: pointer;
}

.module.menu .menu_nav .son_menu img {
    width: 32px;
    margin-right: 4px;
}

/*模块 菜单 a*/
.menu.style_a {
    font-size: 16px;
    position: relative;
    z-index: 100;
}

.menu.style_a .nav_logo {
    margin: 0 20px 0 12px;
}

.menu.style_a .nav_li {
    margin-left: 40px;
}

.menu.style_a .nav_li > a > img {
    display: none;
}

.menu.style_a .nav_li > a > .icon {
    font-size: 12px;
    margin-right: 0;
    margin-left: 8px;
}

.menu.style_a .nav_d_list {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 20px 0 0 -235px;
    width: 470px;
    color: #3a404a;
}

.menu.style_a .nav_d_list_box {
    padding-top: 40px;
    width: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

.menu.style_a .nav_d_list .triangle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #fff transparent;
    display: none;
}

.menu.style_a .product_item {
    margin-bottom: 40px;
    padding: 0 40px;
}

.menu.style_a .product_item a {
    display: flex;
    align-items: center;
}

.menu.style_a .product_item:first-child {
    margin-top: 60px;
}

.menu.style_a .product_item:last-child {
    margin-bottom: 80px;
}

.menu.style_a .product_item a > img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.menu.style_a .product_item .title {
    font-weight: bold;
}

.menu.style_a .product_item .tips_info {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 2px;
}

.menu.style_a .product_item .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 54px;
    border-radius: 30px;
    color: #fff;
}

/*模块 菜单 b*/
.menu.style_b {
    font-size: 16px;
    position: relative;
    z-index: 100;
    background: #000;
    color: #fff;
}

.menu.style_b .nav_logo {
    margin-right: 20px;
}

.menu.style_b .nav_logo img.c {
    display: none;
}

.menu.style_b .nav_logo img.w {
    display: inline-block;
}

.menu.style_b .nav_li {
    margin-left: 40px;
}

.menu.style_b .nav_li > a > img {
    display: none;
}

.menu.style_b .nav_li > a > .icon {
    font-size: 12px;
    margin-right: 0;
    margin-left: 8px;
}

.menu.style_b .nav_d_list {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 20px 0 0 -235px;
    width: 470px;
}

.menu.style_b .nav_d_list:before {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -100%);
    content: "";
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #fff transparent;
}

.menu.style_b .nav_d_list_box {
    padding-top: 40px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

.menu.style_b .product_item {
    margin-bottom: 40px;
    padding: 0 40px;
}

.menu.style_b .product_item a {
    display: flex;
    align-items: center;
}

.menu.style_b .product_item:first-child {
    margin-top: 60px;
}

.menu.style_b .product_item:last-child {
    margin-bottom: 80px;
}

.menu.style_b .product_item a > img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.menu.style_b .product_item .title {
    font-weight: bold;
}

.menu.style_b .product_item .tips_info {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 2px;
}

.menu.style_b .product_item .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 54px;
    border-radius: 30px;
    color: #fff;
}

/*模块 菜单 c*/
.menu.style_c {
    background: none;
    box-shadow: none;
    font-size: 16px;
    border-top-width: 4px;
    border-top-style: solid;
    padding-top: 4px;
    position: relative;
}

.menu.style_c .nav_logo img {
    height: 40px;
}

.menu.style_c .nav_l {
    justify-content: space-between;
    flex: auto;
    margin-right: 40px;
}

.menu.style_c .nav_li > a > img {
    display: none;
}

.menu.style_c .nav_li > a > .icon {
    font-size: 12px;
    margin-right: 0;
    margin-left: 8px;
}

.menu.style_c .user_login .nav_line {
    margin: 0 4px;
}

.menu.style_c .nav_d_list {
    position: absolute;
    top: 100%;
    min-width: 100%;
    font-size: 14px;
    left: 10px;
}

.menu.style_c .nav_li:hover .nav_d_list {
    display: block;
}

.menu.style_c .nav_d_list_box {
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

.menu.style_c .product_item {
    padding: 16px 60px 16px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.menu.style_c .product_item img {
    display: none;
}

.menu.style_c .product_item .title {
    white-space: nowrap;
}

.menu.style_c .product_item .tips_info {
    display: none;
}

/*企业动态 头部*/
@font-face {
    font-family: "iconfont";
    src: url("../fonts/card/iconfont.ttf?t=1636612366089?version=1") format("truetype");
}

.module_menu {
    z-index: 100;
    background: #fff;
    display: flex;
    height: 20vw;
    width: 100vw;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 3.88vw 2.77vw;
    justify-content: space-between;
}

.module_left {
    /*width:63.8vw;*/
    height: auto;
    display: flex;
}

.module_head {
    width: 12.2vw;
    height: 12.2vw;
    border-radius: 50%;
    overflow: hidden;
}

.module_head img {
    width: 12.2vw;
    height: 12.2vw;
}

.module_peo {
    max-width: 40vw;
    padding-left: 2.77vw;
    padding-right: 1.38vw;
    white-space: nowrap;
    overflow: hidden;
}

.module_peo_name {
    font-size: 4.44vw;
    font-family: Lato;
    font-weight: bold;
    line-height: 5.55vw;
    color: #3a404a;
    margin-top: 0.8vw;
    margin-bottom: 1.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module_peo_posts {
    font-size: 3.33vw;
    font-family: Lato;
    font-weight: 400;
    line-height: 4.44vw;
    white-space: nowrap;
    overflow: hidden;
}

.module_right {
    /*width:40.11vw;*/
    height: 13.33vw;
    display: flex;
}

#module_right_info {
    padding-right: 4vw;
    font-size: 3.33vw;
    font-family: Lato;
    font-weight: 400;
    color: #3a404a;
    /*width:18.05vw;*/
    text-align: center;
    /*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
}

#module_right_info2 {
    padding-left: 4vw;
    font-size: 3.33vw;
    font-family: Lato;
    font-weight: 400;
    color: #3a404a;
    /*width:18.05vw;*/
    text-align: center;
}

.info_logo {
    width: 8.33vw;
    height: 8.33vw;
    background-color: #ff6a00;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.83vw;
}

.info_logo span {
    font-family: "iconfont" !important;
    font-size: 3.33vw;
    color: #fff;
    font-style: normal;
}

.info_logo img {
    width: 3.33vw;
    height: 3.33vw;
    z-index: 5;
}

.info_logo img {
    margin: auto;
    display: block;
}

@media screen and (max-width: 339px) {
    .module_left {
        max-width: 50%;
    }

    .module_peo_name {
        max-width: 31.38vw;
    }

    #module_right_info {
        font-size: 1vw;
    }

    .info_logo {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 414px) {
    .module_left {
        max-width: 60%;
    }

    .module_peo_name {
        max-width: 40vw;
    }
}

@media screen and (min-width: 1024px) {
    .module_menu {
        z-index: 100;
        background: #fff;
        display: flex;
        justify-content: space-between;
        height: 72px;
        width: 100%;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        padding: 14px 18px;
    }

    .module_left {
        /*width:200px;*/
        height: auto;
        display: flex;
    }

    .module_head {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        overflow: hidden;
    }

    .module_head img {
        width: 44px;
        height: 44px;
    }

    .module_peo {
        /*margin-left:10px;*/
        /*width:148px;*/
        padding-right: 5px;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
    }

    .module_peo_name {
        font-size: 16px;
        font-family: Lato;
        font-weight: bold;
        line-height: 20px;
        color: #3a404a;
        margin-top: 4px;
        margin-bottom: 3px;
        white-space: nowrap;
        overflow: hidden;
    }

    .module_peo_posts {
        font-size: 12px;
        font-family: Lato;
        font-weight: 400;
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
    }

    .module_right {
        width: 130px;
        height: 48px;
        display: flex;
    }

    #module_right_info {
        padding-right: 15px;
        font-size: 12px;
        font-family: Lato;
        font-weight: 400;
        color: #3a404a;
        width: 65px;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .info_logo {
        width: 30px;
        height: 30px;
        background: #ff6a00;
        border-radius: 50%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3px;
    }

    .info_logo span {
        font-family: "iconfont" !important;
        font-size: 12px;
        font-style: normal;
    }

    .info_logo img {
        width: 12px;
        height: 12px;
    }

    #module_right_info2 {
        padding-left: 15px;
        font-size: 12px;
        font-family: Lato;
        font-weight: 400;
        color: #3a404a;
        width: 65px;
        text-align: center;
    }
}

/*模块 自定义*/
.customize.module {
    font-size: 16px;
}

.customize.module img {
    height: auto;
}

/*模块 html*/
.html.module {
    font-size: 16px;
}

.page_container .html.module:first-child {
    margin-top: 0;
}

/*模块 轮播*/
.carousel {
    position: relative;
    color: #fff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    background: #000;
}

.swiper-slide a {
    color: inherit;
}

.swiper-slide img {
    width: 100%;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-pagination-clickable {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.3;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
    margin: 0;
}

.swiper-button-next {
    left: 20px;
    right: auto;
}

.swiper-button-prev {
    right: 20px;
    left: auto;
}

.carousel .swiper-slide .blur {
    display: none;
}

.carousel .swiper-slide .info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10;
    text-align: left;
}

.carousel .info_title {
    font-size: 44px;
    margin-bottom: 20px;
}

.carousel .info_intro {
    font-size: 20px;
    margin-bottom: 56px;
    width: 80%;
}

.carousel .but .button {
    height: 40px;
    line-height: 38px;
    padding: 0 36px;
    border: 1px solid #fff;
    background: none;
    font-size: 16px;
}

.carousel .but .button span {
    color: inherit;
}

@media screen and (max-width: 1024px) {
    .module.carousel .container {
        width: 100%;
    }
}

/*模块 轮播 a*/
.carousel.style_a .container {
    position: relative;
}

.carousel.style_a .swiper-wrapper {
    border-radius: 6px;
}

.carousel.style_a .swiper-slide {
    text-align: center;
    background: none;
}

.carousel.style_a .swiper-slide img {
    width: 100%;
    position: relative;
    z-index: 4;
    border-radius: 6px;
}

.carousel.style_a .swiper-slide .info {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 1024px) {
    .carousel.style_a .swiper-slide:before {
        content: "";
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        height: 10px;
        display: block;
    }
}

/*模块 轮播 b*/
.page_container .carousel.style_b:first-child {
    margin-top: 0;
}

.carousel.style_b .container {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .carousel.style_b .container {
        padding: 0;
    }

    .carousel.style_b .swiper-slide img {
        max-width: none;
        width: 148%;
    }

    .carousel.style_b .swiper-slide .info {
        width: 100%;
        padding: 40px 20px;
    }

    .carousel.style_b .info_title {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .carousel.style_b .info_intro {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

/*模块 轮播 c*/
.page_container .carousel.style_c:first-child {
    margin-top: -80px;
}

.carousel.style_c .container {
    max-width: 100%;
    height: 100vh;
}

.carousel.style_c .swiper-slide {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
}

.carousel.style_c .swiper-slide img {
    width: auto;
    min-width: 100vw;
    min-height: 100vh;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.carousel.style_c .swiper-slide .info {
    text-align: center;
    align-items: center;
}

.carousel.style_c .info_title {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 10px;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}

.carousel.style_c .info_intro {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 300;
}

.carousel.style_c .but .button {
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .carousel.style_c .container {
        padding: 0;
    }

    .carousel.style_c .swiper-slide .info {
        width: 100%;
        padding: 0 20px;
    }

    .carousel.style_c .info_title {
        font-size: 40px;
        line-height: 1.3;
        letter-spacing: 4px;
    }

    .carousel.style_c .info_intro {
        font-size: 20px;
    }
}

/*模块 菜单栏*/
.menubar_box .list {
    display: flex;
}

.menubar_box .li {
    flex: 1;
    text-align: center;
    color: inherit;
}

/*模块 菜单切换*/
.m_tab .tab_box {
    display: none;
}

.m_tab .tab_box.active {
    display: block;
}

.m_tab.style_a .m_tab_top {
    width: 140px;
    float: left;
}

.m_tab.style_a .tab_box {
    margin-left: 140px;
    padding-left: 60px;
}

/*模块 基础列表*/
.listmodule .list_box {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.listmodule .list_box > .li {
    margin-bottom: 20px;
}

.listmodule .list_box > .li .box {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    height: 100%;
}

.listmodule .list_box > .li .box a {
    color: inherit;
}

.listmodule .top .name .theme_color {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listmodule .top .xz {
    display: none;
}

.listmodule .info .intro {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listmodule .img_cover {
    position: relative;
    overflow: hidden;
}

.listmodule .img_cover:before {
    content: "";
    padding-bottom: 59.26%;
    display: block;
}

.listmodule .img_cover img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
}

.listmodule .info .gm {
    display: none;
}

.listmodule .zb {
    display: none;
}

.listmodule .fb_info .user {
    display: flex;
    align-items: center;
}

.listmodule .fb_info .avatar {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.listmodule .fb_info .ti {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.listmodule .events_card_info {
    display: none;
}

.listmodule .info .data {
    display: flex;
    flex-wrap: wrap;
}

.listmodule .data .item {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.listmodule .data .item .icon {
    opacity: 0.4;
}

.listmodule .info .link {
    display: none;
}

.listmodule .events_card_action {
    display: none;
}

@media screen and (max-width: 1024px) {
    .listmodule .list_box .li {
        width: 100%;
    }
}

/*模块 基础列表 a*/
.universalli.style_a .list_box .li {
    width: 50%;
}

.universalli.style_a .list_box .li .box {
    overflow: hidden;
}

.universalli.style_a .img_cover {
    width: 200px;
    float: left;
}

.universalli.style_a .info {
    margin-left: 200px;
    padding-left: 12px;
}

.universalli.style_a .top .sort {
    display: none;
}

.universalli.style_a .top .name {
    height: 3em;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

.universalli.style_a .top .name .theme_color {
    color: inherit;
}

.universalli.style_a .fb_info .user {
    margin-bottom: 12px;
}

.universalli.style_a .fb_info .ti {
    opacity: 0.6;
}

.universalli.style_a .fb_info .op {
    display: none;
}

.universalli.style_a .fb_info .fb_time {
    display: none;
}

.universalli.style_a .info .intro {
    display: none;
}

.universalli.style_a .info .data {
    opacity: 0.6;
}

.universalli.style_a .data .item span:nth-child(3) {
    display: none;
}

.universalli.style_a .data .item .theme_color {
    color: inherit;
}

.universalli.style_a .file_info .item {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 24px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    left: 4px;
    bottom: 4px;
}

.universalli.style_a .file_info .item:nth-child(2) {
    width: 70px;
    left: 126px;
    justify-content: center;
}

.universalli.style_a .file_info .item span:first-child {
    display: none;
}

.universalli.style_a .video_t {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 24px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    width: 60px;
    left: 136px;
    bottom: 4px;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .universalli.style_a .img_cover {
        width: 152px;
    }

    .universalli.style_a .info {
        margin-left: 152px;
    }

    .universalli.style_a .top .name {
        font-size: 14px;
    }

    .universalli.style_a .fb_info .avatar {
        display: none;
    }

    .universalli.style_a .fb_info .user {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .universalli.style_a .info .data {
        font-size: 12px;
    }

    .universalli.style_a .data .item {
        margin-right: 16px;
    }

    .universalli.style_a .data .item .icon {
        font-size: 12px;
    }

    .universalli.style_a .video_t {
        left: 86px;
    }

    .universalli.style_a .file_info .item:nth-child(2) {
        left: 76px;
    }
}

/*模块 基础列表 b*/
.universalli.style_b .list_box .li {
    width: 25%;
}

.universalli.style_b .img_cover {
    border-radius: 3px;
}

.universalli.style_b .info {
    position: relative;
    padding-top: 12px;
}

.universalli.style_b .sort .theme_color {
    color: inherit;
    opacity: 0.6;
    margin-bottom: 4px;
    display: block;
}

.universalli.style_b .name {
    -webkit-line-clamp: 1;
    margin-bottom: 12px;
}

.universalli.style_b .name .theme_color {
    color: inherit;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.universalli.style_b .fb_info {
    margin-bottom: 12px;
}

.universalli.style_b .fb_info .fb_time {
    display: none;
}

.universalli.style_b .fb_info .op {
    display: none;
}

.universalli.style_b .intro {
    display: none;
}

.universalli.style_b .file_info {
    display: none;
}

.universalli.style_b .data .item {
    opacity: 0.6;
    line-height: 32px;
}

.universalli.style_b .data .item span:nth-child(3) {
    display: none;
}

.universalli.style_b .data .item .theme_color {
    color: inherit;
}

.universalli.style_b .data .item:last-child {
    position: absolute;
    background: #fff;
    height: 32px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    left: 8px;
    top: -40px;
    opacity: 1;
}

.universalli.style_b .data .item:last-child .icon {
    color: #fc4f67;
    margin-right: 8px;
    opacity: 1;
    font-size: 14px;
}

.universalli.style_b .video_t {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 24px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    right: 8px;
    top: -32px;
    justify-content: center;
}

/*模块 自定义列表 a*/
.cust_li.style_a .cust_li_con {
    display: flex;
    align-items: center;
}

.cust_li.style_a .cust_li_con .li {
    flex: 1;
    background: #4a4e5b;
    color: #fff;
    text-align: center;
    position: relative;
}

.cust_li.style_a .cust_li_con .li:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.cust_li.style_a .cust_li_con .box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
    align-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.cust_li.style_a .cust_li_con .li:hover .box {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.cust_li.style_a .cust_li_con .li:nth-child(2n) .box > .theme_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cust_li.style_a .cust_li_con .img {
    position: relative;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.cust_li.style_a .cust_li_con .info {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
}

.cust_li.style_a .cust_li_con .c_ti {
    font-weight: bold;
    font-size: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.cust_li.style_a .cust_li_con .t_intro {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.cust_li.style_a .cust_li_con .li:hover .c_ti {
    margin-bottom: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.cust_li.style_a .cust_li_con .li:hover .t_intro {
    opacity: 1;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
    .cust_li.style_a .cust_li_con {
        flex-wrap: wrap;
    }

    .cust_li.style_a .cust_li_con .li {
        width: 50%;
        flex: auto;
    }

    .cust_li.style_a .cust_li_con .img {
        margin-bottom: 10px;
    }

    .cust_li.style_a .cust_li_con .c_ti {
        font-size: 16px;
    }

    .cust_li.style_a .cust_li_con .t_intro {
        font-size: 12px;
        margin-top: 8px;
        opacity: 1;
    }

    .cust_li.style_a .cust_li_con .li:nth-child(2n) .box > .theme_bg {
        display: none;
    }

    .cust_li.style_a .cust_li_con .li:nth-child(4n + 2) .box > .theme_bg,
    .cust_li.style_a .cust_li_con .li:nth-child(4n + 3) .box > .theme_bg {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

/*模块 自定义列表 b*/
.cust_li.style_b {
    position: relative;
    z-index: 10;
}

.cust_li.style_b .module_title {
    display: none;
}

.cust_li.style_b .cust_li_con {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -74px;
}

.cust_li.style_b .cust_li_con .li {
    flex: 1;
}

.cust_li.style_b .li .box {
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.cust_li.style_b .box .theme_bg {
    display: none;
}

.cust_li.style_b .box .img {
    width: 44px;
}

.cust_li.style_b .box .info {
    flex: auto;
}

.cust_li.style_b .box .c_ti {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 16px;
    margin-bottom: 12px;
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .cust_li.style_b .cust_li_con {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        background: #fff;
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        margin-top: -44px;
    }

    .cust_li.style_b .cust_li_con .li {
        flex: auto;
        width: 50%;
    }

    .cust_li.style_b .li .box {
        background: none;
        box-shadow: none;
        border-radius: 0;
    }

    .cust_li.style_b .cust_li_con .li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cust_li.style_b .cust_li_con .li:nth-child(2n) {
        border-right: 0;
    }

    .cust_li.style_b .cust_li_con .li:last-child,
    .cust_li.style_b .cust_li_con .li:nth-last-child(2) {
        border-bottom: 0;
    }

    .cust_li.style_b .li .box {
        margin: 0;
        padding: 10px 12px;
    }

    .cust_li.style_b .box .img {
        width: 28px;
    }

    .cust_li.style_b .box .c_ti {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        margin-right: 10px;
    }

    .cust_li.style_b .box .t_intro {
        font-size: 12px;
        opacity: 0.8;
    }
}

/*模块 自定义列表 c*/
.cust_li.style_c {
    padding: 84px 0;
    background: linear-gradient(180deg, #e9edf6 0%, #f7fdff 100%);
    margin: 0 !important;
}

.cust_li.style_c .module_title .module_ti_con {
    justify-content: center;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.cust_li.style_c .module_title .ti {
    font-size: 30px;
}

.cust_li.style_c .cust_li_con {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-between;
}

.cust_li.style_c .cust_li_con .box {
    margin: 0 20px;
    width: 333px;
    position: relative;
}

.cust_li.style_c .cust_li_con .img img {
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
}

.cust_li.style_c .cust_li_con .info {
    padding-top: 40px;
}

.cust_li.style_c .cust_li_con .info .c_ti {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
    .cust_li.style_c {
        padding: 40px 0;
    }

    .cust_li.style_c .cust_li_con {
        flex-direction: column;
        margin: 0;
    }

    .cust_li.style_c .cust_li_con .box {
        width: 100%;
        display: flex;
        margin: 0;
        margin-bottom: 16px;
    }

    .cust_li.style_c .cust_li_con .img img {
        width: 38px;
        margin-right: 12px;
        height: auto;
        position: relative;
    }

    .cust_li.style_c .cust_li_con .info {
        padding-top: 0;
        flex: auto;
        flex: auto;
        width: inherit;
    }

    .cust_li.style_c .cust_li_con .info .c_ti {
        font-size: 16px;
        margin-bottom: 4px;
    }
}

/*模块 自定义列表 d*/
.cust_li.style_d {
    padding: 84px 0;
    background: linear-gradient(180deg, #f0f6f8 0%, #ffffff 100%);
    margin: 0 !important;
}

.cust_li.style_d .module_title .module_ti_con {
    justify-content: center;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.cust_li.style_d .module_title .ti {
    font-size: 30px;
}

.cust_li.style_d .cust_li_con {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-between;
}

.cust_li.style_d .cust_li_con .box {
    margin: 0 20px;
    position: relative;
    text-align: center;
}

.cust_li.style_d .cust_li_con .img img {
    height: 112px;
    margin-bottom: 16px;
}

.cust_li.style_d .cust_li_con .info .c_ti {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .cust_li.style_d {
        padding: 40px 0;
    }

    .cust_li.style_d .cust_li_con {
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .cust_li.style_d .cust_li_con .li {
        width: 50%;
    }

    .cust_li.style_d .cust_li_con .li .box {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .cust_li.style_d .cust_li_con .img img {
        height: 80px;
        margin-bottom: 8px;
    }

    .cust_li.style_d .cust_li_con .info .c_ti {
        font-size: 14px;
    }
}

/*模块 自定义列表 e*/
.cust_li.style_e {
    padding: 84px 0;
    background: #f4f8fa;
    margin: 0 !important;
}

.cust_li.style_e .module_title .module_ti_con {
    justify-content: center;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.cust_li.style_e .module_title .ti {
    font-size: 30px;
}

.cust_li.style_e .cust_li_con {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cust_li.style_e .cust_li_con .li {
    width: 33.33%;
    display: flex;
}

.cust_li.style_e .cust_li_con .box {
    margin: 10px;
    position: relative;
    text-align: center;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: flex;
    text-align: left;
}

.cust_li.style_e .cust_li_con .img {
    height: 40px;
    width: 40px;
    margin-right: 30px;
    flex: none;
    margin-top: 10px;
}

.cust_li.style_e .cust_li_con .info .c_ti {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.cust_li.style_e .cust_li_con .info .t_intro {
    font-size: 14px;
    opacity: 0.8;
}

@media screen and (max-width: 800px) {
    .cust_li.style_e {
        padding: 40px 0;
    }

    .cust_li.style_e .cust_li_con .li {
        width: 100%;
        margin-bottom: 12px;
    }

    .cust_li.style_e .cust_li_con .box {
        padding: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cust_li.style_e .cust_li_con .img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .cust_li.style_e .cust_li_con .info .c_ti {
        margin-bottom: 4px;
    }
}

/*模块 模块标题*/
.module_title_div.style_a.module {
    margin-top: -40px;
    padding-top: 84px;
    margin-bottom: -64px;
}

.module_title_div.style_a .module_ti_con {
    justify-content: center;
    border: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.module_title_div.style_a .module_ti_con .ti {
    font-size: 30px;
}

.module_title_div.style_a .module_ti_con .re_ti {
    color: inherit;
}

@media screen and (max-width: 800px) {
    .module_title_div.style_a.module {
        margin-top: -24px;
        padding-top: 40px;
        margin-bottom: -20px;
    }

    .module_title_div.style_a .module_ti_con .ti {
        font-size: 20px;
    }

    .module_title_div.style_a .module_ti_con .re_ti {
        font-size: 14px;
    }
}

/*模块 banner*/
.page_container .module.banner:first-child {
    margin-top: 0;
}

/*模块 banner a*/
.banner.style_a {
    color: #fff;
}

.banner.style_a .module_title {
    display: none;
}

.banner.style_a .banner_box > .container {
    max-width: inherit;
}

.banner.style_a .banner_con {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.banner.style_a .banner_con .img_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.banner.style_a .banner_con .img_bg img {
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
}

.banner.style_a .banner_con .info {
    padding: 64px 160px;
    position: relative;
    z-index: 10;
}

.banner.style_a .banner_con .info .ti {
    font-size: 46px;
    letter-spacing: 10px;
    font-weight: bold;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}

.banner.style_a .banner_con .info .intro {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
}

.banner.style_a .banner_con .info .but a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    background: none;
    font-size: 0;
}

@media screen and (max-width: 1024px) {
    .banner.style_a .banner_box .container {
        padding: 0;
    }

    .banner.style_a .banner_con .info {
        padding: 24px 20px;
    }

    .banner.style_a .banner_con .info .ti {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .banner.style_a .banner_con .info .intro {
        font-size: 14px;
        margin-top: 4px;
    }
}

/*模块 banner b*/
.banner.style_b {
    color: #fff;
}

.banner.style_b .module_title {
    display: none;
}

.banner.style_b .banner_box > .container {
    max-width: inherit;
}

.banner.style_b .banner_con {
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.banner.style_b .banner_con .img_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banner.style_b .banner_con .img_bg img {
    width: 100%;
}

.banner.style_b .banner_con .info {
    padding: 40px 0;
    position: relative;
    z-index: 10;
    max-width: 1312px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.banner.style_b .banner_con .info .ti {
    font-size: 32px;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}

.banner.style_b .banner_con .info .intro {
    display: none;
}

.banner.style_b .banner_con .info .but .theme_color {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .banner.style_b .banner_box .container {
        padding: 0;
    }
}

/*模块 banner c*/
.banner.style_c .module_title {
    display: none;
}

.banner.style_c .banner_box > .container {
    max-width: inherit;
}

.banner.style_c .banner_con {
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.banner.style_c .banner_con .img_bg img {
    width: 100%;
}

.banner.style_c .banner_con .info {
    position: absolute;
    top: 0;
    display: flex;
    bottom: 0;
    left: 50%;
    margin-left: -656px;
    flex-direction: column;
    justify-content: center;
    width: 628px;
}

.banner.style_c .banner_con .info .ti {
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 24px;
}

.banner.style_c .banner_con .info .intro {
    margin-bottom: 60px;
    line-height: 28px;
}

.banner.style_c .banner_con .but .button {
    padding: 0 48px;
    height: 54px;
    border-radius: 27px;
    line-height: 54px;
}

.banner.style_c .banner_con .but .theme_color {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .banner.style_c .container {
        padding: 0;
    }

    .banner.style_c .banner_con .info {
        padding: 0 20px;
    }

    .banner.style_c .banner_con .info .ti {
        font-size: 28px;
    }

    .banner.style_c .banner_con .info .intro {
        font-size: 14px;
    }

    .banner.style_c .banner_con .info .but {
        text-align: center;
        position: fixed;
        bottom: 15px;
        z-index: 9999;
        left: 0;
        right: 0;
    }
}

/*模块 logo展示*/
.logo_list .logo_li .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_list .logo_li .info {
    display: none;
}

.logo_list.style_a .logo_li {
    display: flex;
    flex-wrap: wrap;
}

.logo_list.style_a .logo_li .li {
    width: 16.66%;
}

.logo_list.style_a .logo_li .box:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

/*模块 社区*/
.community a {
    color: inherit;
}

.community .box {
    cursor: pointer;
}

.community .top_post_title > div {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.community .c_ti .top_post_title {
    display: flex;
    justify-content: space-between;
}

.community .c_ti .top_post_title .post_title_content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 34vh;
}

.community .fb_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community .fb_info .ti {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.community .fb_info .user {
    display: flex;
    align-items: center;
}

.community .fb_info .avatar {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    /*background-image: url("../img/amazon/bg3_add.png");*/
    box-sizing: content-box;
    background-position: center;
    border: 2px solid transparent;
}

.community .fb_time {
    white-space: nowrap;
}

.community .detail .text {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.community .data .item {
    display: inline-block;
}

/*模块 话题*/
.m_topic .topic_list .box {
    cursor: pointer;
    position: relative;
}

.m_topic .topic_list .topic {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.m_topic .ht_con .intro {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.m_topic .topic_list .post_ti {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.m_topic .post {
    display: flex;
    align-items: center;
}

.m_topic .post .avatar {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.topic_list .at_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4px;
}

.topic_list .at_list .avatars {
    display: flex;
    height: 20px;
}

.topic_list .at_list .avatar {
    width: 20px;
    height: 20px;
    margin-left: -4px;
}

.topic_list .at_list .n .icon {
    font-size: 12px;
    margin: 0;
}

/*模块 发布（发帖、发活动、发文章）*/
.post_box .top .container {
    max-width: 808px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.post_box .top .back {
    line-height: 56px;
    padding-right: 20px;
}

.post_box .top .ti {
    font-weight: bold;
    font-size: 16px;
}

.post_box .top .button {
    width: 66px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 14px;
}

.post_box .con_box .container {
    max-width: 808px;
}

.post_box .choose {
    position: relative;
}

.post_box .choose select {
    background-color: #fff;
    padding: 0;
    border: 0 !important;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.post_box .choosed {
    background-color: #fff;
    padding: 0;
    border: 0 !important;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: url(/img/select_bg.png) no-repeat right center;
    background-size: 24px 12px;
    padding-right: 24px;
    padding: 11px 25px 7px 0;
}

.post_box .choosed .t {
    line-height: 28px;
    margin-bottom: 4px;
    display: inline-block;
}

.post_box .choosed .it {
    display: inline-block;
    background: #f4f5f9;
    border-radius: 2px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.post_box .choosed .it .icon {
    margin: 0;
    font-size: 12px;
    padding: 8px 0 8px 8px;
    line-height: 12px;
}

.post_box .choose_list_box {
    width: 100%;
    max-height: 332px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    position: absolute;
    overflow-y: auto;
    padding: 10px 0;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 100;
}

.post_box .choose_list_box:before {
    content: "";
    position: absolute;
    left: 178px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.12);
}

.post_box .choose_list_box .fl {
    display: block;
    clear: both;
    float: none;
}

.post_box .fl .label {
    width: 178px;
    float: left;
    line-height: 34px;
    padding: 0 16px;
    cursor: pointer;
}

.post_box .fl.active .label {
    background: #f4f5f9;
}

.post_box .fl .fl_box {
    display: none;
    position: absolute;
    left: 178px;
    top: 0;
    overflow-y: auto;
    padding: 16px;
    bottom: 0;
    right: 0;
}

.post_box .fl.active .fl_box {
    display: block;
}

.post_box .fl .fl_box .it {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}

.post_box .fl .fl_box .it .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #babdc3;
}

.post_box .fl .fl_box .it.active .icon {
    color: #4076ff;
}

.post_box .up_cover {
    border-radius: 3px;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    margin-top: 20px;
    padding-bottom: 59.25%;
    position: relative;
}

.post_box .up_cover .btn_addfile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #babdc3;
}

.post_box .up_cover .text .icon {
    font-size: 24px;
}

.post_box .up_cover .text .a {
    font-size: 16px;
    margin-bottom: 16px;
}

.post_box .up_cover .text .b {
    font-size: 12px;
}

.post_box .none_text {
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.post_box .title {
    font-size: 20px;
    position: relative;
    margin: 20px 0 10px 0;
}

.post_box .title .edit_box {
    overflow-y: auto;
    height: 3em;
    background: #fff;
    border: none !important;
    padding: inherit;
    font-size: 18px;
}

.post_box .con {
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}

.post_box .con .edit_box {
    overflow-y: auto;
    height: 36vh;
    background: #fff;
    border: none !important;
    padding: inherit;
    width: 100%;
}

.post_box .con.event_con .edit_box {
    min-height: 20vh;
    width: 100%;
}

.post_box .img {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 20px;
}

.post_box.event_fabu .img {
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.post_box .img .li {
    width: 16.66%;
    float: left;
    padding: 2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post_box .img .box {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f5f9;
    position: relative;
}

.post_box .img .box > .icon {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
    margin: 0;
}

.post_box .img .add_img .icon {
    font-size: 24px;
    position: absolute;
    color: #babdc3;
    transform: translate(-50%, -50%);
}

.post_box .img .add_img .select_pic_icon {
    font-size: 24px;
    position: absolute;
    color: #babdc3;
    transform: translate(-50%, -70%);
}

.post_box .img .add_icon {
    position: absolute !important;
}

.post_box.event_fabu .img .box {
    border-radius: 3px;
}

.post_box .img .add_img .box {
    background: #f7f7f7;
    border-radius: 3px;
}

.post_box .img .add_img .btn_addfile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #babdc3;
}

.post_box .img .add_img .btn_addfile .select_pic {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 30%);
}

.post_box .tipic .it {
    display: inline-block;
    background: #f4f5f9;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    float: left;
    margin-right: 4px;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}

.post_box .tipic .it .item {
    display: flex;
}

.post_box .tipic .it > .icon {
    font-size: 12px;
    color: #babdc3;
    margin: 0;
    margin-left: 4px;
}

.post_box .form_item {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 16px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_box .form_item:before {
    display: none;
}

.post_box .form_item:after {
    display: none;
}

.post_box .form_item .label {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    margin-right: 20px;
}

.post_box .form_item .f_con {
    color: #6b717b;
}

.post_box .form_item .input_box {
    padding-right: 20px;
}

.post_box .form_item .input_box:after {
    font-family: "iconfont";
    content: "\e6bb";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    opacity: 0.3;
    line-height: 20px;
    margin-top: -10px;
}

.post_box .form_item .input {
    background: none;
    border: 0 !important;
    text-align: right;
    height: 25px;
    width: 210px;
    line-height: 1.5 !important;
    color: #6b717b;
    padding: 0;
}

.post_box .form_item select {
    background: none;
    border: 0 !important;
    text-align: right;
    height: auto;
    line-height: 1.5 !important;
    color: #6b717b;
    padding: 0;
}

.post_box .form_item .select_box {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

.post_box .form_item .select_box:after {
    font-family: "iconfont";
    content: "\e6bb";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    opacity: 0.3;
}

.choose_topic .input {
    border: 0 !important;
}

.img_op {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
}

.img_op .op {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.img_op .op a {
    color: #fff;
}

.img_op .img {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.img_op .img img {
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .post_box .top .container {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        background: #fff;
        z-index: 100;
    }

    .post_box .con_box {
        padding-top: 56px;
    }

    .post_box .img .li {
        width: 25%;
    }

    .post_box .choose {
        position: static;
    }

    .post_box .choose_list_box {
        position: absolute;
        max-height: inherit;
        top: auto;
        left: 0;
        right: 0;
        width: auto;
        box-shadow: none;
        padding: 20px;
        min-height: 100vh;
        overflow-y: auto;
    }

    .post_box .choose_list_box:before {
        display: none;
    }

    .post_box .fl .label {
        width: 100%;
        float: none;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: inherit;
        padding: 0;
    }

    .post_box .fl.active .label {
        background: none;
    }

    .post_box .fl .fl_box {
        display: block;
        position: relative;
        left: auto;
        padding: 0;
        overflow: hidden;
        bottom: auto;
        right: auto;
        margin-bottom: 10px;
        margin-left: -4px;
        margin-right: -4px;
    }

    .post_box .fl .fl_box .it {
        margin: 0;
        margin-bottom: 8px;
        width: 33.33%;
        float: left;
        position: relative;
        font-size: 12px;
    }

    .post_box .fl .fl_box .it span {
        display: block;
        height: 36px;
        line-height: 36px;
        background: #f4f5f9;
        border-radius: 2px;
        text-align: center;
        padding: 0 4px;
        margin: 0 4px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .post_box .fl .fl_box .it .icon {
        border: 0;
        position: absolute;
        display: none;
        z-index: 10;
        width: 16px;
        height: 16px;
        line-height: 16px;
        top: 0;
        left: 4px;
    }

    .post_box .fl .fl_box .it.active .icon {
        display: inline-block;
        color: #fff;
    }

    .post_box .fl .fl_box .it.active span:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 24px solid #4076ff;
        border-right: 24px solid transparent;
        position: absolute;
        top: 0;
        left: 4px;
        z-index: 1;
    }
}

/*无权限查看内容*/
.limits {
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}

.limits img {
    width: 176px;
    height: 130px;
    display: block;
    margin: 0 auto;
}

.limits .without {
    color: #babdc3;
    margin-bottom: 20px;
}

.limits .confirm {
    display: block;
    margin: 0 auto;
    width: 234px;
    line-height: 42px;
    color: #fff;
    border-radius: 3px;
}

@media screen and (max-width: 960px) {
}

/*模块 社区 帖子详情*/
.community_detail .container {
    max-width: 808px !important;
}

.community_detail .top .top_ti {
    font-size: 32px;
    margin-bottom: 8px;
}

.community_detail .top .time {
    opacity: 0.4;
    margin-bottom: 16px;
}

.community_detail .website_page_text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
    word-break: break-all;
}

.community_detail .website_page_text > img {
    margin: 10px 0;
}

.community_detail .website_page_text .tipic {
    margin-top: 30px;
}

.community_detail .website_page_text .tipic .it {
    height: 32px;
    border-radius: 18px;
    line-height: 24px;
    padding: 4px;
    display: inline-block;
    padding-right: 12px;
    background: #f4f5f9;
    font-size: 12px;
    margin-right: 8px;
    float: left;
    margin-bottom: 4px;
}

.community_detail .website_page_text .tipic .it span:first-child {
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    margin-right: 4px;
}

.community_detail .website_page_text .tipic .it span {
    float: left;
}

.community_detail .module_line {
    display: none;
}

.community_detail .share {
    display: none;
}

@media screen and (max-width: 960px) {
    .community_detail .top {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-top: 30px;
    }

    .community_detail .top .top_ti {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .community_detail .top .time {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .community_detail .fb_info {
        margin-bottom: 20px;
    }

    .community_detail .website_page_text {
        margin-top: 36px;
        word-break: break-all;
    }

    .community_detail .share {
        display: flex;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding: 10px 0 20px 0;
    }

    .community_detail .share .item {
        flex: 1;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
        text-align: center;
    }

    .community_detail .share .t_color {
        color: #232f3e;
    }

    .community_detail .share .item:last-child {
        border: 0;
    }

    .community_detail .share .item img {
        width: 16px;
        margin-right: 4px;
    }

    .community_detail .module_line {
        display: block;
    }
}

/*帖子 资讯详情 作者*/
.mo_inside .fb_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mo_inside .fb_info .ti {
    white-space: nowrap !important;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: inline-block;
}

.mo_inside .fb_info .ti_name {
    width: 26vh;
    white-space: nowrap;
}

.mo_inside .fb_info .user {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-right: 10px;
}

.mo_inside .fb_info .avatar {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

/*帖子推荐*/
.community_detail .re_m_t {
    padding: 20px 0;
}

.community_detail .re_m_t .ti {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.community_detail .re_m_t .t {
    font-size: 18px;
    font-weight: bold;
}

.community_detail .re_m_t .ti a {
    color: inherit;
}

.community_detail .re_m_box {
    background: #f4f5f9;
    padding: 16px;
    border-radius: 8px;
}

.community_detail .re_m_box .re_li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.community_detail .re_m_box .re_li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.community_detail .re_m_box .re_ti {
    font-size: 16px;
    margin-bottom: 4px;
}

.community_detail .re_m_box .fb {
    font-size: 12px;
    opacity: 0.6;
}

/*模块 底部tab*/
.module.tab {
    height: 64px;
    width: 100%;
}

.module.tab .tab_container {
    height: 64px;
    width: 100%;
    box-sizing: content-box;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.module.tab .tab_button {
    padding: 10px 0 8px;
    flex: 1 1 1px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    filter: contrast(0) opacity(0.7);
    color: inherit;
}

.module.tab .tab_button_active {
    filter: none;
}

.module.tab .tab_button img {
    height: 25px;
    width: 25px;
    margin-bottom: 4px;
}

.module.tab .tab_button div {
    font-size: 12px;
}

/*模块 筛选*/
.tab_select .tab_view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tab_select .tab_s {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    line-height: 48px;
    height: 48px;
}

.tab_select .tab_s_view {
    display: flex;
    align-items: center;
    width: max-content;
    position: absolute;
    left: 0;
    top: 0;
}

.tab_select .tab_s_li {
    margin-right: 24px;
}

.tab_select .tab_s_li .icon {
    font-size: 12px;
}

.tab_filter_button {
    display: none;
}

.filter_drawer .filter_group {
    display: flex;
}

.filter_drawer .filter_group_body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter_drawer .filter_item {
    display: inline-block;
}

.filter_drawer .filter_action {
    display: none;
}

@media screen and (max-width: 960px) {
    .filter_drawer .filter_group {
        display: block;
    }

    .tab_filter_button {
        display: inline-block;
    }

    .filter_drawer .filter_action {
        display: block;
    }
}

/*模块 活动列表*/
.events.module .zb {
    display: flex;
    align-items: center;
}

.events.module .zb .top_t {
    display: block;
}

.events.module .zb .or_logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    background: #fff;
}

.events.module .zb .or_n {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.events.module .events_card_info_item {
    display: flex;
    align-items: center;
}

.events.module .events_card_info_item .span {
    margin-left: 8px;
}

.events.module .events_card_info_item .ad {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.events.module .intro {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.events.module .events_card .box {
    position: relative;
    cursor: pointer;
}

.events.module .events_card_image {
    overflow: hidden;
    position: relative;
}

.events.module .events_card_image:before {
    content: "";
    display: block;
    padding-bottom: 59.25%;
}

.events.module .events_card_image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
}

.events.module .events_card_title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

/*模块 活动、课程、资料详情*/
.module_course {
    padding-bottom: 40px;
}

.module_course .course_box .top {
    display: flex;
    width: 100%;
    position: relative;
}

.module_course .l_img {
    width: 392px;
    margin-right: 40px;
}

.module_course .l_img img {
    width: 100%;
}

.module_course .r_info {
    flex: 1;
}

.module_course .course_name {
    font-size: 26px;
    margin-bottom: 10px;
    padding-right: 160px;
    font-weight: bold;
}

.module_course .button-preview {
    display: none;
}

.module_course .button_download {
    display: block;
}

.module_course .phone_browse {
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #979ca3;
    display: flex;
    align-items: center;
}

.module_course .phone_browse > span {
    display: inline-block;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.module_course .phone_browse .icon {
    font-size: 14px;
}

.module_course .phone_browse .p_num {
    margin-right: 4px;
}

.module_course .phone_browse .browse {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.module_course .phone_browse .browse .icon {
    display: none;
}

.module_course .phone_browse .save span {
    display: none;
}

.module_course .phone_browse .save .p_num {
    display: inline-block;
    margin: 0;
}

.module_course .course_group_r {
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #979ca3;
    padding: 0 8px;
}

.module_course .e_info {
    background: #f4f5f9;
    padding: 16px 12px;
    border-radius: 2px;
    color: #6b717b;
    margin-bottom: 12px;
}

.module_course .e_info .icon {
    display: inline-block;
    vertical-align: middle;
}

.module_course .e_info .lam {
    vertical-align: middle;
}

.module_course .e_info > div .theme_color.alm {
    margin-left: 8px;
    white-space: nowrap;
}

.online_download {
    display: none;
}

.module_course .course_group {
    display: flex;
    align-items: center;
    color: #6b717b;
    margin-bottom: 20px;
}

.module_course .course_group .zt {
    margin-right: 16px;
}

.module_course .course_group .been_upd {
    margin-left: 16px;
}

.module_course .ticket_box {
    display: none;
}

.module_course .ticket_box .price {
    margin-bottom: 40px;
}

.module_course .ticket_box .price .p {
    font-size: 32px;
    font-weight: bold;
    margin-right: 12px;
    font-family: DIN Alternate;
}

.module_course .ticket_box .price .yj {
    font-size: 14px;
    color: #979ca3;
}

.module_course .buy_fn {
    display: flex;
    align-items: center;
}

.module_course .buy_fn .button {
    height: 44px;
    width: 132px;
    padding: 0;
    margin-right: 4px;
}
.module_course .buy_fn .button > .icon {
    display: none;
}

.module_course .buy_fn .button .price {
    display: none;
}

.module_course .buy_fn .button.theme_bg {
    font-weight: bold;
}

.module_course .buy_fn .button .done {
    color: #979ca3;
}

.module_course .buy_fn .experience > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.module_course .buy_fn .share_a {
    margin-left: 20px;
    position: relative;
}

.module_course .share_a_box {
    position: absolute;
    left: -40px;
    top: 100%;
    z-index: 100;
    background: #fff;
    border-radius: 4px;
    width: 156px;
    padding: 20px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    display: none;
}

.module_course .share_a_box .arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #fff transparent;
}

.module_course .share_a:hover .share_a_box {
    display: block;
}

.module_course .share_a_box .s_li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.module_course .share_a_box .s_li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.module_course .share_a_box .wcode {
    margin: -10px;
}

.course_content {
    position: relative;
    display: flex;
}

.course_content .menu_box {
    flex: auto;
    margin-right: 40px;
}

.course_content .recommend_box {
    display: inline-block;
    width: 376px;
    margin-bottom: 40px;
}

.course_content .recommend_activity {
    width: 376px;
}

.course_content .tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.course_content .tabs .tabs_item {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #6b717b;
    padding-bottom: 12px;
    margin-right: 40px;
    cursor: pointer;
}

.course_content .tabs .tabs_item.theme_color {
    font-weight: bold;
    color: inherit;
}

.course_content .tabs .tabs_item .active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 5px;
    border-radius: 3px;
}

.course_content .tabs .tabs_item .comment_num {
    margin-left: 8px;
}

.course_content .con_introduce {
    margin-bottom: 30px;
}

.course_content .course_title {
    display: none;
}

.course_content .course_con {
    line-height: 1.8;
    font-size: 16px;
    /*text-align: justify;*/
}

.course_content .host_info_box {
    padding: 20px;
    background-color: #f4f5f9;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.course_content .host_info_box .avatar {
    width: 72px;
    height: 72px;
    float: left;
}

.course_content .host_info_box .host_info {
    margin-left: 72px;
    padding-left: 10px;
}

.course_content .host_info_box .host_name {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

.course_content .host_info_box .host_job {
    color: #6b717b;
    display: block;
    margin-bottom: 8px;
}

.course_content .host_info_box .host_desc {
    color: #6b717b;
}

.course_content .list_container {
    padding-bottom: 30px;
}

.collapse_item .collapse_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 69px;
    background: #f7f7f7;
    padding: 0 20px 0 8px;
}

.collapse_item .header_l {
    display: flex;
    align-items: center;
}

.collapse_item .header_l .item_cover {
    width: 95px;
    height: 53px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
}

.collapse_item .header_l .item_cover > img {
    width: 100%;
    height: 100%;
}

.collapse_item .header_l .item_title {
    font-weight: bold;
    font-size: 16px;
}

.collapse_item .collapse_icon {
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.collapse_item .collapse_content_box {
    padding-top: 28px;
}

.collapse_item .collapse_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.collapse_item .content_l {
    display: flex;
    align-items: center;
}

.collapse_item .content_l .article_item {
    font-size: 12px;
    color: #979ca3;
}

.collapse_item .article_item .phone_sign_this {
    display: none;
}

.collapse_item .sign_this > i {
    font-size: 14px;
}

.collapse_item .content_l > img {
    width: 14px;
    height: 14px;
    margin: 0 23px 0 15px;
}

@media screen and (max-width: 960px) {
    /* .course_content {
         padding-bottom: 56px;
     }*/

    .module_course {
        padding: 0;
    }

    .module_course .course_box .top {
        display: block;
    }

    .module_course .l_img {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
    }

    .module_course .course_name {
        font-size: 18px;
        padding-right: 0;
        margin-bottom: 12px;
        line-height: 28px;
    }

    .module_course .button-preview {
        display: block;
    }

    .module_course .phone_browse {
        position: relative;
        right: auto;
        top: auto;
        border: 0;
        height: auto;
        line-height: inherit;
        justify-content: space-between;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 16px;
        font-size: 14px;
    }

    .module_course .phone_browse > span {
        padding: 0;
    }

    .module_course .phone_browse .browse {
        border: 0;
    }

    .module_course .phone_browse .browse .icon {
        display: inline-block;
        font-size: 16px;
    }

    .module_course .phone_browse .save {
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 2px;
        padding: 0 12px;
        height: 32px;
        line-height: 30px;
    }

    .module_course .phone_browse .save span {
        display: inline-block;
    }

    .module_course .phone_browse .save .p_num {
        margin-right: 4px;
    }

    .module_course .course_group {
        background: #f4f5f9;
        padding: 14px 12px;
        border-radius: 2px;
        color: inherit;
        margin-bottom: 12px;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .module_course .course_group .zt {
        display: none;
    }

    .module_course .course_group_l {
        font-weight: bold;
    }

    .module_course .course_group .been_upd {
        margin-left: 8px;
        font-weight: normal;
        color: #979ca3;
        font-size: 12px;
    }

    .module_course .course_group_r {
        position: relative;
        right: auto;
        top: auto;
        border: 0;
        padding: 0;
        height: auto;
        line-height: inherit;
        font-size: 14px;
        color: inherit;
        font-weight: bold;
    }

    .module_course .e_info {
        margin-bottom: 24px;
    }

    .module_course .e_info.offline {
        background: none;
        padding: 0;
    }

    .module_course .ticket_box .price {
        display: none;
    }

    .module_course .buy_fn {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
        z-index: 10;
    }

    .module_course .buy_fn .button {
        flex: auto;
        border-radius: 0;
        padding: 0;
        height: 56px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .module_course .buy_fn .button > .icon {
        display: block;
        height: 20px;
        width: 20px;
        margin-right: 4px;
        object-fit: contain;
    }

    .module_course .buy_fn .theme_bg {
        float: right;
        width: 60%;
    }

    .module_course .buy_fn .experience {
        float: left;
        width: 40%;
        background: #fff;
    }

    .module_course .buy_fn .share_a {
        display: none;
    }

    .course_content .recommend_box {
        display: block;
        width: 100%;
        display: none;
    }

    .course_content .recommend_activity {
        width: 100%;
    }

    .course_content .menu_box {
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .course_content .tabs {
        margin-bottom: 20px;
        border-bottom: 0;
    }

    .course_content .tabs .tabs_item {
        font-size: 16px;
        margin-right: 30px;
    }

    .course_content .tabs .tabs_item.theme_color {
        color: inherit;
        font-weight: bold;
    }

    .course_content .host_info_box {
        padding: 12px 10px 16px 10px;
    }

    .course_content .host_info_box .avatar {
        width: 54px;
        height: 54px;
    }

    .course_content .host_info_box .host_info {
        margin-left: 54px;
    }

    .course_content .host_info_box .host_desc {
        font-size: 12px;
    }

    .online_download {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f4f5f9;
        padding: 16px 20px;
        border-radius: 2px;
        margin-bottom: 24px;
    }

    .online_download .event_file {
        display: flex;
        align-items: center;
    }

    .online_download .event_file img {
        width: 24px;
        margin-right: 10px;
    }

    .online_download .download_button {
        display: flex;
        align-items: center;
    }
}

.data_detail .top_content {
    opacity: 0.8;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.data_detail .detail {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0 12px;
    max-width: 530px;
    opacity: 0.8;
}

.data_detail .detail > div {
    margin-bottom: 12px;
    min-width: 244px;
}

.data_detail .left {
    display: none;
}

.data_detail .rc_desc {
    font-size: 12px;
    opacity: 0.8;
    margin: 5px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 960px) {
    .data_detail .top_content {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .course_box .detail {
        padding-top: 12px;
        padding-bottom: 24px;
    }

    .course_box .detail .pc_block {
        display: none;
    }

    .course_box .detail > div {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
        min-width: inherit;
        margin-bottom: 0;
    }

    .course_box .detail .data1 {
        display: none;
    }

    .course_box .detail > div:last-child {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .data_detail .left {
        display: block;
        width: 40%;
        float: left;
        height: 56px;
        line-height: 56px;
        text-align: center;
        font-size: 16px;
    }

    .data_detail .left .done {
        color: #979ca3;
    }

    .data_detail .buy_fn .button {
        width: 60%;
    }
}

/*模块 海报分享*/
.poster {
    display: none;
}

@media screen and (max-width: 960px) {
    .poster {
        display: inline-block;
        position: fixed;
        z-index: 100;
        right: -5px;
        top: 90px;
        width: 103px;
    }
}

/*模块 活动下载资料*/
.course_content .pcdownloadfixed {
    background: #ffffff;
    display: none;
}

.course_content .pcdownloadfixed .every_info {
    margin-left: 20px;
}

.course_content .pcdownloadfixed .every_info:hover {
    background-color: #f4f5f9;
}

.course_content .pcdownloadfixed .download_name {
    padding: 21px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
}

.course_content .pcdownloadfixed .every_infocontent {
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
}

.course_content .pcdownloadfixed .every_infocontent .file_name {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course_content .pcdownloadfixed .every_infocontent .file_type {
    width: 80px;
    max-width: 80px;
    margin-left: 50px;
    margin-right: 100px;
    color: #979ca3;
}

.course_content .pcdownloadfixed .every_infocontent .icon_info {
    width: 32px;
    height: 32px;
}

.course_content .pcdownloadfixed .every_infocontent .file_url {
    width: 80px;
    max-width: 80px;
    color: #979ca3;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
}

/*h5 head*/
.h5-head {
    display: block;
}

@media screen and (max-width: 960px) {
    .h5-head {
        height: 44px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 15%);
        background: #fff;
        padding: 0 20px;
    }

    .h5-logo {
        flex: 1;
    }

    .h5-head .home {
        font-size: 20px;
        margin-right: 0;
        color: #212121;
    }

    .h5-head .index {
        font-size: 24px;
        margin-right: 0;
        color: #212121;
    }

    .h5-head .h5-logo {
        width: auto;
        object-fit: contain;
        max-width: 50%;
        height: 26px;
    }
}

/*模块 推荐 活动、课程、资料*/
.recommend_activity_title {
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    padding: 16px 0;
}

.about_list > a {
    color: inherit;
    display: block;
}

.about_list > a:hover {
    color: inherit;
}

.about_list .recommend_activity_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    line-height: normal;
    padding-top: 0;
    margin-bottom: 20px;
}

.about_list .about_item {
    display: flex;
    margin-bottom: 20px;
}

.about_list .about_item .cover {
    width: 162px;
    height: 96px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 12px;
    flex: none;
}

.about_list .about_item .cover img {
    width: 100%;
    height: 100%;
}

.about_list .about_item .r {
    max-width: 198px;
}

.about_list .about_item .title {
    font-weight: bold;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.about_list .about_item .t_a {
    color: #979ca3;
    font-size: 12px;
}

.about_list .about_item .class {
    margin-right: 10px;
}

.about_list .about_item .class i {
    font-size: 12px;
}

.about_list .about_item .num_info {
    margin-bottom: 8px;
    color: #979ca3;
    font-size: 12px;
}

.about_list .about_item .num_info .bold {
    font-weight: bold;
    margin-right: 4px;
}

.about_list .about_item .price {
    font-size: 16px;
    font-weight: bold;
}

.about_list .about_item .original_price {
    font-size: 12px;
    color: #979ca3;
    font-weight: normal;
    margin-left: 4px;
}

/*模块 资讯*/
.news_list .news_li .box {
    position: relative;
    cursor: pointer;
}

.news_list .news_li .img {
    position: relative;
    overflow: hidden;
}

.news_list .news_li .img:before {
    content: "";
    display: block;
    padding-bottom: 56.38%;
}

.news_list .news_li .img img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    right: 0;
    width: 100%;
}

.news_list .news_li .fb_info .user {
    display: flex;
}

.news_list .news_li .n_ti {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news_list .news_li .fl {
    display: none;
}

.news_list .news_li .n_info {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news_list .news_li .data {
    display: none;
}

/*模块 资讯详情*/
.container .up_down_page,
.container .up_down_page_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.container .up_down_page_item {
    gap: 4px;
    cursor: pointer;
    color: #212121;
    font-weight: 400;
}

.container .up_down_page_item i {
    font-size: 12px;
    margin: 0;
}

.detail_container {
    max-width: 680px !important;
}



.detail_container .detail_cover_img {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
}

.detail_container .detail_cover_img img {
    width: 680px;
    height: 379px;
    object-fit: cover;
}

.detail_container .bq {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.detail_container .bq .time {
    opacity: 0.6;
    margin-right: 20px;
    font-size: 16px;
}

.detail_container .bq .category {
    color: #6b717b;
    font-size: 12px;
    height: 28px;
    background: #f4f5f9;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 8px;
}

.detail_container .bq .ti {
    color: #979ca3;
    font-size: 16px;
    margin-right: 12px;
}

.detail_container .bq .title a {
    margin-right: 20px;
    font-size: 15px;
}

.detail_container .detail_title {
    font-size: 22px;
    margin-bottom: 12px;
}

.detail_container .fb_info {
    margin-bottom: 30px;
}

.detail_container .zy {
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.7;
    color: #979ca3;
    margin: 36px 16px 30px;
}

/*猜你喜欢*/
.detail_container .guess_like {
    margin: 48px auto 43px;
}

.detail_container .guess_like .guess_like_title {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 16px;
}

.detail_container .guess_like .guess_like_box {
    display: flex;
    align-items: center;
    gap: 11px;
}

.detail_container .guess_like .guess_like_item_img img {
    width: 219px;
    height: 122px;
    object-fit: cover;
}

.detail_container .guess_like .guess_like_item_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 220px;
    height: 58px;
    font-weight: 500;
    color: #212121;
    background: #f4f5f9;
    padding: 10px 12px;
    line-height: 22px;
}

/*tag*/
.detail_container .tags {
    margin-top: 32px;
}

.detail_container .tags,
.detail_container .tags .tags_item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.detail_container .tags .tags_item {
    background: #f4f5f9;
    border-radius: 16px;
    padding: 6px 10px 6px 4px;
}

.detail_container .tags .tags_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
}

.detail_container .tags .tags_item_text {
    font-weight: 400;
    color: #202020;
}

.detail_container .website_page_text {
    margin: auto 0 28px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
    visibility: visible;
    text-align: justify;
}

.detail_container .share {
    display: none;
}

.detail_container iframe {
    width: 100%;
}

.detail_container .view_count {
    display: none;
}

@media screen and (max-width: 960px) {
    .detail_container .detail_cover_img {
        display: none;
    }

    .detail_container .share {
        display: flex;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding: 10px 0 20px 0;
    }

    .detail_container .detail_cover_img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .detail_container .bq {
        font-size: 12px;
    }

    .detail_container .bq span {
        margin-bottom: 5px;
    }

    .detail_container .bq .category {
        display: inline-block;
        padding: 3px 6px;
        height: 22px;
    }

    .detail_container .bq .ti,
    .detail_container .bq .time {
        font-size: 15px;
    }

    .detail_container .bq .title a {
        margin-right: 12px;
        font-size: 15px;
    }

    .detail_container .detail_title {
        font-size: 22px;
        font-weight: 500;
        margin: 20px auto 14px;
    }

    .mo_inside .fb_info {
        margin-bottom: 24px;
    }

    .mo_inside .fb_info .avatar {
        width: 30px;
        height: 30px;
    }

    .detail_container .zy {
        font-size: 16px;
        margin: 32px 12px;
    }

    /*猜你喜欢*/
    .detail_container .guess_like {
        margin: 40px auto 22px;
    }

    .detail_container .guess_like .guess_like_title {
        font-size: 16px;
        font-weight: bold;
        color: #212121;
        margin-bottom: 8px;
    }

    .detail_container .guess_like .guess_like_box {
        overflow: auto;
        display: flex;
        align-items: center;
        gap: 11px;
    }

    .detail_container .guess_like .guess_like_item_img img {
        width: 219px;
        height: 122px;
        object-fit: cover;
    }

    .detail_container .guess_like .guess_like_item_content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 220px;
        height: 58px;
        font-weight: 500;
        color: #212121;
        background: #f4f5f9;
        padding: 10px 12px;
        line-height: 22px;
    }

    /*阅读量*/
    .detail_container .view_count {
        margin: 0 0 21px 20px;
        display: block;
        font-size: 14px;
        font-family: Lato-Regular, Lato;
        font-weight: 400;
        color: #979ca3;
    }

    /*tag*/
    .detail_container .tags {
        margin-top: 32px;
    }

    .detail_container .tags,
    .detail_container .tags .tags_item {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .detail_container .tags .tags_item {
        background: #f4f5f9;
        border-radius: 16px;
        padding: 6px 10px 6px 4px;
    }

    .detail_container .tags .tags_item_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: #ffffff;
        border-radius: 50%;
    }

    .detail_container .tags .tags_item_text {
        font-weight: 400;
        color: #202020;
    }
}

/*模块 资讯标签*/
.tag_zx .tag_list {
    display: flex;
    flex-wrap: wrap;
}

.tag_zx .tag_list .box {
    display: flex;
}

.tag_zx .tag_list .cover_img {
    width: 60px;
}

.tag_zx .tag_list .data {
    display: flex;
}

/*模块 人员列表*/
.guest_list .gu_list {
    display: flex;
}

.guest_list .gu_list .li {
    width: 16.66%;
}

/*模块 成员用户列表*/
.member_list .member_li .top {
    display: flex;
}

.member_list .member_li .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.member_list .member_li .g_ti {
    display: flex;
}

.member_list .member_li .g_ti img {
    height: 20px;
}

/*模块 课程*/
.course .list {
    display: flex;
}

.course .list .course_item {
    width: 25%;
}

/*pc下载页面*/
.event_details .pconline {
    padding: 20px 16px;
    background-color: #f4f5f9;
}

.event_details .pconline .pconline_download {
    display: flex;
    justify-content: space-between;
}

.event_details .pconline_download .event_file {
    width: 200px;
    height: 24px;
}

.event_details .pconline_download .event_file img {
    margin-left: 10px;
    margin-right: 10px;
}

.event_details .pconline_download .download_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_details .pconline_download .download_button img {
    margin-right: 2px;
    width: 12px;
    height: 12px;
}

.website_page .pcblackviturl_back::after {
    content: "";
    height: 1000px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    z-index: 999;
}

/***********************************************************/
/*报名*/
.register_form_box {
    max-width: 800px;
    margin: 40px auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}

.register_form .event_info .e_detail {
    display: none;
}

.register_form .form_list {
    padding: 30px 40px 60px 40px;
}

.register_form .h2_title {
    margin-bottom: 24px;
    margin-top: 40px;
}

.register_form .h2_title:first-child {
    margin-top: 0;
}

.register_form .basicmation {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.register_form .h2_title .basic_info {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 13px;
}

.register_form .h2_title .real_info {
    margin-top: 8px;
}

@media screen and (max-width: 1024px) {
    .register_form_box {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .register_form .event_info .e_cover {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .register_form .form_list {
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        position: relative;
        z-index: 10;
        margin-top: 30px;
        padding: 30px 20px 60px 20px;
    }
}

/* 报名成功 */
.success_page {
    padding: 100px 140px;
    text-align: center;
}

.success_page div:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    /*background: #ffa800;*/
    margin: 0 auto;
    width: 90%;
    color: #ffffff;
}

.success_page .icon_img img {
    width: 179px;
    margin-bottom: 24px;
}

.success_page .ti {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.success_page .text {
    color: #6b717b;
}

.success_page .phone_fn {
    margin: 40px 0 20px 0;
}

.success_page .phone_fn .button {
    margin: 0 2px;
}

.success_page .link .icon {
    font-size: 12px;
    margin: 0;
    margin-left: 4px;
}

.success_page .wx_code {
    margin-top: 30px;
    padding: 40px 0 0 64px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.success_page .wx_code .l {
    width: 88px;
    height: 88px;
    position: relative;
    margin-right: 16px;
}

.success_page .wx_code .l .code {
    width: 100%;
}

.success_page .wx_code .l .a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
}

.success_page .wx_code .r {
    text-align: left;
}

.success_page .download_span {
    color: #4076ff;
    cursor: pointer;
}

.success_page .wx_code .r .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.success_page .wx_code .r .tip {
    color: #6b717b;
}

@media screen and (max-width: 1024px) {
    .success_page {
        padding: 20px;
        padding-top: 50px;
    }

    .success_page .phone_fn .button {
        margin: 4px 18px;
        display: block;
    }

    .success_page .wx_code {
        display: none;
    }
}

/*电子票*/
.ticket_page {
    background-color: #232f3e;
    padding: 40px 20px;
}

.ticket_container {
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.ticket_page .ticket_section {
    padding: 40px 12px 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.ticket_page .ticket_code {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
}

.ticket_page .ticket_description {
    margin-bottom: 10px;
    color: #808285;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
}

.ticket_page .ticket_qr_display {
    height: 176px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.ticket_page .ticket_qr_image {
    height: 176px;
    width: 176px;
}

.ticket_page .ticket_qr_arrow {
    padding: 80px 0;
}

.ticket_page .ticket_qr_arrow .icon {
    font-size: 16px;
    line-height: 16px;
}

.ticket_page .ticket_qr_name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.ticket_page .ticket_qr_count {
    margin-bottom: 10px;
    color: #808285;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
}

.ticket_page .info_list {
    padding-bottom: 20px;
}

.ticket_page .info_card {
    margin-top: 40px;
}

.ticket_page .info_card_title {
    padding-left: 16px;
    border-left: 4px solid #005a95;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.ticket_page .info_card_body {
    padding: 20px;
}

.ticket_page .info_card_body_item {
}

.ticket_page .info_card_body_item:not(:last-of-type) {
    padding-bottom: 21px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.06);
}

.ticket_page .info_card .premium_item {
    display: flex;
}

.ticket_page .info_card .premium_item:not(:first-of-type) {
    margin-top: 20px;
}

.ticket_page .info_card .premium_item .premium_item_icon {
    height: 64px;
    width: 64px;
    margin-right: 16px;
    padding: 20px;
    border-radius: 2px;
    background-color: #f7f7f7;
}

.ticket_page .info_card .premium_item_icon .icon {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.ticket_page .info_card .premium_item_title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.ticket_page .info_card .premium_item_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ticket_page .info_card .premium_item_list_item {
    padding-left: 12px;
    color: #808285;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.ticket_page .info_card .premium_item_list_item::before {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #00a4ff;
    position: absolute;
    top: 8px;
    left: 0;
}

.ticket_page .info_list .info_card .details {
}

.ticket_page .info_card .details .details_date,
.ticket_page .info_card .details .details_location,
.ticket_page .info_card .details .details_date .icon,
.ticket_page .info_card .details .details_location .icon {
    color: #808285;
    font-size: 14px;
    line-height: 16px;
}

.ticket_page .info_card .details .details_date {
    margin-bottom: 10px;
}

.ticket_page .info_card .details .details_location {
    margin-bottom: 16px;
}

.ticket_page .info_card .details .details_map_container {
    position: relative;
}

.ticket_page .info_card .details .details_map {
    height: 120px;
    width: 334px;
    border-radius: 8px;
    background-color: gray;
}

.ticket_page .info_card .details .details_map_action {
    height: 25px;
    width: 80px;
    padding: 8px 6px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.ticket_page .info_card .details .details_map_action .icon {
    height: 10px;
    width: 10px;
    margin-right: 4px;
    font-size: 10px;
    line-height: 10px;
}

/*****************************************************个人中心**********************************************/
.personal_center {
    height: 100%;
}

.personal_center .list_con {
    padding-left: 20px;
    padding-right: 20px;
}

.personal_center .tab_select_list {
    border: 0 !important;
    height: 0px;
}

.personal_center .tab_select_list .container {
    padding: 0;
}

.personal_center .tab_select .tab {
    overflow: hidden;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    background: #fff;
    z-index: 10;
}

.personal_center .tab_select .tab_view {
    justify-content: space-around;
    width: 100%;
    padding: 0;
}

.personal_center .tab_select .tab_view a {
    color: #6b717b;
}

.personal_center .tab_select_button {
    margin: 0;
}

/*首页*/
.p_c_home {
    padding-top: 30px;
    background-image: url("/img/personal_center_background.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.p_c_home .avatar_container {
    margin-bottom: 30px;
    position: relative;
}

/* .p_c_home .avatar_container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 4px solid #5042FC;
} */

/* .p_c_home .avatar_container .avatar {
  height: 64px;
  width: 64px;
  margin: 4px;
  float: left;
  margin-top: 19px;
} */

.p_c_home .avatar_container .flex-fill {
    margin-left: 77px;
    padding-left: 16px;
}

.p_c_home .flex_container {
    position: relative;
}

.p_c_home .flex_container .name {
    font-size: 20px;
    font-weight: bold;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 100px;
    padding: 12px 0;
}

#content {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px !important;
    margin: 0;
}

.p_c_home .flex_container .settings {
    position: absolute;
    right: 42px;
    top: 12px;
}

.p_c_home .flex_container .settings img {
    width: 22px;
}

.p_c_home .flex_container .alert {
    position: absolute;
    right: 0;
    top: 12px;
}

.p_c_home .flex_container .alert img {
    width: 20px;
}

.p_c_home .flex_container .alert span {
    height: 12px;
    width: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fc4f67;
    border: 2px solid #ffffff;
    position: absolute;
    top: -4px;
    right: -4px;
}

.p_c_home .badge img {
    height: 24px;
}

.p_c_home .badge .badge_num {
    display: inline-block;
    position: relative;
}

.p_c_home .badge .badge_num span {
    position: absolute;
    left: 64px;
    font-size: 12px;
    font-family: Lato;
    font-weight: bold;
    text-shadow: 0px 1px 0px #ffffff;
}

.p_c_home .stats_list {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.p_c_home .stats_list .stats_container {
    flex: 1 1 1px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.p_c_home .stats_list .stats_number {
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: bold;
    font-family: DIN Alternate;
    line-height: 28px;
}

.p_c_home .stats_list .stats_label {
    font-size: 12px;
    color: #6b717b;
}

.p_c_home .line {
    margin: 0 -20px;
    position: relative;
}

.p_c_home .navigations {
    padding: 20px 0 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.p_c_home .button_group {
    width: 100%;
    margin-bottom: 40px;
}

.p_c_home .button_group_title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.p_c_home .button_group_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p_c_home .button_group_button {
    flex: 1 1 1px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.p_c_home .button_group_button img {
    height: 24px;
    width: 24px;
    margin-bottom: 8px;
}

.p_c_home .button_group_button div {
    font-size: 12px;
}

.p_c_home .vertical .li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-left: 20px;
    width: 100%;
    padding: 18px 20px 18px 0;
}

.p_c_home .vertical .li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.p_c_home .vertical .l {
    margin-left: -10px;
    display: flex;
    align-items: center;
}

.p_c_home .vertical .l img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.p_c_home .vertical .op .icon {
    font-size: 12px;
    margin: 0;
    opacity: 0.3;
}

/*我发布的活动*/
.event_manage.module {
    background: #f4f5f9;
    min-height: 100vh;
}

.event_manage .tab_select_list {
    margin-bottom: 8px;
}

.event_manage_box .container {
    margin-top: 60px;
    padding: 0;
    padding-bottom: 20px;
}

.event_manage .e_m_list .li {
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 8px;
}

.event_manage .e_m_list a {
    color: inherit;
}

.event_manage .e_m_list .event_info {
    display: flex;
}

.event_manage .e_m_list .img_cover span {
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    margin-right: 16px;
}

.event_manage .e_m_list .info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.event_manage .e_m_list .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
}

.event_manage .e_m_list .adr {
    display: flex;
    font-size: 12px;
    color: #6b717b;
}

.event_manage .e_m_list .adr span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.event_manage .e_m_list .time {
    display: flex;
    font-size: 12px;
    color: #6b717b;
    align-items: center;
}

.event_manage .e_m_list .info .icon {
    font-size: 14px;
    color: #babdc3;
}

.event_manage .set_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

.event_manage .bm_li {
    display: flex;
}

.event_manage .bm_li .avatar {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
}

.event_manage .bm_li .avatar:not(:first-of-type) {
    margin-left: -8px;
}

.event_manage .bm_li .avatar.more {
    background: #f4f5f9;
    justify-content: center;
}

.event_manage .bm_li .avatar.more .icon {
    margin: 0;
}

.event_manage .set_link .r {
    text-align: right;
}

.event_manage .set_link .r .n {
    font-size: 28px;
    font-family: DIN Alternate;
    line-height: 1;
}

.event_manage .set_link .r .text {
    font-size: 12px;
    color: #6b717b;
}

.event_manage .set_link .dsh {
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 10;
    background: #ff9c42;
    height: 28px;
    line-height: 28px;
    width: 64px;
    padding-left: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0 14px 14px 0;
}

.event_manage .data {
    margin-left: 84px;
    padding-left: 16px;
    padding-top: 12px;
    font-size: 12px;
    color: #6b717b;
}

.event_manage .data .item {
    display: inline-block;
    margin-right: 20px;
}

.event_manage .data .item .icon {
    font-size: 14px;
    color: #babdc3;
}

.event_manage .data .item .t {
    margin-right: 8px;
}

.event_manage .data .item .n {
    font-weight: bold;
}

.event_manage .data > .icon {
    font-size: 12px;
    opacity: 0.3;
    float: right;
    margin: 0;
}

.event_manage .refuse_e_info {
    display: flex;
}

.event_manage .refuse_e_info > span {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.event_manage .refuse_e_info .name {
    font-size: 14px;
    margin-top: 4px;
}

.event_manage .ly {
    background: #f4f5f9;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 10px 12px 16px 12px;
    font-size: 12px;
    margin-bottom: 10px;
}

.event_manage .ly .t {
    font-weight: bold;
    margin-bottom: 4px;
}

.event_manage .op {
    text-align: right;
}

.event_manage .op .button {
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: 72px;
    font-size: 12px;
}

.event_manage .op .button.theme_color {
    background: #f4f5f9;
}

/*参会人员*/
.participants .tab_select_list {
    margin-bottom: 0;
}

.participants .followers_searchbar {
    top: 60px;
}

.participants .followers_list {
    margin-top: 130px;
}

/*参会记录*/
.conferences .events_list {
    margin-top: 0;
}

/*积分记录*/
.points_record .ye {
    height: 172px;
    background: url(/img/points_record_bg.png);
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 28px;
}

.points_record .ye .show_points_desc {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.points_record .ye .n {
    font-size: 42px;
    font-family: DIN Alternate;
    margin-bottom: 10px;
}

.points_record .tab_select .tab {
    position: relative;
}

.points_record .p_r_list .li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.points_record .p_r_list .label {
    font-size: 16px;
}

.points_record .p_r_list .time {
    color: #6b717b;
}

.points_record .p_r_list .r {
    font-size: 18px;
    font-family: DIN Alternate;
}

.points_record .p_r_list .plus {
    color: #06c35d;
}

.points_record .p_r_list .minus {
    color: #fc4f67;
}

/*我的评论*/
.comments_card {
    margin-bottom: 20px;
}

.comments_list .comment_btn {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
    background: #fff;
}

.comments_list .mycomment_container {
    padding: 60px 20px;
}

.comments_list .write {
    width: 73%;
}

.comments_list .write input {
    padding: 0 0px 0 16px;
    border: none;
    margin-right: 14px;
    line-height: 40px;
    background: #f4f5f9;
    border-radius: 20px;
    width: 100%;
}

.comments_list .sg {
    height: 40px;
    line-height: 40px;
    width: 90px;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    font-size: 14px;
}

.comments_card_head {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comments_card_head .l {
    display: flex;
    align-items: center;
}

.comments_card_head .l .info .user {
    width: 28vh;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.comments_card_head .avatar {
    height: 42px;
    width: 42px;
    margin-right: 12px;
}

.comments_card_head .time {
    color: #6b717b;
    font-size: 12px;
}

.comments_card_body {
    margin-bottom: 12px;
}

.comments_card_body .label {
    color: #6b717b;
}

.comments_card_foot {
    padding: 12px;
    background-color: #f4f5f9;
}

.comments_card_foot .foot_comment {
    margin-bottom: 12px;
}

.comments_card_foot .post_title {
    color: #6b717b;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.comments_card_foot .post_title img {
    width: 16px;
    margin-right: 4px;
}

.comment_section .comment_btn {
    display: flex;
    background: #fff;
    position: fixed;
    bottom: 0px;
    align-items: center;
    z-index: 10;
    padding: 10px 20px;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    justify-content: space-between;
}

.comment_section .comment_btn .edit {
    flex: auto;
    padding-right: 4px;
}

.comment_section .comment_btn .edit input {
    padding: 0 12px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 26px;
    background: #f7f7f7;
}

.comment_section .comment_btn .sg {
    height: 40px;
    line-height: 40px;
    width: 90px;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    font-size: 14px;
}

.comment_section .write a {
    color: #808285;
}

.comment_section .light i.icon {
    color: #db2231;
}

/*订单*/
.orders .orders_list {
    margin-bottom: 30px;
}

.orders_card {
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    margin-bottom: 10px;
    border-radius: 10px;
}

.orders_card_top {
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    position: relative;
}

.orders_card_top .img_cover {
    height: 36px;
    width: 36px;
    border-radius: 2px;
    background-size: cover;
    float: left;
}

.orders_card_top .info {
    margin-left: 36px;
    padding-left: 8px;
}

.orders_card_top .title {
    margin-bottom: 4px;
    font-weight: bold;
    padding-right: 70px;
}

.orders_card_top .nun,
.orders_card_top .time {
    color: #6b717b;
    font-size: 12px;
}

.orders_card_status {
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

.orders_card_status.a {
    color: #06c35d;
}

.orders_card_status.b {
    color: #ff9c42;
}

.orders_card_status.c {
    color: #fc4f67;
}

.orders_card_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orders_card_bottom .op {
    font-weight: bold;
    border: 1px solid;
    padding: 7px 12px;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 3px;
}

.orders_card_bottom .button {
    height: 32px;
    width: 72px;
    font-size: 12px;
    line-height: 32px;
    padding: 0;
    margin-left: 4px;
}

.orders_card_bottom .button.theme_color {
    background: #f4f5f9;
}

/*粉丝*/
.followers.module {
    padding-top: 80px;
}

.followers_searchbar {
    padding: 10px 20px;
    background: #fff;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.followers_searchbar .input {
    border: 0 !important;
}

.followers_list {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.followers_list .followers_user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.followers_list .avatar {
    height: 42px;
    width: 42px;
    margin-right: 13px;
}

.followers_list .name {
    width: 26vh;
    font-size: 14px;
    margin-right: auto;
}

/*发送通知*/
.send_msg .choose select {
    background-color: #fff;
    padding: 0;
    border: 0 !important;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.send_msg .last select {
    border-bottom: none !important;
}

.send_msg .down {
    background: #f4f5f9;
    display: flex;
    min-height: calc(100vh - 161px);
    flex-direction: column;
    padding: 20px 20px;
}

.send_msg .notify {
    padding-top: 20px;
    background: #fff;
    border-radius: 6px;
}

.send_msg .notify .distance {
    padding: 0 20px;
}

.send_msg .notify .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send_msg .notify .h_tit {
    font-size: 16px;
}

.send_msg .notify .h_tip {
    color: #979ca3;
}

.send_msg .notify .right i {
    font-size: 12px;
}

.send_msg .notify .content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 20px;
}

.send_msg .notify .content .bj {
    margin-bottom: 12px;
}

.send_msg .notify .content .bj1 {
    margin-bottom: 20px;
}

.send_msg .notify .content .bj .h_name {
    padding-left: 12px;
}

.send_msg .detail {
    line-height: 44px;
}

.send_msg .bottom {
    margin: 0 -20px;
}

.send_msg .bottom button {
    height: 50px;
    background: #fff;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1px;
    border: 1px solid #ff9900;
    position: fixed;
    bottom: 0;
}

.send_msg .bottom .send {
    left: 0;
    width: 40%;
    height: 48px;
    padding: 0 0 !important;
}

.send_msg .bottom .confirm {
    right: 0;
    width: 60%;
    border: none;
    color: #fff;
    background-color: #ff9900 !important;
    padding: 0 0 !important;
}

@media screen and (max-width: 1024px) {
    .module .send_msg .down {
        margin: 0 -20px;
    }
}

/*短信*/
.send_msg .message .edit {
    font-size: 16px;
    color: #808285;
    margin-bottom: 105px;
}

.send_msg .message .activity span {
    vertical-align: middle;
}

.send_msg .message .surplus {
    position: fixed;
    bottom: 68px;
    color: #6b717b;
}

/*签到二维码*/
.tab_list .code {
    margin: 64px 44px 0;
    text-align: center;
}

.tab_list .code .download {
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-bottom: 24px;
    color: #db2231;
}

.tab_list .code .contact {
    color: #6b717b;
}

.tab_list .code img {
    margin: 20px 0 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

/*点赞模块*/
.likes .likes_receive_card {
    display: flex;
    margin-bottom: 20px;
}

.likes .likes_card_thumbnail {
    height: 82px;
    width: 130px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 20px;
}

.likes .likes_card_thumbnail img {
    border-radius: 4px;
}

.likes .likes_card_body {
    max-width: 224px;
    margin-right: auto;
}

.likes .likes_card_users {
    margin-bottom: 16px;
    display: flex;
}

.likes .likes_card_body .avatar {
    height: 38px;
    width: 38px;
    border: 1px solid #fff;
}

.likes .likes_card_body .avatar:not(:first-of-type) {
    margin-left: -8px;
}

.likes .likes_card_body .avatar.more {
    background: #f4f5f9;
    justify-content: center;
}

.likes .likes_card_body .avatar.more .icon {
    margin: 0;
}

.likes .likes_card_info {
    color: #808285;
    font-size: 12px;
}

.likes .likes_card_info_name {
    color: #232f3e;
    font-weight: bold;
}

.likes_given_card {
    margin-bottom: 20px;
}

.likes_given_card_top {
    margin-bottom: 12px;
    display: flex;
}

.likes_given_card_top .avatar {
    height: 42px;
    width: 42px;
    margin-right: 12px;
}

.likes_given_card .info {
    margin: 4px auto 0 0;
}

.likes_given_card .info .name {
    margin-bottom: 2px;
    font-size: 14px;
}

.likes_given_card .info .time {
    color: #6b717b;
    font-size: 12px;
}

.likes_given_card .post {
    height: 44px;
    padding: 12px;
    border-radius: 4px;
    background-color: #f4f5f9;
    color: #6b717b;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.likes_given_card .post img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

/*已报名课程*/
.school_list .box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.06);
}

.school_list .box .cover {
    width: 152px;
    float: left;
}

.school_list .box .info {
    margin-left: 152px;
    padding-left: 12px;
}

.school_list .box .tip {
    font-size: 12px;
    color: #6b717b;
    margin-bottom: 4px;
}

.school_list .box .ti {
    font-weight: bold;
    margin-bottom: 12px;
}

.school_list .box .jd {
    font-size: 12px;
    color: #6b717b;
}

.school_list .box .jd .theme_bg {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 12px;
    margin-right: 4px;
}

/*我的帖子*/
.my_collection_list .list .li {
    margin-bottom: 20px;
}

.my_post {
    padding-top: 20px;
}

.my_post .community .li {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
}

.fb_info {
    position: relative;
}

.fb_info .verify {
    width: 64px;
    line-height: 28px;
    text-align: center;
    background: #ff9c42;
    color: #fff;
    font-size: 12px;
    border-radius: 14px 0 0 14px;
    position: absolute;
    font-weight: bold;
    right: 0;
    top: 1px;
}

.fb_info .verify.ju {
    background: #fc4f67;
}

.my_post .refuse_reason {
    padding: 10px;
    background: #f4f5f9;
    border-radius: 4px;
    height: auto !important;
}

.my_post .refuse_reason .p {
    color: #6b717b;
}

.my_post .li .op {
    position: absolute;
    right: 0;
    top: 0;
}

.my_post .li .op span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    text-align: center;
    line-height: 30px;
}

.my_post .li .op .icon {
    margin: 0;
}

/*帖子浏览记录*/
.post_view {
    padding-top: 30px;
}

/*个人信息*/
.user_center_form .container {
    padding: 0;
    background: #f4f5f9;
    min-height: 100vh;
}

.user_center_form .divider {
    width: 100%;
    height: 8px;
}

.user_center_form .form_item {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 16px 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_center_form .form_item:before {
    display: none;
}

.user_center_form .form_item:after {
    display: none;
}

.user_center_form .form_item .avatar {
    width: 86px;
    height: 86px;
}

.user_center_form .form_item .label {
    font-size: 14px;
    margin: 0;
}

.user_center_form .form_item .f_con .file_prew {
    display: none;
}

.user_center_form .form_item .f_con {
    color: #6b717b;
}

.user_center_form .form_item .f_con .right {
    font-size: 12px;
    margin: 0;
    margin-left: 4px;
    color: #6b717b;
    opacity: 0.3;
}

.user_center_form .form_item .input_box {
    padding-right: 20px;
}

.user_center_form .form_item .mobilenum {
    padding-right: 43px;
}

.user_center_form .form_item .input_box:after {
    font-family: "iconfont";
    content: "\e6bb";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    opacity: 0.3;
    transform: translateY(-50%);
}

.user_center_form .form_item .input {
    background: none;
    border: 0 !important;
    text-align: right;
    height: auto;
    line-height: 1.5 !important;
    color: #6b717b;
    padding: 0;
    width: 210px;
    position: relative;
}

.user_center_form .form_item .input[type="date"] {
    height: 20px;
}

.user_center_form .form_item .nickName {
    margin-right: 23px;
}

.user_center_form .form_item .name {
    margin-right: 23px;
}

.user_center_form .form_item .company_ipt {
    padding-left: 20px;
    margin-right: 23px;
}

.user_center_form
.form_item
.input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.user_center_form .form_item select {
    background: none;
    border: 0 !important;
    text-align: right;
    height: auto;
    line-height: 1.5 !important;
    color: #6b717b;
    padding: 0;
    margin-right: 23px;
}

.user_center_form .form_item .select_box {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

.user_center_form .form_item .select_box:after {
    font-family: "iconfont";
    content: "\e6bb";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    opacity: 0.3;
}

.user_center_form .out {
    padding: 16px 0;
    text-align: center;
    color: #fc4f67;
    background: #fff;
}

/*手机邮箱验证*/
.yz_form {
    padding-top: 30px;
}

/*发票管理*/
.fp_form {
    padding-top: 30px;
}

.fp_form .we_hq {
    float: right;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #3cb034;
}

.fp_form .fapiao_list .fp_li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.fp_form .fapiao_list .fp_name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.fp_form .fapiao_list .op {
    position: absolute;
    right: 0;
    top: 50%;
    color: #6b717b;
    opacity: 0.3;
    margin-top: -20px;
}

.fp_form .fapiao_list .op .icon {
    line-height: 20px;
    margin: 0;
    font-size: 12px;
}

.fp_form .button {
    display: block;
}

/*地址管理*/
.dz_form {
    padding-top: 30px;
}

.dz_form .dizhi_list .dz_li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.dz_form .dizhi_list .dz_li .sbh {
    color: #6b717b;
}

.dz_form .dizhi_list .name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.dz_form .dizhi_list .phone {
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
}

.dz_form .dizhi_list .op {
    position: absolute;
    right: 0;
    top: 50%;
    color: #6b717b;
    opacity: 0.3;
    margin-top: -20px;
}

.dz_form .dizhi_list .op .icon {
    line-height: 20px;
    margin: 0;
    font-size: 12px;
}

.dz_form .button {
    display: block;
}

/*礼品兑换*/
.course_integral .top {
    line-height: 54px;
    background: #f4f5f9;
    margin-bottom: 20px;
}

.course_integral .top .container {
    display: flex;
    justify-content: space-between;
}

.course_integral .top .left {
    font-size: 16px;
    font-weight: bold;
}

.course_integral .top .right {
    color: #6b717b;
}

.course_integral .top .right .icon {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 0;
}

.course_integral .course_center {
    margin-bottom: 20px;
}

.course_integral .course_left {
    width: 106px;
    height: 106px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    background: #f4f5f9;
}

.course_integral .course_right {
    margin-left: 122px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
}

.course_integral .course_txt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.course_integral .course_num {
    font-size: 12px;
    display: inline-block;
    padding: 0px 8px;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}

.course_integral .course_degree {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.course_integral .degree_num {
    font-size: 24px;
    font-family: DIN Alternate;
    margin-right: 8px;
}

.course_integral .degree {
    font-size: 12px;
    font-weight: 400;
    color: #979ca3;
    margin-top: 6px;
}

.course_integral .exchange button {
    width: 94px;
    height: 32px;
    line-height: 32px;
    border: none;
    border-radius: 26px;
    font-size: 14px;
    padding: 0;
}

/*确认订单地址*/
.course_order {
    background: #f4f5f9;
    min-height: 100vh;
    padding-top: 20px;
}

.course_order .course_box {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course_order .address_icon {
    display: flex;
    align-items: center;
}

.course_order .address_icon .icon {
    font-size: 24px;
}

.course_order .course_box .middle {
    margin: 0 32px 0 12px;
}

.course_order .contact_people {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.course_order .contact_people .p_name {
    margin-right: 12px;
}

.course_order .contact_address {
    color: #6b717b;
}

.course_order .arrow_icon .icon {
    font-size: 12px;
    opacity: 0.3;
}

.course_order .course_ticket {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 20px 16px;
    overflow: hidden;
}

.course_order .img_box {
    width: 78px;
    height: 78px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    background: #f4f5f9;
}

.course_order .course_ticket .ticket {
    margin-left: 78px;
    padding-left: 16px;
}

.course_order .course_ticket .ticket_num {
    color: #979ca3;
    margin-top: 4px;
}

.course_order .course_bottom {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
}

.course_order .course_bottom .degree_num {
    font-size: 24px;
    font-weight: bold;
    font-family: DIN Alternate;
}

.course_order .course_bottom .degree {
    font-size: 12px;
    margin-left: 8px;
    color: #979ca3;
}

.course_order .course_bottom .button {
    width: 148px;
    font-weight: bold;
    border-radius: 0;
}

/*模块 消息*/
.msg_push {
    background: #f4f5f9;
    min-height: 100vh;
    overflow: hidden;
}

.msg_push .push_top {
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.msg_push .push_top .left .icon {
    border-radius: 4px;
    padding: 0px 4px;
    background: #db2231;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.msg_push .push_top .left .top_txt {
    float: right;
}

.msg_push .push_top .allow_txt {
    font-size: 16px;
    font-weight: bold;
}

.msg_push .push_top .accept_txt {
    font-size: 14px;
    font-weight: 400;
    color: #979ca3;
}

.msg_push .push_top .open {
    height: auto !important;
    line-height: 32px;
    border-radius: 26px;
    color: #fff;
    padding: 0 14px !important;
}

.msg_push .push_box {
    background: #ffffff;
    border-radius: 2px;
    padding: 12px;
    margin-bottom: 6px;
}

.msg_push .push_main {
    margin-top: 20px;
}

.msg_push .push_box .box_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.msg_push .push_box .top_push {
    font-size: 16px;
}

.msg_push .push_box .top_time {
    font-size: 12px;
    color: #979ca3;
}

.msg_push .push_box .box_bottom {
    font-size: 12px;
    color: #6b717b;
}

/*表单提交成功*/
.pay_success img {
    display: block;
    margin: 60px auto 10px;
    max-width: 70%;
}

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

/*更多按钮*/
.more_button {
    position: absolute;
    display: flex;
    right: 32px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 37px;
    justify-content: center;
    align-items: center;
    z-index: 998;
}

.more_button .icon {
    font-size: 24px;
    margin-right: 0;
    opacity: 1;
}

/*弹出更多按钮*/
#drag_menu {
    position: absolute;
    left: 0;
    top: 0;
}

/* 更多管理 */
.backvirtual {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 997;
    overflow: hidden;
}

.backvirtual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: saturate(180%) blur(2px);
    background-color: rgba(0, 0, 0, 0.5);
    filter: blur(0.1px);
}

.backvirtual .menu_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    z-index: 0;
}

.backvirtual .every_menu {
    margin: 0 10px 0 10px;
    height: 46px;
}

.backvirtual .menu_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 80px;
    width: 100%;
    z-index: 0;
}

.backvirtual .every_menu {
    margin: 0 10px 0 10px;
}

.backvirtual .every_icon {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
    opacity: 1;
    border-radius: 24px;
}

.backvirtual .every_icon .icon img {
    border-radius: 50%;
}

.backvirtual .every_menu .icon {
    font-size: 20px;
    color: #232f3e;
    opacity: 1;
    margin-right: 0 !important;
}

.backvirtual .operation {
    color: #ffffff;
    text-align: center;
    width: 48px;
}

/*资料中心*/
.downloadfixed {
    display: none;
}

.information_center {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.information_center .auto_middle {
    margin: 0 auto;
}

.information_center .every_info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 112px;
    margin-bottom: 0px;
}

.information_center .every_info .every_infocontent {
    display: flex;
    margin-top: 12px;
}

.information_center .icon_info {
    height: 32px;
    width: 32px;
    margin-right: 20px;
}

.information_center .file_info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.information_center .file_info .file_name {
    width: 300px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information_center .file_info .file_type {
    font-size: 12px;
    color: #6b717b;
    margin-top: 2px;
}

.information_center .file_info .file_type span {
    margin-right: 10px;
}

.information_center .file_info .file_url {
    font-size: 12px;
    color: #979ca3;
    margin-top: 16px;
    margin-bottom: 16px;
}

.information_center .file_info .file_url span {
    margin-right: 20px;
    color: #6b717b;
}

/*上传文件*/
.up_files {
    display: flex;
}

.up_files .alradyuploadfile {
    width: 100%;
    border-radius: 4px;
    margin: 80px 0px 20px 15px;
}

.up_files .uploadfile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px;
    height: 111px;
    border: 1px solid rgba(0, 0, 0, 0.12156862745098039) !important;
    opacity: 0.5;
    border-radius: 4px;
    margin: 20px 0px 0px 0px;
}

.up_files .uploadfile .icon {
    font-size: 32px;
    /*background: #ECEDF4;*/
    opacity: 1;
}

.up_files .alradyuploadfilecontent {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    height: 111px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 0 20px 20px -15px;
}

.up_files .alradyuploadfilecontent input {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.up_files .alradyuploadfilecontent .addicon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

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

.up_files .borderdashed {
    border: 1px dashed rgba(0, 0, 0, 0.06) !important;
}

.alradyuploadfilecontent .addicon {
    font-size: 32px;
    color: #ecedf4;
}

.up_files .alradyuploadfilecontent .up_filesimg img {
    margin-top: 4px;
    margin-bottom: 7px;
    width: 44px;
    height: 44px;
}

.up_files .alradyuploadfilecontent .pdffile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
}

.up_files .alradyuploadfilecontent .iconfirst {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.up_files .deletefile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 12px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.2);
    margin-top: 3px;
}

.up_files .deletefile .icon {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.2);
}

/*模块 下载*/
.data_download .down_list .box {
    position: relative;
}

.data_download .img_title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.data_download .list_item {
    position: relative;
    overflow: hidden;
}

.data_download .list_item:before {
    content: "";
    display: block;
    padding-bottom: 59.25%;
}

.data_download .list_item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
}

/*我的徽章*/
.my_badge {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%;
}

.my_badge .my_badge_header {
    height: 148px;
    background: url("https://static.marketup.cn/resource/marketup/amazontest/202106/1622600764926.png") no-repeat;
    background-position: 0px 0px;
    background-size: auto 116%;
    font-size: 28px;
    font-family: Lato;
    font-weight: bold;
    line-height: 34px;
    color: #232f3e;
    opacity: 1;
    position: relative;
}

.my_badge .my_badge_header .badge_right {
    position: absolute;
    width: 140px;
    height: 132px;
    right: 19px;
    top: 0;
}

.my_badge .my_badge_header .badge_left img {
    width: 100%;
}

.my_badge .my_badge_header .badge_right img {
    width: 100%;
    height: 100%;
}

.my_badge .my_badge_header div:first-child {
    padding-left: 20px;
    padding-top: 30px;
}

.my_badge .my_badge_header div:nth-child(2) {
    width: 109px;
    height: 24px;
    background: #005a95;
    opacity: 1;
    border-radius: 26px;
    font-size: 12px;
    font-family: Lato;
    font-weight: bold;
    line-height: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-top: 10px;
}

.my_badge .my_badge_header div:nth-child(2) .icon {
    margin-left: 8px;
    margin-right: 4px;
}

.my_badge .my_badge_identity {
    font-size: 14px;
    font-family: Lato;
    font-weight: bold;
    line-height: 34px;
    color: #232f3e;
    height: 34px;
    background: #e3e4e4;
}

.my_badge .my_badge_identity div:first-child {
    float: left;
    margin-left: 20px;
}

.my_badge .my_badge_identity div:last-child {
    color: #232f3e;
    opacity: 0.6;
    float: right;
    margin-right: 20px;
}

.my_badge .identity_show {
    display: flex;
    flex-wrap: wrap;
}

.my_badge .hope_more {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.my_badge .identity_show .badge {
    width: 33.3%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.my_badge .identity_show .badge .round {
    background: gray;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
    line-height: 34px;
    color: #232f3e;
}

.my_badge .identity_show .badge div:first-child {
    width: 74px;
    height: 74px;
}

.my_badge .identity_show .badge div:last-child {
    width: 80%;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
    color: #232f3e;
}

.my_badge .identity_show .badge div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my_badge .my_badge_city {
    font-size: 14px;
    font-family: Lato;
    font-weight: bold;
    line-height: 34px;
    color: #232f3e;
    height: 34px;
    background: #e3e4e4;
    margin-top: 30px;
}

.my_badge .my_badge_city div:first-child {
    float: left;
    margin-left: 20px;
}

.my_badge .my_badge_city div:last-child {
    color: #232f3e;
    opacity: 0.6;
    float: right;
    margin-right: 20px;
}

.my_badge .city_show {
    display: flex;
    flex-wrap: wrap;
}

.my_badge .city_show .badge {
    width: 33.3%;
    height: 100px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.my_badge .city_show .badge div:first-child {
    width: 74px;
    height: 74px;
    margin-bottom: 10px;
}

.my_badge .city_show .badge div img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.badge_gray {
    /*徽章变灰*/
    background: rgba(0, 0, 0, 0);
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

/*徽章详情*/
.badge_details {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
}

.badge_details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
}

.badge_details .badge_container {
    position: absolute;
    left: 50%;
    top: 170px;
    width: 100%;
    bottom: 0;
    transform: translateX(-50%);
}

.badge_details .badge_container .content {
    margin: 0 auto;
}

.badge_details .badge_container .content .reach {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.badge_details .badge_container .content .reach .image {
    width: 150px;
    height: 150px;
}

.badge_details .badge_container .content .reach .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge_details .badge_container .content .reach .not_reached {
    width: 93px;
    height: 32px;
    background: #ecedf4;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.44);
    opacity: 1;
    border-radius: 16px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 34px;
    color: #6b717b;
    text-align: center;
    text-shadow: 0px 1px 0px #ffffff;
}

.badge_details .badge_container .content .reach .already_reached {
    width: 93px;
    height: 32px;
    opacity: 1;
    border-radius: 16px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    text-shadow: 0px 1px 0px #ffffff;
    background: #ff9900;
    box-shadow: 0px 1px 20px rgba(238, 135, 22, 0.44);
    color: #ffffff;
}

.badge_details .badge_container .content .get_vip {
    text-align: center;
    margin-top: 10px;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 34px;
    color: #ffffff;
}

.badge_details .badge_container .condition {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.8;
}

.badge_details .cancel {
    text-align: center;
    font-size: 24px;
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
}

.badge_details .cancel .icon {
    font-size: 24px;
    color: #fff;
    margin-right: 0 !important;
}

/*错误页*/
.error_page {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.error_page .please_refresh {
    font-size: 26px;
}

.error_page .error_page_refresh {
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
}

.error_page .error_img {
    margin: 0 auto;
    width: 316px;
    height: 202px;
    margin-top: 218px;
    margin-bottom: 54px;
}

.error_page .error_img img {
    width: 100%;
}

.error_page .error_tips {
    text-align: left;
    margin: 0 20px;
    margin-top: 60px;
    opacity: 0.8;
}

.error_page .error_tips .t {
    font-weight: bold;
    margin-bottom: 8px;
}

.error_page .error_tips .p {
    margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
    .error_page .error_img {
        margin: 0 auto;
        width: 306px;
        height: 190px;
        margin-top: 98px;
        margin-bottom: 68px;
    }

    .error_page .please_refresh {
        font-size: 18px;
        font-weight: bold;
        color: #3a404a;
    }

    .error_page .error_page_refresh {
        margin-top: 18px;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }
}

/*404页*/
.not_found {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not_found .not_found_img {
    margin-top: 240px;
    width: 326px;
    height: 173px;
}

.not_found .not_found_img img {
    width: 100%;
}

.not_found .not_found_msg {
    font-size: 26px;
    font-family: Lato;
    font-weight: 400;
    color: #3a404a;
    opacity: 1;
    margin-top: 61px;
}

.not_found .back_index {
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    line-height: 18px;
    color: #db2231;
    margin-top: 15px;
}

.not_found .back_index .icon {
    vertical-align: baseline;
}

@media screen and (max-width: 1024px) {
    .not_found .not_found_img {
        margin-top: 111px;
    }

    .not_found .not_found_msg {
        font-size: 18px;
        font-family: Lato;
        font-weight: bold;
        color: #3a404a;
        opacity: 1;
        margin-top: 71px;
    }

    .not_found .back_index {
        font-size: 16px;
        font-family: Lato;
        font-weight: 400;
        color: #db2231;
        opacity: 1;
        margin-top: 18px;
    }

    .not_found .back_index .icon {
        vertical-align: baseline;
    }
}

/*发帖协议*/
.post_agreement {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    max-width: 1024px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.post_agreement .agreement_content {
    width: 354px;
    height: 514px;
    background: #ffffff;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 6px;
}

.post_agreement .agreement_content div:first-child {
    font-size: 18px;
    font-family: Lato;
    font-weight: bold;
    text-align: center;
    color: #000000;
    opacity: 1;
    margin-top: 32px;
    margin-bottom: 30px;
}

.post_agreement .agreement_content div:nth-child(2) {
    width: 314px;
    height: 337px;
    margin: 0 auto;
    overflow: scroll;
}

.post_agreement .agreement_content div:nth-child(2) span {
    font-size: 16px;
    font-family: Lato;
    font-weight: bold;
    line-height: 24px;
    color: #3a404a;
}

.post_agreement .agreement_content div:nth-child(2) p {
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
    line-height: 21px;
    color: #3a404a;
    margin-top: 30px;
}

.read_button {
    font-size: 13px;
    font-family: Lato;
    font-weight: bold;
    color: #979ca3;
    width: 176px;
    height: 38px;
    background: #ecedf4;
    opacity: 1;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*同意亚马逊《亚马逊广告互动社区参与协议》*/
.agree_agreement {
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
    line-height: 21px;
    color: #3a404a;
    padding-bottom: 20px;
}

.agree_agreement input {
    vertical-align: text-bottom;
}

.agree_agreement .amazon_community_agreement {
    color: #ff9900;
}

.agree_agreement_color {
    color: #fff !important;
    background-color: #ff9900 !important;
}

/*图片切割*/
.cropper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cropper span {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    color: #232f3e;
}

.cropper span:first-child {
    background-color: #ff9900;
}

.cropper span:nth-child(2) {
    background: #ecedf4;
}

/*积分说明*/
.points_area .points_desc {
    height: 100vh;
    width: 100%;
    padding: 24px 20px 0 20px;
    background: #ffffff;
    z-index: 999;
}

.points_area .detail_desc {
    padding: 24px 20px 0 20px;
}

.points_area .grade_benefit .tips_area {
    margin-top: 20px;
}

.points_area .grade_benefit .tips_area .tip_graph,
.points_area .grade_intro .tip_graph {
    width: 7px;
    height: 7px;
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 6px;
    margin-top: 7px;
    background: linear-gradient(180deg, #ff5a00 0%, #ff8441 50%, #ffaa70 100%);
}

.points_area .grade_benefit .tips_area .tip_strip {
    line-height: 21px;
    margin-top: 10px !important;
    font-family: Lato;
}

.points_area .grade_benefit .tips_area .tip_strip .tip_desc {
    margin-left: 6px;
    width: 100%;
    color: #3a404a;
}

.points_area .grade_benefit .tips_area .tip_strip .tip_single {
    margin-top: 5px;
    display: flex;
}

.points_area .grade_benefit .tips_area .tip_single.tip_first {
    margin-top: 10px;
}

.points_area .grade_benefit .tips_area .tip_title {
    font-family: Lato;
    font-weight: bold;
    color: #3a404a;
}

.points_area .grade_intro .grade_img,
.points_area .grade_benefit .grade_img {
    transform: scale(1.1);
    margin-top: 20px;
}

.points_area .grade_intro .tip_strip {
    font-family: Lato;
}

.points_area .grade_intro .tip_strip .tip_single {
    margin-top: 5px;
    display: flex;
}

.points_area .grade_intro .tip_strip .tip_desc {
    margin-left: 6px;
    width: 100%;
    color: #3a404a;
}

.points_area .grade_intro .tip_strip .tip_desc_title {
    font-weight: bold;
}

.points_area .points_desc .points_explain {
    font-size: 18px;
    font-family: Lato;
    font-weight: bold;
    color: #3a404a;
    opacity: 1;
}

.points_area.points_desc .points_explain_content {
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
    color: #3a404a;
    margin-top: 15px;
    margin-bottom: 18px;
    line-height: 18px;
}

.points_area .points_desc .get_method {
    font-size: 14px;
    font-family: Lato;
    font-weight: bold;
    color: #3a404a;
    opacity: 1;
    line-height: 1.5;
    margin-top: 16px;
}

.points_area .header_tab div.active {
    position: relative;
    color: #ff5a00;
}

.points_area .header_tab div.active:after {
    border-bottom: 3px solid #ff5a00;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 32px;
}

.points_area .detail_desc {
    display: none;
}

.points_area .detail_desc .paragraph {
    margin-top: 14px;
    color: #3a404a;
}

.points_area .detail_desc .desc_title {
    font-size: 18px;
    font-family: Lato;
    font-weight: bold;
    color: #3a404a;
}

.points_area .detail_desc.active {
    display: block;
}

.points_area .header_tab {
    display: flex;
    height: 56px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    font-family: Lato;
    padding: 0 51px;
    color: #637488;
}

.points_area .points_desc .get_method_lists {
    width: 100%;
}

.points_area .points_desc .get_method_lists .every_method {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
    opacity: 1;
    border-radius: 4px;
    display: flex;
    padding: 20px 16px;
    padding-right: 0;
    margin-top: 10px;
}

.points_area .points_desc .get_method_lists .every_method .left {
    /*background-color: red;*/
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.points_area .points_desc .get_method_lists .every_method .right {
    /*background-color: blue;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.12156862745098039);
}

.points_area .points_desc .get_method_lists .every_method .left .reason {
    font-size: 16px;
    font-family: Lato;
    font-weight: bold;
    color: #3a404a;
}

.points_area .points_desc .get_method_lists .every_method .left .limit {
    font-size: 12px;
    font-family: Lato;
    font-weight: 400;
    color: #3a404a;
    opacity: 0.6;
}

.points_area .points_desc .get_method_lists .every_method .right .points_nums {
    font-size: 20px;
    font-family: Lato;
    font-weight: 400;
    color: #ff5a00;
}

.points_area .points_desc .get_method_lists .every_method .right .points_times {
    font-size: 12px;
    font-family: Lato;
    font-weight: 400;
    color: #3a404a;
    opacity: 0.6;
}

.switch_post {
    margin-top: 80px;
}

.switch_topic {
    margin-top: 20px;
}

.qrcode_cpm {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrcode_cpm::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
}

.qrcode_cpm .qr_pic {
    z-index: 2;
    width: 332px;
    height: 378px;
    background: #ffffff;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.qrcode_cpm .qr_pic img {
    width: 230px;
    height: 230px;
    margin-top: 15px;
}

.qrcode_cpm .qr_cancel {
    z-index: 2;
    color: #babdc3;
    position: absolute;
    right: 20px;
    font-size: 24px;
    top: 20px;
}

.qrcode_cpm .qr_cancel i {
    font-size: 16px;
    margin: 0;
}

.tabs_component .tabs_tab_list,
.tabs_component .tabs_content_container {
    width: 100%;
}

.tabs_component .tabs_tab_list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 50px;
    position: relative;
}

.tabs_component .tabs_tab_list::after {
    content: "";
    height: 3px;
    width: var(--width);
    background-color: #db2231;
    position: absolute;
    bottom: 0;
    left: var(--left);
    transition: 0.3s ease-in-out;
}

.tabs_component .tabs_tab_list .tabs_tab {
    padding: 22px 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.tabs_component .tabs_tab_list .tabs_tab.tabs_tab_active {
    font-weight: bold;
}

.list_component {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-gap: var(--rowGap) var(--columnGap);
}

.list_component .list_load_more {
    font-weight: bold;
    cursor: pointer;
}

.list_component .empty_placeholder {
    grid-column: 1 / -1;
    height: 200px;
    width: 200px;
    margin: 0 auto 40px;
    background-image: url(/img/icon_empty.png);
    background-size: 200px;
    position: relative;
}

.list_component .empty_placeholder::after {
    content: "暂无内容";
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.personal_center .page {
    background-color: #ffffff;
    width: 1308px;
    display: grid;
    grid-template-columns: auto 272px;
    grid-gap: 15px 74px;
}

.personal_center .page .banner_container {
    grid-column: 1 / 3;
    grid-row: 1;
    height: 220px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url(https://static.marketup.cn/marketup/resources/img/website/908d09d17e3cf360790007de3212d7d.png);
    background-size: cover;
}

.personal_center .page .banner_container .avatar {
    height: 100px;
    width: 100px;
    margin-right: 24px;
    border-radius: 50%;
}

.personal_center .page .banner_container .banner_content {
    color: #3a404a;
    font-size: 14px;
    line-height: 1;
}

.personal_center .page .banner_container .banner_content .name {
    margin-bottom: 16px;
    font-size: 24px;
}

.personal_center .page .banner_container .banner_content .description {
    margin-bottom: 14px;
}

.personal_center .page .banner_container .banner_content .stats > span + span {
    margin-left: 24px;
}

.personal_center .page .tabs {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.personal_center .page .tabs .tab_content {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 50px;
}

.personal_center .page .tabs .filter_list {
    flex: none;
    width: 148px;
}

.personal_center .page .tabs .filter_list .filter_button {
    height: 44px;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #979ca3;
    font-size: 16px;
    cursor: pointer;
}

.personal_center .page .tabs .filter_list .filter_selected.filter_button {
    background-color: #f4f5f9;
    color: #db2231;
    font-weight: bold;
}

.personal_center .page .tabs .data_list {
    flex: auto;
    line-height: 1;
}

.personal_center .page .tabs .data_list .event_item {
    padding: 24px;
    background-color: #f4f5f9;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.personal_center .page .tabs .data_list .event_item .event_cover {
    flex: none;
    height: 114px;
    width: 200px;
    border-radius: 4px;
}

.personal_center .page .tabs .data_list .event_item .event_details {
    flex: auto;
    color: #979ca3;
    font-size: 14px;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_title {
    margin-bottom: 5px;
    color: #3a404a;
    font-size: 18px;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_title::after {
    content: "进行中";
    padding: 5px 12px;
    margin-left: 4px;
    border-radius: 11px;
    background-color: #14cc9b;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    transform: translateY(-3px);
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_title.event_ended::after {
    content: "已结束";
    background-color: #979ca3;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_description {
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_location_time {
    margin-bottom: 28px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 20px;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_location_time
.icon {
    font-size: 14px;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_location_time
.event_location {
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_location_time
.event_time {
    flex: none;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_stats {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 23px;
    font-size: 12px;
}

.personal_center
.page
.tabs
.data_list
.event_item
.event_details
.event_stats_num {
    margin-right: 5px;
    font-size: 16px;
}

.personal_center .page .tabs .data_list .post_item {
    padding: 24px;
    background-color: #f4f5f9;
}

.personal_center .page .tabs .data_list .post_item .post_title {
    margin-bottom: 13px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    color: #3a404a;
    font-size: 18px;
}

.personal_center .page .tabs .data_list .post_item .post_title .icon {
    color: #ff6227;
    font-size: 20px;
}

.personal_center .page .tabs .data_list .post_item .post_abstract {
    margin-bottom: 27px;
    color: #6b717b;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .post_item .post_stats {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 20px;
    color: #979ca3;
    font-size: 12px;
}

.personal_center .page .tabs .data_list .post_item .post_stats .post_stats_num {
    margin-left: 4px;
    font-size: 16px;
}

.personal_center .page .tabs .data_list .attention_item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.personal_center .page .tabs .data_list .attention_item .attention_avatar {
    flex: none;
    height: 60px;
    width: 60px;
    margin-right: 12px;
    border-radius: 50%;
}

.personal_center .page .tabs .data_list .attention_item .attention_user {
    flex: auto;
    margin-right: auto;
    font-size: 14px;
}

.personal_center
.page
.tabs
.data_list
.attention_item
.attention_user
.attention_user_name {
    flex: auto;
    margin-right: auto;
    margin-bottom: 15px;
    color: #3a404a;
    font-weight: bold;
}

.personal_center
.page
.tabs
.data_list
.attention_item
.attention_user
.attention_user_description {
    color: #979ca3;
}

.personal_center .page .tabs .data_list .attention_item .attention_button {
    flex: none;
    height: 30px;
    width: 74px;
    border-radius: 4px;
    background-color: #db2231;
    color: #fcfcfc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.personal_center
.page
.tabs
.data_list
.attention_item
.attention_button.attention_followed {
    background-color: #f4f5f9;
    color: #979ca3;
}

.personal_center .page .tabs .data_list .attendance_item {
    padding: 25px;
    background-color: #f4f5f9;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 22px;
}

.personal_center .page .tabs .data_list .attendance_item .attendance_cover {
    flex: none;
    height: 114px;
    width: 200px;
    border-radius: 4px;
}

.personal_center .page .tabs .data_list .attendance_item .attendance_details {
    flex: auto;
    color: #3a404a;
}

.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_title {
    margin-bottom: 11px;
    font-size: 18px;
}

.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_description {
    margin-bottom: 22px;
    color: #979ca3;
    font-size: 14px;
}

.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_location_time {
    margin-bottom: 28px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 20px;
    color: #979ca3;
}

.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_location {
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_time {
    flex: none;
}

.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_location_time,
.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_location_time
.icon {
    font-size: 14px;
}

.personal_center
.page
.tabs
.data_list
.attendance_item
.attendance_details
.attendance_countdown
.attendance_countdown_time {
    color: #db2231;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .point_item {
    display: grid;
    grid-template-columns: auto max-content;
    grid-row-gap: 11px;
}

.personal_center .page .tabs .data_list .point_item .point_name {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    color: #3a404a;
    font-size: 16px;
}

.personal_center .page .tabs .data_list .point_item .point_time {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    color: #979ca3;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .point_item .point_amount {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    color: #06c35d;
    font-size: 18px;
    font-weight: bold;
    line-height: 41px;
}

.personal_center
.page
.tabs
.data_list
.point_item
.point_amount.point_negative {
    color: #fc4f67;
}

.personal_center .page .tabs .data_list .point_item .point_amount::before {
    content: "+";
}

.personal_center
.page
.tabs
.data_list
.point_item
.point_amount.point_negative::before {
    content: "-";
}

.personal_center .page .tabs .data_list .resource_item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

.personal_center .page .tabs .data_list .resource_item .resource_icon {
    flex: none;
    height: 36px;
    width: 36px;
    margin-right: 13px;
}

.personal_center .page .tabs .data_list .resource_item .resource_details {
    flex: auto;
    padding-top: 5px;
}

.personal_center .page .tabs .data_list .resource_item .resource_name {
    margin-bottom: 15px;
    color: #3a404a;
    font-size: 16px;
}

.personal_center .page .tabs .data_list .resource_item .resource_infos {
    color: #979ca3;
    font-size: 14px;
}

.personal_center
.page
.tabs
.data_list
.resource_item
.resource_infos
> span
+ span {
    margin-left: 27px;
}

.personal_center .page .tabs .data_list .resource_item .resource_actions {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 42px;
}

.personal_center .page .tabs .data_list .resource_item .resource_action {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 12px;
    color: #6b717b;
    cursor: pointer;
}

.personal_center .page .tabs .data_list .resource_item .resource_action span {
    font-size: 14px;
}

.personal_center .page .tabs .data_list .resource_item .resource_action .icon {
    margin: 0;
}

.personal_center .page .tabs .data_list .comment_item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 12px;
    color: #3a404a;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .comment_item .comment_reply {
    flex: none;
    height: 32px;
    width: 74px;
    margin-top: 4px;
    border: 1px solid #db2231;
    border-radius: 4px;
    color: #db2231;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.personal_center .page .tabs .data_list .comment_item .comment_current {
    flex: auto;
    display: grid;
    grid-template-columns: 40px auto;
    gap: 10px 8px;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_current
.comment_avatar {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_current
.comment_name {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-weight: bold;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_current
.comment_time {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    color: #6b717b;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_current
.comment_content {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    padding-top: 3px;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_current
.comment_content::before {
    margin-right: 4px;
    content: "回复我: ";
    color: #979ca3;
}

.personal_center
.page
.tabs
.data_list
.comment_item.comment_self
.comment_current
.comment_content::before {
    content: "我回复: ";
}

.personal_center .page .tabs .data_list .comment_item .comment_parent {
    flex: none;
    width: 100%;
    padding: 20px;
    border-radius: 2px;
    background-color: #f4f5f9;
    display: grid;
    grid-template-columns: 40px auto;
    gap: 10px;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_parent
.comment_avatar {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_parent
.comment_name {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-weight: bold;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_parent
.comment_name::after {
    content: "说:";
    margin-left: 4px;
    color: #6b717b;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_parent
.comment_time {
    display: none;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_parent
.comment_content {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_parent
.comment_post_title {
    padding-top: 12px;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    color: #979ca3;
    cursor: pointer;
}

.personal_center
.page
.tabs
.data_list
.comment_item
.comment_parent
.comment_post_title
.icon {
    margin: 0 8px 0 0;
    color: #ff6227;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .like_item {
    display: grid;
    grid-template-columns: 40px auto 74px;
    grid-column-gap: 10px;
    color: #3a404a;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .like_item .like_button {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    height: 32px;
    width: 74px;
    border: 1px solid #f4f5f9;
    border-radius: 4px;
    color: #979ca3;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.personal_center .page .tabs .data_list .like_item .like_button.like_undo {
    border-color: #db2231;
    background-color: #db2231;
    color: #ffffff;
}

.personal_center .page .tabs .data_list .like_item .like_avatar {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.personal_center .page .tabs .data_list .like_item .like_name {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-weight: bold;
}

.personal_center .page .tabs .data_list .like_item .like_name::after {
    content: "赞了";
    margin-left: 4px;
    color: #6b717b;
}

.personal_center .page .tabs .data_list .like_item .like_time {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    color: #6b717b;
}

.personal_center .page .tabs .data_list .like_item .like_post {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    padding: 12px;
    margin-top: 12px;
    border-radius: 2px;
    background: #f4f5f9;
    color: #979ca3;
    cursor: pointer;
}

.personal_center .page .tabs .data_list .like_item .like_post .icon {
    margin: 0 8px 0 0;
    color: #ff6227;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .liked_item {
    color: #3a404a;
    font-size: 14px;
}

.personal_center .page .tabs .data_list .liked_record {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.personal_center .page .tabs .data_list .liked_record + .liked_record {
    margin-top: 10px;
}

.personal_center .page .tabs .data_list .liked_avatar {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    border-radius: 50%;
}

.personal_center .page .tabs .data_list .liked_name {
    margin-right: 12px;
    font-weight: bold;
}

.personal_center .page .tabs .data_list .liked_name::after {
    content: "点赞了";
    margin-left: 4px;
    color: #6b717b;
    font-weight: bold;
}

.personal_center .page .tabs .data_list .liked_title {
    color: #979ca3;
    cursor: pointer;
}

.personal_center .page .panel {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding-top: 17px;
    line-height: 1;
}

.personal_center .page .panel .panel_actions {
    margin-bottom: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 26px;
}

.personal_center .page .panel .panel_actions .panel_action {
    flex: none;
    cursor: pointer;
}

.personal_center .page .panel .panel_actions .panel_action img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 4px;
}

.personal_center .page .panel .panel_actions .panel_action div {
    color: #3a404a;
    font-size: 14px;
    text-align: center;
}

.personal_center .page .panel .panel_actions .panel_action.panel_button {
    height: 40px;
    width: 100%;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.personal_center .page .panel .panel_bio {
    color: #3a404a;
}

.personal_center .page .panel .panel_bio .panel_bio_head {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.personal_center
.page
.panel
.panel_bio
.panel_bio_head
.panel_bio_head_navigate {
    color: #979ca3;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.personal_center
.page
.panel
.panel_bio
.panel_bio_head
.panel_bio_head_navigate::after {
    content: ">";
    margin-left: 4px;
}

.personal_center .page .panel .panel_bio .panel_bio_fields {
    margin-top: 12px;
}

.personal_center .page .panel .panel_bio .panel_bio_fields .panel_bio_field {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    font-size: 14px;
}

.personal_center
.page
.panel
.panel_bio
.panel_bio_fields
.panel_bio_field
+ .panel_bio_field {
    margin-top: 16px;
}

.personal_center
.page
.panel
.panel_bio
.panel_bio_fields
.panel_bio_field
.icon {
    margin: 0 18px 0 0;
    color: #6b717b;
    font-size: 16px;
}

/*个人中心徽章、社区首页弹窗*/
.badge_pic {
    position: fixed;
    z-index: 99;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 320px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

.badge_pic .badge_cancel {
    position: absolute;
    right: 0px;
    top: -15px;
}

.badge_pic .badge_cancel img {
    width: 30px;
    height: 30px;
}

/*聊天窗口*/
.hmqpxx {
    z-index: 1000;
}
