html {
    overflow-x: auto;
    overflow-y: scroll;
}

html,
body,
.box {
    height: 100%;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-family: system, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, Microsoft YaHei UI, Hiragino Sans GB, Hiragino Sans GB W3,
        Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #f5f7fa;
    min-width: 100%;
}

select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0 none;
    vertical-align: top;
}

fieldset {
    margin: 0;
    padding: 0;
}

fieldset p {
    margin: 0;
    padding: 0 0 0 8px;
}

legend {
    display: none;
}

address,
caption,
em,
strong,
th,
i {
    font-style: normal;
    font-weight: 400;
}

table caption {
    margin-left: -1px;
}

hr {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #e4e4e4;
    border-width: 1px;
    clear: both;
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
}

ol,
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    -webkit-overflow-scrolling: touch;
}

.box header {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
}
.box .header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.leftMenu {
    display: flex;
    height: 60px;
}
.leftMenu img {
    height: 42px;
    width: 42px;
    vertical-align: top;
    margin-right: 25px;
    margin-top: 9px;
}
.leftMenu ul {
    display: flex;
    flex-direction: row;
}

.leftMenu ul li {
    position: relative;
    width: 110px;
}
.leftMenu .listTitle {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding: 0 30px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
    color: #fff;
    position: relative;
}
.leftMenu li:first-child .listTitle {
    padding: 0 20px;
}
.leftMenu .moreList {
    min-width: 200px;
    list-style: none;
    margin: 0;
    margin-top: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none;
    background: #fff;
}
.leftMenu .listItem {
    float: left;
}
.leftMenu .navbt {
    color: #000 !important;
    font-weight: 700;
    background-color: #fff;
    float: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
}
.leftMenu .listBox {
    padding: 0 15px 5px 10px;
    box-sizing: border-box;
    float: left;
}
.leftMenu .listBox li {
    cursor: pointer;
}
.leftMenu .big_div {
    height: 108px;
    display: block;
}
.leftMenu .big_div ul {
    display: flex;
    flex-direction: column;
}
.leftMenu .big_div li {
    background-color: #fff;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #909399;
    min-width: 100px !important;
    font-size: 14px;
    color: #202124 !important;
    width: auto;
    cursor: pointer;
}
.leftMenu .big_div img {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-top: 5px;
    margin-right: 3px;
}
.leftMenu .big_div a {
    text-decoration: none;
}
.rightMenu {
    display: flex;
    align-items: center;
}
.rightMenu .addfavorites,
.rightMenu .addvip,
.rightMenu .logbtn {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    transition: color 0.2s linear, background 0.2s linear;
    height: 36px;
    line-height: 36px;
}
.rightMenu .addfavorites {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fe5933;
    border-radius: 24px 24px 24px 24px;
    margin: 0 6px 0;
    padding: 0 16px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    position: relative;
}
.rightMenu .addvip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #efd09b;
    border-radius: 24px 24px 24px 24px;
    margin: 0 16px 0;
    padding: 0 25px;
    color: #473f2a;
    cursor: pointer;
    opacity: 1;
}
.rightMenu .logbtn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 2px 0;
    padding: 0 15px;
    background: #fa4632 !important;
    border-radius: 32px;
    color: #fff;
}
.header .rightMenu .addfavorites:hover,
.header .rightMenu .addvip:hover,
.header .rightMenu .logbtn:hover {
    opacity: 0.8;
}
.homebanner {
    position: absolute;
    background: #696d74 url(../images/bg_top.png) no-repeat top;
    width: 100%;
    height: 562px;
    z-index: 0;
    top: -60px;
}

.cavsMcontent {
    max-width: 100%;
    width: 80%;
    margin: 200px auto 10px auto;
    transform: translate(0);
}
.cavsMcontent .cvs_title {
    text-align: center;
}
.cavsMcontent .cvs_title .img {
    display: inline-block;
    margin-right: 25px;
    height: 62px;
    vertical-align: middle;
}

.cavsMcontent .cvs_title .cvs_font {
    vertical-align: middle;
    display: inline-block;
    height: 62px;
    font-size: 32px;
    color: #fff;
    line-height: 62px;
    font-weight: 700;
}

.cavsMcontent .cvswrap {
    width: 100%;
    max-width: 1170px;
    min-height: 420px;
    background: #fff;
    border-radius: 9px;
    margin: 34px auto 60px;
}
.upfilewrap {
    position: relative;
    height: 420px;
}
.upfilewrap .el-upload-dragger,
.upfilewrap .uploadfile {
    width: 100%;
    height: 380px;
    padding: 10px;
    box-sizing: border-box;
}
.upfilewrap .uploadfile {
    padding: 20px;
}
.upfilewrap .el-upload {
    width: 100%;
    height: 380px;
    box-sizing: border-box;
}
.cavsMcontent .cvswrap .tips,
.cavsMcontent .cvswrap .trans_tips {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-size: 14px;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 25px;
    z-index: 10;
}
.cavsMcontent .cvswrap .tips {
    top: 285px;
}
.cavsMcontent .cvswrap .trans_tips {
    top: 315px;
}
.el-upload-dragger {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.upfilewrap .el-upload-dragger {
    background: linear-gradient(180deg, #f9fbff, #f2f7fe);
    border: 2px dashed #b6bfe1;
}
.cavsMcontent .cvswrap .upWrap {
    margin-top: 30px;
}

.cavsMcontent .cvswrap .upWrap .txt {
    margin-top: 10px;
    color: #7f7f7f;
    font-size: 18px;
}
.cavsMcontent .cvswrap .upbtn {
    width: 300px;
    height: 48px;
    line-height: 48px;
    background: #fa4632;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    position: relative;
}
.cavsMcontent .cvswrap .upbtn p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.cavsMcontent img {
    vertical-align: top;
}

.cavsMcontent .cvswrap .filelistwrap.on,
.cavsMcontent .cvswrap .upfilewrap.on {
    height: 0;
    overflow: hidden;
}

.cavsMcontent .cvswrap .filelistwrap {
    width: 100%;
    overflow: hidden;
}

.cavsMcontent .cvswrap .filelistwrap .datahead {
    height: 76px;
}
.cavsMcontent .cvswrap .filelistwrap .datahead .clearfile {
    width: 94px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 32px;
    float: left;
    margin: 24px 0 0 18px;
    cursor: pointer;
    box-sizing: border-box;
}
.cavsMcontent .cvswrap .filelistwrap .tabbox {
    margin: 0 20px 0;
    min-height: 290px;
    border-radius: 10px;
    border: 2px solid #f7f8fa;
    padding: 0 20px 0;
    box-sizing: border-box;
}
.cavsMcontent .cvswrap .filelistwrap .endbot {
    width: 100%;
    height: 70px;
}
.cavsMcontent .cvswrap .filelistwrap .endbot .type {
    font-size: 14px;
    color: #000;
    height: 60px;
    line-height: 60px;
    margin: 0 33px;
    float: left;
    display: flex;
    align-items: center;
}
.cavsMcontent .cvswrap .filelistwrap .endbot .form-select-sm {
    padding: 0;
    height: 28px;
    width: 90px;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 14px;
}
.cavsMcontent .cvswrap .filelistwrap .endbot .cvsbtn {
    width: 124px;
    height: 40px;
    background: #fa4632;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 14px 33px 0 0;
    cursor: pointer;
    transition: all 0.2s linear;
    float: right;
}

.content_footer {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content_footer h1 {
    height: 35px;
    font-size: 26px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 35px;
    margin: 45px 0 10px;
}

.content_footer p {
    height: 19px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 19px;
    margin-top: 12px;
}
.content_footer .content_footer_mar {
    margin-top: 100px;
    display: flex;
    position: relative;
}
.content_footer .content_footer_mar > div {
    width: 230px;
    height: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 20px 0 #e6e9ed;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
}
.content_footer .content_footer_mar > div {
    width: 230px;
    height: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 20px 0 #e6e9ed;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
}
.content_footer .content_footer_mar > div > p:first-child {
    font-size: 20px;
    color: #242527;
    font-weight: 700;
    margin-top: 0;
}
.content_footer .content_footer_mar > div > p:nth-child(2) {
    font-size: 14px;
    color: #939599;
}
.content_footer .content_footer_mar > div > div > img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 65px;
    top: -48px;
}
.content_footer .content_footer_mar > div:nth-child(2) {
    margin: 0 30px;
}
.content_footer .content_footer_mar > div:nth-child(3) {
    margin-right: 30px;
}

.box footer {
    position: relative;
    margin-top: 150px;
}
.box .pdf_footer {
    display: flex;
    position: relative;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2a2d32;
    height: 280px;
    font-size: 12px;
}
.ub {
    display: -ms-flex;
    display: flex;
    position: relative;
    flex-shrink: 0;
}
.pdf_footer .pdf_footer_font {
    margin-left: 60px;
}
.pdf_footer div[type="1"] > div:first-child {
    color: #fff;
}

.pdf_footer div[type="1"] > div:first-child p {
    font-size: 16px;
    margin-top: 15px;
}
.pdf_footer div[type="1"] > div:first-child p span:first-child {
    display: inline-block;
    width: 130px;
    text-align: left;
}

.pdf_footer div[type="1"] > div:first-child p:first-child span {
    text-decoration: none;
    cursor: default;
}

.pdf_footer div[type="1"] > div:first-child p span:nth-child(2),
.pdf_footer div[type="1"] > div:first-child p span:nth-child(3) {
    width: 130px;
    display: inline-block;
    margin-left: 30px;
}

.pdf_footer div[type="1"] > div:first-child p span:first-child {
    display: inline-block;
    width: 130px;
    text-align: left;
}
.pdf_footer div[type="1"] > div:first-child p span {
    text-decoration: underline;
    cursor: pointer;
}
.pdf_footer div[type="1"] > div:first-child p {
    font-size: 16px;
    margin-top: 15px;
}
.pdf_footer div[type="1"] > div:nth-child(2) {
    padding-left: 200px;
    color: #fff;
}

.pdf_footer div[type="1"] > div:nth-child(2) p {
    font-size: 16px;
    margin-top: 5px;
}
.pdf_footer div[type="1"] > div:nth-child(2) p span {
    display: inline-block;
    width: 170px;
    margin-left: 40px;
    text-align: center;
}

.pdf_footer div[type="1"] > div:nth-child(2) p {
    font-size: 16px;
    margin-top: 5px;
}
.pdf_footer div[type="1"] > div:nth-child(2) p span {
    display: inline-block;
    width: 170px;
    margin-left: 40px;
    text-align: center;
}
.pdf_footer div[type="1"] > div:nth-child(2) p {
    font-size: 16px;
    margin-top: 5px;
}
.pdf_footer div[type="1"] > div:nth-child(2) p span {
    display: inline-block;
    width: 170px;
    margin-left: 40px;
    text-align: center;
}
.pdf_footer div[type="1"] > div:first-child p span:hover {
    color: #6190e9;
}
.pdf_footer div[type="1"] > div:first-child p:first-child span:hover {
    color: #fff;
}

.pdf_footer > div:nth-child(2) {
    color: #d3d3d3;
    margin-top: 11px;
}
.text-center {
    text-align: center;
}
.curso {
    cursor: pointer;
}

.footer_nav {
    position: fixed;
    right: 0;
    bottom: 140px;
    z-index: 100;
}

.footer_nav .ub {
    display: -ms-flex;
    display: flex;
    position: relative;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer_nav > .ub {
    width: 80px;
    height: 80px;
    background: #fff;
}

.footer_nav > .ub .footer_scale_font {
    margin-top: 2px;
    font-size: 10px;
    transform: scale(0.8);
}
.footer_nav > .ub:hover {
    background: #ebebeb;
    cursor: pointer;
}
.footer_img_hover {
    position: fixed;
    right: 88px;
    bottom: 194px;
    width: 140px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 20;
    color: #626366;
    background: #fff;
    text-align: center;
    display: none;
}
.footer_img_hover_kefu {
    position: fixed;
    right: 88px;
    bottom: 270px;
    width: 140px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 20;
    color: #626366;
    background: #fff;
    text-align: center;
    display: none;
}
.footer_img_favorites {
    margin-right: 10px;
    position: fixed;
    right: 88px;
    bottom: 164px;
    padding: 8px;
    box-sizing: border-box;
    z-index: 20;
    color: #fff;
    background: #487ffb;
    text-align: center;
    display: none;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 0 2px 22px 1px rgba(72, 127, 251, 0.49);
}
.footer_nav .footer_img_favorites img {
    vertical-align: top;
    width: 28px;
    height: 18px;
    padding-right: 8px;
}
.footer_img_favorites:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: -5px;
    bottom: 12px;
    background: #487ffb;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
}
.footer_nav img {
    width: 95%;
    height: 95%;
}

span.array {
    padding-right: 12px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    margin-top: 5px;
}
span.array::after {
    border: solid 1px #fff;
    border-bottom-width: 0;
    border-left-width: 0;
    content: " ";
    top: 50%;
    right: 0px;
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.collapsed span.array {
    margin-top: -5px;
}
.collapsed span.array::after {
    margin-top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.table td {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px;
}
.table th {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    overflow: hidden;
    color: #909399;
    font-weight: 500;
}

#thelist .table > tbody {
    border: none;
}
.table > thead > tr > th {
    border-bottom: 1px solid #ebeef5;
    text-align: center;
}
.table > tbody > tr > td {
    border-bottom: 1px solid #ebeef5;
    transition: background-color 0.25s ease;
    cursor: pointer;
    text-align: center;
}
.table tr:hover > td {
    background-color: #f5f7fa;
}

.vipBox header {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.vipBox .header {
    width: 100%;
    padding: 0 20px;
}
.vipBox .leftMenu .listTitle {
    color: #202124 !important;
}
.vipBox span.array::after {
    border-color: #202124 !important;
}
.userMcontent {
    position: relative;
    z-index: 1;
    height: 100%;
    min-width: 900px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.userMcontent .user_right {
    min-width: 1000px;
    max-width: 1500px;
}
.userMcontent .user_right .vipcont {
    margin-top: 90px;
    display: flex;
}
.userMcontent .user_right .vipcont .vip_desc {
    margin-right: 50px;
}
.userMcontent .user_right .vipcont .vip_desc img {
    width: 100%;
    height: 100%;
}
.userMcontent .user_right .vipcont .usercontent .taocan {
    font-weight: 600;
    color: #252729;
    font-size: 20px;
    margin-bottom: 16px;
}
.userMcontent .user_right .vipcont .usercontent .vipitem {
    height: 234px;
    padding: 32px 16px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 36px;
    position: relative;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls {
    width: 220px;
    height: 174px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #d8d8d8;
    cursor: pointer;
    float: left;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls:not(:last-child) {
    margin-right: 24px;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position {
    position: relative;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p:first-child {
    margin: 25px 0 7px;
}

.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p {
    text-align: center;
    color: #333;
    font-weight: 700;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p u {
    font-size: 32px;
    text-decoration: none;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p strong {
    font-size: 50px;
    font-weight: bold;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p {
    text-align: center;
    color: #333;
    font-weight: 700;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p:nth-child(3) .original_span {
    font-weight: 600;
    color: #979797;
    margin: 0 5px;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position .xianshi_discount {
    position: absolute;
    top: -40px;
    left: 10px;
    min-width: 154px;
    height: 32px;
    background: #fa4632;
    border-radius: 4px;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p:nth-child(3) span {
    font-size: 14px;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position p:nth-child(3) .sheng_span {
    color: #fa4632;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position .xianshi_discount span {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}

.userMcontent .user_right .vipcont .usercontent .vipitem .ls .position .xianshi_discount img {
    margin-top: 8px;
}
.userMcontent .user_right .vipcont .usercontent .vipitem .ls.on {
    border: 2px solid #f4872d;
    box-shadow: 0 2px 16px 1px rgba(255, 118, 46, 0.2);
    background: rgba(244, 135, 45, 0.05);
}

.userMcontent .user_right .vipcont .usercontent .taocan {
    font-weight: 600;
    color: #252729;
    font-size: 20px;
    margin-bottom: 16px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont {
    width: 100%;
    position: relative;
}

.userMcontent .user_right .vipcont .usercontent .pay_cont .tabbox {
    position: relative;
    z-index: 1;
}
.userMcontent .pay_cont li > div {
    width: 93px;
    height: 32px;
    line-height: 32px;
    outline: none;
}
.userMcontent .pay_cont .wechat > div {
    background: url(../images/img1.png) no-repeat;
    background-size: cover;
    border: none !important;
    padding: 0;
}
.userMcontent .pay_cont .zhifubao > div {
    background: url(../images/img2.png) no-repeat;
    background-size: cover;
    border: none !important;
    padding: 0;
}
.userMcontent .pay_cont .link > div {
    background: url(../images/img3.png) no-repeat;
    background-size: cover;
    border: none !important;
    padding: 0;
}
.userMcontent .pay_cont .wechat:hover > div {
    background-image: url(../images/img1-h.png);
}
.userMcontent .pay_cont .zhifubao:hover > div {
    background-image: url(../images/img2-h.png);
}
.userMcontent .pay_cont .link:hover > div {
    background-image: url(../images/img3-h.png);
}
.userMcontent .pay_cont .nav-item {
    cursor: pointer;
}
.userMcontent .pay_cont .wechat > div.active {
    background-image: url(../images/img1-a.png);
}
.userMcontent .pay_cont .zhifubao > div.active {
    background-image: url(../images/img2-a.png);
}
.userMcontent .pay_cont .link > div.active {
    background-image: url(../images/img3-a.png);
}

.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap {
    width: 100%;
    height: 224px;
    background: #fff;
    border-radius: 0 8px 8px 8px;
    overflow: hidden;
    position: relative;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .ewmbox {
    width: 172px;
    height: 172px;
    background: #eee;
    float: left;
    margin: 17px 12px 0;
    border: 10px solid #eee;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .ewmbox img {
    width: 100%;
    height: 100%;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info {
    float: left;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .prce {
    margin-top: 10px;
    font-size: 14px;
    color: #626366;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .prce strong {
    font-weight: 700;
    color: #ff531a;
    font-size: 30px;
}

.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discount,
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discounts {
    background: url(../images/img4.png) no-repeat;
    background-size: 100% 100%;
    width: 327px;
    height: 60px;
    line-height: 65px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discounts {
    background: url(../images/img5.png) no-repeat;
}

.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discount span:first-child,
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discounts span:first-child {
    margin-left: 190px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discounts span:first-child {
    margin-left: 208px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discount i,
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discounts i {
    color: #d29494;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discount span,
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .info .activity_discounts span {
    display: inline-block;
    width: 36px;
    text-align: center;
    vertical-align: middle;
    height: 36px;
    background: #fff;
    line-height: 36px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 24px;
    color: #fa4632;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .showlist {
    width: 280px;
    height: 195px;
    border-radius: 10px;
    background: rgba(255, 136, 1, 0.12);
    margin-top: 15px;
    margin-right: 12px;
    text-align: center;
    float: right;
    overflow: hidden;
    position: relative;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .showlist div:first-child {
    font-size: 25px;
    color: #ff8801;
    font-weight: 700;
    margin-top: 15px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .showlist div:nth-child(2) span {
    color: #fff;
    font-size: 25px;
    width: 38px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background: #fa4632;
    border-radius: 6px;
    margin-top: 10px;
    border: 1px solid #4d4646;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .showlist div:nth-child(2) i {
    color: #626366;
    font-size: 12px;
    margin: 0 5px;
    line-height: 40px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .showlist div:nth-child(2) span {
    color: #fff;
    font-size: 25px;
    width: 38px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background: #fa4632;
    border-radius: 6px;
    margin-top: 10px;
    border: 1px solid #4d4646;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .showlist div:nth-child(3) {
    display: inline-block;
    color: rgba(0, 0, 0, 0.39);
    font-size: 12px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .showlist div:nth-child(4) {
    color: #fff;
    background: #fa4632;
    font-size: 14px;
    height: 36px;
    width: 249px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    line-height: 36px;
}

.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .cdk_wrap {
    margin: 27px 14px 0;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .cdk_wrap .bt {
    height: 21px;
    font-size: 16px;
    color: #626366;
    line-height: 21px;
    font-weight: 700;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .cdk_wrap .desc {
    width: 372px;
    height: 16px;
    font-size: 12px;
    color: #abaeb3;
    line-height: 16px;
    margin: 10px 0 20px;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .cdk_wrap .input {
    position: relative;
    display: inline-block;
    width: 424px;
    height: 32px;
    line-height: 32px;
    background: #f7f8fa;
    border-radius: 4px;
    font-size: 12px;
    color: #939599;
    float: left;
}
.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .cdk_wrap .input input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    padding-right: 30px;
    background: #f7f8fa;
    outline: none;
    height: 32px;
    line-height: 32px;
    border: none;
}

.userMcontent .user_right .vipcont .usercontent .pay_cont .infowrap .cdk_wrap .btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #1467ff;
    border-radius: 4px;
    margin-left: 12px;
    font-size: 14px;
    color: #fff;
    float: left;
    text-align: center;
    transition: opacity 0.1s linear;
    cursor: pointer;
    padding: 0;
}

.userBox {
    height: calc(100% - 60px);
}
.userBox .left {
    float: left;
    width: 220px;
    background-color: #fff;
    height: 100%;
    border-right: 1px solid #eee;
    box-shadow: 6px 1px 20px rgba(69, 65, 78, 0.1);
}
.userBox .left .nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.userBox .left .nav-item.active,
m .userBox .left .nav-item:hover {
    color: #575962;
    background: #f2f5f5;
}
.userBox .right {
    float: left;
    position: relative;
    width: calc(100% - 220px);
    min-height: 100%;
    float: right;
    background-color: #f2f3f8;
    padding: 15px 15px;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.userBox .right .alert {
    padding: 10px 15px;
    border-radius: 2px;
    margin-bottom: 15px;
    line-height: 26px;
}
.userBox .right .alert .btn-close {
    padding: 16px;
}
.content .userInfo .cardItem {
    width: 100%;
}
.content .userInfo .card .bg-soft {
    height: 100px;
    background-color: rgba(85, 110, 230, 0.25) !important;
}
.users-profile-bakimg {
    height: 100%;
    background-image: url(../images/img7.png);
    background-size: auto 100px;
    background-position: right;
    background-repeat: no-repeat;
}
.content .userInfo .card .bg-soft h5 {
    height: 100px;
    line-height: 100px;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    padding-left: 20px;
}
.content .userInfo .cardItem:last-child .card {
    margin-top: 15px;
}
.content .userInfo .card-body {
    display: flex;
}
.content .userInfo .card-body .card-left {
    width: 40%;
}
.content .userInfo .card-right {
    display: flex;
    width: 60%;
}

.card-right .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.card-right .card-item h5 {
    width: 110px;
    float: left;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: #333333;
}
.card-right .card-item p {
    float: left;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}
.card .card-title {
    margin: 0;
    color: #575962;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}

.content .userInfo .userTel .card-body {
    flex-direction: column;
}
.profile-step-lists {
    width: 100%;
}
.profile-step-lists-left {
    width: 40%;
}
.profile-step-lists-left h5 {
    width: 80px;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #333333;
}
.profile-step-lists-left p {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}
.profile-step-lists-right {
    float: right;
    width: 60%;
}
.profile-step-lists-right span {
    cursor: pointer;
}
.recordInfo {
    display: none;
}
.recordInfo .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #555;
}
.recordInfo .table-bordered {
    border: 1px solid #dee2e6;
}
.recordInfo .table td,
.recordInfo .table th {
    font-size: 14px;
    border-color: #ebedf2 !important;
    padding: 0.75rem !important;
}
.recordInfo .table thead th {
    color: #554;
    border: 1px solid #dee2e6;
}
.recordInfo .table > :not(:first-child) {
    border: none;
}

.cavsMcontent .cvs_title .cvs_transform {
    display: none;
    vertical-align: middle;
    cursor: pointer;
    width: 88px;
    height: 36px;
    margin-left: 10px;
    display: inline-block;
}
.cavsMcontent .cvs_title .cvs_transform:hover {
    opacity: 0.7;
}
#rechargeModal .modal-dialog {
    margin-top: 30%;
}
.is_show_tips {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px 30px;
    position: relative;
}
.is_show_tips .close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    display: block;
    padding: 3px;
}
.is_show_tips .close:hover .show_tips_close,
.is_show_tips .close:hover .show_tips_close::after {
    background: #409eff;
}
.is_show_tips .show_tips_close {
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #909399;
    transform: rotate(45deg);
}
.is_show_tips .show_tips_close::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #909399;
    transform: rotate(-90deg);
}
.is_show_tips div:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    color: #313233;
    line-height: 23px;
}
.is_show_tips div:nth-child(3),
.is_show_tips div:nth-child(4) {
    font-size: 14px;
    font-weight: 400;
    color: #626366;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}
.is_show_tips div:nth-child(5) {
    margin: 40px 0 32px 0;
    width: 220px;
    height: 36px;
    background: #fa4632;
    box-shadow: 0 2px 10px 1px rgb(225 46 26 / 30%);
    border-radius: 6px 6px 6px 6px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#loginModal .modal-content {
    max-width: 360px;
    margin: 0 auto;
}
#loginModal .modal-header {
    padding: 20px 20px 10px;
    flex-direction: column;
    border: none;
}
#loginModal .modal-header .loginTitle {
    line-height: 24px;
    color: #313233;
    font-size: 20px;
    font-weight: 500;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}
.headwrap .el-dialog__headerbtn {
    top: -32px;
    right: -32px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
}
.WeChatwrap {
    height: 460px;
    font-size: 12px;
    color: #939599;
    margin: 0 auto 0 auto;
    position: relative;
}
.WeChatwrap .title {
    text-align: center;
    font-size: 16px;
    letter-spacing: 4px;
}
.WeChatwrap .title span {
    color: #626366;
    letter-spacing: 1px;
}
.WeChatwrap .wxbox .weixin_qrcode {
    position: absolute;
    //background: url(../images/wechat.png) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    top: 33%;
    left: 45%;
}
.WeChatwrap .wxtimeout {
    width: 78%;
    height: 54%;
    left: 40px;
    top: 52px;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 160px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WeChatwrap .wxtimeout span {
    font-size: 14px;
}
.WeChatwrap .wxtimeout span i {
    color: #ffab00;
}
.WeChatwrap .wxbox {
    width: 100%;
    height: 310px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.WeChatwrap .wxbox iframe {
    margin-top: -35px;
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.WeChatwrap .other_login {
    margin: 6px 36px 20px;
}
.WeChatwrap .other_login .title {
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
    height: 14px;
    position: relative;
}
.WeChatwrap .other_login .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    z-index: 1;
    top: 8px;
}
.WeChatwrap .other_login .title span {
    display: inline-block;
    height: 14px;
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    color: #626366;
    letter-spacing: 1px;
}
.WeChatwrap .other_login .loginbox {
    text-align: center;
    margin: 20px 0;
}
.WeChatwrap .other_login .loginbox .qq-icon {
    cursor: pointer;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #f4f6f9;
    margin: 0 15px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    background: url(../images/qq.png) no-repeat;
    background-size: 24px 24px;
    background-position: center;
    background-color: #f4f6f9;
}
#loginModal .headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    top: -32px;
    right: -32px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
}

.ub-chat:hover .footer_img_hover {
    display: block;
}

.ub-favorites:hover .footer_img_favorites {
    display: block;
}

.addfavorites .pos_favorites {
    position: absolute;
    top: 60px;
    padding: 10px 8px;
    left: -60px;
    color: #fff;
    background-image: url(../images/icon7.png);
    background-size: 100% 100%;
    text-align: center;
    display: none;
    font-size: 12px;
    align-items: center;
}

.pos_favorites img {
    vertical-align: top;
    width: 28px;
    height: 18px;
    padding-right: 8px;
}

.vipUser {
    display: none;
}

.copy {
    width: 12px;
    height: 12px;
    background: url(../images/copy.png) no-repeat;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: 10px 20px;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
}

.toliet {
    margin: 0 auto;
}

.editInput {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    padding: 5px 10px;
    border: none;
    background: #f5f7fa;
}
.input-box {
    margin: 20px 0;
}
.input-box input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 20px;
    font-size: 14px;
    border: none;
    background: #f5f7fa;
}
.input-box .code-item {
    position: relative;
}
.input-box .get-code {
    position: absolute;
    right: 0;
    top: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fa4632;
    right: 8px;
    cursor: pointer;
}

.recordInfo .deleteBtn {
    height: 24px;
    width: 48px;
    font-size: 12px;
    padding: 0;
    vertical-align: top;
}

.box .header .mibu {
    display: inline-block;
    position: relative;
    height: 70px;
}
.box .header .mibu .head_pic,
.box .header .mibu .head_pic img,
.box .header .mibu .head_pic u {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
}
.box .header .mibu .head_pic {
    margin: 18px 8px;
    border-radius: 50%;
    font-size: 14px;
    overflow: hidden;
    display: block;
    float: left;
    cursor: pointer;
}
.box .header .btn,
.box .header .nkname {
    font-size: 12px;
    display: block;
    float: left;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    margin: 15px 4px 0;
    color: #fff;
}
.vipBox.box .header .nkname {
    color: #000;
}
.box .header .mibu:hover .pos_absolute {
    display: block;
}
.box .header .mibu:hover .pos_absolute:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: -7px;
    transform: rotate(45deg);
    z-index: 4;
}
.box .header .mibu .pos_absolute {
    position: absolute;
    top: 70px;
    padding: 17px 12px 0;
    box-sizing: border-box;
    right: 0;
    width: 300px;
    height: 195px;
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    display: none;
    z-index: 5;
}
.box .header .mibu .pos_absolute .pos_name {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.box .header .mibu .pos_absolute .card_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.box .header .mibu .pos_absolute .card_img img {
    width: 100%;
    height: 100%;
}
.box .header .mibu .pos_absolute .mar-l-10 {
    text-align: left;
    margin-left: 10px;
}
.box .header .mibu .pos_absolute .mar-l-10 .card_username {
    color: #252729;
    font-size: 14px;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box .header .mibu .pos_absolute .mar-l-10 .card_uid {
    color: #959699;
    font-size: 12px;
}
.box .header .mibu .pos_absolute .mar-l-10 .card_uid img {
    cursor: copy;
}
.box .header .mibu .pos_absolute .card_vip {
    color: #ff5b2f;
    font-size: 12px;
}

.box .header .mibu .pos_absolute .card_activity {
    width: 100%;
    height: 60px;
    background: linear-gradient(89deg, #fe5881, #ffa785);
    border-radius: 6px;
    margin: 14px 0 16px 0;
    padding: 12px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box .header .mibu .pos_absolute .card_activity .card_discount {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}
.box .header .mibu .pos_absolute .card_activity .card_discount .card_prize {
    font-size: 16px;
}
.box .header .mibu .pos_absolute .card_activity .card_transform_num {
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    line-height: 20px;
}
.box .header .mibu .pos_absolute .card_activity .card_open_vip {
    width: 77px;
    height: 26px;
    background: #fff;
    border-radius: 20px;
    font-weight: 600;
    color: #fa4632;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.box .header .mibu .pos_absolute .card_function {
    display: flex;
}
.box .header .mibu .pos_absolute .card_function .card_time,
.box .header .mibu .pos_absolute .card_function .card_usercenter {
    width: 91px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.box .header .mibu .pos_absolute .card_function .card_time img,
.box .header .mibu .pos_absolute .card_function .card_usercenter img {
    width: 95%;
    height: 95%;
    vertical-align: middle;
    object-fit: cover;
}
.box .header .mibu .pos_absolute .card_function .card_quite {
    width: 91px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.box .header .mibu .pos_absolute .card_function .card_quite img {
    width: 98%;
    height: 98%;
    vertical-align: middle;
    object-fit: cover;
}

.box .header .mibu .pos_absolute .card_function .card_time:after,
.box .header .mibu .pos_absolute .card_function .card_usercenter:after {
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
}

.webuploader-pick {
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
}

.progress {
    text-align: center;
    align-items: center;
    height: 23px;
    position: relative;
}
.progress-bar {
    height: 100%;
    background-color: rgb(25, 191, 151);
}
.progress span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#thelist .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    display: flex;
}
#thelist .cell .listDownload {
    color: rgb(25, 191, 151);
    cursor: pointer;
    display: none;
    margin: 0 2.5px;
}
#thelist .cell .listDetele {
    color: rgb(255, 110, 28);
    cursor: pointer;
    margin: 0 2.5px;
}
#feedback .modal-dialog {
    max-width: 620px;
    margin: 0 auto;
    margin-top: 10%;
}
#feedback .modal-title {
    font-size: 18px;
    font-weight: 500;
}
#feedback .modal-body p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
#feedback .text-box {
    position: relative;
}
#feedback textarea {
    width: 100%;
    border: none;
    background: #f5f7fa;
    padding: 8px 15px;
    outline: none;
}
#feedback .textarea-num {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
#feedback .input-box {
    font-size: 14px;
}
#feedback .input-box input {
    margin-top: 10px;
    outline: none;
}
#feedback .modal-footer button {
    width: 80px;
    height: 28px;
    padding: 0;
    text-align: center;
    background: none;
    border: none;
    color: #000;
    outline: none;
    border: 1px solid rgb(188, 188, 188);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}
#feedback .modal-footer button.btn-primary {
    background-color: rgb(250, 73, 31);
    border-color: rgb(250, 73, 31);
    color: #fff;
}
