:root {
    --theme-corlor: #409EFF;
    --theme-corlor-two: #e67318;
}

[v-cloak] {
    display: none;
}

html, body {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
    background-color: #F6F6F6;
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/*滚动条样式*/
.scrollbar::-webkit-scrollbar {
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

/*滚动条里面小方块*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

/*滚动条里面轨道*/
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.05);
}

.main_item {
    margin: 0 auto;
    width: 1200px;
}

.head_item {
    /*background-image: url("/static/images/home_bg.png");*/
    /*background-position: center;*/
    height: 672px;
    /*width: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.head_main_item {
    background-image: url("/static/images/home_bg.png");
    background-position: center;
    height: 620px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.head_menu {
    height: 52px;
    background: rgba(255, 255, 255, 0.1);
}

.head_menu_content {
    height: 52px;
    display: flex;
    width: 1200px;
    min-width: 1200px;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}

.head_menu_right {
    display: flex;
    justify-content: space-between;
}

.head_menu_right_desc {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.head_menu_right_desc > span {
    color: #FFA810;
}

.head_menu_right_item {
    display: none;
}

.head_menu_right_btn {
    display: flex;
    justify-content: space-between;
}

.head_menu_right_btn > div > span, .head_menu_right_btn > div > a {
    display: inline-block;
    width: 38px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    font-size: 14px;
}

.head_menu_right_btn > div > a {
    width: 80px;
    text-decoration: none !important;
    color: #ffffff;
}

.head_menu_right_btn > div > span:first-child, .head_menu_right_btn > div > a:first-child {
    margin-left: 15px;
    background-color: var(--theme-corlor);
}

.head_menu_right_btn > div > span:last-child, .head_menu_right_btn > div > a:last-child {
    margin-left: 10px;
    background-color: #FFA810;
}

.user_logout {
    display: inline-block;
    margin-left: 11px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.head_menu_item {
    height: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head_menu_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
}

.head_menu_list_img > img {
    height: 40px;
}

.head_menu_list_content {
    display: flex;
    align-items: center;
}

.head_menu_list_a {
    display: inline-block;
    height: 67px;
    line-height: 67px;
    text-align: center;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-left: 48px;
    font-size: 16px;
    position: relative;
}

.head_menu_list_a:first-child {
    margin-left: 0;
}

.head_menu_list_a_active:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #F6B040;
    position: absolute;
    top: 99.6%;
    left: 0;
}

.head_menu_list_a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #F6B040;
    position: absolute;
    top: 99.6%;
    left: 50%;
    transition: all 0.5s;
}

.head_menu_list_a:hover::after {
    left: 0;
    width: 100%;
}

.login_item {
    height: 383px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 84px;
}

.login_item_left {
    height: 62px;
    width: 54%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
}

.head_l_item {
    display: flex;
    align-items: center;
    height: 63px;
    position: relative;
    color: #999999;
    cursor: pointer;
}

.head_l_label {
    display: inline-block;
    width: 75px;
    text-align: left;
    padding-left: 20px;
}

.head_l_label + i {
    margin-right: 20px;
}

.head_l_input {
    flex: 1;
}

.head_l_input > input {
    height: 61px;
    width: 90%;
    border: none;
    outline: none;
    position: relative;
}

.head_l_ul {
    position: absolute;
    left: 0;
    top: 64px;
    border-radius: 5px;
    background-color: #ffffff;
    width: 131px;
    display: none;
    font-weight: bold;
    color: #666666;
    z-index: 10;
    border: 1px solid #ebebeb;
}

.head_l_ul > li {
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}

.head_l_ul > li.head_l_ul_active, .head_l_ul > li:hover {
    background-color: #EBECFA;
    color: var(--theme-corlor);
    transition: 0.6s;
}

.head_l_item:hover .head_l_ul {
    display: block;
    animation-name: navanim;
    -webkit-animation-name: navanim;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    overflow: hidden;
}

@keyframes navanim {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.head_l_btn_item {
    margin: 5px;
    background-color: #F6B040;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 70px;
    height: 52px;
    border-radius: 2px;
    transition: 0.3s;
}

.head_l_btn_item:hover {
    box-shadow: 0 0 5px rgba(170, 170, 170, 0.25);
    transition: 0.3s;
}

.head_l_btn > .icon-sousuo {
    font-size: 25px;
    color: #ffffff;
}

.input_type_one::-webkit-input-placeholder {
    color: #999999;
}

.input_type_one::-moz-placeholder {
    color: #999999;
}

.input_type_one::-ms-placeholder {
    color: #999999;
}

.input_type_one::-o-placeholder {
    color: #999999;
}

.input_type_one::placeholder {
    color: #999999;
}

.login_item_r {
    float: right;
    width: 314px;
    height: 383px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 0 40px;
}

.login_item_r_head {
    padding: 28px 0 13px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.login_item_r_head > span {
    color: #FFA810;
}

.login_item_r_title {
    display: flex;
    height: 38px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    color: #ffffff;
}

.login_item_r_title_d {
    width: 50%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid rgba(180, 180, 180, 0.2);
    cursor: pointer;
}

.login_item_r_title_active, .login_item_r_title_d:hover {
    border-bottom: 1px solid #FFA810;
    color: #ffffff;
}

.input_type_two::-webkit-input-placeholder {
    color: #666666;
    font-size: 12px;
}

.input_type_two::-moz-placeholder {
    color: #666666;
    font-size: 12px;
}

.input_type_two::-ms-placeholder {
    color: #666666;
    font-size: 12px;
}

.input_type_two::-o-placeholder {
    color: #666666;
    font-size: 12px;
}

.input_type_two::placeholder {
    color: #666666;
    font-size: 12px;
}

.login_content_list {
    border-radius: 6px;
    background-color: #ffffff;
    display: flex;
}

.login_content_list:first-child {
    margin: 29px 0 24px;
}

.login_input {
    border: none;
    outline: none;
    height: 40px;
    flex: 1;
    margin-left: 0;
    border-radius: 6px;
    padding-left: 10px;
}

.login_extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14px;
    font-size: 12px;
    margin-top: 14px;
    color: #ffffff;
}

.login_extra_l {
    display: flex;
    align-items: center;
    height: 14px;
    cursor: pointer;
    user-select: none;
}

.login_extra_r {
    text-align: right;
}

.icon-jizhu {
    margin-right: 2px;
}

.icon-duoxuankuang1 {
    color: #FFA810;
}

.login_extra_r a, .login_foot > a {
    text-decoration: none !important;
    color: #FFA810 !important;
}

.login_btn {
    margin-top: 24px;
    height: 40px;
    line-height: 40px;
    background: var(--theme-corlor);
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.login_foot {
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
    color: #ffffff;
}

.list_content_title {
    margin: 131px 0 137px;
    font-weight: bold;
    font-size: 46px;
    color: #3D3D3D;
    text-align: center;
}

.list_content_item {
    height: 482px;
    display: flex;
    width: 100%;
}

.login_item_r, .login_content_item {
    display: none;
}

.login_content_password {
    display: none;
}

.login_content_sms .login_content_list {
    position: relative;
}

.login_content_sms span {
    position: absolute;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #F6B040;
    border-radius: 6px;
    top: 0;
    right: 0;
    width: 96px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

.login_content_sms span.get-code-btn-disabled {
    color: #ddd;
    cursor: not-allowed !important;
    pointer-events: none;
    background-color: #999;
}

.login_ci_yes_img {
    position: relative;
    width: 116px;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 18px auto 0;
}

.login_ci_yes_info {
    font-size: 24px;
    color: #ffffff;
    margin-top: 19px;
    text-align: center;
}

.login_ci_yes_btn {
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: block;
    border-radius: 6px;
    background-color: var(--theme-corlor);
    margin-top: 35px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.doing_what_list {
    display: flex;
    height: 97px;
    align-items: center;
    cursor: pointer;
}

.doing_what_l {
    width: 30px;
    display: flex;
    justify-content: center;
}

.doing_what_desc {
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}

.doing_what_list_img_yes {
    display: none;
}

.doing_what_list_c {
    display: none;
    height: 483px;
    background: var(--theme-corlor) linear-gradient(207deg, #5751FE 24%, rgba(216, 216, 216, 0) 100%);
    border-radius: 6px;
}

.list_content_item_l {
    width: 17%;
}

.list_content_item_r {
    width: 83%;
}

.doing_what_list_active .doing_what_list_img_yes {
    display: block;
}

.doing_what_list_active .doing_what_list_img_no {
    display: none;
}

.doing_what_list_active .doing_what_desc {
    font-size: 18px;
    color: #3D3D3D;
}

.doing_what_list_active.doing_what_list_c {
    display: block;
}

.doing_what_list_c_t {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 55px;
}

.doing_what_list_c > div {
    width: 923px;
    margin: 0 auto;
}

.doing_what_list_c_d {
    font-size: 12px;
    margin-top: 8px;
    color: #ffffff;
}

.doing_what_list_con {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.doing_what_list_con_l {
    width: 653px;
    display: flex;
    justify-content: flex-start;
}

.doing_what_c {
    margin-top: 30px;
    width: 134px;
    padding: 0 18px;
    height: 205px;
    background: #FFA810;
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    margin-left: 42px;
}

.doing_what_c:first-child {
    margin-left: 0;
}

.doing_what_c_t {
    padding: 20px 0 12px;
    text-align: center;
    font-size: 18px;
}

.doing_what_con {
    line-height: 20px;
    text-align: left;
}

.doing_what_c_b {
    border-bottom: 3px solid #D8D8D8;
    width: 29px;
    margin: 0 auto 14px;
}

.doing_what_list_btn {
    display: inline-block;
    text-decoration: none !important;
    width: 165px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    line-height: 52px;
    text-align: center;
    color: #ffffff !important;
    margin-top: 33px;
}

.doing_what_list_con_r {
    position: relative;
    width: 269px;
}

.doing_what_ct {
    position: absolute;
    left: 0;
    bottom: -47px;
    width: 269px;
    height: 466px;
}

.doing_what_image {
    width: 124px;
    height: 70px;
    border-radius: 6px;
    background: #E4F0FF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 23px auto 0;
}

.doing_what_image_desc {
    font-size: 18px;
    color: #ffffff;
    padding: 22px 0 16px;
    text-align: center;
}

.doing_what_image_desc > a {
    text-decoration: none !important;
    color: #ffffff !important;
}

.doing_what_image_amount {
    font-size: 18px;
    text-align: center;
}

.doing_what_image_amount > span {
    font-size: 24px;
    color: #FB3348;
    margin: 0 2px;
}

.doing_what_list_con_l_t .doing_what_image {
    background-color: transparent;
    width: 62px;
    height: 62px;
    margin-top: 31px;
}

.list_content_title_type_one {
    margin: 133px 0 76px;
}

.list_serve_item {
    height: 436px;
    display: block;
}

.list_serve_item > div {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 210px;
}

.list_serve_item > div:first-child {
    margin-bottom: 16px;
}

.list_serve {
    cursor: default;
    width: 32.5%;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    display: flex;
    transition: 0.3s;
}

.list_serve:hover {
    box-shadow: 0 10px 8px rgba(204, 204, 204, 0.25);
    transition: 0.3s;
}

.list_serve > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.list_serve_l {
    margin: 47px 0 0 36px;
    width: 225px;
}

.list_serve_title {
    font-size: 28px;
    color: #3D3D3D;
}

.list_serve_content {
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 16px;
    color: #999999;
    margin-top: 17px;
}

.list_serve_content:first-child {
    margin-top: 21px;
}

.list_serve_content > span {
    width: 10px;
    height: 10px;
    background-color: #FFA810;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.list_serve_content_no_bg span {
    background-color: transparent;
}

.list_content_item_fill {
    height: 143px;
}

.resource_item {
    background-image: url("/static/images/ziyuan_bg.png");
    background-position: center;
    height: 1120px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.resource_item .list_content_title {
    padding: 79px 0 76px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.resource_content {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.resource_content:first-child {
    margin-top: 0;
}

.resource_list {
    background-color: #ffffff;
    border-radius: 6px;
    width: 49%;
    height: 270px;
    transition: 0.3s;
}

.resource_list_c {
    display: flex;
    height: 100%;
    width: 100%;
}

.resource_list_l {
    width: 421px;
    padding-left: 36px;
}

.resource_list_r {
    display: flex;
    height: 100%;
    width: 130px;
    justify-content: space-between;
    align-items: center;
}

.resource_list_title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin: 48px 0 35px;
    transition: 0.3s;
}

.resource_list_type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.resource_list_type > div {
    position: relative;
    width: 20%;
}

.resource_list_type > div > span {
    position: absolute;
    right: 0;
    display: inline-block;
    height: 13px;
    width: 0;
    top: 16px;
    border-left: 1px solid #989898;
    transition: 0.3s;
}

.resource_list_type > div:last-child > span {
    display: none;
}

.resource_list_number {
    font-size: 20px;
    color: #666666;
    font-family: "Microsoft YaHei-Regular", "Microsoft YaHei";
    transition: 0.3s;
}

.resource_list_desc {
    margin-top: 4px;
    font-size: 14px;
    color: #A7A7A7;
    transition: 0.3s;
}

.resource_list_btn_item {
    margin-top: 32px;
}

.resource_list_btn {
    display: inline-block;
    width: 170px;
    height: 44px;
    background-color: #CCDDFC;
    border-radius: 6px;
    font-size: 16px;
    color: var(--theme-corlor);
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.3s;
}

.resource_content_desc {
    color: #666666;
    font-size: 16px;
    margin-bottom: 35px;
    transition: 0.3s;
}

.resource_list_title_t {
    margin-bottom: 13px;
}

.resource_content_list {
    overflow: hidden;
}

.resource_content_list > span {
    width: 71px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 30px;
    border: 1px solid #B1C7F0;
    margin-right: 13px;
    float: left;
    color: var(--theme-corlor);
    font-family: "Microsoft YaHei-Regular", "Microsoft YaHei";
    margin-bottom: 12px;
    transition: 0.3s;
}

.resource_content_list > span:nth-child(5) {
    margin-right: 0 !important;
}

.resource_content_list > span:last-child {
    margin-right: 0;
}

.resource_list_t {
    height: 240px;
}

.resource_list:hover {
    background-color: #FFA810;
    transition: 0.3s;
    box-shadow: 0 10px 8px rgba(51, 51, 51, 0.25);
}

.resource_list:hover .resource_list_title, .resource_list:hover .resource_list_number, .resource_list:hover .resource_content_desc {
    color: #ffffff;
    transition: 0.3s;
}

.resource_list:hover .resource_list_desc {
    color: #E7E7E7;
    transition: 0.3s;
}

.resource_list:hover .resource_list_type > div > span {
    border-left: 1px solid #D8D8D8;
    transition: 0.3s;
}

.resource_list:hover .resource_list_btn {
    background-color: var(--theme-corlor);
    color: #ffffff;
    transition: 0.3s;
}

.resource_list:hover .resource_content_list > span {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.combo_item .list_content_title {
    margin: 136px 0 78px;
}

.combo_main {
    display: flex;
    justify-content: space-between;
    height: 695px;
}

.combo_content {
    width: 32.5%;
    border: 1px solid #F0F0FF;
    height: 695px;
    background-color: #F0F0FF;
    transition: 0.3s;
}

.combo_head {
    background-image: url("/static/images/rwfg_head_bg.png");
    background-position: center;
    height: 138px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.combo_head_h_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 20px;
    background-image: url("/static/images/rwfg_head_item.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

.combo_head_h {
    position: relative;
    height: 40px;
}

.combo_head_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.combo_head_m_l {
    padding: 0 11px 0 25px;
}

.combo_head_m_l_bg {
    width: 48px;
    height: 48px;
    background: var(--theme-corlor);
    border: 1px solid rgba(186, 210, 249, 0.38);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.combo_head_m_r_h {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.combo_head_m_r_m {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 5px;
}

.combo_img_item {
    display: flex;
    justify-content: flex-start;
    padding: 13px 10px 0;
}

.combo_img_item > div {
    margin-left: 6px;
}

.combo_img_item > div:first-child {
    margin-left: 0;
}

.combo_img_item:last-child {
    padding-top: 6px;
}

.combo_img_item > div {
    width: 32.3%;
    background-color: #ffffff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.combo_content_ml {
    display: flex;
    justify-content: space-between;
}

.combo_content_ml > div > div {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
    color: #333333;
    margin-top: 30px;
}

.combo_content_ml > div > div a {
    color: #333333 !important;
    text-decoration: none !important;
}

.combo_content_ml > div > div:first-child {
    margin-top: 25px;
}

.combo_content_ml > div > div > span {
    width: 8px;
    height: 8px;
    background: #FFA810;
    border-radius: 50%;
    margin-right: 10px;
}

.combo_content_ml > div:first-child {
    padding-left: 20px;
}

.combo_content_ml > div:last-child {
    padding-right: 20px;
}

.combo_content_f {
    margin-top: 50px;
}

.combo_content_f_t {
    font-size: 30px;
    color: #F92138;
    font-weight: bold;
    text-align: center;
}

.combo_content_f_t > span {
    font-size: 18px;
}

.combo_content_btn {
    margin-top: 29px;
}

.combo_content_btn > a {
    display: block;
    width: 170px;
    height: 44px;
    background: #CCDDFC;
    border-radius: 6px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: var(--theme-corlor);
    margin: 0 auto;
    transition: 0.3s;
}

.combo_content_btn > a:hover {
    background-color: var(--theme-corlor);
    color: #ffffff;
    transition: 0.3s;
}

.combo_content:hover {
    box-shadow: 0 10px 8px rgba(204, 204, 204, 0.25);
    transition: 0.3s;
}

.combo_m {
    margin-top: 55px;
    font-size: 24px;
    text-align: center;
    color: #3D3D3D;
}

.combo_m .combo_content_btn {
    margin: 49px 0 150px;
}

.combo_img_item_t > div {
    background-color: transparent;
}

.combo_img_item_t > div > span {
    font-size: 16px;
    color: #3D3D3D;
    margin-left: 8px;
}

.process_item {
    width: 100%;
    height: 432px;
    background-image: url("/static/images/process_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.process_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process_icon_bg {
    width: 101px;
    height: 118px;
    background-image: url("/static/images/process_icon_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.process_icon_bg + div {
    font-size: 18px;
    font-weight: bold;
    margin-top: 38px;
    text-align: center;
    color: #ffffff;
}

.process_content_l {
    height: 180px;
}

.process_content_l_h {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 118px;
}

.process_content_l_f {
    height: 62px;
}

.process_content_l_h > img {
    margin-left: 10px;
}

.login_item_left_one {
    position: absolute;
    top: -108px;
    left: 0px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    width: 110%;
}

.login_item_left_one a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-shadow: -2px 1px 0 #eead6b;
}

.login_item_left_one a > span {
    color: #e98a12 !important;
}

.color-success {
    color: #67C23A;
}

.color-error {
    color: #F56C6C;
}

.padding-15 {
    padding: 15px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-15 {
    padding-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-left-15 {
    margin-left: 15px;
}

.side-scroll {
    overflow-y: auto;
}

.no-data {
    text-align: center;
    font-size: 16px;
    padding: 100px 0;
    color: #909399;
}

.title-desc {
    border-left: 5px solid var(--theme-corlor);
    box-sizing: border-box;
    padding-left: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-22 {
    margin-bottom: 22px;
}

/*分页 start*/
.pagination-item {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #16baaa;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #16baaa;
    border-color: #16baaa;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #16baaa;
    border-color: #16baaa;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #d3d3d3;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*分页 end*/
/*自定义分页--start*/
.page-item-content {
    padding: 15px 0;
}

.cus-page, .cus-page .cus-page-item, .cus-page .apostrophe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus-page .cus-page-item a {
    display: flex;
    text-decoration: none !important;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 13px;
    height: 28px;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.cus-page a:not(.disabled):hover {
    color: var(--theme-corlor);
}

.cus-page .cus-page-item a.apostrophe {
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cus-page .apostrophe span {
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #606266;
    margin: 0 1px;
}

.cus-page .cus-page-item a:not(.disabled):hover span {
    background-color: var(--theme-corlor);
}

.cus-page .cus-page-pre a, .cus-page .cus-page-next a, .cus-page .cus-page-next a {
    display: flex;
    text-decoration: none !important;
    margin: 0 20px;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 13px;
    height: 28px;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.cus-page a.active {
    background-color: var(--theme-corlor) !important;
    color: #ffffff !important;
    cursor: not-allowed;
}

.cus-page a.disabled {
    cursor: not-allowed;
    color: #c0c4cc;
}

.cus-page div:nth-child(4) {
    font-size: 13px;
    color: #606266;
}

.cus-page input {
    border: 1px solid #dcdfe6;
    outline: 0;
    border-radius: 3px;
    text-align: center;
    width: 35px;
    margin: 0 5px;
    height: 28px;
    line-height: 28px;
    color: #606266;
    box-sizing: border-box;
}

.cus-page input:hover {
    border: 1px solid #c0c4cc;
}

.cus-page input:focus {
    border: 1px solid var(--theme-corlor);
}

/*自定义分页--end*/
.el-table th.el-table__cell {
    user-select: all;
}

.upload-demo {
    display: inline-flex;
}

.customer-service-content {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -208px;
    background-color: #ffffff;
    transition: .3s;
}

.customer-service-content-item {
    position: relative;
    width: 160px;
    height: 416px;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.customer-service-content-hide {
    right: -160px;
}

.customer-service-content-hide .customer-service-content-item {
    box-shadow: none;
}

.customer-service-content-left {
    position: absolute;
    left: -42px;
    top: 0;
    width: 42px;
    height: 150px;
    box-sizing: border-box;
    padding: 20px 12px 0;
    text-align: center;
    background-color: #F37B1D;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.customer-service-content-left > i {
    display: inline-block;
    transform: rotateY(180deg);
}

.customer-service-content-two-img > img {
    width: 100px;
    height: 100px;
}

.customer-service-content-one {
    padding: 25px 0 10px;
}

.customer-service-content-one > a {
    display: flex;
    justify-content: center;
    color: #666666 !important;
    text-decoration: none !important;
    align-items: center;
}

.customer-service-content-one > a > img {
    width: 30px;
    margin-right: 4px;
}

.customer-service-content-two-img {
    display: flex;
    justify-content: center;
}

.customer-service-content-two-desc {
    text-align: center;
    color: #666666;
}

.customer-service-content-two {
    margin-bottom: 10px;
}

.customer-service-content-three, .customer-service-content-four {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #EEEEEE;
    color: #666666;
}

.customer-service-content-t {
    margin-bottom: 5px;
}

.customer-service-content-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-service-content-c > i {
    color: #f39701;
    font-size: 20px;
    margin-right: 5px;
}

.customer-service-content-c > a {
    color: #d62f40 !important;
    font-size: 18px;
    text-decoration: none !important;
}

.customer-service-content-five {
    height: 50px;
    background-color: #eb6d20;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
}

/*首页轮播图-start*/
.middle {
    width: 1200px;
    margin: auto;
    text-align: left
}

.module h3 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    padding-top: 35px;
    text-align: center;
}

.module h4 {
    text-align: center;
    font-size: 14px;
    color: #cccccc;
    height: 35px;
    line-height: 35px;
    text-transform: Uppercase;
    font-weight: 300;
}

.module h5 {
    color: #999999;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
}

.floor8.hzmodule .tab .tab_menu {
    width: 1200px;
    text-align: center;
}

.floor8.hzmodule .tab .tab_menu li {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0px 10px;
    padding: 0px 15px
}

.floor8.hzmodule .tab .tab_box {
    margin-top: 0;
}

.floor8.hzmodule .slidebox2 .bd .box {
    background: none;
    text-align: left;
}

.floor8.hzmodule .tab .tab_menu {
    width: 1200px;
    text-align: center;
}

.floor8.hzmodule .tab .tab_menu li {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0px 10px;
    padding: 0px 15px
}

.floor8.hzmodule .tab .tab_box {
    margin-top: 0;
}

.floor8.hzmodule .slidebox2 .bd .box {
    background: none;
    text-align: left;
}

.floor8 {
    background: #f9f9f9;
}

.floor8 .tab {
    margin-top: 30px;
}

.floor8 .tab .tab_menu {
    width: 485px;
    margin: 0 auto;
}

.floor8 .tab .tab_menu li {
    float: left;
    font-size: 16px;
    color: #999;
    transition: 0.5s;
    width: 135px;
    height: 40px;
    margin-right: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.floor8 .tab .tab_menu li:hover {
    color: var(--theme-corlor);
    border-bottom: 2px solid var(--theme-corlor);
}

.floor8 .tab .tab_menu li.on {
    color: var(--theme-corlor);
    border-bottom: 2px solid var(--theme-corlor);
}

.floor8 .tab .tab_box {
    margin-top: 50px;
    width: 1200px;
}

.floor8 .slidebox2 {
    position: relative;
}

.floor8 .slidebox2 .hd {
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 111;
}

.floor8 .slidebox2 .hd ul {
    width: 60px;
}

.floor8 .slidebox2 .hd ul li {
    margin: 0 5px;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ccc;
}

.floor8 .slidebox2 .hd ul li.on {
    background-color: var(--theme-corlor);
}

.floor8 .slidebox2 .bd .box {
    height: 380px;
    padding: 50px 50px 0 50px;
    background: #fff;
}

.floor8 .slidebox2 .bd .box .box_left {
    width: 550px;
    height: 100%;
    float: left;
}

.floor8 .slidebox2 .bd .box .box_right {
    width: 550px;
    height: 100%;
    float: right;
    cursor: default;
    text-align: left;
}

.floor8 .slidebox2 .bd .box .box_right h2 {
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    margin-bottom: 5px;
}

.floor8 .slidebox2 .bd .box .box_right h2 > span {
    margin-left: 80px;
}

.floor8 .slidebox2 .bd .box .box_right p {
    font-size: 14px;
    color: #999;
    line-height: 18px;
}

.floor8 .slidebox2 .bd .box .box_right .box_img {
    padding-top: 20px;
}

.floor8 .slidebox2 .bd .box .box_right .box_img li {
    float: left;
    margin-right: 15px;
    text-align: center;
}

.floor8 .slidebox2 .bd .box .box_right .box_img .li_big {
    margin-right: 30px;
}

.floor8 .slidebox2 .bd .box .box_right .box_img li p {
    font-size: 12px;
    color: #999;
}

.floor8.hzmodule .slidebox2 .bd .box {
    background: none;
    text-align: left;
}

/*首页轮播图--end*/
/*公共底部--start*/
.foot_item {
    background-color: #262A2D;
}

.foot_item_content {
    display: flex;
    justify-content: flex-start;
    color: #ffffff;
    padding-top: 103px;
}

.foot_content {
    width: 195px;
}

.foot_content > ul > li:first-child {
    font-size: 20px;
}

.foot_content > ul > li {
    margin-bottom: 24px;
}

.foot_content > ul > li > a {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
}

.foot_content:last-child {
    width: 325px;
}

.foot_content_last {
    position: relative;
}

.foot_content_text {
    font-size: 12px;
    line-height: 20px;
}

.foot_content_last_border {
    position: absolute;
    left: 0;
    top: -9px;
    width: 20px;
    height: 2px;
    background-color: #D8D8D8;
}

.foot_content_desc {
    font-size: 12px;
    margin-top: 16px;
}

.foot_content_tel {
    font-size: 24px;
    font-weight: bold;
    color: var(--theme-corlor);
    margin-top: 6px;
}

.foot_content_code {
    position: absolute;
    top: -15px;
    right: -177px;
    width: 137px;
    height: 137px;
    background-color: #D8D8D8;
}

.foot_item_f {
    margin-top: 48px;
    border-top: 1px solid #8A8A8A;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
}

.foot_item_f > a {
    text-decoration: none !important;
    color: #ffffff;
}

/*公共底部--end*/
/*资源报价--start*/
.server {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.server img {
    width: 100px;
    height: 100px;
    margin-right: 25px;
}

.server .link {
    width: 485px;
    display: inline-block;
    text-align: left;
}

.server .handle {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.nomedia .server .handle a:first-child {
    border: 1px solid #ffb15e;
    background-color: #ffb15e;
    margin-left: 25px;
}

.nomedia .server .handle span {
    font-size: 14px;
    margin: 0 3px;
}

.nomedia .server .handle a:last-child {
    border: 1px solid var(--theme-corlor);
    color: var(--theme-corlor);
}

.nomedia .server .tip {
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
}

.server .handle a:first-child {
    border: 1px solid #ffb15e;
    background-color: #ffb15e;
    margin-left: 25px;
}

.server .handle a {
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    width: 120px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
}

.server .handle a:last-child {
    border: 1px solid var(--theme-corlor);
    color: var(--theme-corlor);
}

.handle a {
    text-decoration: none !important;
}

.server .handle span {
    font-size: 14px;
    margin: 0 3px;
}

.server .tip {
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
}

.icon-tixing {
    font-size: 36px;
    color: #e67318;
    margin-bottom: 20px;
}

.head_item_type_two .head_item {
    height: 632px;
}

.head_item_type_two .login_item {
    justify-content: center;
    height: 550px;
    margin-top: 0;
    align-items: unset;
}

.head_item_type_two .head_main_item {
    height: 580px;
}

.head_item_type_two .login_item_left {
    margin-top: 51px;
}

.head_item_type_two > .main-item {
    margin-top: -347px;
}

/*资源报价--end*/
/*软文营销--start*/
.item_title {
    font-size: 44px;
    text-align: center;
    color: #333333;
    margin-top: 122px;
}

.ywrhzxbox5-main {
    height: unset;
    background-size: cover;
    padding-top: 0;
    overflow: hidden;
}

.cbclfx_item {
    position: relative;
    height: 440px;
}

.cbclfx_item_c {
    position: absolute;
    left: 0;
    top: 0;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cbclfx_item_y_one, .cbclfx_item_y_two {
    width: 440px;
    height: 440px;
    border: 5px dashed #E6E4FB;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbclfx_item_y_two {
    width: 404px;
    height: 404px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbclfx_item_y_three {
    width: 305px;
    height: 305px;
    border-radius: 50%;
    background-color: #E8E9F8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbclfx_item_y_four {
    width: 276px;
    height: 276px;
    border-radius: 50%;
    background-color: var(--theme-corlor);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cbclfx_item_y_four_title {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.cbclfx_item_y_four_line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.cbclfx_item_y_four_line > span {
    display: inline-block;
    width: 29px;
    height: 2px;
    background: #FFFFFF;
}

.cbclfx_item_y_four_c {
    font-size: 18px;
    color: #FFFEFE;
    padding-top: 18px;
}

.cbclfx_item_y_four_c > div:nth-child(2) {
    margin-top: 8px;
}

.item_title_bottom_n {
    margin-bottom: 50px;
}

.cbclfx_item_content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.cbclfx_item_content_l {
    width: 453px;
    height: 130px;
    background-color: #E2E2FA;
    border-radius: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.cbclfx_item_content_l:nth-child(1), .cbclfx_item_content_l:nth-child(2) {
    margin-top: 32px;
}

.cbclfx_item_content_l:nth-child(3), .cbclfx_item_content_l:nth-child(4) {
    margin-top: 117px;
}

.cbclfx_item_content_left {
    text-align: right;
}

.cbclfx_item_content_left > div:nth-child(1) {
    font-size: 20px;
    color: var(--theme-corlor);
    font-weight: bold;
}

.cbclfx_item_content_left > div:nth-child(2) {
    font-size: 14px;
    color: var(--theme-corlor);
    margin-top: 10px;
    line-height: 24px;
}

.cbclfx_item_content_right {
    width: 90px;
    height: 90px;
    margin-left: 14px;
}

.cbclfx_item_content_right > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: #FFA810;
    border-radius: 50%;
}

.cbclfx_item_content_right > div > i {
    font-size: 46px;
    color: #ffffff;
}

.cbclfx_item_content_l:nth-child(even) > .cbclfx_item_content_left {
    text-align: left;
}

.cbclfx_item_content_l:nth-child(even) {
    padding: 0 20px;
}

.cbclfx_item_content_l:nth-child(even) > .cbclfx_item_content_right {
    margin-left: 0;
    margin-right: 14px;
}

.xz_item {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 50px;
}

.xz_item_list {
    width: 380px;
    height: 316px;
    border: 1px solid #E4E4E4;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: default;
    box-sizing: border-box;
    padding: 0 50px;
    margin-top: 30px;
}

.xz_item_list:hover {
    border: 1px solid var(--theme-corlor);
}

.xz_item_img {
    height: 100px;
    margin-top: 40px;
    text-align: center;
}

.xz_item_img > img {
    width: 100px;
}

.xz_item_title {
    margin-top: 40px;
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.xz_item_desc {
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
}

/*个人中心--start*/
.user-main {
    background-color: #f5f7fa;
    height: 100vh;
}

.user-head {
    height: 70px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #FFFFFF;
}

.user-head a {
    text-decoration: none;
    color: #333333;
}

.user-head i {
    margin-right: 5px;
    color: #dc341b;
    font-size: 20px;
}

.user-head-left {
    width: 260px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-head-left img {
    width: 110px;
}

.user-head-right {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.user-head-right > div {
    margin: 0 10px;
    display: flex;
    align-items: center;
    height: 20px;
}

.user-head-right > div > a {
    display: flex;
    align-items: center;
    height: 20px;
}

.login-out {
    cursor: pointer;
    color: var(--theme-corlor);
}

.user-left-menu {
    width: 200px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    padding-top: 70px;
    background-color: #FFFFFF;
}

.user-left-menu-head {
    height: 165px;
    background: url(/static/images/user-img.png);
    background-color: var(--theme-corlor);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.user-left-menu-head-icon-item {
    width: 61px;
    height: 61px;
    margin: 0 auto;
}

.user-left-menu-head-icon {
    position: relative;
    border: 3px solid #23c58f;
    padding: 5px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.user-left-menu-head-icon i {
    color: #FFFFFF;
    font-size: 45px;
}

.user-left-menu-head-icon span {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    z-index: 1;
    border-radius: 50%;
    margin-left: -9px;
    background-color: #23c58f;
}

.user-left-menu-phone {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.user-left-menu-amount {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
}

.user-left-menu-li-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 0 20px;
    height: 65px;
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}

.user-left-menu-li-c > span {
    display: flex;
    align-items: center;
}

.user-left-menu-li-c > span > i {
    margin-right: 10px;
}

.user-left-menu-li-c:hover, .user-left-menu-li-c-active {
    color: var(--theme-corlor);
    background-color: #f5f7fa;
}

.user-left-menu-li-c .iconfont {
    font-size: 20px;
}

.user-left-menu-ch a {
    text-decoration: none;
    color: #333333;
    display: flex;
    align-items: center;
    height: 30px;
    padding-left: 50px;
}

.user-left-menu-ch a span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333333;
    margin-right: 10px;
}

.user-left-menu-ch a:hover, .user-left-menu-ch .user-left-menu-ch-active {
    color: var(--theme-corlor);
}

.user-left-menu-ch a:hover span, .user-left-menu-ch .user-left-menu-ch-active span {
    background-color: var(--theme-corlor);
}

.user-left-menu-li-c .icon-xiangxia {
    transform: rotate(-90deg);
}

.user-left-menu-li-c-active .icon-xiangxia {
    transform: rotate(0deg);
}

.user-content-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 70px 0 0 200px;
    z-index: 0;
}

.user-content-m {
    height: 100%;
    overflow-y: auto;
}

.user-home {
    padding: 15px;
}

.user-home-m {
    display: flex;
    justify-content: space-between;
}

.user-c-l {
    width: 26.1%;
}

.user-c-r {
    width: 73%;
}

.user-c-item {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
}

.user-c-item:first-child {
    margin-top: 0;
    height: 200px;
}

.user-c-item-l {
    height: 290px;
}

.user-item-title {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user-item-title span {
    display: inline-block;
    border-left: 5px solid var(--theme-corlor);
    height: 16px;
    position: absolute;
    left: -15px;
}

.user-c-info-c > div {
    height: 40px;
    display: flex;
    align-items: center;
}

.user-c-info-c-k {
    display: inline-block;
    width: 80px;
}

.user-c-info-c-amount {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    height: 40px;
    line-height: 44px;
    color: #F56C6C;
}

.user-frequently-feature {
    display: flex;
    flex-wrap: wrap;
}

.user-frequently-feature-list {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 0;
}

.user-frequently-feature-list img {
    height: 24px;
}

.user-frequently-feature-list a {
    text-decoration: none;
    color: var(--theme-corlor);
}

.user-frequently-feature-list-name {
    margin-top: 5px;
}

.user-cus-img img {
    width: 130px;
    height: 130px;
}

.user-tips-f {
    font-size: 16px;
}

.user-tips-f > div:last-child {
    min-width: 140px;
    position: relative;
}

.user-tips-f > div:last-child img {
    width: 140px;
    position: absolute;
    right: 0;
}

.user-tips-t {
    margin-top: 35px;
}

.user-tips-t > div {
    height: 30px;
    line-height: 30px;
}

.user-tips-t > div span {
    display: inline-block;
    color: var(--theme-corlor);
    padding-right: 10px;
}

.user-article-add-head {
    padding-top: 15px;
    border-bottom: 1px solid #DCDFE6;
}

.user-article-add-head-d {
    display: flex;
}

.user-article-add-head-d > div {
    display: flex;
    align-items: center;
    margin-left: 15px;
    text-decoration: none;
    color: #333333;
    padding-bottom: 15px;
}

.user-article-add-head-d > div:first-child {
    margin-left: 0;
}

.user-article-add-head-d > div.user-article-add-head-d-active {
    color: var(--theme-corlor);
    border-bottom: 2px solid var(--theme-corlor);
}

.user-article-add-head-d > div.user-article-add-head-d-active .user-article-add-head-desc {
    font-weight: bold;
}

.user-article-add-head-d > div.user-article-add-head-d-old {
    color: var(--theme-corlor);
    cursor: pointer;
}

.user-article-add-head-d > div.user-article-add-head-p {
    cursor: pointer;
}

.user-content-item {
    padding: 15px;
}

.user-content-item-c {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
}

.user-article-add-form {
    margin-top: 15px;
}

.user-article-add-form-desc {
    line-height: 24px;
    color: #999999;
}

.user-article-add-form-desc span {
    color: rgba(255, 0, 0, 0.6);
}

.user-article-add-form-button {
    text-align: center;
    margin: 15px 0;
}

.user-article-add-head-num, .user-article-add-head-desc {
    font-size: 16px;
}

.user-article-add-head-desc {
    font-weight: bold;
}

.user-content-main-select-main .login_item_left {
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.user-content-main-select-main .head_l_btn_item {
    background-color: var(--theme-corlor);
}

.user-content-main-select-main .input_type_one .el-input__inner {
    border: none;
    outline: none;
}

.user-content-main-select-main .select-list {
    display: flex;
    /*border-bottom: 1px solid rgba(8, 102, 223, 0.1);*/
    min-height: 48px;
}

.user-content-main-select-main .select-list-type {
    width: 171px;
    text-align: center;
    padding: 6px 0;
    align-self: center;
    font-weight: bold;
}

.user-content-main-select-main .select-list-content {
    flex: 1;
    padding: 12px 0;
    color: #999999;
}

.user-content-main-select-main .select-list-label {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 35px;
    text-align: center;
    margin: 0 5px;
}

.user-content-main-select-main .select-list-label:first-child {
    margin-left: 0;
}

.user-content-main-select-main .select-list-label-active, .user-content-main-select-main .select-list-label:hover {
    background-color: var(--theme-corlor);
    color: #ffffff;
    cursor: default;
}

.user-content-main-select-main .select-list-label:hover {
    cursor: pointer;
}

.user-content-main-select-main .el-select .el-input {
    width: 110px;
}

.user-content-main-select-main .el-input__inner {
    height: 62px;
    line-height: 62px;
}

.user-content-main-select-main .input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.user-content-main-select-main .input-with-select .el-input-group__append {
    padding: 0 42px;
    background-color: #e67318;
}

.user-content-main-select-main .input-with-select .el-input-group__append .el-icon-search {
    font-size: 30px;
    color: #ffffff;
}

.user-content-main-select-main .sort-item {
    margin: 14px 0;
    padding: 14px;
    background-color: #ffffff;
    border-radius: 10px;
}

.user-content-main-select-main .sort {
    display: inline-block;
    width: 74px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    cursor: pointer;
}

.user-content-main-select-main .sort-active, .user-content-main-select-main .sort:hover {
    border-color: var(--theme-corlor-two);
    cursor: default;
}

.user-content-main-select-main .sort-active .sort-label, .sort:hover .sort-label {
    color: var(--theme-corlor-two);
}

.user-content-main-select-main .sort:hover {
    cursor: pointer;
}

.user-content-main-select-main .sort-icon {
    display: inline-block;
    position: relative;
    height: 16px;
    font-size: 16px;
}

.user-content-main-select-main .el-icon-caret-top, .user-content-main-select-main .el-icon-caret-bottom {
    position: absolute;
    color: #666666;
}

.user-content-main-select-main .el-icon-caret-top {
    margin-top: -1px;
}

.user-content-main-select-main .el-icon-caret-bottom {
    margin-top: 7px;
}

.user-content-main-select-main .sort-icon-active {
    color: var(--theme-corlor-two);
}

.user-content-main-select-main .list-item {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
}

.user-content-main-select-main .el-tab-pane {
    width: 100%;
}

.user-content-main-select-main .page-item {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

.user-content-main-select-main .el-pagination button {
    margin-right: 10px;
}

.user-content-main-select-main .icon-lianjie {
    color: var(--theme-corlor);
}

.user-content-main-select-main .list-order-item {
    display: flex;
    align-items: center;
}

.user-content-main-select-main .list-order {
    width: 50px;
}

.user-content-main-select-main .btn-item {
    padding: 15px 0;
    text-align: center;
}

.user-content-main-select-main .btn-item .layui-btn {
    min-width: 116px;
}

.list-data-collect-item {
    color: #999999;
}

.user-content-main-select-main .icon-shoucang1:hover, .user-content-main-select-main .shoucang_yes {
    color: #e67318;
    cursor: pointer;
}

.icon-shoucang-disabled {
    cursor: not-allowed !important;
    color: #cccccc !important;
}

.server .no-data-desc {
    font-size: 14px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.title-item-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}

.title-item-desc .el-link--inner {
    color: #F56C6C;
}

.user-content-main-pay-main .el-form-item {
    margin-bottom: 0;
    border: 1px solid #EBEEF5;
    border-bottom: 1px solid transparent;
}

.user-content-main-pay-main .el-form-item:last-child {
    border-bottom: 1px solid #EBEEF5;
}

.user-content-main-pay-main .el-form-item__content {
    padding: 5px;
    border-left: 1px solid #EBEEF5;
}

.user-content-main-pay-main .el-form-item__label {
    padding-top: 5px;
}

.release-requirement-desc {
    font-size: 12px;
    color: #F56C6C;
}

.border {
    border: 1px solid #EBEEF5;
}

.border-item {
    display: flex;
}

.border-label {
    width: 100px;
    box-sizing: border-box;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #EBEEF5;
}

.border-content {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    flex: 1;
}

.user-content-main-pay-main .el-radio {
    margin-bottom: 10px;
}

.balance-button {
    margin-left: 10px;
}

.page-item {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.a-jump.el-link {
    color: var(--theme-corlor);
}

.a-jump-red.el-link, .a-jump-red.el-link:hover {
    color: #F56C6C;
}

.i-edit, .i-edit:hover {
    cursor: pointer;
    color: var(--theme-corlor);
}

.i-delete, .i-delete:hover {
    cursor: pointer;
    color: #F56C6C;
}

.controls-item > i {
    margin-left: 15px;
}

.controls-item > i:first-child {
    margin-left: 0;
}

.display-right {
    display: flex;
    justify-content: right;
}

.title-desc-border {
    border-left: 5px solid var(--theme-corlor);
    box-sizing: border-box;
    padding-left: 10px;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: var(--theme-corlor);
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}

textarea.el-textarea__inner {
    resize: none;
}

.el-select {
    width: 100%;
}

.readonly .el-form-item__content {
    position: relative;
}

.readonly span {
    position: absolute;
    z-index: 1;
    background-color: #f5f7fa;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 15px;
}

.dialog-body {
    overflow-y: auto;
    max-height: 450px;
}

/*稿件订单*/
.article-list .cus-table {
    margin-top: 40px;
}

.article-list .cus-table:first-child {
    margin-top: 0;
}

.article-list .cus-table > table {
    width: 100%;
}

.article-list .link-viewer-images {
    margin-left: 10px;
}

.article-list .status-color {
    color: #F56C6C;
}

.article-list .form .el-input {
    width: 100%;
}

.article-list .form textarea {
    resize: none;
}

.article-list .form .screenshot-url .el-form-item__content {
    line-height: unset;
}

.article-list .form .el-radio {
    padding: 6px 0;
    width: 155px;
}

.article-list .el-table td, .article-list .el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.article-list .el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.article-list .el-table--border td, .article-list .el-table--border th, .article-list .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1px solid #ebeef5;
}

.article-list .el-table td, .article-list .el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5;
}

.article-list .el-table--enable-row-hover .el-table__body tr:hover > td {
    background-color: #f5f7fa;
}

.amount-list {
    display: flex;
    align-items: center;
}

.amount-list > div {
    position: relative;
    box-sizing: border-box;
    width: 100px;
    height: 40px;
    border: 2px solid #CCCCCC;
    border-radius: 3px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

.amount-list-input {
    position: relative;
}

.amount-list-input .el-input {
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 0;
    width: 96px;
    height: 36px;
    z-index: 10;
}

.amount-list-input .el-input input {
    border: none !important;
    outline: none !important;
    width: 100%;
    height: 36px;
}

.amount-list > div:hover, .amount-list > div.amount-list-active, .amount-list-input {
    border: 2px solid var(--theme-corlor);
}

.user-info-item {
    padding: 30px;
    background: rgba(39, 176, 214, .15);
}

.pay-img-list {
    display: inline-flex;
    align-items: center;
}

.pay-img-list-span {
    border: 1px solid #cccccc;
    display: block;
    padding: 10px;
    border-radius: 3px;
    height: 50px;
    box-sizing: border-box;
}

.pay-img-list-span img {
    height: 100%;
}

.pay-amount {
    font-size: 24px;
    color: #F56C6C;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.code-item {
    display: flex;
    align-items: center;
}

.code-item-list {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 300px;
    margin-left: 15px;
}

.code-item-list:first-child {
    margin-left: 0;
}

.code-item-list > img {
    width: 100%;
}

.line-height-30 {
    line-height: 30px;
}

.qrcode-item {
    margin: 15px auto 0;
    width: 200px;
    height: 200px;
    position: relative;
}

.pay-refresh {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}

.pay-refresh-i {
    text-align: center;
    color: #ffffff;
    margin: 30px auto;
}

.pay-refresh-i > i {
    font-size: 70px;
}

.pay-refresh-button {
    text-align: center;
}

.pay-info-item-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.pay-info-item-content {
    margin-top: 15px;
}

.pay-info-item-content > div {
    height: 22px;
    line-height: 22px;
}

.pay-info-item-name {
    display: inline-block;
    width: 80px;
}

.pay-info-time {
    text-align: center;
    margin-top: 15px;
    color: #F56C6C;
    font-size: 16px;
}

iframe {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border: none;
    margin: 0 auto;
    overflow: hidden;
}

iframe > body {
    overflow: hidden;
}

.icon-member {
    font-size: 20px;
    margin-left: 5px;
    color: #ff9d4d;
}

.icon-amount {
    margin-right: 5px;
    color: var(--theme-corlor);
    font-size: 18px;
}

.search-item {
    display: inline-block;
}

.user-content-main-select-main .search-item .login_item_left {
    width: 400px;
    height: 44px;
}

.user-content-main-select-main .search-item .head_l_btn_item {
    height: 32px;
}

.user-content-main-select-main .search-item .el-input__inner {
    height: 32px;
}

.user-content-main-select-main .search-item .head_l_btn > .icon-sousuo {
    font-size: unset;
}

.user-content-main-select-main .search-item .head_l_btn_item {
    width: 62px;
}

.user-content-main-select-main .search-item .head_l_item {
    height: 48px;
}

.user-content-main-select-main .search-item .head_l_ul {
    top: 49px;
}

.el-table-media .cell div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}

.el-table-media .is-hidden {
    height: 23px;
}

.bank-info-list-key {
    display: inline-block;
    width: 70px;
    font-weight: bold;
}

.el-table.remove-tr-hover tbody tr:hover > td {
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.margin-top-0 {
    margin-top: 0;
}

.text-omit {
    display: inline;
}

.manuscript-rejection-item .el-radio {
    width: 100%;
    margin: 6px 0;
}

.descriptions-label {
    width: 80px;
}

.label-width-110 {
    width: 110px;
}

.image-100-100 {
    width: 100px;
    height: 100px;
}

/*个人中心--end*/
.list-data-value.price-list-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -16px;
}

.price-list-item {
    display: flex;
    margin: 4px 0;
}

.price-list-item-label {
    display: inline-block;
    min-width: 65px;
    text-align: left;
}

.price-list-item-value {
    display: flex;
    align-items: baseline;
    text-align: left;
}

.line-through .price-list-item:first-child .price-list-item-value {
    text-decoration: line-through;
}

.list-data-shopping-item {
    margin-top: -16px;
}