@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
button,
select,
textarea,
th,
td,
pre {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

body,
button,
input,
select,
textarea {
    color: #333;
    font: 12px/1 Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

html, body {
    width: 100%;
}

body {
    background: #f6f8f9 !important;
    min-width: 1280px;
    width: 100%;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4d555d;
}

li {
    list-style-type: none;
    vertical-align: top;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.clear {
    clear: both;
    zoom: 1;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

/*登录*/
.login-warp {
    position: fixed;
    top: 50px;
    left: 300px;
    z-index: 888;
}

.loginLogo {
    display: flex;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
}

.loginLogo img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}

.loginLogo h4 {
    color: #222222;
    font-size: 30px;
    line-height: 50px;
    padding-left: 10px;
    text-align: center;
    font-weight: 700;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../img/loginBg.png) no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login {
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.login_pic {
    width: 478px;
    height: 455px;
    margin-right: 128px;
}


.login_box {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    width: 446px;
    border-radius: 12px;
    padding: 0px 33px 20px 33px;
    box-sizing: border-box;
}


.title {
    padding-top: 36px;
    font-size: 26px;
    color: #333333;
    margin-bottom: 32px;
    text-align: center;
}

.yhm {
    margin-bottom: 20px;
    position: relative;
}

.yhm i {
    position: absolute;
    font-size: 16px;
    top: 16px;
    left: 16px;
    color: #333;
}

.yxm-text {
    margin-bottom: 12px;
    color: #666666;
}

.yhm input {
    width: 378px;
    height: 48px;
    border: 1px solid #f0ecea;
    border-radius: 8px;
    font-size: 16px;
    line-height: 48px;
    color: #1d1d1d;
    text-indent: 38px;
    box-sizing: border-box;
}


.yhm input::-ms-input-placeholder {
    color: #bbb;
}

.yhm input::-webkit-input-placeholder {
    color: #bbb;
}

.yhm-tx {
    position: relative;
}

.yhm-tx i {
    position: absolute;
    font-size: 16px;
    top: 16px;
    left: 16px;
    color: #333;
}

.ymbg {
    width: 110px;
    height: 48px;
    background: #e9c6bf;
    border-radius: 8px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    cursor: pointer;
}

.yhm-tx input {
    float: left;
    width: 250px;
    height: 48px;
    border: 1px solid #f0ecea;
    text-indent: 38px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 40px;
    color: #1d1d1d;
    margin-right: 16px;
    box-sizing: border-box;
}

.yhm-tx input::-ms-input-placeholder {
    color: #bbb;
}

.yhm-tx input::-webkit-input-placeholder {
    color: #bbb;
}

.zhuce-ts {
    text-align: right;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.zhuce-ts a {
    color: #ff8871;
}

.zhuce-ts a:hover {
    color: #ff8871;
}

.zhdl {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.zhdl a {
    color: #666666;
    text-align: center;
}

.sc-ell {
    width: 352px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yhm button {
    width: 378px;
    height: 48px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 48px;
    background: #ff8871;
    color: #fff;
    border: none;
    cursor: pointer;
}

.yhm button:hover {
    opacity: 0.9
}

.yhm input:focus {
    background-color: #ffffff;
    border: 1px solid #ff8871;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 157, 70, 0.2);
}

.yhm-tx input:focus {
    background-color: #ffffff;
    border: 1px solid #ff8871;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 157, 70, 0.2);
}

#password:focus {
    background-color: #ffffff;
}

#checkcode:focus {
    background-color: #ffffff;
}

.yhm button.hqyzm {
    color: #ff8871;
    background: transparent;
    width: 130px;
    height: 48px;
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 0;
    text-align: right;
}

.yhm button.hqyzm.hui {
    color: #666;
}

/*loading*/
.listLoading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.circle-line {
    width: 50px;
    height: 50px;
    display: none;
    position: relative;
    transform: scale(0.66);
    margin-right: -6px;
}

.circle-line i {
    display: block;
    width: 100%;
    height: 4px;
    opacity: .7;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    transform-origin: center;
    animation: circle 1.5s linear infinite;
}

.circle-line i::before {
    content: '';
    display: block;
    width: 4px;
    border-radius: 50%;
    height: 4px;
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #fff;
}

.circle-line i:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: 0.2s;
}

.circle-line i:nth-child(2) {
    transform: rotate(45deg);
    animation-delay: 0.4s;
}

.circle-line i:nth-child(3) {
    transform: rotate(90deg);
    animation-delay: 0.6s;
}

.circle-line i:nth-child(4) {
    transform: rotate(135deg);
    animation-delay: 0.8s;
}

.circle-line i:nth-child(5) {
    transform: rotate(180deg);
    animation-delay: 1s;
}

.circle-line i:nth-child(6) {
    transform: rotate(225deg);
    animation-delay: 1.2s;
}

.circle-line i:nth-child(7) {
    transform: rotate(270deg);
    animation-delay: 1.4s;
}

.circle-line i:nth-child(8) {
    transform: rotate(315deg);
    animation-delay: 1.6s;
}

@keyframes circle {
    0% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}

/*head*/
.head {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    height: 68px;
    background: #ffffff;
    box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 3%);
}

.headBox {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 68px 0 32px;
    box-sizing: border-box;
}

.head-logo {
    display: flex;
    align-items: center;
}

.head-logo img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}

.head-logo h4 {
    color: #222222;
    font-size: 24px;
    line-height: 50px;
    padding-left: 10px;
    text-align: center;
    font-weight: 700;
}

.headRight {
    display: flex;
    align-items: center;
}

.headRight li {
    position: relative;
    overflow: hidden;
}

.headRight li .useBox {
    height: 40px;
    display: flex;
    align-items: center;
    color: #3a3a3a;
    font-size: 15px;
}

.headRight li:hover {
    overflow: visible;
}

.headRight li .useBox img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.headRight li .useBox span {
    width: 14px;
    height: 5px;
    position: relative;
    margin-left: 6px;
    transition: all 0.2s;
}

.headRight li .useBox span::before, .headRight li .useBox span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #3a3a3a;
}

.headRight li .useBox span::after {
    top: -1px;
    border-top: 6px solid #ffffff;
}

.useUl {
    position: absolute;
    width: 150px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    top: 40px;
    height: auto;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    padding: 4px 0;
}

.useLi:hover .useUl {
    opacity: 1;
}

.useUl::before, .useUl::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #ebeef5;
    top: -13px;
    left: 50%;
    margin-left: -4px;
}

.useUl::after {
    top: -12px;
    z-index: 10;
    border-bottom: 6px solid #fff;
}

.useUl dd a {
    border-top: 1px solid #e7e7eb;
    text-align: center;
    padding: 10px;
    height: 22px;
    line-height: 22px;
    color: #333333;
    font-size: 14px;
    display: block;
}

.useUl dd:hover a {
    background: #f3f3f3;
}

.useUl dd:first-child a {
    border-top: none;
}

.useUl .signOut a {
    color: #576b95;
}

/*content*/
.content {
    width: 100%;
    padding-top: 88px;
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    box-sizing: border-box;
}

.asideNav {
    width: 240px;
    box-sizing: border-box;
    overflow: unset;
    padding-left: 16px;
    padding-top: 20px;
    overflow-y: auto !important;
    position: fixed;
    top: 68px;
    left: 0;
    bottom: 0;
    padding-right: 5px;
    background: #f6f8f9;
    z-index: 80;
}

.asideNav::-webkit-scrollbar {
    width: 2px;
}

.asideNav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
}

.asideNav ul {
    width: 100%;
}

.asideNav ul li.asideNavLi {
    width: 100%;
}

.asideNav ul li.asideNavLi:last-child {
    border-bottom: none;
}

.asideNav ul .menuTil {
    display: flex;
    align-items: center;
    line-height: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    padding: 0 16px 0 16px;
    color: #333333;
}

.asideNav ul .menuTil:hover {
    background: #eff1f2;
}

.asideNav ul .menuTil.active {
    background: #eff1f2;
    color: #ff8871;
}

.asideNav ul .menuTil span {
    font-size: 16px;
    margin-left: 12px;
}

.asideNav ul .menuTil .jt i {
    margin-left: 74px;
}

/*
.asideNav ul li.openNav .menuTil i {
    transform: rotate(180deg);
}

.asideNav ul .menuTil i::before, .asideNav ul .menuTil i::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #3a3a3a;
}

.asideNav ul .menuTil i::after {
    top: -1px;
    border-top: 6px solid #ffffff;
}

.asideNav ul .menuTil:hover i::after {
    border-top: 6px solid #eff1f2;
} */

.asideNav ul ul li {
    width: 100%;
}

.asideNav ul ul li a {
    color: #333333;
    font-size: 14px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 55px;
}

.asideNav ul ul li:hover a {
    background: #eff1f2;
}

.asideNav ul ul li.current a {
    background: #eff1f2;
    color: #ff8871;
}

/*mainBox*/
.search-list {
    padding: 20px 24px 5px 24px;
    display: flex;
    background: #ffffff;
    margin-bottom: 20px;
}

.search-list-label {
    margin-right: 12px;
}

.search-info {
    display: flex;
    font-size: 14px;
    line-height: 36px;
    margin-left: 24px;
}

.search-list div:first-of-type {
    margin-left: 0px;
}

.search-info-block input {
    font-size: 14px;
    width: 216px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddee1;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 12px;
    text-indent: 12px;
}

.search-info-block input:focus {
    background-color: #ffffff;
    border: 1px solid #ff8871;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 136, 113, 0.2);
}

.search-list button {
    width: 56px;
    height: 36px;
    border-radius: 4px;
    background: #ff8871;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 12px;
}

.search-list button i {
    color: #fff;
}


.mainBox {
    display: flex;
    flex: 1;
    flex-basis: auto;
    box-sizing: border-box;
    min-width: 0;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-left: 280px;
    padding-right: 40px;
    padding-bottom: 40px;
    width: 100%;
}


/*qcList*/
.qcList {
    background: #ffffff;
    padding: 20px 30px 40px 30px;
    min-height: 640px;
    display: none;
}

/*pagebar*/
.pageBar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageBar a {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #dddee1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666666;
    margin: 0 4px;
}

.pageBar a.current {
    background: #ff8871;
    color: #fff;
    border: 1px solid #ff8871;
}

.pageBar a:hover {
    color: #ff8871;
    border: 1px solid #ff8871;
}

.pageBar a.current:hover {
    color: #fff;
}

.pageBar a.morePage:hover {
    border: 1px solid #dddee1;
    color: #666666;
    cursor: default;
}

.pageBarBtn i {
    width: 16px;
    height: 12px;
    position: relative;
}

.pageBarBtn i::before, .pageBarBtn i::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 6px solid #333333;
}

.pageBarBtn i::after {
    left: 1px;
    border-right: 6px solid #ffffff;
}

.nextBtn.pageBarBtn i::before, .nextBtn.pageBarBtn i::after {
    border-right: 6px solid transparent;
    border-left: 6px solid #333333;
    left: auto;
    right: 0;
}

.nextBtn.pageBarBtn i::after {
    left: auto;
    right: 1px;
    border-left: 6px solid #ffffff;
}

.pageBar a.preBtn:hover i::before {
    border-right: 6px solid #ff8871;
}

.pageBar a.nextBtn:hover i::before {
    border-left: 6px solid #ff8871;
}

.noneClick {
    opacity: 0.4;
    cursor: not-allowed;
}

.noneClick:hover {
    border: 1px solid #dddee1 !important;
}

.preBtn.noneClick:hover i::before {
    color: none !important;
    border-right: 6px solid #333333 !important;
}

.nextBtn.noneClick:hover i::before {
    color: none !important;
    border-left: 6px solid #333333 !important;
}

.noneCon {
    width: 100%;
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}

.noneCon h4 {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}

/*弹层*/
.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 909990;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popBg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 901;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popBox {
    width: 320px;
    height: 320px;
    border-radius: 6px;
    background: #ffffff;
    z-index: 902;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*试玩*/
.popShiwan img {
    width: 200px;
    height: 200px;
}

.popShiwan p {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}

/*创建中*/
.loadingBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadingBox .circle-line {
    display: block;
    width: 110px;
    height: 110px;
}

.loadingBox .circle-line i {
    height: 5px;
    top: calc(50% - 2.5px);
}

.loadingBox .circle-line i::before {
    background-color: #999999;
    height: 5px;
    width: 20px;
    border-radius: 10px;
}

.popOrderLoading p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

/*创建成功*/
.popOrderSuccess img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 20px auto 0 auto;
}

.popOrderSuccess p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
}

.popOrderSuccess p a {
    color: #ff8871;
    text-decoration: underline;
}

.popOrderSuccess p a:hover {
    opacity: 0.8;
}

/*qcorder*/
.qcorderData {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 20px;
}

.qcorderData ul {
    display: flex;
    width: 75%;
}

.qcorderData ul li {
    width: 33.33%;
    text-align: left;
    border-right: 1px solid #e2e2e2;
    margin-right: 24px;
}

.qcorderData ul li:last-child {
    border-right: none;
}

.qcorderData ul li h5 {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 24px;
}

.qcorderData ul li h4 {
    color: #222222;
    font-size: 32px;
    line-height: 40px;
}

.qcDingList {
    background: #ffffff;
    padding: 20px 24px 32px 24px;
    min-height: 610px;
}

/*listTop*/

.listTop {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}

.listTop ul {
    display: flex;
    align-items: center;
}

.listTop ul li {
    padding: 0 20px;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 45px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin-right: 20px;
}

.listTop ul li.current {
    border-bottom: 2px solid #ff8871;
    color: #ff8871;
}

.listSearch {
    display: flex;
    align-items: center;
}

.listSearch input {
    width: 200px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #dddee1;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 10px;
    transition: 0.3s;
}

.listSearch input:focus {
    background-color: #ffffff;
    border: 1px solid #ff8871;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 157, 70, 0.2);
}

.listSearch button {
    width: 46px;
    height: 32px;
    border-radius: 4px;
    background: #ff8871;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.listSearch button img {
    width: 20px;
}

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

.listUlTil {
    width: 100%;
    background: #f0f0f0;
    display: flex;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    align-items: center;
}

.listUlTil span {
    color: #666666;
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listUlTil .qcOd1 {
    width: 398px;
    text-align: left;
    padding-left: 20px;
}

.listUlTil .qcOd2, .listUlTil .qcOd3, .listUlTil .qcOd4 {
    width: 130px;
}

.listUlTil .qcOd5 {
    width: 100px;
}

.listUlTil .qcOd6, .listUlTil .qcOd7 {
    width: 140px;
}

.listUlTil .qcOd8 {
    width: 332px;
    min-width: 270px;
}

.qcorderList ul {
    width: 100%;
    margin-bottom: 30px;
}

.qcorderList ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: 20px;
}

.qcOdTip {
    background: #f2f2f2;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
}

.qcOdTipTilLe {
    display: flex;
    align-items: center;
}

.qcOdTipTilLe span {
    color: #333333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
}

.qcOdTipInput {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qcOdTipRi2 {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

.qcOdTipRi2 img {
    margin-right: 6px;
    cursor: pointer;
}

.qcOdTipRi {
    margin-left: 20px;
}

.qcOdTipRi span {
    color: #333333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.qcOdTipRi input {
    width: 165px;
    height: 22px;
    background: #fff;
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

.qcOdLiBox {
    width: 100%;
    display: flex;
}

.qcOdLiBox > div {
    border-left: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.qcOdLiBox span {
    text-align: center;
    font-size: 14px;
    color: #222222;
    display: block;
}

.qcOdLiBox .qcOdLi1 {
    width: 398px;
    text-align: left;
    padding: 10px;
    display: flex;
    align-items: center;
}

.qcOdLiBox .qcOdLi1 .img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 10px;
}

.qcOdLiBox .qcOdLi1 h4 {
    color: #222222;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.qcOdLiBox .qcOdLi2, .qcOdLiBox .qcOdLi3, .qcOdLiBox .qcOdLi4 {
    width: 130px;
}

.qcOdLiBox .qcOdLi5 {
    width: 100px;
}

.qcOdLiBox .qcOdLi5 span {
    color: #12c9a2;
}

.qcOdLiBox .qcOdLi6, .qcOdLiBox .qcOdLi7 {
    width: 140px;
}

.qcOdLiBox .qcOdLi8 {
    width: 332px;
    min-width: 270px;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn1 {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    background: #ff8871;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn1 img {
    width: 20px;
    margin-right: 2px;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn1:hover {
    opacity: 0.8;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn2 {
    color: #666666;
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #dddee1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 10px;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn2 .on, .qcOdLiBox .qcOdLi8 .qcOdLiBtn2:hover .off {
    display: block;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn2 .off, .qcOdLiBox .qcOdLi8 .qcOdLiBtn2:hover .on {
    display: none;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn2:hover {
    border: 1px solid #ff8871;
    color: #ff8871;
}

.qcOdLiBox .qcOdLi8 .qcOdLiBtn2 img {
    width: 20px;
    margin-right: 2px;
}

/*extensionPop*/
.extensionPop {
    width: 600px;
    display: block;
    height: auto;
}

.popTil {
    display: flex;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e9eaec;
    justify-content: center;
    align-items: center;
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.popBoxCon {
    padding: 20px 30px 26px 30px;
}

.extInfo1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.popBoxCon p {
    color: #222222;
    font-size: 15px;
    line-height: 36px;
}

.popBoxCon p span {
    color: #222222;
    font-size: 15px;
    line-height: 36px;
}

.extCopyBtn {
    color: #ff8871;
    font-size: 15px;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer;
    line-height: 36px;
    min-width: 60px;
}

.extCopyBtn a {
    color: #ff8871;
}

.extCopyBtn:hover {
    opacity: 0.8;
}

.extInfo2 {
    display: flex;
}

.extInfo2 p img {
    width: 220px;
    height: 220px;
}

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

.extInfo3 h5 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extInfo3 h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    height: 1px;
    display: block;
    background: #e5e5e5;
    z-index: -1;
}

.extInfo3 h5 span {
    background: #ffffff;
    color: #222222;
    font-size: 15px;
    line-height: 36px;
    padding: 0 12px;
}

.extInfo3Box1 {
    display: flex;
    align-items: center;
}

/*qcprofitList*/
.qcprofitList {
    width: 100%;
    padding-top: 20px;
}

.qcprofitList .qcprofitUlTil span {
    padding: 0 16px;
    box-sizing: border-box;
}

.qcprofitUlTil .qcPr1 {
    width: 320px;
    min-width: 150px;
}

.qcprofitUlTil .qcPr2, .qcprofitUlTil .qcPr3, .qcprofitUlTil .qcPr4, .qcprofitUlTil .qcPr5 {
    width: 258px;
}

.qcprofitUlTil .qcPr6 {
    width: 202px;
}

.qcprofitList ul {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 21px;
}

.qcprofitList ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.qcprofitList ul li span {
    color: #222222;
    font-size: 14px;
}

.qcprofitList ul li > div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: left;
}

.qcprofitList ul li .qcPrLi1 {
    width: 320px;
    min-width: 150px;
    border-left: none;
}

.qcprofitList ul li .qcPrLi2, .qcPrLi2, .qcprofitList ul li .qcPrLi3, .qcPrLi2, .qcprofitList ul li .qcPrLi4, .qcPrLi2, .qcprofitList ul li .qcPrLi5 {
    min-width: 100px;
}

.qcprofitList ul li .qcPrLi2, .qcprofitList ul li .qcPrLi3, .qcPrLi2, .qcprofitList ul li .qcPrLi4, .qcPrLi2, .qcprofitList ul li .qcPrLi5 {
    width: 258px;
}


.qcprofitList ul li span {
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
}

.qcprofitList ul li .qcPrLi6 {
    width: 202px;
}

.qcprofitList ul li .qcPrLi6 button {
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ff8871;
    color: #fff;
    cursor: pointer;
    margin-left: 16px;
}

/*withdrawal*/
.withTopBtn {
    display: flex;
    align-items: center;
}

.withTopBtn button {
    color: #ffffff;
    font-size: 14px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: #ff8871;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}

.withTopBtn button:hover {
    opacity: 0.8;
}

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

.profitmxList .profitmxUlTil span {
    padding: 0 16px;
    box-sizing: border-box;
    font-weight: bold;
}

.profitmxUlTil .profitmxPr1 {
    width: 230px;
    min-width: 150px;
}

.profitmxUlTil .profitmxPr2 {
    width: 136px;
    min-width: 70px;
}

.profitmxUlTil .profitmxPr3 {
    width: 186px;
    min-width: 92px;
}

.profitmxUlTil .profitmxPr4 {
    width: 310px;
    min-width: 136px;
}

.profitmxUlTil .profitmxPr5 {
    width: 148px;
    min-width: 148px;
}

.profitmxUlTil .profitmxPr6, .profitmxUlTil .profitmxPr7 {
    width: 178px;
    min-width: 90px;
}

.profitmxUlTil .profitmxPr8 {
    width: 150px;
    min-width: 90px;
}

.profitmxList ul {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 16px;
}

.profitmxList ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.profitmxList ul li span {
    color: #222222;
    font-size: 14px;
}

.profitmxList ul li > div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding: 0 16px;
    box-sizing: border-box;
}

.profitmxList ul li .profitmxLi1 {
    width: 230px;
    min-width: 150px;
    border-left: none;
}

.profitmxList ul li .profitmxLi2 {
    width: 136px;
    min-width: 70px;
}

.profitmxList ul li .profitmxLi3 {
    width: 186px;
    min-width: 92px;
}

.profitmxList ul li .profitmxLi4 {
    width: 310px;
    min-width: 136px;
}

.profitmxList ul li .profitmxLi6, .profitmxList ul li .profitmxLi7 {
    width: 180px;
    min-width: 90px;
}

.profitmxList ul li .profitmxLi8 {
    width: 148px;
    min-width: 90px;
}

.profitmxLi8 span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profitmxList ul li .hallWith2 em {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: block;
    background: #00c621;
    margin-right: 4px;
}

.profitmxList ul li .hallWith1 em {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: block;
    background: #00b0f0;
    margin-right: 4px;
}

.profitmxList ul li .hallWith3 em {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: block;
    background: #ff883d;
    margin-right: 4px;
}

.warningPop img {
    margin-top: 0;
}

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

.withdrawalmxList .profitmxUlTil span {
    padding: 0 16px;
    box-sizing: border-box;
    font-weight: bold;
}

.profitmxUlTil .withdrawalmxPr1, .profitmxUlTil .withdrawalmxPr2, .profitmxUlTil .withdrawalmxPr3 {
    width: 518px;
    min-width: 120px;
}


.withdrawalmxList ul {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 21px;
}

.withdrawalmxList ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.withdrawalmxList ul li span {
    color: #222222;
    font-size: 14px;
}

.withdrawalmxList ul li > div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding: 0 16px;
    box-sizing: border-box;
}

.withdrawalmxList ul li .withdrawalmxLi1 {
    border-left: none;
}

.withdrawalmxList ul li .withdrawalmxLi1, .withdrawalmxList ul li .withdrawalmxLi2, .withdrawalmxList ul li .withdrawalmxLi3 {
    width: 518px;
    min-width: 120px;
}

.withdrawalmxLi3 span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.withdrawalmxList ul li .hallWith1 em {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: block;
    background: #00b0f0;
    margin-right: 4px;
}

.withdrawalmxList ul li .hallWith2 em {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: block;
    background: #00c621;
    margin-right: 4px;
}

.withdrawalmxList ul li .hallWith3 em {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: block;
    background: #ff883d;
    margin-right: 4px;
}

/*perWith*/
.perWithBox {
    width: 1100px;
    border-radius: 6px;
    background: #ffffff;
    z-index: 902;
}

.perWith {
    padding: 30px 0;
    height: 550px;
}

.perWith.jia {
    height: 560px;
}

.perBindTil {
    height: 22px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}

.perBindTil ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 -10px;
    z-index: 2;
}

.perBindTil ul li {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
}

.perBindTil ul li em {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50px;
    line-height: 20px;
    color: #b6b6b6;
    border: 1px solid #cacaca;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    margin-right: 6px;
    box-sizing: border-box;
}

.perBindTil ul li.current em {
    background: #ff8871;
    border: 1px solid #ff8871;
    color: #fff;
}

.perBindTil ul::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #dadada;
    position: absolute;
    z-index: -1;
}

.perWith .perBindTil {
    width: 570px;
    margin: 0 auto;
}

.perOrder {

}

.perOrder-warp {
    margin: 30px 18px 0 36px;
}


.perOrderUlTil {
    width: auto;
    margin-right: 18px;
    margin-bottom: 10px;
}

.perOrderUlTil span {
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
}


.perOrderPrPerson1 {
    width: 48px;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perOrderPrPerson1 i {
    width: 14px;
    height: 14px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
}

.perOrderPrPerson1 i:hover {
    border: 1px solid #ff8871;
}

.perOrderPrPerson1 i.current {
    border: 1px solid #ff8871;
    background: #ff8871;
}

.perOrderPrPerson2 {
    width: 460px;
}

.perOrderPrPerson3 {
    width: 518px;
}


.perOrderPr1 {
    width: 48px;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perOrderPr1 i {
    width: 14px;
    height: 14px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
}

.perOrderPr1 i:hover {
    border: 1px solid #ff8871;
}

.perOrderPr1 i.current {
    border: 1px solid #ff8871;
    background: #ff8871;
}

.perOrderPr2 {
    width: 460px;
}

.perOrderPr3 {
    width: 518px;
}


.perOrderBoxUlPerson {
    box-sizing: border-box;
    overflow: unset;
    overflow-y: auto !important;
    padding-right: 12px;
    height: 302px;
    margin-top: 16px;
    margin-bottom: 24px;
    position: relative;
}

.perOrderBoxUlPerson::-webkit-scrollbar {
    width: 4px;
}

.perOrderBoxUlPerson::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.perOrderBoxUl {
    box-sizing: border-box;
    overflow: unset;
    overflow-y: auto !important;
    padding-right: 12px;
    height: 302px;
    margin-top: 16px;
    margin-bottom: 24px;
    position: relative;
}

.perOrderBoxUl::-webkit-scrollbar {
    width: 4px;
}

.perOrderBoxUl::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.perOrder ul {
    width: 100%;
    margin-top: 1px;
}

.perOrder ul li {
    width: 1028px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.perOrder ul li span {
    color: #222222;
    font-size: 14px;
}

.perOrder ul li > div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding: 0 16px;
    box-sizing: border-box;
}


.perOrder ul li .perOrderLi1 {
    width: 48px;
    border-left: none;
}

.perOrder ul li .perOrderLi1 span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.perOrder ul li .perOrderLi1 span i {
    width: 14px;
    height: 14px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
}

.perOrder ul li .perOrderLi1 span i:hover {
    border: 1px solid #ff8871;
}

.perOrder ul li .perOrderLi1 span i.current {
    border: 1px solid #ff8871;
    background: #ff8871;
}

.perOrder ul li .perOrderLi2 {
    width: 460px;
}

.perOrder ul li .perOrderLi3 {
    width: 518px;
}

.perOrderBox {
    margin-right: 0px;
}

.orderMoney {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    color: #222;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    align-items: baseline;
    margin-bottom: 20px;
    padding-left: 36px;
    padding-right: 36px;
    box-sizing: border-box;
}

.orderMoney p {
    color: #444444;
    font-size: 14px;
    padding-right: 30px;
}

.orderMoney > div {
    /*display: flex;*/
    /*color: #222222;*/
    /*font-size: 14px;*/
    /*align-items: baseline;*/
    color: #222222;
    font-size: 14px;
}

.orderMoney span {
    color: #ff8871;
}

.orderMoney h4 {
    color: #ff8871;
    font-size: 28px;
    display: inline-block;
}

.orderMoney-right-wz {
    color: #666666;
    margin-top: 6px;
}

.orderBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px;
    box-sizing: border-box;
}

.orderBtn.tj {
    padding: 20px 36px;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    padding-bottom;
}


.agreeCond {
    position: relative;
    height: 14px;
    line-height: 14px;
}

.agreeCond input {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    top: 0;
}

.agreeCond input:checked::before {
    display: block;
    content: "";
    text-align: center;
    height: 14px;
    line-height: 14px;
    background: #ff8871 url(../img/xgou.png) no-repeat center center;
    border-radius: 2px;
}

.agreeCond label {
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
}

.orderBtn button {
    border-radius: 4px;
    background: #ff8871;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderBtn button .circle-line {
    margin-left: -10px;
}

.orderBtn button span {
    color: #fff;
    font-size: 15px;
}

.perOrderBoxUlLoadBox {
    overflow: hidden !important;
}

.perOrderBoxUlLoadBox ul {
    filter: blur(5px);
}

.perOrderBoxUlLoading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.perOrderBoxUlLoading p {
    color: #666666;
    font-size: 16px;
}

.perWithAcc {
    /* margin: 0 30px; */
}

.perWithAccBox {
    height: 467px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perWithAccBox .touxiangImg {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.perWithAccBox p {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}

.perWithAccBtn {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 36px;
    padding-right: 36px;
    box-sizing: border-box;
}

.perWithAccBtn button {
    border-radius: 4px;
    background: #ff8871;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perWithAccBtn button .circle-line {
    margin-left: -10px;
}

.perWithAccBtn button span {
    color: #fff;
    font-size: 15px;
}

.perWithSucc {
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perWithSuccBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.perWithSucc img {
    width: 70px;
    height: 70px;
    margin-bottom: 34px;
}

.perWithSucc p {
    color: #222222;
    font-size: 15px;
    line-height: 40px;
}

.perWithSucc em {
    color: #ff8871;
    font-size: 16px;
}

.perWithSucc span {
    color: #ff8871;
    font-size: 30px;
}

/*enterWithBox*/
.enterWithBox {
    width: 1100px;
    border-radius: 6px;
    background: #ffffff;
    z-index: 902;
}

.enterWith {
    padding: 30px 0;
    height: 570px;
}

.enterWith .perBindTil {
    width: 790px;
}

.agreeCond p {
    color: #444444;
    font-size: 14px;
}

.ComWithAcc {
    /* margin: 0 30px; */
}

.ComWithAccBox {
    height: 467px;
    display: flex;
    justify-content: center;
}

.ComWithAccBox > div {
    padding-top: 98px;
}

.ComWithAccBox p {
    color: #222222;
    font-size: 15px;
    line-height: 50px;
}

.ComWithAccBtn {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px 0 36px;
    box-sizing: border-box;
}

.ComWithAccBtn p {
    color: #444444;
    font-size: 14px;
}

.ComWithAccBtn button {
    border-radius: 4px;
    background: #ff8871;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ComWithAccBtn button .circle-line {
    margin-left: -10px;
}

.ComWithAccBtn button span {
    color: #fff;
    font-size: 15px;
}

.comInvoice {
    /* margin: 30px 18px 0 30px; */
}

.comInvoice-warp {
    margin: 30px 18px 0 36px;
}

.comInvoiceBox {
    height: 437px;
    display: flex;
    justify-content: space-between;
}

.comInMy {
    width: 320px;
}

.comInvoiceBox h4 {
    color: #ff8871;
    font-size: 15px;
    line-height: 30px;
}

.comInMy h4 {
    padding-left: 10px;
}

.comInMyBox {
    background: #F7F7F7;
    padding: 5px 10px;
}

.comBottom {
    margin-bottom: 30px;
}

.comInMyBox p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.comInYour {
    width: 680px;
}

.invoiceInfo1 {
    width: 620px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invoiceInfo1 span, .yourFaInfo span {
    color: #333;
    font-size: 14px;
    line-height: 32px;
}

.addInvoice {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin: 10px 0;
    height: 44px;
    margin-right: 12px;
}

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

.addInvoice input {
    border: 1px solid #dddddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    width: 196px;
    box-sizing: border-box;
}

.addInPicButton {
    width: 136px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.addUpInfo {
    width: 32px;
    margin-right: 5px;
    height: 32px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    display: none;
}

.addUpInfo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

.addInPic {
    border: 1px solid #dddddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #fff;
}

.addInPic .layui-upload-file {
    opacity: 0;
    display: none;
}

.addInPicBtn {
    color: #333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.addInPicBtn img {
    width: 16px;
    height: 16px;
}

.addInvoBtn {
    padding: 0 16px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    background: #ff8871;
    cursor: pointer;
}

.addInvoBtn:hover {
    opacity: 0.8;
}

.invoiceTable, .yourFaTable {
    width: 100%;
}

#zwfp {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}

.expressIn {
    margin-top: 10px;
}

.expressIn input {
    width: 250px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
}

.invoiceUlTil {
    border: none;
    height: 36px;
    background: #f7f7f7;
    margin-right: 12px;
    width: auto;
}

.invoiceUlTil span {
    height: 36px;
    line-height: 36px;
    color: #222222;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
}

.invoicePr1 {
    width: 240px;
}

.invoicePr2 {
    width: 128px;
}

.invoicePr3 {
    width: 140px;
}

.invoiceUlTil .invoicePr4 {
    width: 80px;
    text-align: center;
}

.comInBtn {
    width: auto;
    margin-right: 12px;
}

.invoiceTableUl {
    box-sizing: border-box;
    overflow: unset;
    overflow-y: auto !important;
    padding-right: 12px;
    height: 151px;
    margin-top: 5px;
    position: relative;
}

.noneinvoiceTableUl {
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invoiceTableUl::-webkit-scrollbar {
    width: 4px;
}

.invoiceTableUl::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.invoiceTableUl ul {
    width: 100%;
    margin-top: 1px;
}

.invoiceTableUl ul li {
    width: 668px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    height: 36px;
    align-items: center;
}

.invoiceTableUl ul li > div {
    padding: 0 10px;
}

.invoiceTableUl ul li span {
    color: #333333;
    font-size: 14px;
}

.invoiceTableUl ul li .invoiceLi1 {
    width: 240px;
}

.invoiceTableUl ul li .invoiceLi2 {
    width: 128px;
}

.invoiceTableUl ul li .invoiceLi3 {
    width: 140px;
}

.invoiceTableUl ul li .invoiceLi3 img {
    width: 25px;
    height: 25px;
}

.invoiceTableUl ul li .invoiceLi4 {
    width: 80px;
    text-align: center;
}

.invoiceTableUl ul li .invoiceLi4 span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff8871;
    border-radius: 10px;
    margin: 0 auto;
    cursor: pointer;
}

.invoiceTableUl ul li .invoiceLi4 span:hover {
    opacity: 0.8;
}

.invoiceTableUl ul li .invoiceLi4 span img {
    width: 20px;
    height: 20px;
}

.comWithSucc {
    width: 100%;
}

.comWithTil {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 10px 0;
}

.comWithTil img {
    width: 70px;
    height: 70px;
}

.comWithTil h4 {
    margin-left: 20px;
    color: #222222;
    font-size: 15px;
}

.comWithBox {
    max-width: 880px;
    margin: 0 auto;
}

.comWithBox h4 {
    color: #ff8871;
    font-size: 15px;
    line-height: 30px;
    padding-left: 12px;
}

.comtixianBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 10px 12px;
}

.comtixianBox span {
    width: 33.33%;
    line-height: 30px;
    font-size: 14px;
}

.comtixianBox span em {
    color: #ff8871;
    font-size: 20px;
    font-style: normal;
}

.expressInfo {
    margin-top: 10px;
}

.expressInfo p {
    color: #333;
    font-size: 14px;
    padding-left: 12px;
}

.expressInfo p span {
    padding-right: 30px;
}

.yourFapiao {
    padding-top: 18px;
}

.yourFaInfo {
    padding-left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 660px;
}

.yourFaTable {
    padding-top: 6px;
}

.yourFaTable .invoiceUlTil {
    margin-right: 0;
}

.yourFaTable .invoiceUlTil .invoicePr1 {
    width: 330px;
}

.yourFaTable .invoiceUlTil .invoicePr1 {
    width: 330px;
}

.yourFaTable .invoiceUlTil .invoicePr2 {
    width: 260px;
}

.yourFaTable .invoiceUlTil .invoicePr3 {
    width: 230px;
}

.yourFaTable .invoiceTableUl {
    margin-right: -12px;
    padding-right: 0;
    height: 106px;
}

.yourFaTable .invoiceTableUl ul li {
    width: 880px;
}

.yourFaTable .invoiceTableUl ul li .invoiceLi1 {
    width: 330px;
}

.yourFaTable .invoiceTableUl ul li .invoiceLi2 {
    width: 260px;
}

.yourFaTable .invoiceTableUl ul li .invoiceLi3 {
    width: 230px;
}

/*accList*/
.accList {
    width: 100%;
    padding-top: 20px;
}

.accList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.accList ul li {
    width: calc(25% - 17px);
    border: 1px solid #e0e0e0;
    height: 280px;
    margin-bottom: 20px;
}

.accListTil {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.accListTil h4 {
    color: #222222;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.accListTil h4 img {
    width: 30px;
}

.accListTil h5 {
    color: #838383;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}

.accListTil h5 img {
    width: 16px;
}

.accListBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
}

.accListBox .addIcon {
    width: 70px;
    height: 70px;
}

.gerenInfo {
    width: 80%;
}

.accListBox .gerenInfo img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.accListBox .gerenInfo h6 {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.qiyeInfo {
    width: 100%;
}

.qiyeInfo p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
}

.qiyeInfoBox {
    padding: 0 30px;
    width: auto;
    justify-content: end;
}

.accList ul li.accListNone {
    border: none;
    height: 0;
    margin: 0;
}

.withaccountBox {
    min-height: 745px;
}

/*invoiceInfo*/
.invoiceInfo {
    display: block;
    height: auto;
    width: 440px;
}

.invoiceInfoBox {
    padding: 30px;
}

.invoiceInfoBox h4 {
    color: #ff8871;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 4px;
}

.inInfoBot {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.invoiceInfo p {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0;
}

/*perBindBox*/
.perBindBox {
    width: 612px;
    height: 658px;
    display: block;
}

.perBind {
    padding: 30px 36px;
}

.conNotice {
    height: 401px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 20px;
}

.conNotice::-webkit-scrollbar {
    width: 4px;
}

.conNotice::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.perCon p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
}

.noticcheck {
    width: 100%;
    margin: 20px 0 30px 0;
}

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

.perBtn button {
    background: #ff8871;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perBtn button .circle-line {
    margin-left: -10px;
}

.perBtn button span {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

.perEwmBox {
    height: 485px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youzhuanEwm {
    position: relative;
}

.youzhuanEwmBox {
    position: absolute;
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 7px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.perEwmBox .youzhuanEwmBox img {
    width: 54px;
    height: 54px;
}

.perEwmBox img {
    width: 260px;
    height: 260px;
    display: block;
    margin: 0 auto;
}

.perEwmBox p {
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
}

.bindSucc {
    display: flex;
    justify-content: center;
    padding-top: 96px;
}

.bindSucc h4 {
    color: #222222;
    font-size: 30px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

.bindSucc h4 img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.bindPic {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.bindSucc p {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}

.companyAcc {
    width: 430px;
    margin: 0 auto;
    padding-top: 70px;
    height: 415px;
}

.companyAcc ul li {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.companyAcc ul li span {
    width: 90px;
    text-align: right;
    color: #333;
    font-size: 14px;
    line-height: 36px;
}

.companyAcc ul li input {
    width: 332px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #555;
    font-size: 14px;
}

.companyBindSuBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bindSucc .companyBindSuBox h4 {
    margin-bottom: 46px;
}

.companyBindSu {
    text-align: left;
}

.companyBindSu p {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    margin: 0;
}

/*useInfo*/
.useInfo {
    display: block;
    width: 430px;
    height: auto;
}

.useInfoBox {
    padding: 16px 30px 30px 30px;
}

.useInfoBox h4 {
    color: #333333;
    font-size: 14px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.useInfoBox h4 span {
    color: #333333;
    font-size: 14px;
    line-height: 50px;
    width: 300px;
    border-bottom: 1px solid #e9eaec;
}

.useInfoBl {
    width: 100%;
    padding-top: 25px;
}

.useInfoBl h5 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.useInfoBl h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    height: 1px;
    display: block;
    background: #e5e5e5;
    z-index: -1;
}

.useInfoBl h5 span {
    background: #ffffff;
    color: #222222;
    font-size: 15px;
    line-height: 36px;
    padding: 0 12px;
}

.useInfoBlTab {
    width: 100%;
}

.useInfoBlTabTil {
    width: 100%;
    background: #f0f0f0;
    display: flex;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    align-items: center;
    height: 40px;
}

.useInfoBlTabTil span {
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.useInfoBlTab ul {
    width: 100%;
    margin-top: 11px;
}

.useInfoBlTab ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    height: 42px;
    align-items: center;
}

.useInfoBlTab ul li span {
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-left: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
}

.useInfoBlTab ul li span:first-child {
    border-left: none;
}

.changePass {
    display: block;
    width: 430px;
    height: auto;
}

.changePassBox {
    padding: 30px;
}

.changePassBox ul {
    width: 100%;
    margin-bottom: 10px;
}

.changePassBox ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.changePassBox ul li span {
    width: 75px;
    color: #333333;
    font-size: 14px;
    line-height: 32px;
}

.changePassBox ul li .passBox {
    width: 290px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #dddee1;
    border-radius: 3px;
    line-height: 32px;
    padding: 0 10px;
}

.changePassBox ul li .passBox input {
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    background: none;
}

.passPhone {
    background: #f5f5f5;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.changePassBox button {
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #ff8871;
    line-height: 36px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.changePassBox button .circle-line {
    margin-left: -10px;
}

.changePassBox button span {
    color: #fff;
    font-size: 15px;
}

.changePassBox .noneCloick {
    background: #f9f9f9;
    cursor: no-drop;
}

.changePassBox .noneCloick span {
    color: #bfbfbf;
}


/*提示tip弹层*/
.popTip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popTipBox {
    max-width: 400px;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 12px;
    border-radius: 4px;
}

.popTipBox p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}


/*cpshall*/
.cpsList {
    background: #ffffff;
    padding: 20px 24px 32px 24px;
    min-height: 640px;
}

.cpsEstab {
    display: block;
    width: 430px;
    height: auto;
}

.cpsEstabBox {
    padding: 30px;
}

.cpsEstabBox ul {
    width: 100%;
    margin-bottom: 10px;
}

.cpsEstabBox ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cpsEstabBox ul li span {
    width: 75px;
    color: #333333;
    font-size: 14px;
    line-height: 32px;
}

.cpsEstabBox ul li span em {
    color: #ff0000;
}

.cpsEstabBox ul li .passBox {
    width: 290px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #dddee1;
    border-radius: 3px;
    line-height: 32px;
    padding: 0 10px;
}

.cpsEstabBox ul li .passBox input {
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    background: none;
}

.cpsEstabBox button {
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #ff8871;
    line-height: 36px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cpsEstabBox .noneCloick {
    background: #f9f9f9;
    cursor: no-drop;
}

.cpsEstabBox button .circle-line {
    margin-left: -10px;
}

.cpsEstabBox button span {
    color: #fff;
    font-size: 15px;
}

.cpsEstabBox .noneCloick span {
    color: #bfbfbf;
}

.qcOdLiBox.cpsOdLiBox .qcOdLi2, .listUlTil.cpsOrderUlTil .qcOd2, .qcOdLiBox.cpsOdLiBox .qcOdLi3, .listUlTil.cpsOrderUlTil .qcOd3, .qcOdLiBox.cpsOdLiBox .qcOdLi4, .listUlTil.cpsOrderUlTil .qcOd4, .qcOdLiBox.cpsOdLiBox .qcOdLi5, .listUlTil.cpsOrderUlTil .qcOd5 {
    width: 140px;
}

.qcOdLiBox.cpsOdLiBox .qcOdLi8, .listUlTil.cpsOrderUlTil .qcOd8 {
    width: 262px;
    min-width: 160px;
}

.qcOdLiBox.cpsOdLiBox .qcOdLi4 span {
    color: #12c9a2;
}

.qcOdLiBox.cpsOdLiBox .qcOdLi5 span {
    color: #222222;
}

.cpsOrderJg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 30px;
    border-bottom: 1px solid #ddd;
    padding-left: 6px;
}

.cpsOrderJg em {
    color: #222222;
    font-size: 14px;
}

.cpsOrderJg input {
    width: 100% !important;
    min-height: auto;
    padding: 0;
    margin: 0;
    background: none;
    height: 30px;
    font-size: 14px;
    border: none;
}

.qcprofitUlTil.cpsprofitUlTil .qcPr1, .qcprofitList.cpsprofitList ul li .qcPrLi1 {
    width: 300px;
}

.qcprofitUlTil.cpsprofitUlTil .qcPr2, .qcprofitUlTil.cpsprofitUlTil .qcPr3, .qcprofitUlTil.cpsprofitUlTil .qcPr5, .qcprofitUlTil.cpsprofitUlTil .qcPr6, .qcprofitUlTil.cpsprofitUlTil .qcPr7 {
    width: 160px;
}

.qcprofitList.cpsprofitList ul li .qcPrLi2, .qcprofitList.cpsprofitList ul li .qcPrLi3, .qcprofitList.cpsprofitList ul li .qcPrLi5, .qcprofitList.cpsprofitList ul li .qcPrLi6, .qcprofitList.cpsprofitList ul li .qcPrLi7 {
    width: 160px;
}

.qcprofitUlTil.cpsprofitUlTil .qcPr4, .qcprofitList.cpsprofitList ul li .qcPrLi4 {
    width: 420px;
}

.qcprofitUlTil.cpsprofitUlTil .qcPr7, .qcprofitList.cpsprofitList ul li .qcPrLi7 {
    min-width: 120px;
}

.cpshallTgFont {
    min-height: 260px;
}

.cpshallTgFont .extInfo1 p {
    display: flex;
}

.extInfo1 a {
    color: #ff8871;
    font-size: 15px;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer;
    line-height: 36px;
    min-width: 60px;
}

.cpshallTgFont .extInfo1 span {
    max-width: 410px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.extInfo1 a:hover {
    opacity: 0.8;
}

.cpsorderExWa .popTil {
    border-bottom: none;
}

.cpsorderExWa {
    height: 500px;
}

.cpsorderExWaTab {
    border-bottom: 1px solid #e9eaec;
    width: 100%;
}

.cpsorderExWaTab ul {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.cpsorderExWaTab ul li {
    width: auto;
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}

.cpsorderExWaTab ul li.current {
    color: #ff8871;
}

.cpsorderExWaTab ul li.current::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ff8871;
    display: block;
}


@media screen and (max-width: 1680px) {
    .qcList ul li {
        width: calc(20% - 14px);
    }

    .cpsListBtn .qcListBtnH img {
        display: none !important;
    }
}


@media screen and (max-width: 1550px) {
    .accList ul li {
        width: calc(33.33% - 16px);
    }

    .cpsListBox ul li {
        width: calc(33.33% - 16px);
    }
}

@media screen and (max-width: 1510px) {
    .qcList ul li {
        width: calc(25% - 14px);
    }

    .qcListBtnH {
        padding: 0 10px;
    }

    .btnTui {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1350px) {
    .qcList ul li {
        width: calc(25% - 10px);
    }

    .qcListBtnH {
        padding: 0 6px;
    }

    .btnTui {
        padding: 0 6px;
    }

    .headBox {
        padding: 0 32px;
    }

    .mainBox {
        padding-right: 32px;
    }

    .qcDingList {
        padding: 20px 20px 40px 20px;
    }
}


/* 作品管理 */

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

.andwork span {
    text-align: left;
    font-weight: bold;
    padding-left: 16px;
    box-sizing: border-box;
    display: block;
}

.andwork .md1 {
    width: 110px;
    min-width: 110px;
}

.andwork .md2 {
    width: 174px;
    min-width: 124px;
}

.andwork .md3 {
    width: 116px;
    min-width: 116px;
}

.andwork .md4 {
    width: 160px;
    min-width: 100px;
}

.andwork .md5 {
    width: 210px;
    min-width: 180px;
}

.andwork .md6 {
    width: 182px;
    min-width: 78px;
}

.andwork .md7 {
    width: 168px;
    min-width: 168px;
}

.andwork .md8 {
    width: 122px;
    min-width: 80px;
}

.andwork .md9 {
    width: 156px;
    min-width: 156px;
}

.andwork .md10 {
    width: 170px;
    min-width: 170px;
}

.zpgl ul li .zpgl-grid1 {
    width: 110px;
    border-left: none;
    min-width: 110px;
}

.zpgl ul li .zpgl-grid2 {
    width: 174px;
    min-width: 124px;
}

.zpgl ul li .zpgl-grid3 {
    width: 116px;
    min-width: 110px;
}

.zpgl ul li .zpgl-grid4 {
    width: 160px;
    min-width: 100px;
}

.zpgl ul li .zpgl-grid5 {
    width: 210px;
    min-width: 180px;
}

.zpgl ul li .zpgl-grid6 {
    width: 182px;
    min-width: 78px;
}

.zpgl ul li .zpgl-grid7 {
    width: 168px;
    min-width: 168px;
}

.zpgl ul li .zpgl-grid8 {
    width: 122px;
    min-width: 80px;
}

.zpgl ul li .zpgl-grid9 {
    width: 156px;
    min-width: 156px;
}

.zpgl ul li .zpgl-grid10 {
    width: 170px;
    min-width: 170px;
}

.zpgl ul {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.zpgl ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: -1px;
    display: flex;
    height: 64px;
    align-items: center;
}

.zpgl ul li div {
    height: 64px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
}


.zpgl ul li span {
    color: #222222;
    font-size: 14px;
    line-height: 22px;
    margin-right: 16px;
}

.zpgl ul li .zpgl-grid2 span, .zpgl ul li .zpgl-grid3 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.zpgl ul li .zpgl-grid4 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zpgl ul li .zpgl-grid5 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    margin-top: 4px;
    display: block;
    width: 178px;
    min-width: 120px;
}

.zpgl ul li .zpgl-grid5 button {
    background-color: transparent;
    color: #ff8871;
    text-decoration: underline;
    margin-bottom: 10px;
    cursor: pointer;
}

.zpgl ul li .zpgl-grid10 button {
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ff8871;
    color: #fff;
    cursor: pointer;
}

.zpgl ul li .zpgl-grid10 button:nth-child(2) {
    margin-left: 12px;
}


/* 添加作品弹框 */
.popadd {
    width: 800px;
    border-radius: 6px;
    background: #ffffff;
    z-index: 902;
}

.popadd.kuang {
    width: 312px;
    padding-bottom: 30px;
}

.bd-title {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.bd-title span {
    background-color: #fe7e27;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    display: block;
    margin-right: 8px;
}

.tjzp-box {
    width: 730px;
}

.tjzp-gd {
    width: 780px;
    padding-left: 36px;
    height: 500px;
    overflow: unset;
    overflow-y: auto !important;
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tjzp-gd.gao {
    margin-top: 10px;
    height: 300px;
}

.tjzp-gd::-webkit-scrollbar {
    width: 4px;
}

.tjzp-gd::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.zpform {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.zpform-box {
    margin-bottom: 10px;
}

.zpform-box label {
    color: #222222;
    line-height: 44px;
}

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

.zpform-box-inp input {
    font-size: 14px;
    width: 352px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddee1;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 12px;
    text-indent: 2px;
    margin-left: 0;
}

.zpform-box-inp span {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 224px;
    display: block;
    margin-left: 10px;
}

.zpform-box p {
    color: #999;
    padding-top: 8px;
}

.zpform-box-inp textarea {
    font-size: 14px;
    width: 352px;
    height: 64px;
    line-height: 36px;
    border: 1px solid #dddee1;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 12px;
    text-indent: 12px;
    margin-left: 0;
}

.zpform-box-inp textarea:focus {
    background-color: #ffffff;
    border: 1px solid #ff8871;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 136, 113, 0.2);
}

.zpform-box-inp input:focus {
    background-color: #ffffff;
    border: 1px solid #ff8871!important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 136, 113, 0.2);
}
.layui-input:focus, .layui-textarea:focus{
    border-color:#ff8871!important;
}
.layui-form-select dl dd.layui-this {
    color: #ff8871;
}


/* 上传作品 */
.sc-warp {
    margin-left: 36px;
    margin-top: 30px;
}

.sc {
    width: 1028px;
    margin-top: 20px;
}

.sc span {
    text-align: left;
    font-weight: bold;
    padding-left: 16px;
    box-sizing: border-box;
    display: block;
}

.sc .md1 {
    width: 88px;
}

.sc .md2 {
    width: 366px;
}

.sc .md3 {
    width: 416px;
}

.sc .md4 {
    width: 160px;
}

.scmk ul {
    box-sizing: border-box;
    overflow: unset;
    overflow-y: auto !important;
    padding-right: 12px;
    height: 346px;
    margin-top: 16px;
    margin-bottom: 30px;
    position: relative;
    width: 1044px;
}

.scmk ul::-webkit-scrollbar {
    width: 4px;
}

.scmk ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.scmk ul li {
    width: 1028px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.scmk ul li div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
}

.scmk ul li .sc-grid1 {
    width: 88px;
    border-left: none;
}

.scmk ul li .sc-grid2 {
    width: 366px;
}

.scmk ul li .sc-grid3 {
    width: 418px;
}

.scmk ul li .sc-grid4 {
    width: 160px;
}

.scmk ul li span {
    color: #222222;
    font-size: 14px;
    line-height: 22px;
    margin-right: 16px;
}

.scmk ul li .sc-grid2 span, .scmk ul li .sc-grid3 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qy-tips {
    text-align: center;
    color: #222;
    margin: 30px 0 38px 0;
}

.qy-btn {
    border-radius: 4px;
    background: #ff8871;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
}

/* 批量签约 */

.qlqy {
    margin: 30px 0px 0 36px;
}

.qlqyUlTil {
    width: 1028px;
}

.qlqyUlTil span {
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
}

.qlqyPr1 {
    width: 46px;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qlqyPr1 i {
    width: 14px;
    height: 14px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qlqyPr1 i:hover {
    border: 1px solid #ff8871;
}

.qlqyPr1 i.current {
    border: 1px solid #ff8871;
    background: #ff8871;
}

.qlqyPr2 {
    width: 96px;
}

.qlqyPr3 {
    width: 470px;
}

.qlqyPr4 {
    width: 254px;
}

.qlqyPr5 {
    width: 156px;
}

.qlqyBoxUl {
    box-sizing: border-box;
    overflow: unset;
    overflow-y: auto !important;
    padding-right: 12px;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 16px;
    position: relative;
    width: 1044px;
}

.qlqyBoxUl::-webkit-scrollbar {
    width: 4px;
}

.qlqyBoxUl::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.qlqy ul {
    width: 100%;
    margin-top: 1px;
}

.qlqy ul li {
    width: 1028px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.qlqy ul li span {
    color: #222222;
    font-size: 14px;
}

.qlqy ul li > div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding: 0 16px;
    box-sizing: border-box;
}


.qlqy ul li .qlqyLi1 {
    width: 46px;
    border-left: none;
}

.qlqy ul li .qlqyLi1 span i {
    width: 14px;
    height: 14px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
}

.qlqy ul li .qlqyLi1 span i:hover {
    border: 1px solid #ff8871;
}

.qlqy ul li .qlqyLi1 span i.current {
    border: 1px solid #ff8871;
    background: #ff8871;
}

.qlqy ul li .qlqyLi2 {
    width: 94px;
}

.qlqy ul li .qlqyLi3 {
    width: 470px;
}

.qlqy ul li .qlqyLi4 {
    width: 254px;
}

.qlqy ul li .qlqyLi3 span, .qlqy ul li .qlqyLi4 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qlqy ul li .qlqyLi5 {
    width: 156px;
}

/* 签约管理 */

.qygl {
    width: 100%;
    /*padding-top: 20px;*/
}

.qyglmd {
    width: 100%;
    margin-top: 20px;
}

.qyglmd span {
    text-align: left;
    font-weight: bold;
    padding-left: 16px;
    box-sizing: border-box;
    display: block;
}

.qyglmd .md1 {
    width: 90px;
}

.qyglmd .md2 {
    width: 346px;
}

.qyglmd .md3 {
    width: 688px;
}

.qyglmd .md4 {
    width: 140px;
}

.qyglmd .md5 {
    width: 148px;
}

.qyglmd .md6 {
    width: 148px;
}

.qygl ul {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 16px;
}

.qygl ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.qygl ul li div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
}

.qygl ul li .qygl-grid1 {
    width: 90px;
    border-left: none;
}

.qygl ul li .qygl-grid2 {
    width: 340px;
}

.qygl ul li .qygl-grid3 {
    width: 688px;
}

.qygl ul li .qygl-grid4 {
    width: 140px;
}

.qygl ul li .qygl-grid5 {
    width: 148px;
}

.qygl ul li .qygl-grid6 {
    width: 148px;
}

.qygl ul li span {
    color: #222222;
    font-size: 14px;
    line-height: 22px;
    margin-right: 16px;
}

.qygl ul li .qygl-grid2 span, .qygl ul li .qygl-grid3 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qygl ul li .qygl-grid4 button {
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}


.ckzp-warp {
    margin-left: 36px;
    margin-top: 30px;
}

.zpbt {
    width: 1028px;
    margin-top: 20px;
}

.zpbt span {
    text-align: left;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    display: block;
}

.zpbt .md1 {
    width: 110px;
}

.zpbt .md2 {
    width: 380px;
}

.zpbt .md3 {
    width: 240px;
}

.zpbt .md4 {
    width: 158px;
}

.zpbt .md5 {
    width: 144px;
}

.ckzp ul {
    box-sizing: border-box;
    overflow: unset;
    overflow-y: auto !important;
    padding-right: 12px;
    height: 346px;
    margin-top: 16px;
    margin-bottom: 30px;
    position: relative;
    width: 1044px;
}

.ckzp ul::-webkit-scrollbar {
    width: 4px;
}

.ckzp ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.ckzp ul li {
    width: 1028px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.ckzp ul li div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
}

.ckzp ul li .zpbt-grid1 {
    width: 110px;
    border-left: none;
}

.ckzp ul li .zpbt-grid2 {
    width: 380px;
}

.ckzp ul li .zpbt-grid3 {
    width: 240px;
}

.ckzp ul li .zpbt-grid4 {
    width: 158px;
}

.ckzp ul li .zpbt-grid5 {
    width: 144px;
}

.ckzp ul li span {
    color: #222222;
    font-size: 14px;
    line-height: 22px;
    margin-right: 16px;
}

.ckzp ul li .zpbt-grid2 span, .ckzp ul li .zpbt-grid3 span, .ckzp ul li .zpbt-grid4 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 收益明细弹框 */
.symk .sy {
    width: 1028px;
    margin-top: 20px;
}

.symk .sy span {
    text-align: left;
    font-weight: bold;
    padding-left: 16px;
    box-sizing: border-box;
    display: block;
}

.symk .sy .md1 {
    width: 254px;
}

.symk .sy .md2 {
    width: 484px;
}

.symk .sy .md3 {
    width: 134px;
}

.symk .sy .md4 {
    width: 156px;
}

.symk ul {
    box-sizing: border-box;
    overflow: unset;
    overflow-y: auto !important;
    padding-right: 12px;
    height: 346px;
    margin-top: 16px;
    margin-bottom: 30px;
    position: relative;
    width: 1044px;
}

.symk ul::-webkit-scrollbar {
    width: 4px;
}

.symk ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.symk ul li {
    width: 1028px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: -1px;
    display: flex;
    height: 44px;
    align-items: center;
}

.symk ul li div {
    height: 44px;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
}

.symk ul li .sy-grid1 {
    width: 254px;
    border-left: none;
}

.symk ul li .sy-grid2 {
    width: 484px;
}

.symk ul li .sy-grid3 {
    width: 134px;
}

.symk ul li .sy-grid4 {
    width: 156px;
}

.symk ul li span {
    color: #222222;
    font-size: 14px;
    line-height: 22px;
    margin-right: 16px;
}

.symk ul li .sy-grid1 span, .symk ul li .sy-grid2 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layui-input-block-fl {
    width: 352px;
}

.layui-form-item.jia {
    width: 352px;
}

/*日期组件样式覆盖*/
.layui-laydate-content td.laydate-day-now {
    color: #ff8871;
}

.layui-laydate-content td.laydate-day-now:after {
    border-color: #ff8871;
}

.layui-laydate .layui-this, .layui-laydate .layui-this > div {
    background-color: #ff8871 !important;
}

.layui-laydate-linkage .layui-laydate-content td.laydate-selected > div {
    background-color: #fbe1dc;
}

.layui-laydate-linkage .laydate-selected:hover > div {
    background-color: #fbe1dc !important;
}

/*其他复写*/
.layui-btn {
    background-color: #ff8871;
}
.layui-form-checkbox[lay-skin=primary]:hover>i{
    border-color: #ff8871;
}

.layui-form-checked[lay-skin=primary] > i {
    border-color: #ff8871 !important;
    background-color: #ff8871;
    color: #fff;
}

.zpgl ul li .zpgl-grid10 button.btn-disabled {
    background-color: #BFBFBF;
}
