.container-w {
    width: 1200px;
    margin: 0 auto;
}

.nei-isp-banner {
    position: relative;
    height: 280px;
    /* background-color: #902ce8; */
    background: url(/images/kjcgbg.jpg);
    border-radius: 15px;
    padding: 50px;
    margin-bottom: 20px;
}

.nei-isp-banner h3 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.nei-isp-banner p {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 20px 0;
}

.nei-isp-banner .isp-pous {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 40%;

}

.nei-isp-banner .isp-pous i {
    color: #333;
    font-size: 18px;
}

.nei-isp-banner .isp-pous input {
    height: 35px;
    border: none;
    outline: none;
    width: 70%;
    font-size: 16px;
    padding-left: 10px;
}

.nei-isp-banner .isp-pous a {
    margin-left: auto;
    background-color: #902ce8;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
}

.nei-isp-banner .isp-pous a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.nei-isp-banner img {
    height: 280px;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.isp-left {
    padding: 20px;
    border-bottom: solid 1px #eee;
}

.isp-left h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.isp-left .isp-left-item {
    padding: 8px 0 8px 10px;
}

.isp-left .isp-left-item .el-checkbox__inner {
    width: 18px;
    height: 18px;
}

.isp-left .isp-left-item .el-checkbox__inner::after {
    height: 9px;
    left: 6px;
}

.isp-left .isp-left-item .el-checkbox__label {
    font-size: 16px;
    color: #666;
}

.isp-title {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

.isp-list ul li {
    border: solid 1px #eee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.isp-list ul li a {
    display: flex;
    align-items: center;
}

.isp-list ul li a .pic {
    width: 150px;
    height: 150px;
}

.isp-list ul li a .pic img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.isp-list ul li a .tet {
    width: calc(100% - 150px);
    padding-left: 20px;
}

.isp-list ul li a .tet h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.isp-list ul li a .tet p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.isp-list ul li a .tet .span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.isp-list ul li a .tet .span span {
    padding: 5px 15px;
    background-color: #902ce8;
    color: #fff;
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    margin-right: 15px;
}

.isp-list ul li a:hover h3 {
    color: #902ce8;
}





/* 订单 */
.tj-PlaceOrder {
    background-color: #EFEFEF;
    padding: 40px 0;
}

.tj-PlaceOrder .tj-Shopping {
    background-color: #fff;
    padding: 30px 30px 10px 30px;
    border-radius: 5px;
}

.tj-PlaceOrder .tj-Shopping .shop-title a {
    font-size: 14px;
    color: var(--color);
}

.PlaceOrder-dzli {
    padding-bottom: 30px;
}

.PlaceOrder-dzli ul {
    margin: 0 -10px;
}

.PlaceOrder-dzli ul li {
    width: 33.3%;
    padding: 10px;
    float: left;
}

.PlaceOrder-dzli ul li .div-li {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px;
}

.PlaceOrder-dzli ul li.cur .div-li {
    border: solid 1px var(--color);
    background: url(../images/icon-xz.png) no-repeat right bottom;
    background-size: 40px;
}

.PlaceOrder-dzli ul li .div-li .top {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.PlaceOrder-dzli ul li .div-li .top a {
    display: flex;
    align-items: center;
    color: #999;
}

.PlaceOrder-dzli ul li .div-li .top h3 {
    font-size: 14px;
}

.PlaceOrder-dzli ul li .div-li p {
    margin-top: 10px;
}

.PlaceOrder-dzli ul li .div-li p.p {
    line-height: 20px;
    height: 40px;
    overflow: auto;
}

/* 添加地址 */
.tc-tjdz {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.tc-bj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0000006e;
}

.tc-tjdz-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 600px; */
    width: 660px;
    background-color: #fff;
    z-index: 3;
}

.tc-tjdz-div .title {
    background-color: #f5f5f5;
    height: 40px;
    padding: 0 10px;
}

.tc-tjdz-div .title a {
    height: 30px;
    width: 30px;
    display: block;
}

.tc-tjdz-div .title a i {
    font-size: 20px;
}

.tc-tjdz-div .tc-tjdz-bd {
    padding: 20px 70px 40px 70px;
}

.tc-tjdz-div .tc-tjdz-bd .lz-flex-center {
    margin-top: 20px;
}

.tc-tjdz-div .tc-tjdz-bd .lz-flex-center .addressCheckbox {
    border: solid 1px #ddd;
    /* height: 25px; */
    /* width: 20px; */
    height: 20px;
    width: 40px;
    text-indent: 2px;
}

.tc-tjdz-div .tc-tjdz-bd p {
    /* width: 90px; */
    width: 150px;
    text-align: right;
}

.tc-tjdz-div .tc-tjdz-bd .input-a,
.tc-tjdz-div .tc-tjdz-bd #distpicker2 {
    flex: 1;

}

.tc-tjdz-div .tc-tjdz-bd #distpicker2 select {
    border: solid 1px #ddd;
    height: 35px;
    text-indent: 10px;
    width: 32%;
    outline: none;
}

.tc-tjdz-div .tc-tjdz-bd input {
    border: solid 1px #ddd;
    height: 35px;
    text-indent: 10px;

}

.tc-tjdz-div .tc-tjdz-bd .but {
    margin-top: 20px;
}

.tc-tjdz-div .tc-tjdz-bd .but input {
    background-color: var(--color);
    color: #fff;
    padding: 0 15px;
    margin-left: 90px;
    border: none;
}

.tc-tjdz-div .tc-tjdz-bd .but input:hover {
    opacity: 0.8;
}

.PlaceOrder-dzli-k {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.PlaceOrder-dzli-k img {
    width: 180px;
}

.tj-Shopping {
    padding: 20px 0;
}

.tj-Shopping .shop-title {
    font-size: 16px;
}


/* 购物车 */
.tj-Shopping {
    padding: 20px 0;
}

.tj-Shopping .shop-title {
    font-size: 16px;
}

.tj-Shopping .shop-title span {
    color: var(--color);
    padding-left: 5px;
}

.tj-Shopping table {
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
}

.tj-Shopping table tr th {
    height: 50px;
    background-color: #F6F6F6;
    padding: 0 20px;
    text-align: center;
}

.tj-Shopping table tr .th1,
.tj-Shopping table tr .th1 {
    width: 100px;
    text-align: left;
}

.tj-Shopping table tr .th1 input {
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
}

.tj-Shopping table tr .th2 {
    width: 50%;
}

.tj-Shopping table tr td {
    padding: 10px 20px;
    text-align: center;
}

.tj-Shopping table tr td .tet-number {
    margin: 0 auto;
    width: 135px;
}

.tj-Shopping table tr td .tet-number a {
    width: 35px;
    height: 35px;
}

.tj-Shopping table tr:hover td {
    background: rgba(34, 71, 150, 0.05);
}

.tj-Shopping table tr td .tet-number input {
    width: 55px;
    height: 35px;
}

.tj-Shopping table tr td img {
    width: 100px;
}

.tj-Shopping table tr td h3 {
    padding: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    text-align: left;
    flex: 1;
}

.tj-Shopping table tr td.tx1 input {
    width: 15px;
    height: 15px;
}

.tj-Shopping table tr {
    border-bottom: solid 1px #ddd;
}

.tj-Shopping-js {
    border-top: solid 1px #ddd;
    border-radius: 5px;
    margin-top: 40px;
    padding: 20px;
}

.place-notes {
    padding-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.place-notes span {
    min-width: 80px;
    text-align: right;
    display: inline-block;
}

.tj-Shopping-js .a-jxgw {
    position: relative;
    color: #FF6303;
    margin-right: 20px;
}

.tj-Shopping-js .a-jxgw.cur {
    color: #ff0303;
}

.tj-Shopping-js .a-jxgw::before {
    content: '';
    position: absolute;
    width: 1px;
    top: 3px;
    height: 15px;
    background-color: #E6E5E5;
    right: -10px;
}

.tj-Shopping-js p span {
    color: #FF6303;
    margin: 0 5px;
}

.tj-Shopping-js .cut {
    background-color: #902ce8;
    padding: 15px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;

}

.tj-Shopping-js .cutclose {
    background-color: #ddd;
    padding: 15px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
}

.tj-Shopping-js .cut:hover {
    color: #fff !important;
    opacity: 0.8;
}

.tj-Shopping-js .ze {
    background: url(../images/icon-q.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    font-weight: bold;
    line-height: 20px;
}

.tj-Shopping-k {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tj-Shopping-k p {
    padding-top: 20px;
}

.tj-Shopping-k a {
    color: #FF6303;
}

.tj-Shopping-k img {
    width: 210px;
}

/* 产品详情 */
.productDeta {
    padding: 20px 0;
}

.productDeta .productDeta-pic {
    position: relative;
    width: 300px;
    overflow: hidden;
}

.productDeta .productDeta-pic .mySwiper2 {
    height: 250px;
    border: solid 1px #ddd;
}

.productDeta .productDeta-pic .mySwiper2 img {
    width: 100%;
    height: 100%;
}

.productDeta .productDeta-pic .mySwiper {
    height: 42px;
    margin-top: 10px;
}

.productDeta .productDeta-pic .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.productDeta .productDeta-pic .mySwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDeta .productDeta-pic .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: solid 1px var(--color);
}

.productDeta .productDeta-pic .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon-z.png);
    left: 0px;
    right: auto;
}

.productDeta .productDeta-pic .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icon-y.png);
    right: 0px;
    left: auto;
}

.productDeta .productDeta-pic .swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.productDeta .productDeta-tet {
    flex: 1;
    padding-left: 25px;
}

.productDeta .productDeta-tet h3 {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 25px;
}

.productDeta .productDeta-tet h3 span {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color);
    color: #fff;
    font-size: 16px;
    padding: 0px 5px;
    border-radius: 2px;
    margin-right: 5px;
}

.tet-price {
    font-size: 22px;
    color: #FF6303;
}

.tet-price span {
    font-size: 14px;
}

.productDeta .productDeta-tet .tet-leix {
    margin-top: 30px;
}

.productDeta .productDeta-tet .tet-leix p.nic {
    width: 80px;
    color: #999
}

.productDeta .productDeta-tet .tet-leix span {
    display: inline-block;
    background: rgba(34, 71, 150, 0.05);
    border: solid 1px #902ce8;
    color: #902ce8;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
}

.tet-number {
    display: flex;
    align-items: center;
}

.tet-number a {
    width: 45px;
    height: 45px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 2px;

}

.tet-number input {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    border: none;
    background-color: #f0f0f0;
    text-align: center;
    margin: 0 5px;
}

.productDeta .productDeta-tet .tet-but {
    display: flex;
    margin-top: 30px;
}

.productDeta .productDeta-tet .tet-but a {
    display: inline-block;
    width: 145px;
    height: 45px;
    margin-right: 20px;
    line-height: 45px;
    text-align: center;
}

.productDeta .productDeta-tet .tet-but a.gwc {
    background: rgba(34, 71, 150, 0.05) url(../images/icon-gwc1.png) no-repeat left 20px center;
    background-size: 15px;
    border: solid 1px #902ce8;
    color: #902ce8;
    padding-left: 15px;
}

.productDeta .productDeta-tet .tet-but a.gwc:hover {
    background: #902ce8 url(../images/icon-gwc.png) no-repeat left 20px center;
    background-size: 15px;
    color: #fff !important;
}

.productDeta .productDeta-tet .tet-but a.purchase {
    background-color: #902ce8;
    color: #fff;
}

.productDeta .productDeta-tet .tet-but a.purchase:hover {
    opacity: 0.8;
    color: #fff !important;
}

.productDeta-mian {
    padding-top: 0px;
}

.productDeta-mian .productDeta-li {
    border-bottom: solid 1px #ddd;
}

.productDeta-mian .productDeta-li h3 {
    display: inline-block;
    position: relative;
    line-height: 50px;
    font-size: 18px;
}

.productDeta-mian .productDeta-li h3::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: var(--color);
}

.tet-ddetail {
    padding: 20px 0;
}

.tet-ddetail img {
    width: 100% !important;
}


.fl {
    float: left;
}
.fr {
    float: right;
}
.buffet-order-log .itemname {
    height: 62px;
    line-height: 65px;
    font-size: 16px;
    color: rgba(0,0,0,.75);
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 24px
}

.buffet-order-log .el-table {
    margin-top: 16px;
    box-sizing: border-box;
}
.buffet-order-log .el-table table{
    width: 100%;
}

.buffet-order-log .log-table-header th {
    background: #902ce820;
    font-size: 14px;
    font-family: PingFang-SC-Bold,PingFang-SC;
    font-weight: bold;
    color: #902ce8;
    line-height: 54px
}


.order_detail_title {
    width: 100%;
    height: 72px;
    line-height: 76px;
    background: #902ce820;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 16px;
    color: rgba(0,0,0,.65);
    font-weight: bold
}

.order_detail_title span {
    margin-left: 12px;
    font-size: 14px;
    color: #595959;
    font-weight: 500
}

.order_detail_title p {
    font-size: 24px;
    color: #902ce8;
    font-weight: 500
}

.order_schedule {
    width: 100%;
    height: 262px;
    background: #fff;
    padding: 4px 0
}

.order_schedule .l_box {
    width: 272px;
    height: 100%;
    padding-top: 26px;
    border-right: 1px solid #e8e8e8
}

.order_schedule .l_box h1 {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #595959;
    font-weight: 500;
    text-align: center
}

.order_schedule .l_box h2 {
    line-height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    font-weight: 500;
    text-align: center
}

.order_schedule .l_box p {
    line-height: 25px;
    font-size: 18px;
    color: #0393f2;
    font-weight: 500;
    text-align: center
}

.order_schedule .l_box ul {
    padding: 0 43px
}

.order_schedule .l_box ul:after {
    content: "";
    display: block;
    clear: both
}

.order_schedule .l_box ul li {
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin: 0 6px 10px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer
}

.order_schedule .l_box ul li.active {
    background: #902ce8
}

.order_schedule .l_box ul li.active a {
    font-size: 14px;
    color: #fff
}

.order_schedule .l_box ul li.disabled {
    background: #d9d9d9
}

.order_schedule .l_box ul li.disabled a {
    color: #fff
}

.order_schedule .l_box ul li.default {
    background: #fff;
    line-height: 26px;
    border: 1px solid rgba(0,0,0,.15)
}

.order_schedule .l_box ul li.default a {
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.order_schedule .l_box ul li.pay {
    float: none;
    width: 136px;
    height: 48px;
    margin: 20px auto 0;
    line-height: 48px
}

.order_schedule .l_box ul li.pay a {
    font-size: 18px
}

.order_schedule .l_box ul li.default:hover {
    border-color: #902ce8
}

.order_schedule .l_box ul li.default:hover a {
    color: #902ce8
}

.order_schedule .r_box {
    width: 728px;
    height: 100%
}

.order_cur_schedule {
    width: 100%;
    height: 100%
}

.order_cur_schedule li {
    position: relative;
    float: left;
    width: 16.66%;
    height: 100%;
    padding-top: 76px
}

.order_cur_schedule li img {
    display: block;
    margin: 0 auto
}

.order_cur_schedule li p {
    line-height: 22px;
    margin-top: 20px;
    font-size: 16px;
    color: rgba(0,0,0,.45);
    font-weight: 500;
    text-align: center
}

.order_cur_schedule .dashed_dot {
    position: absolute;
    top: 98px;
    right: -30px
}

.order_cur_schedule .dashed_dot .dashed_dot_item {
    float: left;
    width: 2px;
    height: 2px;
    background: #8c8c8c;
    margin-right: 5px
}

.order_info {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
    overflow: hidden;
}

.order_info>div {
    width: 48%;
    min-height: 100px
}

.order_info>div:nth-child(1) {
    width: 52%
}

.order_info .l_box h1 {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(0,0,0,.65);
    font-weight: bold
}

.order_info .l_box p {
    line-height: 30px;
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.order_info .l_box h2 {
    line-height: 20px;
    margin-top: 30px;
    font-size: 14px;
    color: rgba(0,0,0,.45);
    font-weight: 500
}

.order_info .l_box h2 a {
    color: #902ce8
}

.order_info .r_box ul {
    width: 240px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.order_info .r_box ul li {
    width: 100%;
    line-height: 30px
}

.order_info .r_box ul li label {
    display: block;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    color: rgba(0,0,0,.45);
    font-weight: 500;
    text-align: right
}

.order_info .r_box ul li div {
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    color: rgba(0,0,0,.75);
    font-weight: 500;
    text-align: right
}

.order_info .r_box .total {
    width: 100%;
    line-height: 45px;
    font-size: 14px;
    color: rgba(0,0,0,.45);
    font-weight: 500;
    text-align: right
}

.order_info .r_box .total span {
    margin-left: 28px;
    font-size: 18px;
    color: #902ce8
}

.box_title {
    height: 62px;
    line-height: 65px;
    padding-left: 30px;
    font-size: 16px;
    color: rgba(0,0,0,.75);
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8
}

.order_demand {
    width: 100%;
    background: #fff;
    margin-top: 20px
}

.order_demand_body {
    padding: 20px 0px 20px
}

.order_demand_body li {
    min-height: 50px;
    line-height: 50px
}

.order_demand_body li.border {
    border-bottom: 1px solid #e8e8e8
}

.order_demand_body li label {
    display: block;
    width: 204px;
    line-height: 50px;
    padding-right: 30px;
    font-size: 16px;
    color: rgba(0,0,0,.65);
    text-align: right
}

.order_demand_body li div {
    width: 732px;
    line-height: 50px;
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.order_demand_body li div span {
    color: rgba(0,0,0,.45)
}

.order_demand_body li p {
    width: 732px;
    line-height: 22px;
    padding-top: 14px;
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.sample_info {
    background: #fff;
    margin-top: 20px
}

.sample_info_body {
    padding: 20px 30px 4px
}

.sample_info_body h1 {
    line-height: 22px;
    font-size: 16px;
    color: rgba(0,0,0,.75);
    font-weight: bold
}

.sample_info_body table {
    width: 100%;
    margin: 12px 0 32px 0
}

.sample_info_body table td {
    line-height: 22px;
    padding: 10px 20px;
    font-size: 14px;
    color: #424242;
    border: 1px solid #e8e8e8
}

.sample_info_body table .col1 {
    width: 280px
}

.sample_info_body table .col2 {
    width: 660px
}

.ticket_info {
    background: #fff;
    margin-top: 20px
}

.ticket_info_body {
    padding: 32px 0 20px 0
}

.ticket_info_body ul {
    width: 50%
}

.ticket_info_body li {
    min-height: 28px;
    margin-bottom: 14px
}

.ticket_info_body li label {
    display: inline-block;
    min-width: 152px;
    line-height: 28px;
    padding-left: 52px;
    font-size: 14px;
    color: rgba(0,0,0,.45)
}

.ticket_info_body li label.fb {
    color: rgba(0,0,0,.65);
    font-weight: bold
}

.ticket_info_body li input {
    width: 280px;
    height: 28px;
    background: rgba(242,245,244,.5);
    padding-left: 12px
}

.ticket_info_body li textarea {
    width: 280px;
    height: 64px;
    padding: 10px;
    background: rgba(242,245,244,.5);
    resize: none
}

.order_record {
    width: 100%;
    background: #fff;
    margin-top: 20px
}

.order_key_record {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-top: 20px
}

.order_key_record_list {
    padding: 12px 0 0 30px
}

.order_key_record_list_item {
    line-height: 18px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    margin-bottom: 8px
}

.order_record_list {
    padding: 25px 0 0 30px
}

.order_record_list_item {
    line-height: 40px;
    font-size: 16px;
    color: rgba(0,0,0,.65);
    font-weight: 500
}

.look-order-process {
    box-sizing: border-box;
    padding-left: 30px
}

.look-order-process a {
    font-weight: bold;
    font-size: 13px;
    color: #902ce8;
    line-height: 18px;
    text-decoration-line: underline
}

.look-order-process a:hover {
    font-weight: bold;
    font-size: 13px;
    color: #16b799;
    line-height: 18px;
    text-decoration-line: underline
}

.order_progress {
    background: #fff;
    margin-top: 20px
}

.order_progress .progress_info {
    padding: 20px 30px 30px
}

.order_progress table {
    width: 100%
}

.order_progress td,.order_progress th {
    line-height: 22px;
    padding: 10px;
    font-size: 14px;
    color: #424242;
    border: 1px solid #e8e8e8;
    text-align: center
}

.order_progress td a {
    margin-left: 5px;
    color: #902ce8
}

.order_progress td a:hover {
    color: #18b799
}

.order_progress .operate {
    width: 250px
}

.order_progress .operate span {
    cursor: pointer;
    color: #902ce8
}

.order_progress .operate span:hover {
    color: #18b799
}

.order_progress .operate span>span {
    position: relative
}

.order_progress .operate img {
    width: 14px;
    height: 14px
}

.order_progress .operate .tip {
    display: none;
    position: absolute;
    top: -82px;
    left: -100px;
    min-width: 200px;
    line-height: 17px;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    color: rgba(0,0,0,.65);
    text-align: left;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    border-radius: 6px
}

.order_progress .operate .tip_small {
    top: -52px
}

.order_progress .operate .tip::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 100px;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    transform: rotate(45deg)
}

.order_progress .operate .tip::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 94px;
    display: block;
    width: 24px;
    height: 12px;
    background: #fff
}

.order_progress .operate img:hover+.tip {
    display: block
}

.confirm_dialog_content {
    padding: 20px 40px 40px;
    width: 500px;
    font-size: 14px;
    text-align: left
}

.confirm_dialog_content form {
    text-align: left;
    width: 350px;
    margin: 0 auto
}

.confirm_dialog_content label {
    display: inline-block;
    width: 100px;
    text-align: left;
    margin-bottom: 10px
}

.confirm_dialog_content .price {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    margin: 0 5px 10px 0
}

.confirm_dialog_content .upload-btn {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer
}

.confirm_dialog_content .filePrew {
    display: inline-block;
    border: 0px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer
}

.order_detail_title .club_question_icon {
    width: 16px;
    position: relative;
    left: -2px;
    top: -2px;
    cursor: pointer
}
.el-table {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #606266
}

.el-table--mini,.el-table--small,.el-table__expand-icon {
    font-size: 12px
}

.el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399
}

.el-table__expand-column .cell {
    padding: 0;
    text-align: center
}

.el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    height: 20px
}

.el-table__expand-icon--expanded {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.el-table__expand-icon>.el-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.el-table__expanded-cell[class*=cell] {
    padding: 20px 50px
}

.el-table__expanded-cell:hover {
    background-color: rgba(0,0,0,0) !important
}

.el-table__placeholder {
    display: inline-block;
    width: 20px
}

.el-table__append-wrapper {
    overflow: hidden
}

.el-table--fit {
    border-right: 0;
    border-bottom: 0
}

.el-table--fit td.gutter,.el-table--fit th.gutter {
    border-right-width: 1px
}

.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: auto
}

.el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto
}

.el-table thead {
    color: #909399;
    font-weight: 500
}

.el-table thead.is-group th {
    background: #f5f7fa
}

.el-table th,.el-table tr {
    background-color: #fff
}

.el-table td,.el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left
}

.el-table td.is-center,.el-table th.is-center {
    text-align: center
}

.el-table td.is-right,.el-table th.is-right {
    text-align: right
}

.el-table td.gutter,.el-table th.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0
}

.el-table--medium td,.el-table--medium th {
    padding: 10px 0
}

.el-table--small td,.el-table--small th {
    padding: 8px 0
}

.el-table--mini td,.el-table--mini th {
    padding: 6px 0
}

.el-table .cell,.el-table--border td:first-child .cell,.el-table--border th:first-child .cell {
    padding-left: 10px
}

.el-table tr input[type=checkbox] {
    margin: 0
}

.el-table td,.el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5
}

.el-table th.is-sortable {
    cursor: pointer
}

.el-table th {
    overflow: hidden;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-table th>.cell {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.el-table th>.cell.highlight {
    color: #902ce8
}

.el-table th.required>div::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle
}

.el-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-table td.gutter {
    width: 0
}

.el-table .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px
}

.el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px
}

.el-table--border,.el-table--group {
    border: 1px solid #ebeef5
}

.el-table--border::after,.el-table--group::after,.el-table::before {
    content: "";
    position: absolute;
    background-color: #ebeef5;
    z-index: 1
}

.el-table--border::after,.el-table--group::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%
}

.el-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

.el-table--border {
    border-right: none;
    border-bottom: none
}

.el-table--border.el-loading-parent--relative {
    border-color: rgba(0,0,0,0)
}

.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #ebeef5
}

.el-table--border th.gutter:last-of-type {
    border-bottom: 1px solid #ebeef5;
    border-bottom-width: 1px
}

.el-table--border th,.el-table__fixed-right-patch {
    border-bottom: 1px solid #ebeef5
}

.el-table__fixed,.el-table__fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12)
}

.el-table__fixed-right::before,.el-table__fixed::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ebeef5;
    z-index: 4
}

.el-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #fff
}

.el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0
}

.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper {
    left: auto;
    right: 0
}

.el-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper tbody td {
    border-top: 1px solid #ebeef5;
    background-color: #f5f7fa;
    color: #606266
}

.el-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3
}

.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper {
    width: 100%
}

.el-table__footer-wrapper {
    margin-top: -1px
}

.el-table__footer-wrapper td {
    border-top: 1px solid #ebeef5
}

.el-table__body,.el-table__footer,.el-table__header {
    table-layout: fixed;
    border-collapse: separate
}

.el-table__footer-wrapper,.el-table__header-wrapper {
    overflow: hidden
}

.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td {
    background-color: #f5f7fa;
    color: #606266
}

.el-table__body-wrapper {
    overflow: hidden;
    position: relative
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none
}

.el-picker-panel,.el-table-filter {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
    border-left: 1px solid #ebeef5
}

.el-table .caret-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative
}

.el-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid rgba(0,0,0,0);
    position: absolute;
    left: 7px
}

.el-table .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    top: 5px
}

.el-table .sort-caret.descending {
    border-top-color: #c0c4cc;
    bottom: 7px
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #902ce8
}

.el-table .descending .sort-caret.descending {
    border-top-color: #902ce8
}

.el-table .hidden-columns {
    position: absolute;
    z-index: -1
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #fafafa
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
    background-color: #ecf5ff
}

.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td {
    background-color: #f5f7fa
}

.el-table__body tr.current-row>td {
    background-color: #ecf5ff
}

.el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #ebeef5;
    z-index: 10
}

.el-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer
}

.el-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}

.el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #f5f7fa
}

.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right {
    bottom: 0;
    overflow: hidden
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-right: 3px
}

.el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px
}

.el-table-filter {
    border: 1px solid #ebeef5;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0
}

.el-date-table td,.el-date-table td div {
    height: 30px;
    -webkit-box-sizing: border-box
}

.el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px
}

.el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px
}

.el-table-filter__list-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff
}

.el-table-filter__list-item.is-active {
    background-color: #902ce8;
    color: #fff
}

.el-table-filter__content {
    min-width: 100px
}

.el-table-filter__bottom {
    border-top: 1px solid #ebeef5;
    padding: 8px
}

.el-table-filter__bottom button {
    background: 0 0;
    border: none;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px
}

.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div {
    background-color: #f2f6fc
}

.el-table-filter__bottom button:hover {
    color: #902ce8
}

.el-table-filter__bottom button:focus {
    outline: 0
}

.el-table-filter__bottom button.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-table-filter__wrap {
    max-height: 280px
}

.el-table-filter__checkbox-group {
    padding: 10px
}

.el-table-filter__checkbox-group label.el-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0
}

.el-date-table {
    font-size: 12px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
    color: #606266
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.el-date-table td {
    width: 32px;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative
}

.el-date-table td div {
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-date-table td span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%
}

.el-date-table td.next-month,.el-date-table td.prev-month {
    color: #c0c4cc
}

.el-date-table td.today {
    position: relative
}

.el-date-table td.today span {
    color: #902ce8;
    font-weight: 700
}

.el-date-table td.today.end-date span,.el-date-table td.today.start-date span {
    color: #fff
}

.el-date-table td.available:hover {
    color: #902ce8
}

.el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #902ce8
}

.el-date-table td.end-date div,.el-date-table td.start-date div {
    color: #fff
}

.el-date-table td.end-date span,.el-date-table td.start-date span {
    background-color: #902ce8
}

.el-date-table td.start-date div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.el-date-table td.end-date div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.el-date-table td.disabled div {
    background-color: #f5f7fa;
    opacity: 1;
    cursor: not-allowed;
    color: #c0c4cc
}

.el-date-table td.selected div {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f2f6fc;
    border-radius: 15px
}

.el-date-table td.selected div:hover {
    background-color: #f2f6fc
}

.el-date-table td.selected span {
    background-color: #902ce8;
    color: #fff;
    border-radius: 15px
}

.el-date-table td.week {
    font-size: 80%;
    color: #606266
}

.el-month-table,.el-year-table {
    font-size: 12px;
    border-collapse: collapse
}

.el-date-table th {
    padding: 5px;
    color: #606266;
    font-weight: 400;
    border-bottom: solid 1px #ebeef5
}


.order_sample_tips {
    height: 46px;
    margin-top: 20px;
    margin-bottom: -20px;
    background: #902ce820;
     font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    text-align: left;
  }
  .order_sample_tips span {
    color: #902ce8;
    line-height: 22px;
    text-align: left;
    margin-left: 16px;
  }
  .order_sample_tips .robot-icon {
    width: 64px;
    height: 56px;
    margin-left: 24px;
    margin-top: -10px;
  }
  .order_sample_tips .view-tutorial-btn {
    width: 80px;
    height: 28px;
    background: #902ce8;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    display: inline-block;
    margin-left: 24px;
    padding-top: 3px;
    margin-top: 9px;
    text-align: center;
    cursor: pointer;
  }
  .ticket_info_body .invoice-info-box {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  .order_detail_title .yangpinbao-tag {
      display: inline-block;
      width: 128px;
      height: 28px;
      line-height: 28px;
      background: linear-gradient(135deg, #FF933C 0%, #FB7336 100%);
      margin-left: 16px;
      border-radius: 4px;
      font-size: 14px;
      color: #FFF;
      text-align: center;
      font-weight: normal;
  }
  .order_detail_title .yangpinbao-tag.disabled {
      background: #FAFAFA;
      color: #575757;
      border: 1px solid #D9D9D9;
  }
.r-container{
    border: solid 1px #ebeef5;
}
 

all_table_head {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8
}

.all_table_head div {
    line-height: 40px;
    font-size: 14px;
    color: rgba(0,0,0,.75);
    text-align: center
}

.all_table_head .col1 {
    width: 276px
}

.all_table_head .col2 {
    width: 175px
}

.all_table_head .col3 {
    position: relative;
    width: 175px
}

.all_table_head .col4 {
    width: 175px
}

.all_table_head .col5 {
    width: 149px
}

.all_toolbar {
    width: 100%;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0
}

.all_toolbar img {
    background: #fff;
    margin-right: 8px;
    cursor: pointer
}

.all_toolbar .multi_btn {
    display: block;
    width: 104px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    margin: 0 18px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px
}

.all_toolbar .multi_btn:hover {
    background: #902ce8;
    border: 1px solid #902ce8;
    color: #fff
}

.all_toolbar p {
    line-height: 64px;
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.all_toolbar p span {
    color: #902ce8
}

.all_toolbar .prev_btn,.all_toolbar .next_btn {
    display: block;
    width: 64px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px
}

.all_toolbar .jump_to {
    margin: 0 4px
}

.all_toolbar .next_btn {
    margin-left: 10px
}

.all_toolbar .prev_btn.disabled,.all_toolbar .next_btn.disabled {
    border: 1px solid rgba(0,0,0,.15);
    color: rgba(0,0,0,.25)
}

.all_toolbar .prev_btn:hover,.all_toolbar .next_btn:hover {
    color: #902ce8;
    border: 1px solid #902ce8
}

.all_toolbar .prev_btn.disabled:hover,.all_toolbar .next_btn.disabled:hover {
    border: 1px solid rgba(0,0,0,.15);
    color: rgba(0,0,0,.25)
}

.all_toolbar .select_all_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px
}

.all_toolbar .pageGo {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background-color: #902ce8;
    color: #fff;
    border-radius: 4px;
    margin-left: 2px
}

.all_toolbar #pageNum {
    width: 60px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #e8e8e8
}

.all_toolbar .pagation-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sci-order-search {
    position: relative;
    height: 32px;
    border-radius: 4px;
    overflow: hidden
}

.sci-order-search img {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto
}

.sci-order-search input {
    width: 472px;
    height: 32px;
    padding: 0 86px 0 34px;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-radius: 4px 0 0 4px
}

#sci-order-search-btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #902ce8;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

#sci-order-search-btn:hover {
    color: #fff
}

.order_table_body {
    width: 100%
}

.order_table_body td {
    position: relative;
    border: 1px solid #902ce850
}

.order_table_body .order_body_row1 {
    height: 40px;
    background: #902ce850
}

.order_table_body .order_body_row1 td {
    padding-left: 20px;
    font-size: 14px;
    color: rgba(0,0,0,.45);
    font-weight: 500
}

.order_table_body .order_body_row1 td span.fb {
    color: rgba(0,0,0,.65);
    font-weight: bold
}

.order_table_body .order_body_row1 .order_select {
    top: 12px;
    left: 20px;
    background: #fff;
    cursor: pointer
}

.order_table_body .order_body_row1 .order_select_disabled,.all_toolbar .order_select_disabled {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 16px;
    height: 16px;
    background: #e8e8e8;
    border: 1px solid #d9d9d9
}

.order_table_body .order_body_row1 .recover_box {
    padding-right: 4px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    font-weight: 500
}

.order_table_body .order_body_row1 .recover_box a {
    margin-right: 16px;
    font-size: 14px;
    color: #902ce8
}

.order_table_body .order_body_row1 .recover_box img {
    width: 16px;
    height: 16px;
    margin-left: 16px
}

.order_table_body .order_body_row2 {
    height: 120px;
    background: #fff
}

.order_table_body .order_body_row2 td {
    text-align: center
}

.order_table_body .order_body_row2 td span,.order_table_body .order_body_row2 td a {
    display: inline-block;
    line-height: 21px;
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.order_table_body .order_body_row2 td span.fb,.order_table_body .order_body_row2 td a.fb {
    line-height: 25px;
    font-size: 18px;
    font-weight: bold
}

.order_table_body .order_body_row2 td a:hover {
    color: #902ce8
}

.order_table_body .order_body_row2 .order_body_col3 a {
    color: #902ce8
}

.order_table_body .order_body_row2 .order_body_col3 a:hover {
    color: #902ce8
}

.order_table_body .order_body_col3 .club_question_icon {
    width: 16px;
    position: relative;
    left: -2px;
    top: -2px;
    cursor: pointer
}

.order_table_body .order_body_row2 .order_body_col1 {
    width: 276px;
    padding-left: 20px;
    text-align: left
}

.order_table_body .order_body_col1 img {
    width: 80px;
    height: 80px
}

.order_table_body .order_body_col1 div {
    position: relative;
    width: 154px;
    min-height: 80px;
    line-height: 22px;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order_table_body .order_body_col1 div a {
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.order_table_body .order_body_col1 div p {
    line-height: 20px;
    font-size: 14px;
    color: #595959;
    font-weight: 500
}

.order_table_body .order_body_col1 .middle {
    line-height: 80px
}

.order_table_body .order_body_col2 {
    width: 175px
}

.order_table_body .order_body_col2 .order_body_col2_pay {
    margin-bottom: 2px
}

.order_table_body .order_body_col2 .order_body_col2_payway {
    margin-right: 3px;
    position: relative;
    top: -1px
}

.order_table_body .order_body_col2 .order_body_col2_replenish span {
    color: #902ce8
}

.order_table_body .order_body_col3 {
    width: 175px
}

.order_table_body .order_body_col4 {
    width: 175px
}

.order_table_body .order_body_col4 div {
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.order_table_body .order_body_col5 {
    width: 149px
}

.order_table_body .order_body_row2 .order_body_col5 span {
    font-size: 18px;
    color: #902ce8;
    font-weight: bold
}

.order_table_body .order_body_row2 .order_body_col5 .btn_active {
    display: inline-block;
    width: 108px;
    height: 28px;
    line-height: 28px;
    background: #902ce8;
    margin: 5px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px
}

.order_table_body .order_body_row2 .order_body_col5 .btn_active:hover {
    background: #18b799
}

.order_table_body .order_body_row2 .order_body_col5 .btn_disabled {
    display: inline-block;
    width: 108px;
    height: 28px;
    line-height: 28px;
    background: #d9d9d9;
    margin: 5px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px
}

.order_table_body .order_body_row2 .order_body_col5 .btn_default {
    position: relative;
    display: inline-block;
    width: 108px;
    height: 28px;
    line-height: 26px;
    background: #fff;
    margin: 5px 0;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    font-weight: 500;
    text-align: center;
    border: 1px solid #902ce8;
    border-radius: 4px;
    cursor: pointer
}

.order_table_body .order_body_row2 .order_body_col5 .btn_default:hover {
    color: #902ce8
}

.order_table_body .order_body_row2 .order_body_col5 .evl-btn {
    margin: 5px 0;
    border-radius: 4px
}

.order_table_body .order_body_row2 .order_body_col5 .download_dropdown {
    position: absolute;
    top: 29px;
    left: -1px;
    z-index: 10;
    width: 108px;
    height: 0px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    overflow: hidden
}

.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #fff
}

.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li:hover {
    background: #902ce8
}

.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li:hover a {
    color: #fff
}

.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li a {
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.order_table_body .order_body_row3 {
    height: 40px;
    background: #fff
}

.order_table_body .order_body_row3 td {
    padding-left: 22px;
    font-size: 14px;
    color: rgba(0,0,0,.75);
    font-weight: 500
}

.order_table_body .order_body_row3 .supplieraddr {
    display: inline-block;
    text-align: left !important;
    float: none !important
}

.order_table_body .order_body_row4 {
    height: 20px;
    background: #fff;
    border: none
}

.order_none {
    height: 200px;
    margin-top: -20px;
    padding-top: 50px;
    background: #fff;
    text-align: center;
    border: none
}

.order_none span {
    display: inline-block;
    line-height: 24px;
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.65)
}
.order_table_body .order_body_row2 td a.sci-order-more-again {
    width: 108px;
    height: 28px;
    line-height: 26px !important;
    background: #902ce8;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #902ce8;
    margin: 5px 0;
}
.all_table_head {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}
.supplieraddr{
    padding: 5px;
    font-size: 14px;
    color: #902ce8; 
    
}
