* {
    margin: 0;
    padding: 0;
    /*box-sizing : border-box*/
    box-sizing : content-box;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none; /*系统默认菜单被禁用*/
    /*-webkit-user-select:none; !*webkit浏览器*!*/
    /*-khtml-user-select:none; !*早期浏览器*!*/
    /*-moz-user-select:none;!*火狐*!*/
    /*-ms-user-select:none; !*IE10*!*/
    /*user-select:none;*/
}
[v-cloak] {
    display:none
}
.flex-start {
    display: flex;
    display: -webkit-flex;
    justify-content: start;
    align-items: center;
}
.flex-start-top {
    display: flex;
    display: -webkit-flex;
    justify-content: start;
    align-items: start;
}
.flex-between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.flex-around {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
}
html {
    /*font-size: calc(100 / 750 * 100vw);*/
}
html,
body {
    width: 100%;
    height: 100%;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    box-sizing: border-box;
    background: #EDEDED;
    overflow-y: auto;
}
body {
    position: relative;
}
.content {
    width: 100%;
}
.icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.top {
    width: calc(100% - 40px);
    background: #474E58;
    padding: 18px 20px 20px;
}
.photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 10px;
}
.info {
    width: calc(100% - 36px);
}
.user-name {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 5px;
}
.vip-time {
    /*width: 50%;*/
}
.vip-time .icon {
    margin-right: 4px;
}
.vip-time:nth-child(1) {
    /*margin-right: 5px;*/
}
.vip-time span {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    line-height: 14px;
}
.el-progress {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.el-progress-bar {
    /*width: 80%;*/
}
.el-progress-bar__outer {
    background-color: rgba(255,255,255,0.4);
}
.progress-text {
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin-left: 8px;
}
.space-use {
    margin-top: 12px;
}
.tabs {
    background: #474E58;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.tab {
    width: 25%;
    height: 35px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.no-ninetyNineLook .tab {
    width: calc(100% / 3);
}
.tabs .icon {
    margin-right: 4px;
}
.tabs .active {
    font-weight: 600;
}
.tabs .person.active {
    background: linear-gradient(360deg, #FFFFFF 0%, #FDFCFA 35%, #EADEF1 100%);
    border-top-right-radius: 8px;
    color: #732BAB;
}
.tabs .boss_tab.active {
    border-top-left-radius: 8px;
}
.tabs .kan99.active {
    background: linear-gradient(360deg, #FFFFFF 0%, #EAF0FA 35%, #C1D5FA 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #2B5498;
}
.tabs .space.active {
    background: linear-gradient(360deg, #FFFFFF 0%, #F0FFFD 35%, #D9F4F1 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #206F6C;
}
.tabs .company.active {
    background: linear-gradient(360deg, #FFFFFF 0%, #FFFDF9 28%, #FFFCF7 35%, #FFEDCB 100%);
    border-top-left-radius: 8px;
    color: #946710;
}
.tabs .company-vip {
    border-top-right-radius: 8px;
}
.tab-content {
    background: #fff;
    padding: 12px 18px
}
.good {
    position: relative;
    padding: 16px 0 8px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
}
.good:nth-child(3n) {
    margin-right: 0;
}
.kan99 .good,
.company .good {
    background: #F5F5F5;
}
.good.active {
    background: linear-gradient(360deg, #e5d2ef 10%, #f8edfe 100%);
}
.kan99 .good.active {
    background: linear-gradient(360deg, #E2EBFA 0%, #EFF4FB 100%);
}
.company .good.active {
    background: linear-gradient(360deg, #FFEECE 0%, #FFF9ED 100%);
}
.good .good-name {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.good .price {
    font-size: 24px;
    font-weight: 600;
    color: #732BAB;
    line-height: 32px;
}
.kan99 .good .price {
    color: #2B5498;
}
.company .good .price {
    color: #946710;
}
.goods-box {
    margin-left: -5px;
    margin-right: -5px;
}
.good-box {
    box-sizing: border-box;
    padding: 0 5px;
}
.mobile_VIP .good-box {
    max-width: 200px;
}
.good .line-price {
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    text-decoration: line-through;
}
.good .label {
    background: rgba(115,43,171,0.48);
    border-radius: 34px;
    margin: 4px 10px 0;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    padding: 0 10px;
}
.kan99 .good .label {
    background: rgba(43,84,152,0.48);
}
.company .good .label {
    background: rgba(148,103,16,0.48);
}
.good .type {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    padding: 0 4px;
    background: #474E58;
    border-radius: 4px 0 4px 0;
    font-size: 10px;
    font-weight: 400;
    color: #F4E8CD;
    line-height: 14px;
}
.btn-box {
    margin-top: 8px;
}
.btn-box .btn {
    width: 100%;
    height: 42px;
    padding: 0;
    background: #474E58;
    border-radius: 21px;
    border: 1px solid #464E59;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
}
.btn.buy-exchange {
    background: #FFFFFF;
    color: #474E58;
    font-weight: normal;
}
.invoice {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    font-weight: 400;
    color: #474E58;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}
.invoice span {
    font-size: 14px;
}
.check-box.el-checkbox--large .el-checkbox__inner {
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
}
.agree {
    padding: 6px 12px;
    background: #F5F5F5;
    border-radius: 4px;
}
.agree .check-box-label {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-left: 6px;
    word-break: break-all;
}
.agree .check-box-label a {
    color: #0079FF;
    text-decoration: none;
    cursor: pointer;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #fff;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
    width: 4px;
    height: 8px;
    left: 4px;
    top: 0;
    border-color: #2CDC9B;
}
.explain {
    margin-top: 12px;
    padding: 12px;
    background: #fff;
}
.explain-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    margin-bottom: 10px;
}
.explain-content {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 5px;
}
.good-explain {
    padding: 18px;
    background: #fff;
    margin-top: 18px;
}
.good-explain h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    margin-bottom: 12px;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
.table th,
.table td {
    position: relative;
    text-align: center;
    padding: 18px 6px;
}
.table th::after,
.table td::after {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 10%;*/
    /*content: '';*/
    /*width: 80%;*/
    /*height: 1px;*/
    /*background: #EEDDBC;*/
}
.table td::after {
    background: #EEDDBC;
    opacity: .6;
}
.table tr:nth-child(1) th:nth-child(1)::after {
    display: none;
}

.table tr th:nth-child(2n-1),
.table tr td:nth-child(2n-1) {
    /*background: #FDF8EE;*/
}
.table tr th:nth-child(2n-1) {
    background: #FDF8EE;
}
.table.table_new_boss tr th:nth-child(5){
    background: none;
}
.table tr th:nth-child(2n),
.table tr td:nth-child(2n) {
    background: #FFFFFF;
}
.table tr th {
    /*width: 30%;*/
    font-size: 14px;
    font-weight: 400;
    color: #65481C;
    line-height: 20px;
}
.table tr:nth-child(1) th {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    padding: 7px 0;
}

.space-info {
    padding: 18px 20px 20px 40px;
    background: #fff;
}
.space-info .percentage-label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.space-info .percentage-value {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #206F6C;
    line-height: 32px;
}
.space-info .percentage-value span {
    font-size: 12px;
}
.space-info .space-size {
    width: 45%;
}
.all-size {
    border-bottom: 1px solid #E1E1E1;
}
.space-info .size {
    font-size: 20px;
    font-weight: 600;
    color: #206F6C;
    line-height: 28px;
}
.space-info .name {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.space-info .name::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    content: '';
    width: 6px;
    height: 6px;
    background: #3DA9A5;
    border-radius: 50%;
}
.space-info .all-size {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.space-buy {
    margin-top: 18px;
    padding: 12px 18px;
    background: #fff;
}
.space-buy .gift {
    margin-bottom: 12px;
}
.space-buy .gift p{
    font-size:12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.space-good {
    margin-bottom: 12px;
    padding: 10px 12px 10px 12px;
}
.space-good .good-size {
    width: 40%;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
.space-good .good-size span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.space-good .good-price {
    width: calc(70% - 70px);
    font-size: 24px;
    font-weight: 600;
    color: #206F6C;
    line-height: 32px;
}
.space-good .good-price span {
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    text-decoration: line-through;
}
.space-good .btn {
    width: 70px;
    height: 28px;
    background: linear-gradient(180deg, #68C1BF 0%, #1B9590 100%);
    border-radius: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    border: none;
}
.space-good {
    /*background: #F5F5F5;*/
    border-radius: 4px;
    background: linear-gradient(360deg, #E9FFFD 0%, #F1FFFD 100%);
}
.space-buy .invoice {
    justify-content: space-between;
}
.exchange-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.exchange {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    padding: 18px 10px;
    background: #fff;
    border-radius: 8px;
}
.exchange p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
}
.exchange .el-table {
    margin-top: 10px;
}
.exchange-code {
    text-align: center;
    margin-top: 18px;
}
.exchange .exchange-explain {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin: 5px 0;
    text-align: left;
}
.exchange .btn {
    width: 70px;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background: #0079FF;
}
.exchange-btn-box {
    text-align: center;
    margin-top: 18px;
}
.exchange .btn.cancel {
    background: #fff;
    border: 1px solid #0079FF;
    color: #0079FF;
    margin-right: 20px;
}
.exchange p span {
    color: #0079FF;
}
td {
    font-size: 12px;
    color: #333;
}
.foramt_table td{
    font-size: 14px;
}
.good-explain .icon {
    margin: 0;
}
.el-message__content {
    font-size: 12px;
    line-height: 20px;
}
.el-progress-circle__track {
    stroke: #DCF5F2;
}
.el-checkbox.el-checkbox--large {
    height: auto;
}
.el-icon {
    font-size: 18px;
}
button {
    border: none;
    outline: none;
}
.el-input__wrapper {
    font-size: 12px;
}
.el-checkbox {
    margin-top: 1px;
}
.progress-box {
    width: 55%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.el-progress-circle__track {
    stroke-linecap: round;
}
.el-message__content {
    word-break: break-all;
}
.el-message {
    width: max-content;
}
.service {
    margin-top: 10px;
}
.service span {
    color: #0079FF;
}

/************************************ 适配pc ****************************************/
.PC_vip {
    /*min-width: 900px;*/
    min-height: 100vh;
    background: #fff;
}
.PC_vip .top {
    width: calc(100% - 70px);
    background: #474E58;
    padding: 33px 35px 30px;
}
.PC_vip .top .info {
    width: 360px !important;
}
.PC_vip .good {
    min-width: 200px;
    padding: 44px 0 27px;
    border-radius: 8px;
}
.PC_vip .good .type {
    height: 34px;
    padding: 0 23px;
    border-radius: 4px 0 8px 0;
    font-size: 14px;
    line-height: 34px;
}
.PC_vip .good .good-name {
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
}
.PC_vip .good .price {
    height: 48px;
    font-size: 34px;
    line-height: 48px;
}
.PC_vip .good .line-price {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.PC_vip .good .label {
    display: inline-block;
    height: 28px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 22px;
    margin-top: 11px;
}
.PC_vip .goods-box {
    margin-left: -10px;
    margin-right: -10px;
}
.PC_vip .good-box {
    box-sizing: border-box;
    padding: 0 10px;
}
.PC_vip .qrcode {
    margin-top: 10px;
}
.PC_vip {
    padding-bottom: 30px;
 }

.PC_vip .pc-exchange .title,
.PC_vip .qrcode .title {
    height: 25px;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.PC_vip .qrcode .price {
    display: inline-block;
    /*margin-top: 18px;*/
    height: 38px;
    font-size: 16px;
    line-height: 38px;
}
.PC_vip .qrcode .price span {
    height: 38px;
    font-size: 26px;
    font-weight: 600;
    color: #FF1C1C;
    line-height: 38px;
}
.PC_vip .qrcode .preferential {
    display: inline-block;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    margin-left: 20px;
}
.PC_vip .qrcode .btn,
.PC_vip .PC-exchange .btn {
    width: 128px;
    height: 36px;
    background: #474E58;
    border-color: #474E58;
    border-radius: 18px;
    /*margin-top: 15px;*/
}
.PC_vip .qrcode .btn {
    margin-left: 20px;
    margin-right: 20px;
}
.PC_vip .PC-exchange .btn {
    margin-top: 0;
}
.PC_vip .PC-invoice {
    color: #0079FF;
}
.PC_vip .PC-exchange > div {
    margin-bottom: 15px;
}
.PC_vip .PC-exchange .exchange-code {
    width: 215px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #999999;
    margin-top: 0;
}
.PC_vip .PC-exchange span.remark {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    /*margin-left: 10px;*/
}
.PC_vip .agree {
    margin-top: 10px;
    margin-bottom: 30px;
    background: transparent;
    padding: 0;
}
.PC_vip .pay-dialog {
    max-width: 550px;
}
.PC_vip .pay-dialog .el-dialog__body {
    padding-top: 0;
}
.PC_vip .pay-dialog .good-info {
    padding: 20px 0;
}
.PC_vip .pay-dialog .good-info .price {
}
.PC_vip .pay-dialog .good-info .price span {
    font-size: 26px;
    font-weight: 600;
    color: #FF1C1C;
}
.PC_vip .pay-dialog .pay-type {
    display: inline-block;
    width: 160px;
    background: url("../img/alipay.png") no-repeat 20px center;
    background-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.PC_vip .pay-dialog .code {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 10px;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    margin-bottom: 10px;
}
.PC_vip .pay-box {
    padding: 0 18px;
}

.PC_vip .space-info {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.PC_vip .progress-box {
    width: 150px;
}
.PC_vip .space-size {
    display: flex;
}
.PC_vip .space-size .all-size {
    border: none;
    margin-right: 30px;
    margin-left: 30px;
}
.PC_vip .space-goods {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.PC_vip .space-good {
    display: block;
    width: calc((100% - 170px) / 4);
    text-align: center;
    padding-top: 27px;
    padding-bottom: 22px;
}
.PC_vip .space-good .good-size {
    line-height: 34px;
}
.PC_vip .space-good .good-price,
.PC_vip .space-good .good-size {
    width: auto;
}
.PC_vip .space-good .btn {
    margin-top: 15px;
    border-radius: 4px;
}
.PC_vip .good-price span {
    display: block;
}
.PC_vip .space-good .good-price {
    line-height: 48px;
}
.PC_vip .good-box .btn {
    margin-top: 20px;
    border: none;
    color: #fff;
}
.PC_vip .person .good {
    background: linear-gradient(360deg, #E8DCEE 0%, #FAF6FC 100%);
}
.PC_vip .person .good-box .label {
    background: rgba(115, 43, 171, 0.18);
    color: rgb(115, 43, 171);
}
.PC_vip .person .good-box .btn {
    background: rgba(115, 43, 171, 0.48);
}
.PC_vip .kan99 .good {
    background: linear-gradient(360deg, #E2EBFA 0%, #EFF4FB 100%);
}
.PC_vip .kan99 .good-box .label {
    background: rgba(43, 84, 152, 0.18);
    color: rgb(43, 84, 152);
}
.PC_vip .kan99 .good-box .btn {
    background: rgba(43, 84, 152, 0.48);
}
.PC_vip .company .good {
    background: linear-gradient(360deg, #FFEECE 0%, #FFF9ED 100%);
}
.PC_vip .company .good-box .label {
    background: rgba(148, 103, 16, 0.18);
    color: rgb(148, 103, 16);
}
.PC_vip .company .good-box .btn {
    background: rgba(148, 103, 16, 0.48);
}
.PC_vip .pay-dialog .remark {
    box-sizing: border-box;
    width: 160px;
    height: 40px;
    margin-right: 20px;
    padding-left: 60px;
    border-radius: 4px;
    line-height: 40px;
    border: 1px solid #F0F4FA;
    background: #F0F4FA url("../img/alipay.png") no-repeat 30px;
    background-size: 20px;
    cursor: pointer;
}
.PC_vip .pay-dialog .remark.active {
    border-color: #3a8ee6;
}
.PC_vip .pay-dialog .wechat-pay.remark {
    padding-left: 65px;
    background: #F0F4FA url("../img/wechat-pay.png") no-repeat 35px;
    background-size: 20px;
}
.PC_vip .pay-dialog .pay-line {
    margin: 20px 0;
}
.PC_vip .pay-dialog .price {
    font-size: 26px;
    font-weight: 600;
    color: #FF1C1C;
    line-height: 26px;
}
.PC_vip .pay-dialog .preferential {
    margin-left: 20px;
}
.PC_vip .pay-dialog .PC-exchange {
    padding-top: 20px;
    padding-bottom: 20px;
}
.PC_vip .pay-dialog .PC-exchange .exchange-code {
    width: 360px;
    margin-bottom: 0;
}
.PC_vip .pay-dialog .exchange-btn-box {
    margin-top: 50px;
}
.PC_vip .PC-exchange p {
    color: #999;
    font-size: 12px;
}
.PC_vip .PC-exchange .form-item {
    margin-bottom: 20px;
}
.PC_vip .code-box {
    position: relative;
}
.PC_vip .pay-code-modal {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 150px;
    font-size: 16px;
    border-radius: 8px;
    color: #0079FF;
    cursor: pointer;
}
.PC_vip .el-dialog__headerbtn {
    z-index: 1;
}
.PC_vip .space-good .btn {
    height: 32px;
    background: linear-gradient(180deg, #68C1BF 0%, #1B9590 100%);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    border: none;
}
.PC_vip .space-info .all-size {
    margin-bottom: 0;
}
.el-button--primary:focus,
.el-button--primary:hover {
    color: #FFF !important;
    background-color: #409EFF !important;
    border-color: #409EFF !important;
}
.table td.yellow_bg{
    background: #FDF8EE !important;
    font-size: 14px !important;

}
.el-button.btn_text_link{
    color: #65481C;
    text-decoration: underline;
}
.formatDrawer.el-drawer{
  border-radius: 8px 8px 0 0;
}
.formatDrawer .el-drawer__header{
    margin-bottom: 15px;
    padding: 15px 20px 0 20px;
}
.formatDrawer .el-drawer__body{
    padding: 0px 20px 20px 20px;
}
.foramt_table{
    font-size: 14px;
}
.dialogFormat{
    width:90%;
    max-width: 630px;
    border-radius: 8px;
}
.dialogFormat .el-dialog__body{
    max-height: 340px;
    padding: 0px 20px 20px 20px;
}
.table_new_vip td.column_1{
    background: #fefaee !important;
}
.table_new_99 td.column_1,.table_new_boss td.column_2,.table_new_ent  td.column_4{
    background: none !important;
}
.table_new_99 td.column_2,.table_new_boss .column_3,.table_new_ent  td.column_5{
    background: #fefaee !important;
}
.table  th.th_head{
    white-space: nowrap;
    min-width: 35px;
    width: 15% !important;
}
