@charset "UTF-8";
.download {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 5px 1px rgba(180, 193, 203, 0.5);
    border-radius: 2px 2px 2px 2px;
}

.download img {
    width: 130px;
    height: 130px;
    margin-right: 20px;
}

.download p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.download > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download .zxfk-btn {
    color: #333333;
    font-size: 16px;
    padding: 8px 0;
    background-color: #FFE74E;
    text-align: center;
    cursor: pointer;
}

.fixed-box-left {
    border-radius: 0px 0px 0px 0px;
    background: white;
}

.fixed-box-left .user-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, rgb(255, 246, 217), rgb(255, 255, 255));
}

.fixed-box-left .user-info-box > img {
    width: 100px;
    height: 100px;
}

.fixed-box-left .user-info-box p {
    font-size: 20px;
    font-weight: bold;
    color: #363A44;
    margin-top: 16px;
    margin-bottom: 10px;
}

.fixed-box-left .user-info-box .vip-last-time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.fixed-box-left .user-info-box .vip-last-time img {
    width: 25px;
    height: 23px;
}

.fixed-box-left .user-info-box .vip-last-time span {
    font-size: 12px;
    color: #8E8D95;
}

.fixed-box-left .user-info-box .clear-fresh {
    cursor: pointer;
    width: 40%;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #363A44;
    background: #FFE710;
    border-radius: 32px 32px 32px 32px;
}

.fixed-box-left .user-info-box .clear-fresh a {
    display: block;
    width: 100%;
    height: 100%;
}

.fixed-box-left .user-info-box .user-info-num {
    display: flex;
    padding: 0 74px;
    justify-content: space-between;
    width: 100%;
}

.fixed-box-left .user-info-box .user-info-num li {
    cursor: pointer;
}

.fixed-box-left .user-info-box .user-info-num p {
    text-align: center;
}

.fixed-box-left .user-info-box .user-info-num p:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #363A44;
    margin-bottom: 2px;
}

.fixed-box-left .card-serve-list {
    padding: 16px;
}

.fixed-box-left .card-serve-list .card {
    position: relative;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 117px;
}

.fixed-box-left .card-serve-list .card > img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.fixed-box-left .card-serve-list .card .card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-box-left .card-serve-list .card .card-top div {
    display: flex;
    align-items: center;
}

.fixed-box-left .card-serve-list .card .card-top div img:first-child {
    width: 25px;
    height: 23px;
}

.fixed-box-left .card-serve-list .card .card-top div img:last-child {
    width: 58px;
    height: 12px;
}

.fixed-box-left .card-serve-list .card .card-top span {
    font-size: 12px;
    font-weight: bold;
    color: #E2AE69;
}

.fixed-box-left .card-serve-list .card .card-center {
    font-size: 14px;
    color: #FAD9AF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-box-left .card-serve-list .card .card-center span {
    font-weight: bold;
}

.fixed-box-left .card-serve-list .card .card-center a {
    font-size: 14px;
    color: #FAD9AF;
}

.fixed-box-left .card-serve-list .card .card-center img {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.fixed-box-left .card-serve-list .card .card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: #FAD9AF;
}

.fixed-box-left .card-serve-list .card .card-bottom span {
    font-weight: bold;
}

.fixed-box-left .card-serve-list .card .card-bottom div a {
    font-size: 14px;
    color: #363A44;
    padding: 5px 26px;
    border-radius: 16px;
    background: linear-gradient(to right, rgb(226, 174, 105), rgb(247, 212, 167));
}

.fixed-box-left .card-serve-list .serve-list {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E8E9EC;
}

.fixed-box-left .card-serve-list .serve-list li img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 4px;
}

.fixed-box-left .card-serve-list .serve-list li p {
    font-size: 14px;
    color: #363A44;
}

.fixed-box-left .card-serve-list .all-setting-list {
    margin-top: 16px;
}

.fixed-box-left .card-serve-list .all-setting-list li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 10px;
    transition: 350ms ease;
    position: relative;
}

.fixed-box-left .card-serve-list .all-setting-list li a .msg-num-tip {
    background-color: #E21F23;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 2px;
    line-height: 12px;
    transform: translateY(-30%) translateX(6px);
}

.fixed-box-left .card-serve-list .all-setting-list li a:hover {
    background: rgba(247, 129, 11, 0.08);
}

.fixed-box-left .card-serve-list .all-setting-list li a:hover::after {
    width: 4px;
}

.fixed-box-left .card-serve-list .all-setting-list li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #F7810B;
    transition: 5ms ease-in;
}

.fixed-box-left .card-serve-list .all-setting-list li a img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.fixed-box-left .card-serve-list .all-setting-list li a span {
    font-size: 16px;
    color: #363A44;
}

.navbar-lv2 {
    padding: 0 20px;
    display: flex;
    align-items: center;
    background-color: white;
}

.navbar-lv2 a {
    padding: 20px 0;
    margin: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #363A44;
    position: relative;
    cursor: pointer;
}

.navbar-lv2 a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    bottom: 0;
    left: -15px;
    height: 4px;
    background: #F7810B;
    border-radius: 4px;
}

.navbar-lv2 a.active::after {
    width: calc(100% + 30px);
}

.navbar-lv2 a.active {
    color: #F7810B;
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pop-up-fbsp {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1000000;
}

.pop-up-fbsp .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E9EC;
    justify-content: space-between;
}

.pop-up-fbsp .title > div:first-child {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.pop-up-fbsp .title > div:first-child::after {
    content: "";
    width: 92px;
    background-color: #F7810B;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.pop-up-fbsp .title > img {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

.pop-up-fbsp .title img {
    width: 4px;
    height: 20px;
    margin-right: 6px;
    display: inline-block;
}

.pop-up-fbsp .title span {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.pop-up-fbsp .center-box {
    padding: 30px;
    width: 840px;
    height: 676px;
    background: white;
    border-radius: 8px;
}

.pop-up-fbsp .center-box > p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.pop-up-fbsp .center-box .textarea {
    padding: 12px 20px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E8E9EC;
    background: #FCFCFC;
}

.pop-up-fbsp .center-box .textarea textarea {
    width: 100%;
    resize: none;
    border: none;
    font-size: 14px;
    background: #FCFCFC;
    color: #999999;
}

.pop-up-fbsp .center-box .upload-list {
    display: flex;
}

.pop-up-fbsp .center-box .upload-list .upload-item {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    position: relative;
}

.pop-up-fbsp .center-box .upload-list .upload-item .close-img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
}

.pop-up-fbsp .center-box .upload-list .add-box {
    position: relative;
    border: 1px dashed #B3B5B9;
}

.pop-up-fbsp .center-box .upload-list .add-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    display: block;
    cursor: pointer;
}

.pop-up-fbsp .center-box .upload-list .add-box img {
    width: 16px;
    height: 16px;
}

.pop-up-fbsp .center-box .upload-list .add-box p {
    width: 100%;
    font-size: 14px;
    color: #B3B5B9;
    text-align: center;
    margin-top: 4px;
}

.pop-up-fbsp .center-box .upload-list1 {
    display: flex;
}

.pop-up-fbsp .center-box .upload-list1 .upload-item {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    position: relative;
}

.pop-up-fbsp .center-box .upload-list1 .upload-item .close-img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
}

.pop-up-fbsp .center-box .upload-list1 .add-box {
    position: relative;
    border: 1px dashed #B3B5B9;
}

.pop-up-fbsp .center-box .upload-list1 .add-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    display: block;
    cursor: pointer;
}

.pop-up-fbsp .center-box .upload-list1 .add-box img {
    width: 16px;
    height: 16px;
}

.pop-up-fbsp .center-box .upload-list1 .add-box p {
    width: 100%;
    font-size: 14px;
    color: #B3B5B9;
    text-align: center;
    margin-top: 4px;
}

.pop-up-fbsp .center-box .simultaneous {
    display: flex;
    justify-content: space-between;
}

.pop-up-fbsp .center-box .simultaneous .location {
    position: relative;
}

.pop-up-fbsp .center-box .simultaneous .location img {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 16px;
}

.pop-up-fbsp .center-box .simultaneous button {
    background: #FCFCFC;
    border: 1px solid #E8E9EC;
}

.pop-up-fbsp .center-box .simultaneous > div {
    width: 46%;
}

.pop-up-fbsp .center-box .simultaneous > div .layui-btn-primary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop-up-fbsp .center-box .simultaneous p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.pop-up-fbsp .center-box .simultaneous .input {
    border-radius: 2px;
    border: 1px solid #E8E9EC;
    padding: 13px 20px;
    background: #FCFCFC;
}

.pop-up-fbsp .center-box .simultaneous .input input {
    color: #999999;
    background-color: transparent;
}

.pop-up-fbsp .center-box .simultaneous .input input::placeholder {
    color: #999999;
}

.pop-up-fbsp .center-box .draft-submit {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pop-up-fbsp .center-box .draft-submit div:first-child {
    margin-right: 20px;
    background: #F2F2F2;
}

.pop-up-fbsp .center-box .draft-submit div {
    text-align: center;
    padding: 12px 84px;
    background: linear-gradient(90deg, #FFDB4E 0%, #FEC851 100%);
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: bold;
    color: #363A44;
    cursor: pointer;
}

.bold-title b:first-child {
    font-size: 18px;
    color: #000000;
}

.small-global-tip {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    top: 50%;
    left: 50%;
    padding: 6px 16px;
    border-radius: 8px;
}

.input input {
    line-height: 16px;
}

.alert-box {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 13516135;
    justify-content: center;
    align-items: center;
    display: flex;
}

.alert-box > div {
    background-color: #fff;
    padding: 20px 26px;
    width: 343px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.alert-box > div p {
    font-size: 16px;
    color: #363A44;
}

.alert-box > div div {
    text-align: end;
}

.alert-box > div div span {
    cursor: pointer;
}

.alert-box > div div span + span {
    margin-left: 20px;
    font-weight: bold;
}

body {
    background-color: #f6f7f8;
}

.banner {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide {
    width: 1460px !important;
    border-radius: 16px;
    overflow: hidden;
}

.banner .swiper .swiper-slide img {
    width: 100%;
}

.banner .swiper .swiper-button-prev {
    left: 240px;
}

.banner .swiper .swiper-button-next {
    right: 240px;
}

@media (max-width: 1480px) {
    .banner .swiper .swiper-button-prev {
        left: 20px;
    }

    .banner .swiper .swiper-button-next {
        right: 20px;
    }
}

@media (max-width: 1780px) {
    .banner .swiper .swiper-button-prev {
        left: 140px;
    }

    .banner .swiper .swiper-button-next {
        right: 140px;
    }
}

.banner .swiper .swiper-button-prev,
.banner .swiper .swiper-button-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: white !important;
    transition: 350ms ease;
}

.banner .swiper .swiper-button-prev:hover > img:first-child,
.banner .swiper .swiper-button-next:hover > img:first-child {
    display: none;
}

.banner .swiper .swiper-button-prev:hover,
.banner .swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.6);
}

.banner .swiper .swiper-button-prev:hover > img:last-child,
.banner .swiper .swiper-button-next:hover > img:last-child {
    display: block;
}

.banner .swiper .swiper-button-prev img:last-child,
.banner .swiper .swiper-button-next img:last-child {
    transition: 350ms ease;
    display: none;
}

.banner .swiper .swiper-button-prev img,
.banner .swiper .swiper-button-next img {
    width: 24px;
    height: 24px;
}

.banner .swiper .swiper-button-prev::after,
.banner .swiper .swiper-button-next::after {
    display: none;
}

.banner .swiper .swiper-button-prev img:last-child {
    transform: rotate(180deg);
}

.banner .swiper .swiper-button-next img:first-child {
    transform: rotate(180deg);
}

.container-center .select {
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgba(180, 193, 203, 0.5);
    padding: 18px;
}

.container-center .select-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-center .refresh {
    display: flex;
    align-items: center;
}

.container-center .refresh span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-right: 6px;
}

.container-center .refresh img {
    width: 14px;
    height: 14px;
}

.container-center .select-item {
    display: flex;
    align-items: center;
}

.container-center .select-item span {
    font-size: 16px;
    color: #333333;
}

.container-center .select-item .layui-btn span {
    font-size: 14px;
}

.container-center .select-item .layui-btn.demo-dropdown-base {
    width: 240px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-center .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.container-center .submit div {
    padding: 4px 12px;
    border: 1px solid #e8e9ec;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}

.container-center .submit .submit-ture {
    background-color: #ffe74e;
    border: none;
    margin-right: 15px;
}

.layui-menu-body-title {
    width: 236px;
}

.container-center .select-list-input > span {
    font-size: 16px;
    color: #333333;
}

.container-center .select .select-list-input {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 16px;
    width: 100%;
}

.container-center .select .select-list-input .left-select-input-list-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.container-center .select .select-list-input .left-select-input-list-box > span {
    font-size: 16px;
}

.container-center .select .select-list-input > span {
    color: #333333;
    font-size: 16px;
}

.container-center .select .select-list-input .btn-list {
    min-width: 60%;
    margin-right: 12%;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.container-center .select .select-list-input .btn-list > div {
    display: flex;
    min-width: 6em;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 10px;
}

.container-center .select .select-list-input .btn-list > div input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

.container-center .select .select-list-input .btn-list > div input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: " ";
}

.container-center .select .select-list-input .btn-list > div input[type=checkbox]:checked::after {
    content: "✓";
    font-size: 12px;
    font-weight: bold;
    background-color: #ffe74e;
}

.container-center .select .select-list-input .btn-list span {
    margin-left: 6px;
    font-size: 14px;
    color: #666666;
}

.container-center .select .select-list-input .btn-list .reset-all {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-center .select .select-list-input .btn-list .reset-all .layui-form-item {
    margin: 0 15px 0 0;
    background-color: #ffe74e;
    border: none;
}

.container-center .select .select-list-input .btn-list .reset-all .layui-btn {
    background-color: transparent;
    height: auto;
    line-height: normal;
    color: #333333;
    padding: 0;
    border: none;
    width: 100%;
    font-size: 14px;
}

.container-center .select .select-list-input .btn-list .reset-all .layui-btn button {
    width: 100%;
    height: 100%;
}

.container-center .select .select-list-input .btn-list .reset-all .layui-btn:hover {
    border: none !important;
}

.container-center .select .select-list-input .layui-unselect.layui-form-checkbox {
    width: 100px;
}

.container-center .select .select-list-input .reset {
    display: none;
    cursor: pointer;
}

.container-center .select .select-list-input .select-do {
    padding: 4px 12px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #e8e9ec;
    font-size: 14px;
}

.container-center .select button:hover {
    border: 1px solid #5f5f5f !important;
}

.container-center .commodity {
    padding: 20px;
    margin-top: 24px;
    box-shadow: 0px 0px 5px 1px rgba(180, 193, 203, 0.5);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 60px;
}

.container-center .commodity ul {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-template-rows: 275px;*/
    justify-content: space-between;
    grid-gap: 20px;
}

.container-center .commodity ul li {
    border-radius: 2px;
    border: 1px solid #e8e9ec;
}

.container-center .commodity ul li > a {
    width: 100%;
    height: 100%;
}

.container-center .commodity ul li a > div {
    padding: 12px 6px 18px;
}

.container-center .commodity ul img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.container-center .commodity ul h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 4px;
}

.container-center .commodity ul p {
    font-size: 14px;
    color: #686b73;
    margin-bottom: 8px;
}

/*.container-center .commodity ul div div {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
.container-center .commodity .commodity-price {
    color: #fa4103;
    font-size: 20px;
    font-weight: bold;
}

.container-center .commodity ul div div i {
    font-size: 16px;
    margin-right: 3px;
}

.container-center .commodity ul div div .icon {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    border: 1px solid #b9b954;
    border-radius: 2px;
}

.container-center .commodity ul div div .icon span {
    font-size: 12px;
    color: #ad815a;
}

.container-center .commodity ul div div .icon img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.container-center .commodity #demo-laypage-theme-3 {
    margin-top: 40px;
    text-align: center;
}

.fixed-box .swiper-right {
    width: 100%;
    overflow: hidden;
    height: 157px;
    position: relative;
}

.fixed-box .swiper-right .swiper-slide {
    padding: 34px 30px;
}

.fixed-box .swiper-right h2 {
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 15px;
}

.fixed-box .swiper-right .btn-go {
    padding: 8px 12px;
    color: #fe8924;
    background-color: #fff;
    border-radius: 16px;
    font-weight: bold;
    display: inline-block;
}

.fixed-box .swiper-right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.fixed-box .swiper-right .my-bullet-active {
    background: #ffc90d;
    opacity: 1;
}

.title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E9EC;
    justify-content: space-between;
}

.title > div:first-child {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.title > div:first-child::after {
    content: "";
    width: 92px;
    background-color: #F7810B;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.title > img {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

.title img {
    width: 4px;
    height: 20px;
    margin-right: 6px;
    display: inline-block;
}

.title span {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

/*# sourceMappingURL=index.css.map */
