﻿@charset "utf-8";
html,
body {
    margin: 0 0;
    padding: 0 0;
    font-size: 14px;
    font-style: normal;
    display: block;
    color: #333333;
    font-family: 'Microsoft YaHei' !important;
    background-color: #f8f8f8;
    /*filter: grayscale(100%)*/
}

* {
    margin: 0;
    padding: 0;
    border: medium none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

i,
em {
    font-style: normal;
}

s {
    text-decoration: none !important;
    font-style: normal !important;
}

.btn-primary {
    background-color: rgb(255, 159, 137);
    border-color: rgb(255, 159, 137);
}

.btn-primary:hover {
    background-color: #ff410f;
    border-color: #ff410f;
}

.theme-bg {
    background-color: #ff410f !important;
}

.theme-text {
    color: #ff410f !important;
}

.theme-border {
    border-color: #ff410f !important;
}


/* 设置placeholder的默认样式 */

:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea {
    resize: none;
}

table {
    /* border: 1px solid #808080; */
    width: 100%;
    border-collapse: collapse;
}

table td {
    border: 1px solid #808080;
    text-align: center;
}

.form-control,
.single-line {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}


/*滚动条样式*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #eee;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background-color: #eee;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background-color: #c3c3c3;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.wrap {
    width: 1200px !important;
    margin: 0px auto;
}

img {
    display: block;
}

a {
    color: #333333;
    display: block;
    text-decoration: none !important;
}

a:hover {
    color: #ff6028;
}


/*#region Paddings*/

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}


/*#endregion Paddings*/


/*#region Margins*/

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}


/*#endregion Margins*/

.bg-light {
    background-color: #fff;
}

.bg-gray-light {
    background-color: #f5f6f8;
}

.bg-gray-light,
.bg-gray-light a {
    color: #758697;
}

.bg-gray {
    background-color: #e6eaed;
}

.bg-gray,
.bg-gray a {
    color: #758697;
}

.bg-gray-dark {
    background-color: #c8d1d8;
}

.bg-gray-dark,
.bg-gray-dark a {
    color: #758697;
}

.bg-trans-light {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-trans-light,
.bg-trans-light a {
    color: inherit;
}

.bg-trans-dark {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-trans-dark,
.bg-trans-dark a {
    color: inherit;
}

.bg-primary {
    background-color: #42a5f5;
}

.bg-primary,
.bg-primary a {
    color: #fff;
}

.bg-info {
    background-color: #00bcd4;
}

.bg-info,
.bg-info a {
    color: #fff;
}

.bg-success {
    background-color: #8bc34a;
}

.bg-success,
.bg-success a {
    color: #fff;
}

.bg-warning {
    background-color: #ffa726;
}

.bg-warning,
.bg-warning a {
    color: #fff;
}

.bg-danger {
    background-color: #ef5350;
}

.bg-danger,
.bg-danger a {
    color: #fff;
}

.bg-mint {
    background-color: #26a69a;
}

.bg-mint,
.bg-mint a {
    color: #fff;
}

.bg-purple {
    background-color: #ba68c8;
}

.bg-purple,
.bg-purple a {
    color: #fff;
}

.bg-pink {
    background-color: #ec407a;
}

.bg-pink,
.bg-pink a {
    color: #fff;
}

.bg-dark {
    background-color: #000;
}

.bg-dark,
.bg-dark a {
    color: #fff;
}

.text-light,
a.text-light:hover,
a.text-light:focus {
    color: #fff;
}

.text-muted,
a.text-muted:hover,
a.text-muted:focus {
    color: #999999;
}

.text-light-gray {
    color: #666666;
}

.text-muted-gray {
    color: #cccccc;
}

.text-grey,
a.text-grey:hover,
a.text-grey:focus {
    color: #333333;
}

.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    color: #2d95ff !important;
}

.text-info,
a.text-info:hover,
a.text-info:focus {
    color: #008fa1;
}

.text-success,
a.text-success:hover,
a.text-success:focus {
    color: #71a436;
}

.text-warning,
a.text-warning:hover,
a.text-warning:focus {
    color: #f29000;
}

.text-danger,
a.text-danger:hover,
a.text-danger:focus {
    color: #eb2521;
}

.text-main,
a.text-main:hover,
a.text-main:focus {
    color: #2b425b;
}

.text-mint,
a.text-mint:hover,
a.text-mint:focus {
    color: #1c7d74;
}

.text-purple,
a.text-purple:hover,
a.text-purple:focus {
    color: #a844b9;
}

.text-pink,
a.text-pink:hover,
a.text-pink:focus {
    color: #e2175b;
}

.text-dark,
a.text-dark:hover,
a.text-dark:focus {
    color: #11171a;
}

.f_grey {
    color: #999;
}

.f_red {
    color: #f00;
}

.f_orange {
    color: #ff9933;
}

.f_green {
    color: #3a9;
}

.f_money {
    color: #f43530;
}

.f_blue {
    color: #ff410f;
}

.f_white {
    color: #fff !important;
}

.btn-dxs {
    background-color: #ff410f;
    color: #fff;
}

.btn-dxs:hover {
    background-color: #ff704c;
    color: #fff;
}

.btn-dxs:active {
    background-color: #ff704c;
    color: #fff;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.dis-inbk {
    display: inline-block;
    vertical-align: top;
}

.pull-right {
    float: right !important;
}


/* BORDER */


/*======================================*/

.bord-no {
    border: 0 !important;
}

.bord-all {
    border: 1px solid #e9e9e9;
}

.bord-top {
    border-top: 1px solid #e9e9e9;
}

.bord-btm {
    border-bottom: 1px solid #e9e9e9;
}

.bord-lft {
    border-left: 1px solid #e9e9e9;
}

.bord-rgt {
    border-right: 1px solid #e9e9e9;
}

.bord-ver {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.bord-hor {
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}


/* TEXT */


/*======================================*/

.text-thin {
    font-weight: 300;
}

.text-normal {
    font-weight: normal;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-5x,
.text-4x,
.text-5x,
.text-2x,
.text-lg,
.text-sm,
.text-xs {
    line-height: 1.25;
    font-size: 4em;
}

.text-4x {
    font-size: 4em;
}

.text-3x {
    font-size: 3em;
}

.text-2x {
    font-size: 2em;
}

.text-lg {
    font-size: 1.2em;
}

.text-sm {
    font-size: 0.9em;
}

.text-xs {
    font-size: 0.8em;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f24 {
    font-size: 24px !important;
}

.f30 {
    font-size: 30px !important;
}

.f-h-l-12 {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}

.f-h-l-14 {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

.f-h-l-16 {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}

.f-h-l-18 {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
}

.f-h-l-20 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.text-overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.text-overflow-3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* ICONS */


/*======================================*/

.icon-wrap {
    display: inline-block;
    padding: 10px;
    border-radius: 2px;
}

.icon-wrap i {
    display: block;
    line-height: 1em;
    text-align: center;
    position: relative;
    width: 1em;
    padding-top: 1em;
    vertical-align: middle;
}

.icon-wrap i:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.icon-wrap .icon-txt {
    display: block;
    line-height: 1em;
    text-align: center;
    position: relative;
    width: 1em;
    vertical-align: top;
}

.icon-wrap-lg {
    padding: 20px;
}

.icon-wrap-md {
    padding: 17px;
}

.icon-wrap-sm {
    padding: 12px;
}

.icon-wrap-xs {
    padding: 7px;
}

.icon-circle {
    border-radius: 50%;
}

.icon-fw {
    width: 1.33em;
    margin-right: 4px;
    text-align: center;
}

.icon-lg {
    font-size: 1.333em;
    line-height: 1.095em;
    vertical-align: middle;
}

.icon-2x {
    font-size: 2em;
    line-height: 1em;
}

.icon-3x {
    font-size: 3em;
    line-height: 1em;
}

.icon-4x {
    font-size: 4em;
    line-height: 1em;
}

.icon-5x {
    font-size: 5em;
    line-height: 1em;
}


/* IMAGES */


/*======================================*/

.img-mar {
    margin: 5px;
}

.img-border {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.img-border-light {
    box-shadow: 0 0 0 4px #fff;
}

.img-xs {
    width: 32px;
    height: 32px;
}

.img-md {
    width: 64px;
    height: 64px;
}

.img-sm {
    width: 46px;
    height: 46px;
}

.img-lg {
    width: 96px;
    height: 96px;
}

.img-holder img {
    max-width: 100%;
    border-radius: 0;
}

.margin-center {
    margin: 0 auto;
    width: 1200px;
}

.w100 {
    width: 100%;
}

.cur-por {
    cursor: pointer;
}

.btn-theme,
.btn-theme:hover {
    background-color: #42a5f5;
    color: white !important;
    padding: 9px 40px;
}

.lh15 {
    line-height: 15px;
}

.radio {
    margin: 0.5rem;
    vertical-align: baseline;
}

.radio input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.radio label,
.checkbox label {
    font-size: 16px;
    padding-left: 0;
}

.radio input[type='radio']+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 1px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type='radio']:checked+.radio-label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type='radio']:focus+.radio-label:before {
    outline: none !important;
    border-color: #3197ee !important;
}

.radio input[type='radio']:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4 !important;
    border-color: #b4b4b4 !important;
    background: #b4b4b4 !important;
}

.radio input[type='radio']+.radio-label:empty:before {
    margin-right: 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}


/* flex布局 */

.flex-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}

.flex-item {
    flex: auto;
    flex-grow: 0;
}

.need {
    position: relative;
}

.need::before {
    position: absolute;
    content: '*';
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    color: #f00;
}


/*最顶部样式 20230227 弃用*/

.header-top-fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    z-index: 2000;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f8f8f8;
}

.dxs-header-top {
    width: 100%;
    height: 41px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
}

.dxs-header-top .wrap {
    position: relative;
    height: 41px;
    font-size: 12px;
    line-height: 40px;
}

.dxs-header-top .header-top-fl {
    position: absolute;
    left: 0;
    top: 0;
}

.dxs-header-top .header-top-fl .dxs {
    line-height: 40px;
    color: #999999;
}

.dxs-header-top .header-top-fl .dxs:hover {
    color: #ff6028;
}

.dxs-header-top .header-top-fr {
    text-align: right;
    vertical-align: top;
}

.dxs-header-top .header-top-fr .login,
.dxs-header-top .header-top-fr .register {
    display: inline-block;
    color: #666666;
}

.dxs-header-top .header-top-fr .login {
    position: relative;
    padding-right: 9px;
    margin-right: 8px;
}

.dxs-header-top .header-top-fr .login:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #cccccc;
}

.dxs-header-top .header-top-fr .register,
.dxs-header-top .header-top-fr a:hover {
    color: #ff6028;
}

.dxs-header-top .header-top-fr .balance {
    display: inline-block;
    vertical-align: top;
    color: #FF6028;
}

.dxs-header-top .header-top-fr .recharge,
.dxs-header-top .header-top-fr .recharge:hover {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ff6028;
    margin: 10px 30px 10px 10px;
    border-radius: 4px;
    color: #ffffff;
}

.dxs-header-top .header-top-fr .msg-notice {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 30px;
}

.dxs-header-top .header-top-fr .msg-notice .icon-dingyue {
    width: 16px;
    height: 18px;
}

.dxs-header-top .header-top-fr .msg-notice:hover .notice-container {
    opacity: 1;
    visibility: visible;
    top: 34px;
}

.dxs-header-top .header-top-fr .msg-notice .notice-text {
    position: absolute;
    height: 14px;
    background: #FF0000;
    border-radius: 8px;
    padding: 1px 3px;
    color: #FFFFFF;
    line-height: 12px;
    font-weight: 500;
    text-align: center;
    top: 5px;
    right: -12px;
}

.dxs-header-top .header-top-fr .user {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
    cursor: pointer;
}

.dxs-header-top .header-top-fr .user .avatar {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.dxs-header-top .header-top-fr .user .name {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 1px 0 5px;
    color: #666666;
}

.dxs-header-top .header-top-fr .user .iconunfold {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #666666;
}

.dxs-header-top .header-top-fr .user ul.u-ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 60px;
    right: 0;
    text-align: left;
    background-color: #ffffff;
    line-height: 30px;
    min-width: 100px;
    z-index: 999;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out;
}

.dxs-header-top .header-top-fr .user:hover ul.u-ul {
    opacity: 1;
    visibility: visible;
    top: 34px;
}

.dxs-header-top .header-top-fr ul.u-ul>li>a {
    padding: 0px 10px;
    display: block;
}

.dxs-header-top .header-top-fr ul.u-ul>li>a:hover {
    color: #ff6028;
    background-color: #f8f8f8;
}

.notice-container {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    width: 400px;
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 15px;
    background: #FFFFFF;
    z-index: 2;
    left: -200px;
    top: 40px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #999999;
    cursor: auto;
    overflow: hidden;
}

.notice-container .show-more {
    color: #FF6028;
    margin-bottom: 13px;
}

.notice-container .notice-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.notice-container .notice-body {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.notice-container .notice-body .msg-container .msg-header {
    display: flex;
    justify-content: space-between;
}

.notice-container .notice-body .msg-container .msg-header .header-left {
    display: flex;
    margin: 15px 0 12px;
    position: relative;
}

.notice-container .notice-body .msg-container .msg-header .header-left .red-point {
    width: 4px;
    height: 4px;
    background: #FF0000;
    border-radius: 100%;
    position: absolute;
    left: 20px;
}

.notice-container .notice-body .msg-container .msg-header .header-left .msg-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.notice-container .notice-body .msg-container .msg-header .header-left span {
    color: #333333;
}

.notice-container .notice-body .msg-container .msg-header .header-right {
    margin-top: 15px;
    color: #999999;
}

.notice-container .notice-body .msg-container .msg-body .title {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    display: flex;
    justify-content: flex-start;
}

.notice-container .notice-body .msg-container .msg-body .desc {
    width: 100%;
    color: #666666;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    justify-content: flex-start;
    margin: 6px 0;
}

.notice-container .notice-body .msg-container .msg-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.notice-container .notice-body .msg-container .line {
    width: 370px;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
}

.notice-container .notice-footer {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333333;
}

.notice-container .empty {
    width: 100%;
    height: 144px;
    text-align: center;
    color: #333333;
    line-height: 144px;
}


/* logo & search */

header.header {
    padding: 2px 0 7px;
    background-color: #ffffff;
}

header.header .header-logo {
    width: 260px;
    height: 67px;
    margin-right: 84px;
}

header.header .header-logo img {
    width: 260px;
    height: 67px;
}

header.header .header-search {
    width: 715px;
    height: auto;
}

header.header .header-search .header-line-1 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 8px;
}

header.header .header-search .header-line-2 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

header.header .header-line-1 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 78px;
    height: 25px;
    color: #666666;
    border-radius: 3px;
    cursor: pointer;
}

header.header .header-line-1 span.active {
    color: #ffffff;
    background-color: #ff6028;
}

header.header .header-line-1 span.active::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid #ff6028;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-right: 4px solid transparent;
}

header.header .header-form {
    width: 100%;
    height: auto;
    position: relative;
}

header.header .header-form input[type='text'] {
    width: 640px;
    border: 2px solid #ff6028;
    height: 38px;
    border-radius: 2px 0px 0px 2px;
    padding: 0px 6px;
}

header.header .header-form input[type='button'] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff6028;
    color: #ffffff;
    line-height: 38px;
    border: 0px;
    width: 76px;
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    cursor: pointer;
}

header.header .header-search .header-line-2 a {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    padding: 0 16px 0px 0px;
    cursor: pointer;
}


/* 导航栏 */

nav.nav-menu-fixed {
    position: fixed;
    top: 41px;
    z-index: 999;
}

nav.nav-menu {
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease-in-out;
}

nav.nav-menu ul {
    display: block;
    font-size: 0;
    vertical-align: top;
    text-align: left;
}

nav.nav-menu ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*width: 105px;*/
    padding: 0 23px;
    text-align: center;
}

nav.nav-menu ul li img.new {
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
    -webkit-animation-name: 'ripple';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: .5s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
}

@keyframes ripple {
    0% {
        margin-right: 5px;
        margin-top: 3px;
        width: 28px;
        height: 16px;
    }
    100% {
        margin-right: 0;
        margin-top: 0;
        width: 33px;
        height: 19px;
    }
}

nav.nav-menu ul li:last-child {
    margin-right: 0px;
}

nav.nav-menu ul li a {
    position: relative;
    line-height: 48px;
    color: #333333;
    min-width: 48px;
    text-align: center;
    font-size: 16px;
}

nav.nav-menu ul li a.active {
    font-weight: bold;
}

nav.nav-menu ul li a::after {
    display: block;
    content: '';
    width: 0px;
    height: 4px;
    background-color: #ff6028;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms ease-in-out;
}

nav.nav-menu ul li a.active::after {
    width: 48px;
}

nav.nav-menu ul li a:hover {
    color: #333333;
}

nav.nav-menu ul li a:hover::after {
    width: 48px;
}

nav.nav-menu ul .vip-li {
    position: relative;
}

nav.nav-menu ul .vip-li:hover a::after {
    width: 0;
}

nav.nav-menu ul .vip-li:hover .vip-a::after {
    width: 48px;
}

nav.nav-menu ul .vip-li:hover .vip-div {
    opacity: 1;
}

nav.nav-menu ul .vip-li .vip-div {
    width: 478px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    z-index: 2;
    left: -174px;
    opacity: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav.nav-menu ul .vip-li .vip-div .entry {
    height: 100%;
    display: flex;
    flex-direction: column;
}

nav.nav-menu ul .vip-li .vip-div .entry div {
    flex: 1;
    color: red;
    background: pink;
}

nav.nav-menu ul .vip-li .vip-div .entry .entry-a {
    display: flex;
    align-items: center;
    line-height: 20px;
    margin: 27px 0 9px;
}

nav.nav-menu ul .vip-li .vip-div .entry .entry-a img {
    width: 20px;
    height: 17px;
    margin-right: 4px;
}

nav.nav-menu ul .vip-li .vip-div .entry .entry-a span {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}

nav.nav-menu ul .vip-li .vip-div .entry .entry-a:hover span {
    color: #FF6028;
}

nav.nav-menu ul .vip-li .vip-div .entry a::after {
    display: none;
}

nav.nav-menu ul .vip-li .vip-div .entry .text {
    font-size: 13px;
    line-height: 17px;
    color: #999999;
}

nav.nav-menu ul .vip-li .vip-div .column {
    width: 1px;
    height: 35px;
    background: #ECE8E8;
    border-radius: 8px;
}


/*2020-04-14 找项目导航样式修改 新增子分类*/


/*2020-04-14 找项目导航样式修改 新增子分类*/

.child-cate {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    /*height: 100px;*/
    padding: 10px 0;
    background: #fff;
    z-index: 199;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.child-cate div {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.child-cate div a {
    font-size: 14px;
    padding: 0 0 0 10px !important;
}

.child-cate div i {
    margin-right: 5px;
    color: #ff6028;
    font-size: 20px;
    vertical-align: middle;
}

.child-cate div:hover {
    background: #ff6028;
}

.child-cate div:hover a {
    color: #fff !important;
}

.child-cate div:hover a::after {
    display: none;
}

.child-cate div:hover a i {
    color: #fff;
}


/* 标题 */

.public-title {
    display: flex;
    justify-content: space-between;
    /*padding-bottom: 4px;*/
    /*border-bottom: 1px solid #eaeaea;*/
    margin-bottom: 15px;
}

.public-title span {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 12px;
}

.public-title span::before {
    display: block;
    content: '';
    width: 5px;
    height: 20px;
    background-color: #FD4B2E;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.public-title span small {
    color: #666666;
    font-size: 10px;
    font-weight: normal;
}

.public-title a {
    display: flex;
    justify-content: flex-end;
    line-height: 30px;
    color: #CCCCCC;
}

.public-title a:hover,
.public-title a:hover i {
    color: #ff6028;
}

.public-title a i {
    font-size: 20px;
    color: #CCCCCC;
    margin-left: 4px;
}



/* 面包屑导航 */

.public-crumbs {
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.public-crumbs a {
    position: relative;
    display: inline-block;
    width: auto;
    line-height: 18px;
    color: #999999;
    font-size: 12px;
    margin-right: 10px;
}

.public-crumbs a::after {
    position: absolute;
    content: '/';
    right: -8px;
    top: -1px;
    line-height: 18px;
    color: #999999;
    font-size: 12px;
}

.public-crumbs span {
    display: inline-block;
    width: auto;
    line-height: 18px;
    color: #333333;
    font-size: 12px;
    margin-right: 10px;
}


/* 分页 */

.public-page {
    text-align: center;
}


/*底部css样式*/

footer.footer {
    background-color: #2a2a32;
}

footer.footer .line01 {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    color: #999999;
}

footer.footer .line01 a {
    color: #999999;
}

footer.footer .line01 a:hover {
    color: #ffffff;
}

footer.footer .line01 .box01 img {
    width: 162px;
    height: 41px;
    margin-bottom: 10px;
}

footer.footer .line01 .box01 ul li {
    line-height: 20px;
}

footer.footer .line01 .box01 a {
    color: #ff6028;
    margin-top: 20px;
}

footer.footer .line01 .box02 {
    position: relative;
    padding-left: 50px;
}

footer.footer .line01 .box02>ul>li {
    float: left;
    margin-right: 50px;
}

footer.footer .line01 .box02>ul>li>span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

footer.footer .line01 .box02::before {
    display: block;
    content: '';
    width: 1px;
    height: 100px;
    background-color: #e2e2e2;
    position: absolute;
    left: 0px;
    top: 16px;
    opacity: 0.1;
}

footer.footer .line01 .box02::after {
    display: block;
    content: '';
    width: 1px;
    height: 100px;
    background-color: #e2e2e2;
    position: absolute;
    right: 0px;
    top: 16px;
    opacity: 0.1;
}

footer.footer .line01 .box02>ul>li>ul>li {
    line-height: 20px;
}

footer.footer .line01 .box03>ul>li {
    float: left;
    margin: 0 25px;
    text-align: center;
    position: relative;
}

footer.footer .line01 .box03>ul>li i {
    font-size: 40px;
}

footer.footer .line01 .box03>ul>li:hover i {
    color: #ffffff;
}

footer.footer .line01 .box03>ul>li:hover span {
    color: #ffffff;
}

footer.footer .line01 .box03>ul>li span {
    display: block;
}

footer.footer .line01 .box03>ul>li>.img-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    border-radius: 2px;
    z-index: 999;
}

footer.footer .line01 .box03>ul>li:hover .img-box {
    visibility: visible;
    opacity: 1;
    top: -200px;
}

footer.footer .line01 .box03>ul>li>.img-box::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

footer.footer .line01 .box03>ul>li>.img-box>img {
    width: 180px;
    height: 180px;
}

footer.footer .line01 .box03 a.collection {
    margin-top: 30px;
    margin-left: 100px;
    background-color: #222229;
    width: 252px;
    height: 48px;
    line-height: 48px;
    display: flex;
    justify-content: center;
}

footer.footer .line01 .box03 a.collection i {
    font-size: 20px;
    margin-right: 4px;
}

footer.footer .line02.link {
    padding: 20px 0px;
    border-top: 2px solid #3c3c43;
}

footer.footer .line02.link a {
    display: inline-block;
    color: #999999;
    line-height: 16px;
}

footer.footer .line03 {
    color: #999999;
    text-align: center;
    padding-bottom: 16px;
}

.basic-validated {
    vertical-align: top;
    display: inline-block;
    width: 29px;
    height: 23px;
    background-image: url(../../images/user-validated-n.png);
    background-repeat: no-repeat;
    background-size: 29px 69px;
}

.basic-validated.val-1 {
    background-position: 0 0;
}

.basic-validated.val-2 {
    background-position: 0 -23px;
}

.basic-validated.val-3 {
    background-position: 0 -46px;
}

.basic-vip {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/vip-icon.png);
    background-repeat: no-repeat;
    background-size: 471px 499px;
}

.basic-vip.basic-left,
.basic-vip.basic-right {
    width: 85px;
    height: 85px;
}

.basic-vip.basic-icon {
    width: 64px;
    height: 64px;
}

.basic-vip.basic-mark {
    width: 48px;
    height: 36px;
}

.basic-vip.basic-level {
    width: 96px;
    height: 26px;
}

.basic-vip.basic-left.vip-1 {
    background-position: 0 0;
}

.basic-vip.basic-right.vip-1 {
    background-position: -100px 0;
}

.basic-vip.basic-icon.vip-1 {
    background-position: -200px 0;
}

.basic-vip.basic-mark.vip-1 {
    background-position: -297px 0;
}

.basic-vip.basic-level.vip-1 {
    width: 72px;
    background-position: -400px 0;
}

.basic-vip.basic-left.vip-6,
.basic-vip.basic-left.vip-15 {
    width: 85px;
    height: 85px;
    display: inline-block;
    background-image: url(../../images/vipwp01.png);
    background-repeat: no-repeat;
    background-size: 85px 85px;
}

.basic-vip.basic-icon.vip-6,
.basic-vip.basic-icon.vip-15 {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-image: url(../../images/vipwp03.png);
    background-repeat: no-repeat;
    background-size: 64px 64px;
}

.basic-vip.basic-mark.vip-6,
.basic-vip.basic-mark.vip-15 {
    width: 48px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../../images/vipwp04.png);
    background-repeat: no-repeat;
    background-size: 48px 36px;
}

.basic-vip.basic-level.vip-6,
.basic-vip.basic-level.vip-15 {
    width: 78px;
    height: 26px;
    display: inline-block;
    background-image: url(../../images/vipwp05.png);
    background-repeat: no-repeat;
    background-size: 78px 26px;
}

.basic-vip.basic-left.vip-2 {
    background-position: 0 -99px;
}

.basic-vip.basic-right.vip-2 {
    background-position: -100px -99px;
}

.basic-vip.basic-icon.vip-2 {
    background-position: -200px -100px;
}

.basic-vip.basic-mark.vip-2 {
    background-position: -297px -96px;
}

.basic-vip.basic-level.vip-2 {
    width: 72px;
    background-position: -400px -100px;
}

.basic-vip.basic-left.vip-3 {
    background-position: 0 -199px;
}

.basic-vip.basic-right.vip-3 {
    background-position: -100px -199px;
}

.basic-vip.basic-icon.vip-3 {
    background-position: -200px -200px;
}

.basic-vip.basic-mark.vip-3 {
    background-position: -297px -200px;
}

.basic-vip.basic-level.vip-3 {
    width: 72px;
    background-position: -400px -200px;
}

.basic-vip.basic-left.vip-4 {
    background-position: 0 -299px;
}

.basic-vip.basic-right.vip-4 {
    background-position: -100px -299px;
}

.basic-vip.basic-icon.vip-4 {
    background-position: -200px -300px;
}

.basic-vip.basic-mark.vip-4 {
    background-position: -298px -298px;
}

.basic-vip.basic-level.vip-4 {
    width: 72px;
    background-position: -400px -300px;
}

.basic-vip.basic-left.vip-5 {
    background-position: 0 -402px;
}

.basic-vip.basic-right.vip-5 {
    background-position: -99px -403px;
}

.basic-vip.basic-icon.vip-5 {
    background-position: -201px -405px;
}

.basic-vip.basic-mark.vip-5 {
    background-position: -299px -419px;
}

.basic-vip.basic-level.vip-5 {
    background-position: -375px -430px;
}

.basic-vipbg {
    vertical-align: top;
    display: inline-block;
    width: 302px;
    height: 150px;
    background-image: url(../../images/vipbg.png);
    background-repeat: no-repeat;
    background-size: 302px 750px;
}

.basic-vipbg.vip-1 {
    background-position: 0 0;
}

.basic-vipbg.vip-2 {
    background-position: 0 -150px;
}

.basic-vipbg.vip-3 {
    background-position: 0 -300px;
}

.basic-vipbg.vip-4 {
    background-position: 0 -450px;
}

.basic-vipbg.vip-5 {
    background-position: 0 -600px;
}

.basic-table {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.basic-table tr td {
    height: 42px;
    border: none;
    font-size: 14px;
    line-height: 42px;
    color: #666666;
    border-right: 1px solid #eaeaea;
}

.basic-table thead tr td {
    color: #333333;
}

.basic-table thead tr td,
.basic-table tbody tr:nth-child(even) td {
    background-color: #f8f9fb;
}


/* yii 分页样式 */

.pages .pagination {
    height: 30px;
    line-height: 30px;
}

.pages .pagination li {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f9f9f9;
    color: #333;
    padding: 0px 6px;
    border: 1px solid #ccc;
    border-left: none;
    /* border-radius: 2px; */
    transition: all 0.3s linear 0s;
    vertical-align: middle;
}

.pages .pagination li.prev {
    border-left: 1px solid #ccc;
}

.pages .pagination li a {
    display: block;
    padding: 0px 6px;
    color: #333;
    vertical-align: middle;
}

.pages .pagination li.disabled {
    /* background: #eee; */
}

.pages .pagination li.disabled span {
    color: #ccc;
}

.pages .pagination li.disabled:hover span {
    /* color: #fff; */
}

.pages .pagination li.active {
    display: inline-block;
    background-color: #ff4312;
    color: #fff;
    padding: 0px 6px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
}

.pages .pagination li.active a {
    color: #fff;
}

.pages .pagination div.form {
    height: 30px;
    line-height: 30px;
}

.pages .pagination div.form span {
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.pages .pagination div.form input.input {
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.pages .pagination div.form span.go-page {
    display: inline-block;
    width: 60px !important;
    height: 30px !important;
    border: none !important;
    background: #ff4312;
    color: #fff;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    line-height: 30px !important;
}


/* 搜索不到数据 */

.list_no_data {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.list_no_data p {
    padding-left: 130px;
    width: 500px;
    height: 90px;
    background: url('../../images/no_data.png') no-repeat;
    margin: 0 auto;
    font-size: 16px;
    color: #999;
    line-height: 45px;
}


/*右侧栏在线沟通*/

.dxs-online {
    position: fixed;
    right: 10px;
    top: 75%;
    transform: translateY(-50%);
    z-index: 9999;
}

.dxs-online>ul>li {
    width: 54px;
    height: 54px;
    border: 1px solid #cccccc;
    text-align: center;
    position: relative;
    color: #999999;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 300ms ease-in-out;
    margin-bottom: 10px;
}

.dxs-online>ul>li:hover {
    color: #ff6028;
}

.dxs-online>ul>li:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.dxs-online>ul>li>i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    font-size: 20px;
}

.dxs-online>ul>li:nth-child(1) i {
    font-size: 26px;
}

.dxs-online>ul>li:nth-child(2) i {
    font-size: 20px;
}

.dxs-online>ul>li:nth-child(3) i {
    font-size: 26px;
}

.dxs-online>ul>li>span {
    display: block;
    padding-top: 32px;
    line-height: 14px;
    font-size: 10px;
}

.dxs-online>ul>li .ai-box img {
    position: absolute;
    top: -60px;
    right: -19px;
    width: 90px;
    height: 93px;
}

.dxs-online>ul>li .ai-box p {
    position: absolute;
    bottom: 6px;
    width: 100%;
    color: #33D8DD;
    font-size: 12px;
}

.dxs-online>ul>li .box {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

.dxs-online>ul>li:hover .box {
    right: 60px;
    visibility: visible;
    opacity: 1;
}

.dxs-online>ul>li .box01 {
    padding: 16px 0px 0px 34px;
    color: #333333;
    height: 150px;
    width: 200px;
    text-align: left;
}

.dxs-online>ul>li .box01 i {
    font-size: 16px;
}

.dxs-online>ul>li .box01 .line {
    position: relative;
    font-size: 12px;
    margin-bottom: 14px;
}

.dxs-online>ul>li .box01 .line:last-child {
    margin-bottom: 0px;
}

.dxs-online>ul>li .box01 .line i {
    position: absolute;
    left: -26px;
    top: -1px;
    font-size: 20px;
}

.dxs-online>ul>li .box01 .line span {
    display: block;
    font-weight: bold;
}

.dxs-online>ul>li .box01 .line small {
    display: block;
    color: #999999;
}

.dxs-online>ul>li .box02 {
    padding: 16px;
    width: 150px;
    height: 150px;
}

.dxs-online>ul>li .box02 img {
    width: 100%;
    height: 100%;
}

.dxs-online>ul>li.gototop {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}


/* 学士旺铺 */

.BodyMask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.BodyMask .bmContent {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 587px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 650px 587px;
    background-image: url(../../images/wp001.png);
}

.BodyMask .bmContent .bmClose {
    position: absolute;
    right: 66px;
    top: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-image: url(../../images/wp002.png);
}

.BodyMask .bmContent .bmLink {
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
    width: 163px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(180deg, #E8563B 0%, #A72411 100%);
    border-radius: 33px;
}


/* 供方入驻顶部弹窗 */

.Popup {
    width: 100%;
    height: auto;
    background-color: #FFEEE5;
}

.Popup .PopupBody {
    position: relative;
    width: 1200px;
    height: 210px;
    margin: 0 auto;
    background-image: url(../../images/user/bg1.png);
    background-size: 1200px 210px;
    background-repeat: no-repeat;
    background-position: center;
}

.PopupBody .p-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../../images/user/Icon11.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    cursor: pointer;
}

.PopupBody .pBtn-a {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #FF6028;
    border-radius: 2px;
}

.PopupBody .pBtn-a:hover {
    background-color: #EF470C;
}

.PopupBody .pBtn-b {
    position: absolute;
    left: 165px;
    bottom: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background-color: #ffffff;
    border-radius: 2px;
}

.PopupBody .pBtn-b:hover {
    color: #FF6028;
}

.loginMask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
}

.loginMask .loginPops {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 390px;
    background-color: #ffffff;
}

.loginPops .loginTitle {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 30px;
}

.loginPops .loginClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-image: url(../../images/loginClose.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
}

.loginPops .loginRow {
    position: relative;
    width: 290px;
    height: 40px;
    font-size: 14px;
    margin: 20px auto 0;
}

.loginPops .loginPhone::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    height: 38px;
    background-image: url(../../images/user/Icon01.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F0F0F0;
}

.loginPops .loginCode::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    height: 38px;
    background-image: url(../../images/user/Icon06.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F0F0F0;
}

.loginPops .loginInput {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
}

.loginInput:focus {
    outline: none;
    border: 1px solid #F81928 !important;
}

.loginInput::-webkit-input-placeholder {
    color: #CCCCCC;
}

.loginInput::-moz-placeholder {
    color: #CCCCCC;
}

.loginInput:-moz-placeholder {
    color: #CCCCCC;
}

.loginInput:-ms-input-placeholder {
    color: #CCCCCC;
}

.loginPops .loginGetCode {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 110px;
    line-height: 38px;
    height: 38px;
    background-color: #ffffff;
    color: #333333;
    border-left: 1px solid #F2F2F2;
    cursor: pointer;
}

.loginPops .loginError {
    position: absolute;
    left: 30px;
    top: 209px;
    display: none;
    width: 290px;
    height: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #F81928;
    background-image: url(../../images/user/Icon05.png);
    background-size: 16px 16px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
}

.loginPops .loginBtn {
    display: block;
    width: 290px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff6028;
    margin: 40px auto 0;
    cursor: pointer;
}

.loginPops .loginTips {
    width: 290px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: center;
    margin: 16px auto 0;
}

.loginPops .loginTips a {
    display: inline;
    color: #FF6028;
}


/* 用户中心导航 */

.nav-member {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    margin: 0 auto 20px;
}

.nav-member .navBody {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
}

.navBody .navLeft {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    height: 80px;
    padding: 10px 0;
    position: relative;
}

.navLeft .navLogo {
    width: 150px;
    height: 60px;
    background-image: url(../../images/member/logo.svg);
    background-size: 150px 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.navLeft .navName {
    position: absolute;
    left: 157px;
    top: 40px;
    width: auto;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    padding-left: 8px;
    border-left: 1px solid #333333;
}

.navLeft .navBtn {
    position: absolute;
    left: 280px;
    top: 40px;
    width: 110px;
    line-height: 20px;
    padding-left: 18px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    border-radius: 12px;
    background-color: #FF6028;
    background-image: url(../../images/member/icon28.png);
    background-size: 14px 14px;
    background-position: 8px 3px;
    background-repeat: no-repeat;
}

.navBody .navRight {
    display: inline-block;
    vertical-align: top;
    width: 680px;
    height: 80px;
    padding: 20px 0 0;
}

.navRight .navHref {
    display: inline-block;
    width: auto;
    line-height: 20px;
    padding: 20px 4px 18px;
    margin: 0 10px;
}

.navRight .navHref.active {
    border-bottom: 2px solid #ff6028;
}

.footer-member {
    width: 1200px;
    height: auto;
    margin: 24px auto;
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #aaaaaa;
    line-height: 16px;
}


/* 个人中心分栏 */

.MemberColumn {
    text-align: left;
    vertical-align: top;
    font-size: 0;
}

.MemberLeft {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: auto;
    min-height: 760px;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 14px;
}

.MemberLeft .ml-avatar {
    width: 100%;
    height: auto;
    padding: 24px 0 30px;
    background-image: url(../../images/member/bj01.png);
    background-position: bottom;
    background-size: 190px 12px;
    background-repeat: no-repeat;
}

.MemberLeft .ml-avatar img {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    border-radius: 50%;
}

.MemberLeft .ml-avatar p {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.ml-box {
    width: 100%;
    height: auto;
    margin: 0 auto 24px;
}

.ml-box .ml-title {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 0 10px 24px;
    color: #999999;
}

.ml-box .ml-link {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 10px 53px;
    color: #333333;
}

.ml-box .ml-link:hover {
    background-color: #FFF6F0;
}

.ml-box .ml-link.active {
    color: #ff6028;
}

.ml-box .ml-link.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background-color: #ff6028;
}

.MemberRight {
    display: inline-block;
    vertical-align: top;
    width: 990px;
    height: auto;
    min-height: 760px;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 14px;
    padding: 0 20px 20px;
}

.MemberRight .MR-publicTitle {
    position: relative;
    vertical-align: top;
    height: 60px;
    text-align: left;
    padding: 18px 0 18px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
}

.MemberRight .MR-publicTitle span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.MemberRight .MR-publicTitle .active {
    color: #ff6028;
}

.MemberRight .MR-publicTitle .toRoute {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    width: auto;
    padding: 0 10px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff6028;
    border-radius: 2px;
}

.MemberRight .MR-publicTitle .goBack {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    width: auto;
    padding: 0 10px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.MemberRight .MR-publicTitle .goBack:hover {
    color: #ffffff;
    background-color: #ff6028;
    border: 1px solid #ff6028;
}


/* IE10  */

.not_ie10 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../../images/common/mask.png) repeat;
}

.IE10 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 300px;
    margin-left: -300px;
    margin-top: -150px;
    background-color: #ffffff;
}

.IE-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
}

.IE-tips {
    display: block;
    width: 330px;
    height: 20px;
    line-height: 20px;
    background-image: url(../../images/common/IE01.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 20px;
    margin: 0 auto 30px;
}

.IE-box {
    width: 420px;
    height: auto;
    margin: 0 auto;
}

.IE-item {
    display: block;
    text-align: center;
    width: 140px;
    height: auto;
    position: relative;
    float: left;
}

.IE-item .IE-img {
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
}

.IE-item .IE-tj {
    position: absolute;
    right: 10px;
    width: 43px;
    height: auto;
}

.IE-item p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 auto 10px;
}

.IE-item a {
    font-size: 14px;
    line-height: 20px;
    color: #FF6028;
    margin: 0 auto;
}


/* 订阅弹窗样式 */

.subscribeMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/mask.png);
    z-index: 20009;
}

.subscribeMask .subscribePopup {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -133px;
    width: 480px;
    height: 266px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 0 0 20px;
    border: 1px solid #EAEAEA;
}

.subscribeMask .SP_title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: #F8F8F8;
    border-bottom: 1px solid #EAEAEA;
}

.subscribeMask .SP_p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 20px;
    color: #333333;
}

.subscribeMask .SP_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background-image: url(../../images/loginClose.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer;
}

.subscribeMask .SP_case {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: left;
    padding: 24px 30px;
}

.subscribeMask .SP_case .dy-icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center;
    margin-right: 8px;
}

.subscribeMask .SP_case .dy-icon.dy-icon1 {
    background-image: url(../../images/member/wx_icon.png);
}

.subscribeMask .SP_case .dy-icon.dy-icon2 {
    background-image: url(../../images/member/message_icon.png);
}

.subscribeMask .SP_case .dy-txt {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}

.subscribeMask .SP_case .dy-txt i {
    color: #FF6028;
}

.subscribeMask .SP_case .dy-ewm {
    position: absolute;
    right: 30px;
    top: 28px;
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #FF6028;
    cursor: pointer;
}

.subscribeMask .SP_case .dy-switch {
    position: absolute;
    right: 30px;
    top: 28px;
    width: 48px;
    height: 24px;
    background-image: url(../../images/member/switch_off.png);
    background-size: auto 24px;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
    border-radius: 24px;
    cursor: pointer;
}

.subscribeMask .SP_case .dy-switch.on {
    background-image: url(../../images/member/switch_on.png);
    background-position: right;
    background-color: #34c759;
}

.subscribeMask .dy-btn {
    display: block;
    width: 120px;
    height: 32px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    color: #ffffff;
    background-color: #ff6028;
}

.subscribeMask .SP_QrCode {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -167px;
    width: 300px;
    height: 334px;
    background-color: #ffffff;
    padding: 1px;
    border-radius: 10px;
    text-align: center;
}

.subscribeMask .SP_ewm {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.subscribeMask .SP_p1 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 10px;
    color: #333333;
}

.subscribeMask .SP_QrCodeClose {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../images/task/btn_close.png) no-repeat center;
    background-size: contain;
}


/* 订阅成功弹窗 */

.subscribeResult .layui-layer-content {
    overflow: unset !important;
}

.sResult {
    width: 284px;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 0 0 10px;
    border: 1px solid #EAEAEA;
}

.sResult .dyImg {
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
}

.sResult .dySpan {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 10px;
    font-weight: bold;
    color: #333333;
}

.sResult .dyP {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 20px;
    color: #333333;
}

.sResult .dyHref {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
}

.sResult .dyHref a {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
}

.sResult a.dyBtn1 {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
}

.sResult a.dyBtn2 {
    color: #ffffff;
    background-color: #ff6028;
    border: 1px solid #ff6028;
}


/* 网站顶部导航样式 20230227 */

.dxsTop {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    /*min-height: 111px;*/
    margin: 0 auto;
}

.dxsTop .DT_banner {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.dxsTop .DT_banner .topBanner {
    width: 100%;
    height: 60px;
}

.dxsTop .topBanner .itemBanner {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.dxsTop .DT_banner .itemBanner-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1920px;
    height: 60px;
}

.dxsTop .DT_top {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    z-index: 19;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}
.dxsTop.active .DT_top {
    background-color: transparent;
    box-shadow: unset;
}

.dxsTop .DT_topBody {
    position: relative;

    vertical-align: top;
    text-align: left;
    font-size: 0;
    z-index: 19;
}
.dxsTop .DT_topBody .DT_topBody_new{
    height: 40px;

}
.bg_blue{
    background: #E7F1FF;
}
.w1200_new{
    width: 1200px;
    margin: 0 auto;

}
.flex_align_items{
    display: flex;
    align-items: center;
}
.dxsTop .DT_topBody .DT_topBody_new_type{
    display: flex;
    align-items: center;
    height: 40px;
    background: #FFFFFF;
    width: 1200px;
    margin: 0 auto;
}
.dxsTop .DT_topBody .DT_topBody_new_type .DT_nav:first-child{
    margin-left: 19px;
}
.dxsTop .DT_topBody .DT_topBody_new_type .DT_nav{
    color: #555555;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
}
.dxsTop .DT_topBody .DT_topBody_new_type .DT_nav.active,.dxsTop .DT_topBody .DT_topBody_new_type .DT_nav:hover{
    color: #FF6028;
}
.dxsTop .DT_topBody .DT_topBody_new_type .DT_nav.active:after{
    content: '';
    height: 0;
    background: transparent;
}
.dxsTop .DT_topBody .DT_topBody_new .navMenu_right{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.dxsTop .cut_line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
}

.dxsTop .DT_subTop {
    height: 40px;
    z-index: 0;
}

.dxsTop .DT_subTop .DT_nav {
    height: 40px;
    padding: 0 0 0 0;
    margin-right: 24px;
}

.dxsTop .DT_subTop .DT_nav.active,
.dxsTop .DT_subTop .DT_nav.active span {
    color: #ff6028;
    position: relative;
}

.dxsTop .DT_subTop .DT_nav.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 40px;
    margin-left: -20px;
    height: 2px;
    background-color: #ff6028;
}

.dxsTop .DT_subTop .jifen_mall {
    position: relative;
}

.dxsTop .DT_subTop .jifen_icon {
    position: absolute;
    top: -15px;
    left: -5px;
    width: 82px;
    height: 26px;
}

.dxsTop .DT_subTop .DT_nav span {
    line-height: 40px;
    color: #555555;
}

.dxsTop .DT_subTop .DT_nav:hover span {
    color: #ff6028;
}

.dxsTop .DT_subTop .DT_nav.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 40px;
    margin-left: -20px;
    height: 2px;
    background-color: #ff6028;
}

.dxsTop .DT_logo {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 91px;
    height: 40px;
    /*padding: 15px 0;*/
    margin-right: 30px;
}

.dxsTop .DT_logo>img {
    width: 91px;
    height: 40px;
}

.dxsTop .DT_nav {
    position: relative;
    color: #333333;
    margin-right: 40px;
}
.dxsTop .DT_nav.DT_nav_r{
    margin-right: 47px;
    height: 100%;
    display: flex;
    align-items: center;
}
.dxsTop .DT_nav.DT_nav_r2{
    margin-right: 32px;
}
.dxsTop .DT_nav.DT_nav_home{
    color: #FF6028;
}

.dxsTop .DT_nav:last-child {
    margin-right: 0;
}

.dxsTop .DT_nav span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.dxsTop .DT_nav .iconshaixuan_xiala {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.dxsTop .DT_nav1 .iconshaixuan_xiala {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    transition: transform 0.5s ease-in-out;
    transform: rotate(0deg);
}

.dxsTop .DT_nav:hover {
    color: #ff6028;
}

.dxsTop .DT_nav.active,
.dxsTop .DT_nav.active span {
    color: #ff6028;
    position: relative;
}
.dxsTop .DT_nav:hover .iconshaixuan_xiala{
    transform: rotate(180deg)
}
.dxsTop .DT_nav.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 24px;
    margin-left: -12px;
    height: 2px;
    background-color: #ff6028;
}

.dxsTop .DT_search {
    display: inline-block;
    position: relative;
    width: 183px;
    height: 70px;
    padding: 20px 0 0 18px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    cursor: pointer;
    margin: 0 30px 0 0;
}

.dxsTop .DT_search #DT_searchInput {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    width: 183px;
    height: 30px;
    z-index: 1;
    border-radius: 15px;
    padding: 6px 42px 6px 17px;
    border: 1px solid #ff6028;
}

.dxsTop .DT_search .DT_searchBtn {
    position: absolute;
    content: '搜索';
    right: 0;
    top: 20px;
    z-index: 2;
    width: 70px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 15px;
    background-color: #ff6028;
}

.dxsTop .DT_search .searchBody {
    display: block;
    position: absolute;
    right: -5px;
    top: 65px;
    z-index: 100;
    width: 500px;
    height: 250px !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(222, 222, 222, 0.5);
    transition: all 500ms ease-in-out;
}

.dxsTop .DT_search .searchTab {
    width: 100%;
    position: relative;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
    width: 100%;
    height: 60px;
    background: linear-gradient(97deg, #F89751 0%, #FF6E34 100%);
}

.dxsTop .DT_search .itemTab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 10px;
    cursor: pointer;
}

.dxsTop .DT_search .itemTab.on::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.dxsTop .DT_search .iconclose {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
}

.dxsTop .DT_search .searchBox {
    width: 420px;
    height: 38px;
    vertical-align: top;
    text-align: left;
    margin: 35px auto;
    border-radius: 2px;
    border: 2px solid #ff6028;
    background-color: #ff6028;
}

.dxsTop .searchBox .SB_input {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    height: 34px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    background-color: #ffffff;
}

.dxsTop .searchBox .SB_btn {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
}

.dxsTop .DT_search .searchHot {
    width: 420px;
    height: 38px;
    margin: 0 auto;
}

.dxsTop .DT_search .SH_title {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.dxsTop .DT_search .SH_box {
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    margin-top: 10px;
    font-size: 0;
}

.dxsTop .DT_search .itemHot {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 80px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    color: #666666;
    background-color: #f5f5f5;
    margin-right: 15px;
}

.dxsTop .DT_search .itemHot:last-child {
    margin-right: 0;
}

.dxsTop .DT_exit {
    width: 91px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #ff6028;
    border-radius: 15px;
    border: 1px solid #ff6028;
    background-color: #ffffff;
}

.dxsTop .DT_register {
    width: auto;
    height: 30px;
    text-align: center;
    vertical-align: top;
    font-size: 0;
}

.dxsTop .DT_register .DT_link:first-child::after {
    position: absolute;
    content: '';
    top: 7px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #FF6028;
}

.dxsTop .DT_register .DT_link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #FF6028;
    padding: 0 5px;
    position: relative;
}

.dxsTop .DT_navMenu {
    position: absolute;
    right: -5px;
    top: 36px;
    z-index: 100;
    width: 104px;
    height: 0;
    overflow: hidden;
    background-color: #ffffff;
    opacity: 0;
    box-shadow: 0px 2px 7px 0px #DEDEDE;
    transition: all 500ms ease-in-out;
    border-radius: 8px;
    padding-bottom: 8px;
}

.dxsTop .navMenu:hover .DT_navMenu {
    opacity: 1;
    height: auto !important;
}

.dxsTop .DT_navMenu .itemNavMenu {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    padding: 9px 13px 5px;
}

.dxsTop .DT_navMenu .itemNavMenu .tally {
    position: absolute;
    top: 4px;
    font-size: 10px;
    line-height: 14px;
    color: #ffffff;
    background-color: #ff0000;
    padding: 0 4px;
    border-radius: 10px;
}

.dxsTop .DT_navMenu .itemNavMenu:hover {
    color: #ff6028;
}

.dxsTop .float-store-box {
    position: absolute;
    top: 40px;
    z-index: 888;
    width: 468px;
    height: auto;
    min-height: 104px;
    box-shadow: 6px 6px 6px 6px rgba(215,215,215,0.2);
    background: #ffffff;
}

.dxsTop .float-store-box .empty-text {
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 104px;
}

.dxsTop .float-store-box .store-item {
    position: relative;
    display: flex;
    width: 100%;
    height: 104px;
    padding: 17px 15px;
    background: #ffffff;
    cursor: pointer;
}

.dxsTop .float-store-box .store-item:hover {
    background: #FFF8F4;
}

.dxsTop .float-store-box .store-item .store-logo {
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 6px 0px rgba(215,215,215,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    margin-right: 15px;
}

.dxsTop .float-store-box .store-item .store-content {
    flex: 1;
}

.dxsTop .float-store-box .store-item .store-content .store-desc {
    display: flex;
    margin-top: 8px;
}

.dxsTop .float-store-box .store-item .store-content .store-title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-shadow: 0px 3px 6px rgba(215,215,215,0.2);
}

.dxsTop .float-store-box .store-item .store-content .store-desc .desc-label {
    font-size: 13px;
    color: #999999;
    text-shadow: 0px 3px 6px rgba(215,215,215,0.2);
}

.dxsTop .float-store-box .store-item .store-content .store-desc .desc-value {
    width: 218px;
    font-size: 13px;
    color: #333333;
    text-shadow: 0px 3px 6px rgba(215,215,215,0.2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dxsTop .float-store-box .store-item .score-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 47px;
    background: linear-gradient(-148deg, #FFF1E9, #FFF1E9 50%, transparent 50%, transparent 100%);
    text-align: right;
    padding-right: 4px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #ff4b23;
}


.dxsTop .DT_carte {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(206, 206, 206, 0.5);
}

.dxsTop .DT_project {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(206, 206, 206, 0.5);
}

/*公众号、小程序二维码展示*/
.dxsTop .DT_code{
    position: absolute;
    top: 42px;
    width: 100%;
    height: auto;
    z-index: 999;
}
.dxsTop .DT_code .DT_code_box{
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px #DEDEDE;
    border-radius: 10px;
    padding: 20px 24px;
    display: flex;
    width: fit-content;
}
.dxsTop .DT_code .DT_code_box .DT_code_item{
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.dxsTop .DT_code .DT_code_box .DT_code_item .code_img{
    display: block;
    width: 101px;
    height: 101px;
}
.dxsTop .DT_code .DT_code_box .DT_code_item .code_desc{
    margin-left: 13px;
}
.dxsTop .DT_code .DT_code_box .DT_code_item .code_desc .code_desc_txt{
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
}
.dxsTop .DT_code .DT_code_box .DT_code_item .code_desc .code_desc_txt1{
    font-size: 12px;
}
/* 我是雇主菜单样式 */

.dxsTop .DT_Buyer {
    display: flex;
    justify-content: space-around;
    vertical-align: top;
    text-align: center;
    padding: 55px 0 75px;
    height: auto;
    min-height: 250px;
}

.dxsTop .DT_Buyer .itemBuyer {
    display: inline-block;
    vertical-align: top;
    width: 126px;
    margin-right: 10px;
    font-size: 0;
}

.dxsTop .DT_Buyer .itemBuyer:last-child,
.dxsTop .DT_project_box .DT_project_item:last-child,
.dxsTop .DT_Supply .itemSupply:last-child,
.dxsTop .DT_Supply .itemSupplyNew:last-child,
.dxsTop .DT_Mobile .itemMobile:last-child {
    margin-right: 0;
}

.dxsTop .DT_Buyer .itemBuyer>img {
    width: 70px;
    height: 70px;
    border-radius: 24px;
    margin: 0 auto 15px;
}

.dxsTop .DT_Buyer .itemBuyer:hover>img {
    /*width: 85px;*/
    /*height: 85px;*/
    transform: scale(1.2, 1.2);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.dxsTop .DT_Buyer .itemBuyer>span {
    font-size: 17px;
    line-height: 24px;
    color: #666666;
}

.dxsTop .DT_Buyer .itemBuyer:hover>span {
    color: #FF6028;
}


/* 找项目菜单样式 */

.dxsTop .DT_project_box {
    vertical-align: top;
    text-align: center;
    height: auto;
    padding: 45px 0;
    min-height: 250px;
}

.dxsTop .DT_project_box .DT_project_item {
    display: inline-block;
    vertical-align: top;
    width: 390px;
    font-size: 0;
}

.dxsTop .DT_project_box .DT_project_item>img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin: 0 auto 10px;
    transition: all 500ms linear;
}

.dxsTop .DT_project_box .DT_project_item:hover img {
    transform: scale(1.2, 1.2);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.dxsTop .DT_project_box .DT_project_item>span {
    font-size: 16px;
    font-weight: bold;
    color: #4F3129;
    line-height: 30px;
}

.dxsTop .DT_project_box .DT_project_item>p {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}

.dxsTop .DT_project_box .DT_project_item:hover p,
.dxsTop .DT_project_box .DT_project_item:hover span {
    color: #FF6028;
}


/* 我是服务商菜单样式 */

.dxsTop .DT_Supply {
    vertical-align: top;
    text-align: center;
    padding: 45px 0 50px;
    height: auto;
    min-height: 250px;
}

.dxsTop .DT_Supply .itemSupply {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 156px;
}

.dxsTop .DT_Supply .IS_title {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    font-weight: bold;
    color: #333333;
}

.dxsTop .IS_title .IS_titleIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
}

.dxsTop .DT_Supply .IS_link {
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    margin: 20px auto 0;
}

.dxsTop .DT_Supply .IS_link:hover {
    color: #ff6028;
}

.dxsTop .DT_Supply .IS_hot {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 14px;
    margin-left: 6px;
}

.dxsTop .DT_Supply .itemSupplyNew {
    display: inline-block;
    vertical-align: top;
    /*width: 150px;*/
    margin-right: 50px;
    font-size: 0;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-main img {
    width: 55px;
    height: 55px;
    border-radius: 20px;
    margin: 0 auto 15px;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-main:hover img {
    /*width: 85px;*/
    /*height: 85px;*/
    transform: scale(1.2, 1.2);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.dxsTop .DT_Supply .itemSupplyNew>span {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-main .ISN-title {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-main:hover .ISN-title {
    color: #FF6028;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-info {
    vertical-align: top;
    text-align: center;
    width: 100%;
    height: auto;
    color: #666666;
    margin-top: 6px;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-info>i {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #666666;
}

.dxsTop .DT_Supply .itemSupplyNew .ISN-link:hover {
    color: #ff6028;
}


/* 移动端菜单样式 */

.dxsTop .DT_Mobile {
    vertical-align: top;
    text-align: center;
    padding: 40px 0 50px;
    height: auto;
    min-height: 250px;
}

.dxsTop .DT_Mobile .itemMobile {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 150px;
    margin-right: 80px;
}

.dxsTop .itemMobile .IB_name {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.dxsTop .itemMobile .IB_tips {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    margin: 6px auto 16px;
}

.dxsTop .itemMobile .IB_img {
    width: 140px;
    height: 140px;
}

.dxsTopDialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(51, 51, 51, 0.5);
}
.dxsTopDialog .dialogCode {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -256px;
    width: 512px;
    height: 435px;
}
.dxsTopDialog .dialogCode .dialogCode_close{
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    right: -86px;
    top: -21px;
    cursor: pointer;
}
.dxsTopDialog .dialogCode .dialogCode_content{
    width: 512px;
    height: 435px;
    background: url(../../images/site/new/dialog_bg.png) 100% 100% no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dxsTopDialog .dialogCode .dialogCode_content .code_tit{
    color: #324FDE;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}
.dxsTopDialog .dialogCode .dialogCode_content .code_img_info{
    border: 5px solid #D3DFFF;
    border-radius: 34px;
    width: 245px;
    height: 245px;
    margin-top: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dxsTopDialog .dialogCode .dialogCode_content .code_img_info .code_img{
    display: block;
    width: 196px;
    height: 196px;
}
.dxsTopDialog .dialogCode .dialogCode_content .code_tip{
    color: #324FDE;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.dxsTopDialog .dialogService {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -355px;
    width: 710px;
    height: auto;
    padding: 20px 30px 50px;
    background-color: #ffffff;
    border-radius: 8px;
}

.dxsTopDialog .dialogService .DS_title {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.dxsTopDialog .dialogService .DS_close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.dxsTopDialog .dialogService .DS_Body {
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    font-size: 0;
}

.dxsTopDialog .dialogService .itemBody {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 140px;
    height: auto;
    margin-right: 30px;
    overflow: hidden;
}

.dxsTopDialog .dialogService .itemBody:last-child {
    margin-right: 0;
}

.dxsTopDialog .itemBody .IB_img {
    width: 140px;
    height: 140px;
}

.dxsTopDialog .itemBody .IB_name {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 14px auto 0;
}

.dxsTopDialog .itemBody .IB_service,
.dxsTopDialog .itemBody .IB_accuse {
    width: 140px;
    height: 140px;
    text-align: center;
    padding: 1px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.dxsTopDialog .itemBody .IB_accuse {}

.dxsTopDialog .itemBody .IB_accuseImg {
    width: 34px;
    height: 28px;
    margin: 24px auto 0;
}

.dxsTopDialog .itemBody .IB_sName {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 14px auto 0;
}

.dxsTopDialog .itemBody .IB_sTel {
    font-size: 14px;
    line-height: 20px;
    color: #ff6028;
    margin: 10px auto 0;
}

.topHide {
    display: none !important;
}

.close_union_box {
    position: relative;
}

.close_union_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.dxsTopDialog .dialogPartsJoin {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -280px;
    width: 560px;
    height: auto;
    padding: 20px 20px 30px;
    background-color: #ffffff;
    border-radius: 8px;
}

.dxsTopDialog .dialogPartsJoin .DPJ_title {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.dxsTopDialog .dialogPartsJoin .DPJ_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.dxsTopDialog .DPJ_box {
    vertical-align: top;
    text-align: center;
    margin: 15px auto 0;
}

.dxsTopDialog .DPJ_box .DPJ_left {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    text-align: right;
    margin-right: 20px;
}

.dxsTopDialog .DPJ_box .DPJ_left i {
    color: #ff0000;
    margin-right: 2px;
}

.dxsTopDialog .DPJ_box .DPJ_right {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: auto;
}

.dxsTopDialog .DPJ_box .DPJ_ipt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    background-color: #f7f7f7;
    border-radius: 1px;
}

.dxsTopDialog .DPJ_box .DPJ_tt {
    width: 100%;
    height: 140px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    padding: 10px 15px;
    background-color: #f7f7f7;
    border-radius: 1px;
}

.dxsTopDialog .DPJ_btn {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #ff6028;
    border-radius: 2px;
    cursor: pointer;
    margin: 30px auto 0;
}


/* 店铺认证弹窗 Start */

.dxsTopDialog .dialogMember {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
}

.dxsTopDialog .dialogMember .mpBody {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -174px;
    margin-left: -243px;
    width: 486px;
    height: 348px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.dxsTopDialog .dialogMember .mpClose {
    position: absolute;
    right: -24px;
    top: -24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(../../images/member/icon20.png);
    background-size: 27px 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.dxsTopDialog .dialogMember .mpTitle {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-bottom: 32px;
    text-align: center;
    background: linear-gradient(270deg, #fbe9cf 0%, #ffe7ca 100%);
    border-radius: 2px 2px 0px 0px;
}

.dxsTopDialog .dialogMember .mpTitle span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}

.dxsTopDialog .dialogMember .mpTitle p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.dxsTopDialog .dialogMember .mpBox {
    position: relative;
    width: 422px;
    height: 84px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    margin: 16px auto 0;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 18px 21px;
    background-color: #ffffff;
}

.dxsTopDialog .dialogMember .mpBox:hover {
    border: 1px solid #ff6028;
    box-shadow: 1px 1px 2px 3px rgba(255, 134, 82, 0.2);
}

.dxsTopDialog .dialogMember .mpBox span {
    position: absolute;
    left: 74px;
    top: 24px;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}

.dxsTopDialog .dialogMember .mpBox p {
    position: absolute;
    left: 74px;
    top: 46px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.dxsTopDialog .dialogMember .mpBox a {
    position: absolute;
    left: 338px;
    top: 38px;
    width: 66px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    background-color: #ff6028;
}

.dxsTopDialog .dialogMember .mpBox a.dis {
    background-color: #bfbfbf;
}

.dxsTopDialog .dialogMember .icon29 {
    background-image: url(../../images/member/icon29.png);
}

.dxsTopDialog .dialogMember .icon30 {
    background-image: url(../../images/member/icon30.png);
}

.dxsTopDialog .DU_Body {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -140px;
    width: 280px;
    height: auto;
}

.dxsTopDialog .DU_Body .img_box {
    width: 280px;
    height: 420px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 15px 12px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dxsTopDialog .DU_Body .imgColor {
    width: 280px;
    height: 420px;
}

.dxsTopDialog .DU_Body .img_box .top {
    display: flex;
    align-items: center;
}

.dxsTopDialog .DU_Body .top_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dxsTopDialog .DU_Body .top_info {
    margin-left: 8px;
}

.dxsTopDialog .DU_Body .top_info .top_name {
    color: #333;
    font-size: 14px;
}

.dxsTopDialog .DU_Body .top_info .top_desc {
    color: #999;
    font-size: 10px;
}

.dxsTopDialog .DU_Body .bottom {
    height: 70px;
    display: flex;
    align-items: center;
}

.dxsTopDialog .DU_Body .bottom .bottom_img,
.dxsTopDialog .DU_Body .bottom .bottom_img img {
    width: 80px;
    height: 80px;
}

.dxsTopDialog .DU_Body .bottom .bottom_desc {
    margin-left: 7px;
    font-size: 12px;
    color: #666;
}

.dxsTopDialog .DU_Body .DU_btn {
    display: block;
    width: 189px;
    height: 44px;
    background: #fff;
    border-radius: 20px;
    border: 0;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin: 20px auto 0;
}
