:root {
    --primary-color: #E72E12;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
i,
a,
ul,
ol,
dl,
dt,
dd,
li,
td,
input,
select,
textarea,
form,
table {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

em {
    font-style: normal;
}

body {
    min-width: 1200px;
}

li,
img {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    color: #333;
    cursor: pointer;
}

img {
    width: 100%;
    height: 100%;
}

input,
textarea {
    resize: none;
    border: none;
    background: none;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

body {
    background-color: #f2f2f2;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
}

.cr {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.bd {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.red {
    color: #e4393c;
}

.green {
    color: #5fb878;
}

.gray {
    color: #999;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.txtLine {
    text-decoration: line-through;
}

#header {
    height: 151px;
}

.haveLogo {
    height: 31px;
}

.mainLogo {
    margin-top: 25px;
    width: 255px;
    height: 58px;
    /* margin-right: 30px; */
}

.topLine {
    height: 30px;
    line-height: 30px;
    background: #EFEFEF;
}


/* 头部line */

.front-topline #cash {
    color: #fff;
    font-weight: normal;
}

#cash {
    color: #333;
}

.topLine a {
    color: #333;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.topLine .layui-icon-logout {
    color: #fff;
    margin-right: 5px;
}

/* .topLine span { */
    .topLine {
    color: #333;
    margin: 0px;
    /* opacity: 0.5; */
}

.topLine .lt {
    color: #333;
}

.topLink {
    color: #fff;
    font-size: 20px;
    margin-left: 60px;
    font-weight: bolder;
    vertical-align: middle;
}

.topLink:nth-of-type(1) {
    /* margin-left: 10px;
    margin-top: 14px; */
    margin-left: 18px;
    margin-top: 22px;
}

.topHeader .arrow {
    position: absolute;
    left: 325px;
    bottom: 0px;
    border: 10px solid rgba(255, 255, 255, 0);
    border-bottom: #fff solid 10px;
    width: 0;
    height: 0;
}

.topHeader .w1200 {
    padding-top: 29px;
    height: 85px;
    position: relative;
}

.topLink:hover {
    color: #fff;
    opacity: 1;
}

.layui-form-label span {
    color: #FD1718;
}

.bgWhite {
    background-color: #fff
}

#footer.login {
    background-color: #fff;
}

#footer.login a,
#footer.login p {
    color: #333;
    font-size: 14px;
}

.w885 {
    width: 885px;
}

.w293 {
    width: 293px;
}


/* 底部导航 */

#globalnav {
    padding: 35px 0 20px 0;
    border-bottom: 1px solid #373737;
    height: 208px;
    background-color: #eaeaea;
}

#globalnav dt {
    font-size: 16px;
    color: #000;
}

#globalnav dd {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}

#globalnav dd a {
    color: #000;
}

#globalnav dl {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    box-sizing: border-box;
}

#globalnav h4,
#globalnav h5,
#globalnav h6 {
    color: #fff;
    text-align: center;
}

#globalnav h5 {
    font-size: 16px;
    margin-top: 20px;
}

#globalnav h6 {
    margin-top: 10px;
}

/* 底部 */

#footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    /* height: 128px; */
    min-height: 52px;
    text-align: center;
}

#footer .w100 {
    padding-bottom: 10px;
}

#footer p {
    color: #ccc;
    margin-top: 12px;
}

#footer a {
    color: #ccc;
}

#footer span {
    color: #666;
    margin: 0 10px;
}


/* 导航 */

#navigat {
    display: inline-block;
    vertical-align: middle;
}

#navigat li {
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    /* margin-right: 45px; */
    vertical-align: middle;
    width: 100px;
    text-align: center;
}

#navigat li.active {
    /* border: 2px solid red; */
    background-color: var(--primary-color);
}

#navigat li.active a {
    color: #fff;
}

#navigat li.active a:hover {
    color: #fff;
}

#navigat li a {
    font-weight: 600;
    font-size: 16px;
}

#navigat li a:hover {
    color: red;
}

/* 头部 */

#indexLogo {
    display: inline-block;
}

#indexLogo img {
    width: auto;
    height: 60px;
}


/* 子账号头部 */

#backLogo img {
    height: 100%;
    width: auto !important;
}


/* 
#indexLogo a {
    display: inline-block;
    width: 173px;
    height: 56px;
    overflow: hidden;
}

#indexLogo a  img {
    width: 300px;
    height: 56px;
} */

.topHeader #indexLogo a {
    display: inline-block;
    width: 173px;
    height: 56px;
    overflow: hidden;
}

.topHeader #indexLogo a img {
    width: 300px;
    height: 56px;
}

.topHeader {
    position: relative;
    height: 114px;
    background: #FD1718;
}

.topLogo {
    width: 141px;
    height: 60px;
    display: block;
    margin-top: 5px;
}

.content {
    /* background: #fff; */
    /* padding: 20px 0 40px; */
}

.leftNav {
    background: #fff;
    width: 254px;
    /* border: 1px solid #e8e8e8; */
}

.leftNav h3 {
    font-weight: bold;
    text-indent: 15px;
    padding-top: 15px;
    /* line-height: 38px; */
    /* height: 38px; */
    background: #fff;
    border-top: 1px solid #D1D1D1;
    font-size: 18px;
}

.leftNav h3:nth-child(1) {
    border-top: 0 none;
}

.leftNav a {
    display: block;
    padding-left: 55px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    position: relative;
    color: #333;
}

.leftNav a:hover {
    background: #fafafa;
    color: #FD1718;
}

.leftIco {
    position: absolute;
    left: 35px;
}

.leftNav a:hover .leftIco {
    color: #FD1718;
}

.order .orderLink,
.order .orderLink .leftIco,
.personal .personalLink,
.personal .personalLink .leftIco,
.helpList .helpListLink,
.helpList .helpListLink .leftIco,
.account .accountLink,
.account .accountLink .leftIco,
.address .addressLink,
.address .addressLink .leftIco,
.bankroll .bankrollLink,
.bankroll .bankrollLink .leftIco,
.surplus .surplusLink,
.surplus .surplusLink .leftIco,
.footmark .footmarkLink,
.footmark .footmarkLink .leftIco,
.follow .followLink,
.follow .followLink .leftIco,
.followShop .followShopLink,
.followShop .followShopLink .leftIco,
.appraise .appraiseLink,
.appraise .appraiseLink .leftIco,
.invoice .invoiceLink,
.invoice .invoiceLink .leftIco,
.return .returnLink,
.return .returnLink .leftIco,
.cart .cartLink,
.cart .cartLink .leftIco,
.messageDone .messageDoneLink,
.messageDone .messageDoneLink .leftIco,
.messageWait .messageWaitLink,
.messageWait .messageWaitLink .leftIco,
.message .messageLink,
.message .messageLink .leftIco,
.invoiceApply .invoiceApplyLink,
.invoiceApply .invoiceApplyLink .leftIco,
.applyInvoice .applyInvoiceLink,
.applyInvoice .applyInvoiceLink .leftIco,
.matter .matterLink,
.matter .matterLink .leftIco,
.matterWait .matterWaitLink,
.matterWait .matterWaitLink .leftIco,
.matterDone .matterDoneLink,
.matterDone .matterDoneLink .leftIco,
.invoiceList .invoiceListLink,
.invoiceList .invoiceListLink .leftIco,
.statement .statementLink,
.statement .statementLink .leftIco,
.headQ .headquarters,
.headQ .headquarters .leftIco {
    color: #ee1f23;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em,
.layui-form-select dl dd.layui-this {
    background: #ff0000;
}

.rightNr {
    background-color: #fff;
    width: 925px;
    border: 1px solid #e8e8e8;
    min-height: 622px;
    margin-top: 16px;
    min-height: 1028px;
    margin-bottom: 27px;
    padding-bottom: 10px;
}


/* .rightNr .layui-tab-title {
    height: 49px;
}

.rightNr .layui-tab-title .layui-this:after {
    height: 50px;
}

.rightNr .layui-tab-brief>.layui-tab-title .layui-this{
    font-size: 16px;
}
.rightNr .layui-tab-title li {
    font-size: 16px;
} */

.rightNr .layui-table-page {
    text-align: center;
}

.rightNr .layui-table-header tr {
    height: 45px;
    /* background-color: #FF191A; */
    background-color: #f2f2f2;
}

.rightNr .layui-table-header tr .layui-table-cell {
    /* color: #fff; */
    color: #333237;
    font-size: 14px;
    font-weight: 600;
}

.rightNr .searchForm {
    /* overflow: hidden; */
    position: relative;
    height: 80px;
    border-top: 1px solid #fff;
}

.rightNr .searchForm .layui-form-item {
    margin: 20px 20px 0 0;
}

.p20 {
    padding: 0 20px;
}

.bg-gray {
    background: #fafafa;
    color: #999;
}

.isLoginPrice a:hover {
    color: #FD1718;
}

.isLoginPriceWhite a:hover {
    /* color: #fff; */
}

.layui-tab-title {
    padding: 0 20px;
    margin-bottom: 20px;
}

.layui-tab-brief>.layui-tab-title .layui-this,
.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #FD1718;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    font-weight: 900;
    font-size: 14px;
    color: #333;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #fd1718;
}

.layui-table,
.layui-table-view {
    margin: 0;
}

.formBox {
    width: 420px;
    margin-top: 20px;
}

.markedWords {
    background: #fff5f0;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.markedWords p {
    color: #FD1718;
    line-height: 20px;
}

.layui-btn.w100 {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.sendCode {
    width: 106px;
    text-align: center;
}

.layerBox {
    display: none;
    padding: 30px 50px 0 0;
}

.layui-tab-content {
    padding: 20px;
}

.layui-table-view .layui-table td {
    padding: 10px 0;
}

tbody .layui-table-cell {
    /* height: auto;
    line-height: normal; */
}


/* 表格样式自适应 */

.tbody .layui-table-cell {
    height: auto;
    line-height: normal;
}

.layerBox .talkImg {
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

.talkImg {
    width: 72px;
    height: 72px;
    margin-right: 5px;
}

.goods-item {
    padding-left: 80px;
    position: relative;
    min-height: 72px;
    text-align: left;
}

.goods-item .red {
    font-weight: bold;
    margin-right: 10px;
}

.goods-item .gray {
    font-size: 12px;
}

.mt5 {
    margin-top: 5px;
}

.goodsImg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
}

.goodsImg img {
    width: 100%;
    height: 100%;
}

.goodsName {
    height: 54px;
    line-height: 18px;
}


/* .layui-table-cell, */

.layui-table-tool-panel li {
    white-space: break-spaces;
}

.lineArea .layui-inline {
    margin-right: 2%;
    float: left;
    width: 23.5%;
}

.lastSelect {
    margin-right: 0;
}

.layui-form-checked[lay-skin="primary"] i,
.layui-layer-btn .layui-layer-btn0 {
    border-color: #FD1718 !important;
    background-color: #FD1718 !important;
}

.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-btn-primary:hover {
    border-color: #FD1718
}

.store-search {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background-color: #FD1718;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.store-search:hover {
    color: #fff;
    opacity: 0.7;
}


/* .leftNav .auditingLink,
.leftNav .alreadyLink,
.leftNav .messageLink,
.messageCenter {
    display: none;
} */

.g-search {
    position: relative;
    width: 624px;
    /* margin: 24px 0 0 50px; */
}

.search_right {
    padding: 30px 0 0 79px;
    display: flex;
    justify-content: space-between;
}

.search-keyword-box {
    width: 80%;
    float: left;
    border: 2px solid #FD1718;
    border-right: none;
    height: 42px;
    position: relative;
}

#hotWord {
    display: none;
    position: absolute;
    top: 44px;
    width: 100.3%;
    left: -2px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 998;
}

#hotWord a {
    width: 94%;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 3%;
}

#hotWord a:hover {
    background: #f0f0f0;
}

.search-keyword-box input {
    line-height: 40px;
    height: 40px;
    border: none;
    background: none;
    width: 100%;
    padding: 0 3%;
}

.search-btn {
    background: var(--primary-color);
    height: 46px;
    line-height: 46px;
    float: left;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 18%;
    font-size: 16px;
    z-index: 4;
    position: relative;
}

.search-btn:hover {
    opacity: 0.7;
}

.search-hotwords {
    width: 100%;
    padding-top: 5px;
}

.search-hotwords a {
    color: #666;
    margin-right: 10px;
    font-size: 12px;
}

.search-hotwords a:hover {
    color: #FD1718;
}

.cartBtn {
    display: inline-block;
    border: 2px solid #FFF;
    color: #FFF;
    background: var(--primary-color);
    height: 42px;
    line-height: 38px;
    padding: 0 18px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    margin-left: 6px;
}

.cartBtn:hover {
    color: #FFF;
}

.cartBtn .cartNum {
    background: #FD1718;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: -7px;
    top: -10px;
    border-radius: 50%;
    color: #fff;
}

.layui-table-view .layui-table {
    width: 100%;
}


/* #top {
    padding: 10px 0;
} */

#navLine {
    /* border-bottom: 2px solid #FD1718; */
    /* height: 54px; */
    margin: 0 auto;
}

.bottom_line {
    border-bottom: 2px solid #eee;
}

#crumbs .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    vertical-align: baseline;
}

#crumbs .breadcrumb strong a {
    display: inline;
    font-weight: 700;
    line-height: 20px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #666
}

#crumbs {
    background: #f2f2f2;
}

.classifyTop {
    width: 291px;
    height: 54px;
    background: var(--primary-color);
    color: #fff;
    line-height: 54px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
}

.classifyTop span {
    font-size: 16px;
}

.classifyBox {
    position: relative;
    z-index: 15;
}

.classifyList {
    border-top: 2px solid var(--primary-color);
    display: none;
    position: absolute;
    top: 54px;
    width: 291px;
    min-height: 300px;
    background: rgba(0, 0, 0, 0.8);
}

.classifyList li {
    width: 100%;
    float: left;
}

.classifyContent {
    display: none;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 291px;
    width: 907px;
    padding: 20px;
    border: 1px solid #e78f1d;
    min-height: 300px;
    max-height: 700px;
    overflow-y: auto;
}

.classifyContent a {
    color: #333;
}

.classifyList li:hover {
    background: #FD1718;
}

.classifyList li:hover .classifyContent {
    display: block;
}

.classifyName {
    color: #fff;
    font-size: 14px;
    /* font-weight: bold; */
    height: 38px;
    line-height: 38px;
    width: 100%;
    text-indent: 18px;
    cursor: pointer;
}

.childrenRow {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.childrenRow a:hover {
    color: #FD1718;
}

.classifyBox:hover .classifyList {
    display: block;
}

.childrenName {
    width: 200px;
    height: 30px;
    /* line-height: 30px; */
}

.childrenName a {
    color: #333;
    font-weight: 700;
}

.childrenContent {
    width: 800px;
    padding: 2px 0;
}

.childrenContent span {
    display: inline-block;
    border-left: #e5e5e5 solid 1px;
    padding: 0 10px;
    height: 16px;
    line-height: 16px;
    margin: 5px 0;
}

.diffWrap {
    position: fixed;
    width: 1200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 188px;
    background: #fff;
    border: 1px solid #CBCBCB;
    border-bottom: 0 none;
    z-index: 20;
}

.diffTitle {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.hideDiff {
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: #005aa0;
    font-size: 14px;
    cursor: pointer;
}

.dangerDiff {
    height: 27px;
    margin-top: -29px;
    line-height: 27px;
    color: #c00;
    border: 1px solid #db9a9a;
    background: #ffe8e8;
    text-align: center;
    transition: all 1s;
    opacity: 0;
}

.clearDiff {
    color: #005aa0;
}

.clearDiff:hover {
    color: #005aa0;
}

.diff_options {
    position: absolute;
    width: 145px;
    height: 96px;
    right: 0;
    z-index: 3;
    background: #fff;
    top: 48px;
    padding: 22px 0;
    text-align: center;
}

.diff_collect {
    height: 140px;
    width: 1150px;
    border-top: 1px solid transparent;
    width: 1320px;
}

.diff_item {
    cursor: pointer;
    position: relative;
    float: left;
    width: 254px;
    height: 75px;
    padding: 7px 0 0 8px;
    margin-top: 22px;
    border-right: 1px dashed #D6D6D6;
}

.diff_item i {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
}

.diff_img {
    float: left;
    width: 74px;
    height: 74px;
    border: 1px solid #fafafa;
    margin-left: 16px;
}

.diff_describe {
    padding-left: 15px;
    width: 110px;
    height: 76px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
}

.diff_btn {
    background: #FF4419;
    color: #fff;
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.diff_btn:hover {
    color: #fff;
}

.clearDiff {
    display: block;
    font-size: 14px;
    margin-top: 15px;
}

.lightBack {
    background: #EDEDED;
}

.dropdown {
    display: inline-block;
    position: absolute;
}


/* 前台公共样式 */

.front-topline {
    height: 30px;
    line-height: 30px;
    background-color: #282828;
    color: #fff;
    /* border-bottom: 1px solid #DBC2B5; */
}

.front-topline a {
    color: #fff;
}

.front-search {
    height: 90px;
    padding-bottom: 20px;
}

.background {
    background-color: rgba(255, 255, 255, .5);
}

.position-relative {
    position: relative;
    display: inline-block;
    height: 100%;
}

.erCode {
    box-sizing: border-box;
    z-index: 5;
    position: absolute;
    display: none;
    width: 120px;
    height: auto;
    background: #fff;
    border: 1px solid #c4c4c4;
    left: 0;
    text-align: center;
    padding: 20px 0px 5px;
    transform: translateX(-10px);
}

.erCode p:nth-of-type(1) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.erCode img {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.themBg {
    background: #FD1718;
    color: #fff;
}

.themColor {
    color: #FD1718;
}

.templateNull {
    width: 100%;
    height: 450px;
    background: url(../img/empty4.png) no-repeat center 100px;
    text-indent: 10px;
    line-height: 560px;
    color: #999;
    text-align: center;
}


/* 没有待办 ,没有消息*/

.nomatter,
.noDataImg {
    width: 100%;
    height: 450px;
    background: url(../img/empty11.png) no-repeat;
    background-size: 24%;
    background-position: center;
    text-indent: 10px;
    line-height: 650px;
    color: #999;
    text-align: center;
}


/* 暂无数据 */

.noDataImg {
    background: url(../img/empty8.png) no-repeat;
    background-size: 24%;
    background-position: center;
}

.reasonTag {
    margin-bottom: 8px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 36px;
    padding: 0 10px;
    line-height: 34px;
    margin-right: 15px;
    background-color: #fef0f0;
    display: inline-block;
    font-size: 14px;
    color: #f56c6c;
    border: 1px solid #fef0f0;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.rejectRaeason li,
.rejectOrderRaeason li {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.redIcon {
    background: #FD1718;
    color: #fff;
    border-radius: 50%;
    transform: translate(2px, -5px);
}

.isLoginPrice a {
    font-size: 14px;
}

.color {
    color: #FD1718;
}

.bgcolor {
    background: #FD1718;
    color: #fff;
}

.layui-layer-title {
    /* background: #FD1718; */
    /* color: #fff; */
}

.layerBox {
    padding: 20px 0 0;
}

.layui-btn-danger {
    background: #FD1718;
}

.layui-layer.layui-layer-loading .layui-layer-content {
    width: 84px;
    height: 84px;
    background: url(../img/moreLoad.gif) no-repeat;
    background-size: 100% 100%;
}

.layui-tab-title li {
    padding: 0;
    margin-right: 10px;
}

.layui-tab-title .redIcon.layui-badge {
    position: absolute;
    padding: 0;
}

.layui-badge {
    width: 20px;
    height: 20px;
    padding: 0;
}

.layui-layer-content {
    padding-right: 20px;
}

body .layui-layer-dialog {
    max-width: 360px;
    min-width: 360px;
}

.code-static {
    float: right;
    width: 90px;
    height: 90px;
    vertical-align: top;
}

/* .companyRole {
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
} */

.role-dropdown {
    position: relative;
    /* position: absolute;
    top: 10px;
    right: 10px; */
}

.role-button {
    /* background-color: #007BFF; */
    color: red;
    /* padding: 10px 15px; */
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.role-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 200px;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.role-options a {
    color: #000;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
}

.role-options a:hover {
    background-color: #f1f1f1;
}

/* .role-dropdown:hover .role-options {
    display: block;
} */
.role-container {
    display: inline-block;
    /* align-items: center; */
    /* background-color: #007BFF; */
    color: white;
    /* padding: 10px 15px; */
    border: none;
    cursor: pointer;
    margin-right: 10px;
}
.role-text{
    color: #e72e12;
}
.role-icon {
    color: #e72e12;
    font-size: 12px;
}

.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.footerBox{
    display: flex;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .footerItem{
    display: flex;
    /* width: 25%; */
  }
  .footerItem img{
    width: 58px;
    height: 58px;
    margin-right: 10px;
  }
  .footerItem .title{
   font-size: 20px;
   color: var(--primary-color);
  }
  .footerItem .desc{
    font-size: 14px;
    color: #000;
    margin-top: 5px;
   }
   .footerMain{
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    margin-bottom: 40px;
   }
   .footerMain span{
    margin: 0 15px;
   }
   
   .search-results{
        position: absolute;
        top: 45px;
        width: 480px;
        padding: 10px;
        background-color: #ffffff;
        border: 1px solid #e6e6e6;
        max-height: 500px;
        z-index: 9999;
        overflow-y: auto;
    }

    .search-results a{
        display: block;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .search-results a:last-child{
        margin-bottom: 0;
    }

    .helpList .help-item {
        height: 58px;
        line-height: 58px;
        padding: 0 20px;
        border-bottom: 1px dashed #ededed;
        font-size: 14px;
        cursor: pointer;
    }
    .helpList .videoBox {
        width: 800px;
        height: 500px;
        /* background-color: red; */
        margin: 0 auto;
    }