/*定义引入的数字字体*/

/* @font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "shuzi";
    src: url("../fonts/shuzi.ttf") format("ttf"), url("../fonts/shuzi.woff2") format("woff2");
} */

/*定义引入的苹方字体标准版*/

/* @font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "pingFangRegular";
    src: url("../fonts/pingFangRegular.ttf") format("ttf"), url("../fonts/pingFangRegular.woff2") format("woff2");
} */

/* @font-face { font-weight: normal; font-style: normal; font-family: "pingFangRegular"; src: url("../fonts/pingFangRegular.ttf") format("ttf")} */

/*定义引入的苹方字体加粗版*/

/* @font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "pingFangBold";
    src: url("../fonts/pingFangBold.ttf") format("ttf"), url("../fonts/pingFangBold.woff2") format("woff2");
} */

/*去除vue的闪屏*/

[v-cloak] {
    display: none !important;
}

/*初始元素*/

html,
body {
    font-size: 16px;
    color: #333;
    word-break: break-word;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-family: "pingFangRegular";
}

table {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

ol,
ul,
li {
    list-style: none;
}

span,
i,
b {
    display: inline-block;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    -webkit-transition: color, border, background 0.3s;
    -o-transition: color, border, background 0.3s;
    transition: color, border, background 0.3s;
}

img {
    display: inline-block;
    vertical-align: middle;
}

/*文字段落*/

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.tal {
    text-align: left !important;
}

.taj {
    text-align: justify !important;
}

.touper {
    text-transform: uppercase;
}

.tolower {
    text-transform: lowercase;
}

.tocapit {
    text-transform: capitalize;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

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

.dot {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    animation: none;
}

.dot2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    animation: none;
}

.dot3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    animation: none;
}

.dot4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    animation: none;
}

.bgcov,
.bg100 {
    display: block;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.bgcov {
    background-size: cover !important;
}

.bg100 {
    background-size: 100% 100% !important;
}

.imgcov {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*表单*/

input,
button {
    display: inline-block;
    background: none;
    -webkit-appearance: none;
}

input,
textarea,
select,
button,
fieldset,
object {
    -moz-appearance: none;
    outline: none;
    -moz-outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
}

button[type="submit"],
button[type="reset"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal,
input::-o-clear {
    display: none;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

input::-moz-placeholder {
    color: #aaa;
}

input:-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder {
    color: #aaa;
}

/*图片缩放*/

.anisca {
    cursor: pointer;
    overflow: hidden;
}

.anisca img {
    cursor: pointer;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.anisca:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/*图片上浮*/

.anitop {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.anitop:hover {
    -webkit-transform: translate3d(0, -3%, 0);
    transform: translate3d(0, -3%, 0);
    cursor: pointer;
}

/*图片旋转*/

.anirot {
    cursor: pointer;
    overflow: hidden;
}

.anirot img {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.anirot:hover img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*定义版心*/

.banxin1080 {
    width: 1080px;
    margin: 0 auto;
}

.banxin1200 {
    width: 1200px;
    margin: 0 auto;
}

.banxin1280 {
    width: 1280px;
    margin: 0 auto;
}

/*定义间距*/

.padxx0 {
    padding: 40px 0 !important;
}

.magxx0 {
    margin: 40px 0 !important;
}

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

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

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

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

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

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

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

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

/*临时备用*/

.br1 {
    border: 1px solid red !important;
}

.br2 {
    border: 1px solid orange !important;
}

.bg1 {
    background: pink !important;
}

.bg2 {
    background: orange !important;
}

/*美化滚动条*/

::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

/*解决layer弹窗组件的文字颜色*/

.layui-layer {
    z-index: 98765432110 !important;
}

.layui-layer-content {
    color: #fff !important;
}

.layui-m-layercont {
    color: #fff !important;
}

.layui-layer-content.layui-layer-padding {
    color: #333 !important;
}

/*解决elementUI按钮的文字颜色*/

.el-button span {
    color: #fff;
}

.el-button i {
    color: #fff;
}

/*flex模拟space-evenly的效果*/

.flexEvenly {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexEvenly::before {
    content: "";
    display: block;
}

.flexEvenly::after {
    content: "";
    display: block;
}

/*flex让元素绝对居中 1/2*/

.flexCenter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*flex让元素绝对居中 2/2*/

.flexinLineCenter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*flex左右分散对齐*/

.flexBetween {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*公共类标题文字(左侧一个大标题文字和一段描述文字)*/

.commTitles {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.commTitles .fls {
    display: flex;
    align-items: center;
}

.commTitles .fls .p1 {
    font-size: 28px;
    color: #333;
    font-family: "pingFangBold";
}

.commTitles .fls .p2 {
    font-size: 14px;
    color: #666;
    padding-left: 20px;
}

/*公共类标题文字(左侧一个大标题文字和一段描述文字)--居中*/

.commTitlesCenter .fls {
    display: block;
    text-align: center;
}

.commTitlesCenter .fls .p2 {
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
}

/*公共类标题文字，左右是箭头图片，中间是某某服务，这是“早鸽精选”的分类标题文字*/

.commTitleJianTou {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.commTitleJianTou img {
    width: 74px;
    height: 14px;
}

.commTitleJianTou span {
    font-size: 20px;
    color: #666;
    font-family: "pingFangBold";
    padding: 0 20px;
}

/* 清除浮动 */

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

/* 登录弹窗开始 */
.login-pop-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.158);
    z-index: 99999;
}

.login-pop {
    width: 669px;
    height: 391px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    position: relative;
    border-radius: 6px;
}

.login-pop>span {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: #999999;
}

.login-pop .left {
    flex: 0.4;
    background-image: url('../images/login_bg.png');
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center;
}

.login-pop .left img {
    width: 97px;
    height: 24px;
    margin-top: 29px;
}

.login-pop .right {
    flex: 0.6;
    padding: 45px 55px 40px 55px;
}

.login-pop .login {
    margin-top: 36px;
    margin-bottom: 17px;
    width: 100%;
    height: 38px;
    background-color: #3669EC;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.login-pop .tip {
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin-bottom: 32px;
}

.login-pop .tip.forget {
    color: #1450EB;
    cursor: pointer;
}

.login-pop .right .el-input__prefix,
.el-input__suffix {
    line-height: 40px;
}

.login-pop .right .el-input__suffix img {
    cursor: pointer;
}

.login-pop .right .icon {
    width: 20px;
    height: 20px;
}

.login-pop .right .back {
    position: absolute;
    top: 15px;
    left: 250px;
    cursor: pointer;
}

.login-pop .right .forget-title {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 17px;
}

.login-pop .right .help {
    color: #818EAF;
    font-size: 12px;
    text-align: center;
}

.login-pop .right .forget-submit {
    background-color: #3669EC;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
}

.login-pop .right .forget-input,
.login-pop .right .forget-code {
    margin-bottom: 12px;
}

.login-pop .right .back i {
    font-size: 12px;
    transform: rotateZ(90deg);
}

.login-pop .right .back i,
.login-pop .right .back span {
    font-size: 14px;
    color: #1450EB;
}

.login-pop .right .rule {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-pop .right .rule p {
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.login-pop .right .rule a {
    font-size: 12px;
    color: #3669EC;
}

.login-pop .right .el-tab-pane>div:not(:last-of-type) {
    margin-bottom: 22px;
}

.login-pop .right .code {
    display: flex;
}

.login-pop .right .code button {
    width: 40%;
    background-color: #F5F5F5;
    color: #666666;
    font-size: 12px;
    border: 1px solid #F5F5F5;
    margin-left: 8px;
}

.login-pop .right .el-tabs__nav-wrap::after {
    display: none;
}

.login-pop .right .el-tabs__nav-scroll {
    display: flex;
    justify-content: center;
}

.login-pop .right .el-tabs__item {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

.login-pop .right .el-tabs__item.is-active {
    color: #3669EC;
}

.login-pop .right .el-tabs__active-bar {
    background-color: #3669EC;
    height: 1px;
}

/* 登录弹窗结束 */


/* 公用title */
.common-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 36px 0 30px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-title a {
    display: inline-block;
    cursor: pointer;
    width: 90px;
    height: 36px;
    background: #3669ec;
    opacity: 1;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
}

.common-title span {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #999999;
}

.common-title .tips {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.common-title .tips .tips-text {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #818eaf;
    display: flex;
    align-items: center;
}

.common-title .tips .tips-text img {
    margin-left: 10px;
}

/* 成功提示 */
.success-show {
    width: 100%;
    text-align: center;
    padding-top: 108px;
}

.success-show img {
    display: inline-block;
}

.success-show p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin: 29px 0 8px;
}

.hide {
    display: none !important;
}

/* 公用表格 */
.order-box {
    width: 95%;
    /* border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5; */
    margin: 24px 37px 70px 14px;
}

.order-box .order {
    display: flex;
    align-items: center;
}

.order-box .order img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    margin-right: 20px;
}

.order-box .order .order-num {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.order-box .order .order-num span {
    display: block;
    width: 146px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-box .time {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.order-box .price {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}

.order-box .staus {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
}

.order-box .handle {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #4073f5;
    cursor: pointer;
}

.el-table th.el-table__cell {
    background-color: #f5f5f5 !important;
}

.el-dropdown {
    margin-left: 20px;
}

.el-icon-arrow-down {
    font-weight: 600;
}

.el-table--border .el-table__cell,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: none !important;
}

.el-table--border th.el-table__cell,
.el-table__fixed-right-patch {
    border-bottom: none !important;
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border-bottom: none !important;
}

.el-table--border td,
.el-table--border th {
    border-right: none !important;
}

.invoice-head-address {
    width: 942px;
    padding: 36px 22px;
    background: #f9fafd;
    opacity: 1;
    border-radius: 2px;
}

.invoice-head-address-box {
    width: 60%;
}


.main_content {
    background-color: #F9FAFD;
    display: flex;
}

.main_content .banxin1200 {
    display: flex;
    justify-content: space-between;
}

.main_content .banxin1200 .el-menu-vertical-demo {
    height: fit-content;
}

img {
    image-rendering: -moz-crisp-edges !important;
    /* Firefox */
    image-rendering: -o-crisp-edges !important;
    /* Opera */
    image-rendering: -webkit-optimize-contrast !important;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges !important;
}

.cont-right {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 70px - 50px);
}