body{ min-width: 1200px;}
ul, ol, li, label, p {
    list-style: none;
    padding: 0;
    margin: 0;
}
em {
    font-style: normal;
}

/* 页面内容 */
.Cnt-wrapper {
    width: 1200px;
    margin: 0 auto;
}
/* 当前位置 */
.site {
    height: 60px;
    line-height: 60px;
}
.curr-site {
    float: left;
    font-size: 14px;
    color: #333;
}
.curr-site a {
    color: #333;
}
.curr-site em {
    font-style: normal;
    color: #e60012;
}
.goto {
    float: right;
    margin-top: 7px;
    height: 25px;
    line-height: 25px;
    color: #666;
    cursor: pointer;
}
.goto img {
    margin-top: -1px;
    margin-right: 3px;
}
.goto:hover { color: #333; }

/* 正文内容 */
.panel { border: 1px solid #eee; }
.panel-title {
    padding-left: 19px;
    padding-right: 20px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid #e60012;
    background-color: #f0f0f0;
}
.title-text {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.wrapper {
    position: relative;
    min-height: 640px;
}
.content { position: relative; padding: 20px 0; }
.title-flex{
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
}
/* 选项卡 */
.tabs-list {
    margin-bottom: 0;
    padding:0;
    font-size: 0;
    background-color: #f6f6f6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.tabs-list li.active a {
    color: #e70012;
    background-color: white;
    border-top-color: #e70012;
    border-left-color: #eee;
    border-right-color: #eee;
}
.tabs-list li a {
    border-top: 2px transparent solid;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
}
.tabs-list li a:hover{ background-color:white }

/* 全选/去支付板块 */
.control_filter {
    position: relative;
    padding: 0 20px;
    height: 74px;
    line-height: 74px;
}
.shopList, .supplierList, .date {
    position: relative;
    top: 13px;
    margin-right: 20px;
    display: inline-block;
    width: 180px;
}
.control_filter input[type=text]::-webkit-input-placeholder,
#applyFrom textarea::-webkit-input-placeholder { color: #999; }
.control_filter input[type=text]:-moz-placeholder,
#applyFrom textarea:-moz-placeholder { color: #999; }
.control_filter input[type=text]::-moz-placeholder,
#applyFrom textarea::-moz-placeholder { color: #999; }
.control_filter input[type=text]:-ms-input-placeholder,
#applyFrom textarea:-ms-input-placeholder { color: #999; }
.control_filter .nice-select .current,
#applyFrom .nice-select .current { color: #999; }
.date { margin-right: 0; }
.orderId {
    position: relative;
    top: 1px;
    margin-right: 20px;
    padding: 0 12px;
    display: inline-block;
    width: 180px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.orderId:focus {
    border-color: #f00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0,.6);
}
.nice-select .list {
    width: 200px;
    max-height: 170px !important;
    overflow: auto !important;
}
.nice-select .list::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.nice-select .list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.nice-select .list::-webkit-scrollbar-thumb:hover {/*鼠标划入滚动条里面小方块*/
    background: #888;
}
.nice-select .list::-webkit-scrollbar-thumb:active {/*点击滚动条里面小方块*/
    background: #666;
}
.nice-select .list::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.search {
    margin-left: 25px;
    width: 88px;
    text-align: center;
    outline: none;
}
.ctrl_right {
    float: right;
    position: relative;
    width: 490px;
    text-align: right;
}
.ctrl_right label {
    position: absolute;
    left: 0;
}
.ctrl_right div {
    display: inline-block;
    color: #666;
}
.icheckbox_flat-red {
    vertical-align: -4px;
}
.checkCount {
    color: #333;
}
.totalPrice {
    color: #e60012;
}
#goPay,#goPay2 {
    margin-left: 25px;
    width: 88px;
    text-align: center;
    outline: none;
}
.notAllowed {
    color: #666 !important;
    background-color: #ddd !important;
    cursor: not-allowed !important;
    filter: grayscale(100%)
}

/* 表格内容区域 */
.TABS_body {
    position: relative;
    margin: 0 20px;
    border: 1px solid #eee;
}
.ordertitle {
    background: #f5f5f5;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}
.ordertitle div {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.tab-content { position: relative; }
.tabCnt {
    min-height: 520px;
}
/* 滚动条 */
.OrderContent::-webkit-scrollbar {/*滚动条整体样式*/
    width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 7px;
}
.OrderContent::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #c1c1c1;
}
.OrderContent::-webkit-scrollbar-thumb:hover {/*鼠标划入滚动条里面小方块*/
    background: #888;
}
.OrderContent::-webkit-scrollbar-thumb:active {/*点击滚动条里面小方块*/
    background: #666;
}
.OrderContent::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #f1f1f1;
}
.OrderContent {
    height: 653px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}
.OrderContent .block { display: none; }
.delivery_sign {
    padding: 5px 20px;
    color: #999;
    background-color: #f5f5f5;
}
.delivery_sign .pic {
    margin-right: 10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px dashed #cdcdcd;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    object-fit: cover;
}
.orderborder {
    margin: 20px 0;
    border: 1px solid #e3f1fc;
}
.orderborder:hover { border-color: #03a9f4; }
.orderMSG {
    margin-bottom: 0;
    padding: 10px;
    padding-bottom: 10px;
    border-bottom: 0px;
}
.orderMSG div, .orderMSG p, .orderMSG img {
    display: inline-block;
}
.orderMSG span {
    padding: 0 10px;
}
.orderNo {
    vertical-align: middle;
    margin-left: 10px;
}
.orderName {
    display: block!important;
    margin: 0;
    color: #646464;
}
#businessNO {
    color: #1a73d1;
    margin-right: 16px;
}
.AtuoM span {
    display: inline-block;
    vertical-align: top;
    width: 132px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#tsPhone {
    cursor: pointer;
    vertical-align: sub;
}
.proLinkMsg{
    margin-bottom: 10px;
    background: #f0f0f0;
    width: 100%;
    line-height: 35px;
    height: 35px;
    padding: 0 14px;
    border-top: 0px;
}
.proLinkMsg p{
    display: inline-block;
    margin: 0;
}
.proLinkMsg span{ padding:0 5px; }
.AtuoM span {
    display: inline-block;
    vertical-align: top;
    width: 132px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.linkMan{
    float: right;
    cursor: pointer;
    color: #646464;
    margin-right: 10px !important;
    position: relative;
    max-width: 340px;
    font-size: 0;
    height: 35px;
}
.linkMan span { font-size: 14px; }
.linkMan #userName {
    max-width: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#fixPhone {
    max-width: 120px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#fixPhone:empty,#fixPhoneList:empty { display: none; }
.linkMan .downIMG{
    float: right;
    margin-top: 9.5px;
}
.downIMG{
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.fanz{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.proLinkMsg .linkList{
    width: 338px;
    top: 36px;
}
.proLinkMsg .linkList li {
    height: 40px;
    line-height: 40px;
}
.linkMan .linkList li{
    text-overflow: ellipsis;
    white-space: nowrap;
}
.linkList li{
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}
.linkList li:hover{ background-color: #ccc; }
.linkList li:last-child {  border: none; }
.shop{
    padding-top: 10px;
    height: 90px;
    margin-top: -1px;
    border-top: 1px solid #f0f0f0;
}
.shop div{
    text-align: center;
    white-space: nowrap;

}
.shop div:nth-child(8){
    padding:0 ;
    margin: 0;
    width: 90px;
}
#shopIMG{
    width: 70px;
    height: 70px;
    display: inline-block;
    margin: 7px;
    margin-top: 0px;
    float: left;
}
#shopMSG{
    display: inline-block;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 213px;
}
#shopName{
    color: #1a73d1;
    cursor: pointer;
}
#originalPartNo{
    color: #1a73d1;
    display: block;
}
.lineHeight{
    line-height: 70px;
    padding: 0 0;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.orderbutton{
    width: 93px;
    border: 1px solid;
    padding: 3px 10px;
    margin: auto;
    margin-top: 21px;
    cursor: pointer;
}
#cancelBTN,#Returns,#RejectGoods{
    color: #000;
    border: 1px solid #000;
    transition: background-color .5s;
}
#cancelBTN:hover,#Returns:hover,#RejectGoods:hover{
    background-color: #ccc;
}
#ReturnsDetail,#ReturnsAgree,#ReturnsReject,#RejectReply{
    color: #fd7700;
}
#confirm,#shopPrice{ color: #e60012; }
#confirm:hover {
    transition: background-color .5s;
    background-color: #fde6e8;
}
.leftName{
    border: 1px solid #d6d6d6;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
    color: #676767;
    margin-top: -1px;
    margin-left: -1px;
}
.rightCont{
    margin-left: -1px;
    border: 1px solid #d6d6d6;
    line-height: 42px;
    font-size: 16px;
    margin-top: -1px;
}
.AlterCont{
    display: none;
    margin: 20px 20px;
}
.AlterCont input{
    height: 38px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 8.6px 0px;
}
.upImg{
    width: 65px;
    margin: 10px;
    cursor: pointer;
    height: 65px;
}
.btnClass{
    height: 40px;
    width: 89px;
    margin: 10px 10px 0 0;
}
.IMcontrol{
    float: right;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 2px;
}
.linkList{
    position: absolute;
    right: 0;
    z-index: 99;
    display: table;
    background: #fff;
    box-shadow: 0 0 1px #D8D8D8;
    display: none;
}

.logistics {
    position: relative;
    padding-right: 55px;
    display: flex;
    height: 40px;
    line-height: 39px;
    background-color: #e2f2ff;
    border-bottom: 1px solid #fff;
}
.logistics > div {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.logistics > div:first-child { width: 30px; }
.logistics > div:last-child { position: absolute; right: 0; top: 0; padding-left: 0; padding-right: 10px; cursor: pointer; }
.logistics > div:nth-child(5) { width: 145px; }
.logistics > div:nth-last-child(4),
.logistics > div:nth-last-child(3),
.logistics > div:nth-last-child(2) { width: 80px; }
.logistics > div:nth-last-child(5) { width: 182px; }
.logistics > div:nth-child(4) { width: 220px; }
.logistics .icheckbox_flat-red { vertical-align: -5px; }
.shipped { color: #999; }
.shipped span,
.overdue,
.self-run,.cost { color: #e60012; font-weight: bold; }
.transit { color: #ff9c44; }
.logisticsStatus { width: 120px; }
.showDetail img {
    margin-left: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* 分页 */
.clearFloat:after { content:"."; clear: both; height: 0;font-size: 0; overflow: hidden; visibility: hidden; display: block; }
.clearFloat { zoom: 1;}
.M-box1 { float: right; margin: 20px; }
.M-box1 a { text-decoration: none; }

/* 没有数据 */
.bgImg {
    display:none;
    position: absolute;
    top: 300px;
    right: 0;
    left: 0;
    text-align: center;
}

/* 接口请求失败 */
.fail {
    display: none;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
}

/* loading */
.loader{
    display: none;
    width: 80px;
    margin: 21px auto 36px;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}
.loader .loading-1 {
    position: relative;
    width: 100%;
    height: 8px;
    border: 1px solid #e60012;
    border-radius: 10px;
    /* animation: turn 4s linear 1.75s infinite; */
}
.loader .loading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #e60012;
    box-shadow: 10px 0px 15px 0px #e60012;
    animation: load 2s linear infinite;
}
.loader .loading-2 {
    width: 100%;
    position: absolute;
    top: 10px;
    color: #e60012;
    font-size: 16px;
    text-align: center;
    animation: bounce 2s  linear infinite;
}
@keyframes load {
    0% {
        width: 0%;
    }
    87.5%, 100% {
        width: 100%;
    }
}
@keyframes turn {
    0% {
        transform: rotateY(0deg);
    }
    6.25%, 50% {
        transform: rotateY(180deg);
    }
    56.25%, 100% {
        transform: rotateY(360deg);
    }
}
@keyframes bounce {
    0%,100% {
        top: 10px;
    }
    12.5% {
        top: 30px;
    }
}

/* magnify 白色主题 */
/* .magnify-modal {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0 0 1px 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.3), 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 1px 10px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  
  .magnify-header {
    height: 30px;
  }
  
  .magnify-title {
    padding: 8px 10px;
    color: #333
  }
  
  .magnify-stage {
    top: 30px;
    right: 5px;
    left: 5px;
    background-color: #fff;
    border-color: #666;
  }
  
  .magnify-header .magnify-toolbar {
    margin-right: 5px;
  }
  
  .magnify-header .magnify-button {
    height: 22px;
    padding: 0;
    background-color: #eee;
    color: #fff;
    text-shadow: 0 0 1px #000;
  }
  
  .magnify-header .magnify-button:hover {
    background-color: #ccc;
  }
  
  .magnify-header .magnify-button-close {
    background-color: #ff6e6e;
  }
  
  .magnify-header .magnify-button-close:hover {
    background-color: #ff4545;
  }
  
  .magnify-footer .magnify-button {
    color: #666;
  }
  
  .magnify-footer .magnify-button:hover {
    color: #333;
  }
  
  .magnify-loader {
    background: transparent;
  } */


  /* magnify bezelless style */
  .magnify-modal {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
  }
  .magnify-header .magnify-toolbar {
    background-color:rgba(0,0,0,.5);
  }
  .magnify-stage {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 0;
  }
  .magnify-footer .magnify-toolbar {
    background-color:rgba(0,0,0,.5);
    border-top-left-radius:5px;
    border-top-right-radius:5px;
  }
  .magnify-header,.magnify-footer{
    pointer-events: none;
  }
  .magnify-button{
    pointer-events: auto;
  }


/* 选项卡表格 */
.applyAfterSales_header {
    min-height: 94px;
}
.tabCnt table {
    table-layout: fixed;
    width: 100%;
}
.tabCnt thead {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #f5f5f5;
}
.tabCnt thead th {
    height: 40px;
}
#tabCnt1 thead th:first-child {
    width: 40px;
}
#applyAfterSales thead th:first-child,
#applyAfterSales tbody td:first-child {
    padding-left: 20px;
}
#tabCnt1 thead th:nth-child(2),
#applyAfterSales thead th:nth-child(1) {
    width: 130px;
}
#tabCnt1 thead th:nth-child(4),
#tabCnt1 thead th:nth-child(5),
#applyAfterSales thead th:nth-child(3),
#applyAfterSales thead th:nth-child(4) {
    width: 110px;
}
#tabCnt1 thead th:nth-child(6),
#applyAfterSales thead th:nth-child(5),
#applyAfterSales thead th:nth-child(6) {
    width: 70px;
}
#tabCnt1 thead th:nth-child(7) {
    width: 100px;
}
#tabCnt1 thead th:nth-last-child(3),
#applyAfterSales thead th:nth-last-child(3) {
    width: 140px;
}
#tabCnt1 thead th:last-child,
#applyAfterSales thead th:last-child { width: 80px; }

#tabCnt2 th,
#tabCnt3 th {
    padding: 0 5px;
}
.sort .icon {
    position: absolute;
    left: 0;
    top: 0;
}
#tabCnt2 .sort,
#tabCnt3 .sort {
    position: relative;
    width: 40px;
}
#tabCnt2 .proName,
#tabCnt3 .proName {
    width: 130px;
}
#tabCnt2 .brand,
#tabCnt3 .brand {
    width: 100px;
}
#tabCnt2 .quantity,
#tabCnt3 .quantity {
    width: 80px;
}
#tabCnt2 .money,
#tabCnt3 .money {
    padding-right: 20px;
    width: 100px;
    text-align: right;
}
#tabCnt2 .status,
#tabCnt3 .status {
    width: 120px;
}
#tabCnt2 .overview,
#tabCnt3 .overview {
    width: 90px;
}
#tabCnt2 .overview span,
#tabCnt3 .overview span {
    white-space: normal;
}
#tabCnt2 .orderNo,
#tabCnt3 .orderNo {
    padding-left: 10px;
    width: 150px;
}
#tabCnt2 .applydate,
#tabCnt3 .applydate {
    width: 80px;
}

#tabCnt1 td.supplier > span,
#tabCnt2 td.supplier > span,
#tabCnt3 td.supplier > span { display: block; }

.tabCnt tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.tabCnt td {
    padding: 8px 5px;
    font-size: 13px;
    color: #333;
    word-break: break-all;
}
.tabCnt td em {
    font-style: normal;
}
.tabCnt .red {
    color: #e60012;
}
.tabCnt .yellow {
    color: #fd7700;
}
.tabCnt .green {
    color: #41da3d;
}
.tabCnt .gray {
    color: #999;
}

.tabCnt .supplierContact {
    position: relative;
    overflow: visible;
}
.supplierContact .contactList {
    display: none;
    position: absolute;
    top: 20px;
    left: -40px;
    width: 274px;
    z-index: 100;
    overflow: visible;
}
.contactList .arrowTop {
    position: relative;
    height: 7px;
}
.supplierContact .block {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    overflow: visible !important;
}
.contactList .arrowTop::after,
.contactList .arrowTop::before {
    content: '';
    position: absolute;
    left: 43px;
    border: 7px solid transparent;
}
.contactList .arrowTop::before {
    top: -8px;
    border-bottom-color: #ccc;
}
.contactList .arrowTop::after {
    top: -7px;
    border-bottom-color: #fff;
}
.ContactItem {
    position: relative;
    width: 238px;
    overflow: visible !important;
}
.ContactItem:not(:last-child) {
    margin-bottom: 8px;
}
.ContactItem .name {
    float: left;
    max-width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ContactItem .mobile {
    float: left;
    margin: 0 5px;
}
.ContactItem .jobname {
    float: left;
    color: #fd7700;
}
.ContactItem .jobname span {
    display: inline-block;
    max-width: 55px;
    vertical-align: bottom;
    text-align: center;
}

.ContactItem .baseInfo::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
}
.ContactItem .baseInfo.Online::before{
    background-color: #41da3d;
}
.ContactItem .vehicleNames {
    overflow: visible !important;
    white-space: normal !important;
}
.ContactItem .vehicleNames span {
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #999;
    border: 1px dashed #999;
    border-radius: 3px;
}
.TIMcnt {
    position: absolute;
    right: -10px;
    top: -4px;
    width: 25px;
    cursor: pointer;
}

.tabCnt .TIM {
    display: inline-block;  
    width: 20px;
    height: 20px;
    object-fit: cover;
    cursor: pointer;
}
.center {
    text-align: center;
}
.tabCnt tbody td div,
.tabCnt tbody td span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.apply, .cancel, .reject {
    width: 60px;
    text-decoration: underline;
    color: #0066cc;
    cursor: pointer;
}
.exchangeGoods, .returnedGoods {
    color: #fd7700;
}
.disabled {
    color: #999;
}
.control span {
    color: #0066cc;
    cursor: pointer;
}
.control span:hover {
    text-decoration: underline;
}
.control .detail:not(:only-child) {
    margin-left: 5px;
}


/* 申请售后弹窗 */
.applyAfterSales {
    position: relative;
    display: none;
    padding: 20px;
    height: 100%;
    background-color: #fff;
}
#applyAfterSales,
#applyFrom {
    border: 1px solid #eee;
}
#applyAfterSales tbody td:nth-child(2) span { display: block; }
#applyFrom {
    margin-top: 10px;
}
#applyFrom tr {
    background-color: #fff;
}
#applyFrom tr th {
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 15px 20px;
    vertical-align: top;
}
#applyFrom tr.receive th,
#applyFrom tr.install th,
#applyFrom tr.packaging th { padding: 10px 20px; }
#applyFrom .iradio_flat-red {
    top: -2px;
}
#applyFrom .nice-select {
    width: 430px;
    height: 40px;
    line-height: 40px;
    overflow: visible !important;
    border-color: #ccc;
}
#applyFrom .right {
    text-align: right;
}
#applyFrom .required {
    color: #e70012;
}
#applyFrom textarea {
    padding: 10px;
    width: 430px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    outline: none;
}
#applyFrom textarea:focus,
#applyFrom input[type=text]:focus {
    border: 1px solid #ff0000!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0,.6);
}
.choose li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
}
.choose li.curr { border-color: #e50110; }
.choose li.curr .icon_gou { display: block; }
.choose li .icon_gou {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.exchangeQuantity,
.exchangeReason {
    display: none;
}

#returnAmount {
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 138px;
    padding: 0 10px;
    font-size: 18px;
    outline: none;
}

.tipText {
    color: #999;
    clear: both;
}

/* 退货数量 */
.btn-numbox li {
    float: left;
    height: 30px;
}
.btn-numbox .count {
    padding: 0;
    overflow: hidden;
}
.btn-numbox .count .num-jian,
.input-num,
.num-jia {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border: 1px solid #ccc;
    user-select: none;
}
.btn-numbox .count .input-num {
    width: 58px;
    height: 30px;
    color: #333;
    border-left: 0;
    border-right: 0;
    outline: none;
}
.btn-numbox .num-jian:active,
.btn-numbox .num-jia:active { background-color: #eee; }

#applyFrom label {
    margin-right: 25px;
    font-weight: normal;
    cursor: pointer;
}
#applyFrom .iradio_flat-red.disabled {
    cursor: not-allowed;
}
#applyFrom .iradio_flat-red.disabled + span {
    color: #999;
    cursor: not-allowed;
}

#applyFrom .nice-select .list {
    width: 428px;
    z-index: 9999;
}
#applyFrom .nice-select:after {
    top: 12px;
}

/* 上传图片预览 */
.preview {
    margin-right: 15px;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 60px;
    overflow: visible !important;
}
.previewImg {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: visible !important;
}
.previewImg .pic {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.delUploadImg {
    position: absolute;
    right: -8px;
    top: -8px;
    cursor: pointer;
    overflow: visible !important;
}
.preview p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #333;
    text-align: center;
}
.preview input[type=file] { display: none; }
.upload {
    position: relative;
    height: 100%;
    border: 1px dashed #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.upload:hover { border-color: #666; }
.upload .plus {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 20px;
}
.uploading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}
#applyFrom .tip {
    margin-bottom: 0;
    font-size: 12px;
    color: #e60012;
}

.submit {
    margin: 20px auto 0;
    width: 126px;
    height: 42px;
    border-radius: 5px;
    background-color: #e70012;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    outline: none !important;
}

/* 拒收回复 */
.AlterCont {
    margin: 20px;
}

/* 弹层内容居中 */
.layerCnt .layui-layer-content {
    text-align: center !important;
}



/* 选择供应商下拉搜索 */
.chooseSupplier {
    position: relative;
}
.chooseSupplier .selectArrow {
    position: absolute;
    top: 9px;
    right: 7px;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 16px;
}
.chooseSupplier .selectArrow.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#supplier3:focus,#supplier2:focus,#supplier:focus{
    border: 1px solid #ff0000!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0,.6);
    outline: none;
}* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    height: 100%;
}
body{
    margin: 0;
    height: 100%;
}
body .chatWindow{
    /* border-radius: 6px; */
    overflow: hidden;
    /* position: initial; */
}
body .chatWindow .layui-layer-content{
    overflow: hidden;
}
body .chatWindow .layui-layer-setwin{
    display: none;
}
body .chatWindow .layui-layer-btn{
    display: none;
    height: 0!important;
    padding: 0;
}
body .chatWindow .layui-layer-resize{
    display: none;
}

/* @media  (max-height:800px) {
    body .chatWindow{zoom: 80%; }
} */
/* @media screen and (min-height: 600px) and (max-height: 800px) {
    body .chatWindow{zoom: 80%;}
    body {zoom: 80%; }
}
@media (max-height: 600px) {
    body .chatWindow{zoom: 63%; }
    body {zoom: 80%; }
} */
/* @media (max-height: 600px) {
    body .chatWindow{zoom: 79%; }
}  */

#msgContent{
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); */
    width: 100%;
    height: 100%;
    /* min-height: 640px; */
    /* background-color: #ffffff; */
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
#msgContent .msgSide{
    float: left;
    z-index: 1;
}
#msgContent .msgSide{
    width: 64px;
    height: 100%;
    background-color: #484e5e;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#msgContent .msgSide .headPortrait{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
}
#msgContent .msgCnt{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* padding-left: 64px; */
    position: relative;
}
#msgContent .msgCnt .msgCnt_head{
    height: 6%;
    width: 100%;
    background-color: #ec3341;
    padding: 6px 16px;
    color: #ffffff;
    font-size: 16px;
}
#msgContent .msgCnt .closeBtn{
    position: absolute;
    right: 14px;
    top: 0;
    height: 46px;
}
#msgContent .msgCnt .closeBtn span{
    display: inline-block;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 46px;
    position: relative;
}
#msgContent .msgCnt .closeBtn span img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

#msgContent .msgCnt .msgCnt_body{
    /* height: 100%; */
    height: 94%;
    width: 100%;
    border-bottom-right-radius: 6px;
    /* padding-top: 46px; */
}
#msgContent .msgCnt .msgCnt_list{
    width: 230px;
    height: 100%;
    /* height: 554px; */
    overflow-y: auto;
    /* border-right: 1px solid #e8e8e8; */
    box-sizing: border-box;
    float: left;
    /* position: absolute;
    top: 0;
    padding-top: 46px; */
}
#msgContent .msgCnt .msgCnt_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#msgContent .msgCnt .msgCnt_list ul .list{
    padding: 9px 10px;
    position: relative;
    cursor: pointer;
}
#msgContent .msgCnt .list_headPortrait{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#msgContent .msgCnt .list_Name{
    margin-left: 50px;
    position: relative;
}
#msgContent .msgCnt .list_Name_person{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-right: 35px;
}
#msgContent .msgCnt .list_Name_msg{
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    padding-right: 26px;
    height: 22px;
}
#msgContent .msgCnt .list_Name_time{
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    position: absolute;
    top: 1px;
    right: 0;
}
#msgContent .msgCnt .list_Name_noread{
    font-size: 10px;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 2px;
    right: 0;
    background-color: #e60012;
    /* width: 24px; */
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
#msgContent .msgCnt .active{
    background-color: #e4e6ef;
    border-left: 3px solid #ffa759;
}
#msgContent .msgCnt .list_Name_person,#msgContent .msgCnt .list_Name_msg{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#msgContent .msgCnt .msgCnt_matter{
    /* height: 100%;
    width: 100%; */
    height: 100%;
    /* width: 506px; */
    margin-left: 230px;
    /* float: left; */
    /* padding-left: 250px; */
}
#msgContent .msgCnt .msgCnt_matter_details{
    height: 100%;
    width: 100%;
    background-color: #f3f4f9;
    /* overflow-y: auto; */
    padding-bottom: 180px;
    position: relative;
}
#msgContent .msgCnt .details_card{
    padding: 0 20px;
    height: 120px;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
}
#msgContent .msgCnt .details_card_order{
    height: 100%;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    position: relative;
    padding: 11px 10px;
    background-color: #ffffff;
}
#msgContent .msgCnt .order_img{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
#msgContent .msgCnt .order_parts{
    margin-left: 110px;
}
#msgContent .msgCnt .order_parts_brand,#msgContent .msgCnt .order_parts_oeName{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#msgContent .msgCnt .order_parts_price{
    font-size: 14px;
    color: #999999;
}
#msgContent .msgCnt .order_parts_link{
    margin-top: 4px;
}
#msgContent .msgCnt .order_parts_link button{
    width: 80px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    background-color: #e60012;
    border: 1px solid #e60012;
    border-radius: 4px;
    outline: none;
}
#msgContent .msgCnt .details_times{
    width: 100%;
    padding: 10px 0 20px 0!important;
}
#msgContent .msgCnt .details_times div{
    color: #ffffff;
    font-size: 12px;
    /* background-color: #dfdfdf; */
    text-align: center;
    /* width: 140px; */
    /* height: 24px; */
    /* line-height: 24px; */
    margin: auto;
    /* border-radius: 2px; */
}
#msgContent .msgCnt .details_times span{
    display: inline-block;
    line-height: 24px;
    height: 24px;
    background-color: #dfdfdf;
    padding: 0 10px;
    border-radius: 2px;
}
#msgContent .msgCnt .details_chat{
    width: 100%;
    padding: 0 20px;
}
#msgContent .msgCnt .details_chat ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#msgContent .msgCnt .details_chat li{
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
    padding-left: 63px;
    padding-right: 28px;
    min-height: 44px;
}
#msgContent .msgCnt .list_item_img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 3px;
}
#msgContent .msgCnt .list_item_text{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    line-height: 22px;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 3px;
    color: #333333;
    word-break: break-all;
    margin-top: 6px;
    text-align: left;
}
#msgContent .msgCnt .list_item_text::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #ffffff;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -6px;
    top: 16px;
    transform: translateY(-50%);
}
#msgContent .msgCnt .details_chat .mine{
    text-align: right;
    padding-left: 28px;
    padding-right: 63px;
}
#msgContent .msgCnt .mine .list_item_img{
    left: auto;
    right: 3px;
}
#msgContent .msgCnt .mine .list_item_text{
    background-color: #f1cdd4;
}
#msgContent .msgCnt .mine .list_item_text::after{
    left: auto;
    right: -6px;
    border-right: none;
    border-left: 6px solid #f1cdd4;
}
#msgContent .msgCnt .read{
    position: absolute;
    left: -32px;
    font-size: 12px;
    bottom: 3px;
    line-height: 16px;
    height: 16px;
    color: #999999;
    font-weight: bold;
}
#msgContent .msgCnt .readNull{
    position: absolute;
    left: -32px;
    font-size: 12px;
    bottom: 3px;
    line-height: 16px;
    height: 16px;
    color: #e60012;
    font-weight: bold;
}
#msgContent .msgCnt .fail{
    position: absolute;
    left: -24px;
    bottom: 3px;
}
#msgContent .msgCnt .list_item_order{
    position: relative;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
#msgContent .msgCnt .list_item_order_img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 4px;
}
#msgContent .msgCnt .list_item_order_text{
    margin-left: 50px;
}
#msgContent .msgCnt .msgCnt_matter_input{
    width: 100%;
    height: 180px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background-color: #f3f4f9;
}
#msgContent .msgCnt .functionKeys{
    position: relative;
    padding: 0 8px;
    height: 38px;
    line-height: 38px;
    font-size: 0;
}

#msgContent .msgCnt .functionKeys span{
    position: relative;
    margin: 0 8px;
    display: inline-block;
    height: 38px;
    width: 24px;
    vertical-align: top;
    font-size: 24px;
    cursor: pointer;
}
#msgContent .msgCnt .functionKeys .functionKeys_icon img,
#msgContent .msgCnt .functionKeys .functionKeys_file img,
#msgContent .msgCnt .functionKeys .functionKeys_pic img,
#msgContent .msgCnt .functionKeys .functionKeys_tremble img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    cursor: pointer;
}
#msgContent .msgCnt .functionKeys input{
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .01;
    filter: Alpha(opacity=1);
    cursor: pointer;
}
#msgContent .msgCnt .msgCnt_matter_edit{
    width: 100%;
    height: 120px;
    /* overflow-y: auto; */
}
#msgContent .msgCnt .msgCnt_matter_edit pre{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background-color: #f3f4f9!important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    white-space: pre-wrap;
    word-break: normal;
    font-size: 14px;
}
#msgContent .msgCnt .msgCnt_matter_edit pre{
    -webkit-user-modify: read-write;
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
    overflow-y: auto;
    overflow-x: hidden;
}
#msgContent .msgCnt .msgCnt_matter_btn{
    width: 100%;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
}
#msgContent .msgCnt .msgCnt_matter_btn span{
    width: 80px;
    height: 36px;
    background-color: #eb3341;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    float: right;
}
#msgContent .msgCnt #send{
    margin: 0 20px;
}
#emojiCON{
    z-index: 9999;
    position: absolute;
    width: 280px;
    height: 168px;
    bottom: 39px;
    left: 0px;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 4px 12px 0px;
}

#emojiCON li {
    cursor: pointer;
    display: inline-block;
    margin: 2px 3px 0 3px;
    height: 38px;
}
#oftenMsg{
    z-index: 9999;
    position: absolute;
    width: 280px;
    height: 168px;
    bottom: 39px;
    left: 50px;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 4px 12px 0px;
    overflow-y: auto;
}

#oftenMsg li {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#oftenMsg li:not(.oft):hover {
  background: #fef1f2;
}
#editOftenMsg{
    z-index: 9999;
    position: absolute;
    width: 350px;
    height: 168px;
    bottom: 39px;
    left: 50px;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 4px 12px 0px;
}
#editOftenMsg  ul{
    list-style: none;
    margin: 5px;
    padding: 0;
    width: 72%;
    font-size: 14px;
    background: #eee;
    float: left;
    border-radius: 3px;
    overflow-y: auto;
    max-height: 150px;
}
#editOftenMsg  li{
    line-height: 16px;
    cursor: pointer;
    padding: 6px;
}
#editOftenMsg li:hover {
    background: #fef1f2;
  }
.picLoading img{
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.picLoading span{
    margin-left: 18px;
}
.refreshLoad{
    width: 100%;
    text-align: center;
}
.noMoreMsg{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.list_item_text span{
    display: inline-block;
    line-height: 22px;
}
.order_close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    cursor: pointer;
}
.oftenTitle{
    font-size: 14px !important;
    width: 240px !important;
    margin: 0 !important;
    line-height: 23px;
    color: #9E9E9E;
    padding-left: 10px;
    height: 23px !important;
}
#msgContent #oftenMsg span{
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#msgContent #oftenMsg img{
    float: right;
    margin-top: -19px;
    margin-right: 9px;
}
#msgContent .oftenButton span{
    width: 60px !important;
    height: 27px !important;
    background-color: #eb3341;
    display: inline-block !important;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-size: 14px !important;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 5px !important;
}
.oftenButton{
    float: left;
    width: 21%;
}
#ofDelete{
    background: #fff !important;
    color: #eb3341 !important;
    border: 1px solid !important;
}
ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b4b4b4;
}
ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
#editLIst .active{
    background: #f1cdd4 !important;
}
#closeEOf{
    vertical-align: 8px;
    width: 8px;
    cursor: pointer;
}
.leftRevl,.rightRevl{
    display: none;
}
.onlinePoint{
    position: absolute;
    font-size: 81px;
    height: 14px;
    line-height: 14px;
    top: 37px;
    left: 38px;
    color: #ddd;
}

/* <!-- Target Safari and Chrome --> */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .onliPoint {
        font-size: 81px;
        position: absolute;
        height: 12px;
        top: -42px;
    }
}

/* <!-- Target Firefox --> */
@-moz-document url-prefix() {
    .onliPoint {
        font-size: 81px;
        position: absolute;
        height: 12px;
        top: -29px;
    }
}

.imLinkMSG{
    display: none;
    position: absolute;
    right: 10px;
    top: 10%;
    z-index: 999999;
    border: 1px solid #fb7e60;
    background: #fff;
    width: 350px;
    box-shadow: 0 2px 8px rgba(255, 84, 0, 0.2);
}
.imLinkMSG .imLinkTitle{
    width: 100%;
    background: #fffbe8;
    color: #f93c12;
    padding: 10px;
}
.imLinkMSG .imLinkTitle .closeImMSG
{
    float: right;
    cursor: pointer;
    margin-top: 3px;
}
.imLinkMSG .imLinkList{
    padding: 10px;
}
.imLinkMSG .imLinkList .imItem{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.imLinkMSG .imLinkList .imItem .imItemName{
    font-weight: bold;
    display: inline-block;
}
.imLinkMSG .imLinkList .imItem .imItemTime{
    float: right;
    color: #9E9E9E;
}.header-content,.header-top,.container{min-width:1230px;}
.header-content{
    padding:0;height: 80px;clear: both;line-height: 80px;background: #fff;
}

.header-top{background-color: #ececec;height:40px;}

.header-top .left{padding-left:0;text-align:left}

.header-top .right{padding-right:0;text-align:right}

.header-top .left ul,.header-top .right ul{padding:0;margin:0;text-align:center;display: inline-block;height:30px;color:#828282;}

.header-top .left ul li,.header-top .right ul li{height:40px;float:left;list-style-type:none;display: inline;padding:9px;cursor:pointer} 
.header-top .left ul li span{
    font-weight: bold;
}
.header-top .hover:hover{
    color: #df2c4e;
    background: #fff;
    cursor: pointer;
}
.header_help_div{
    background: #fff;
    z-index: 9999;
    position: absolute;
    display: none;
    margin-left: -271px;
    margin-top: 11px;
    box-shadow: 1px 3px 10px 0px rgba(38, 38, 38, 0.19);
}
.header_help_div div{
    border-right: 1px solid #efefef;
    margin: 10px 0 10px 10px;
    padding-right: 10px;
    float: left;
}
.header_help_div p{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #525252;
    margin-bottom: 0px;
}
.header_help_div a{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #a19b9b;
    display: block;
}
.header_help_div a:hover{
    color: #df2c4e;
}
.header_help_divx a:hover{
    color: #df2c4e;
}
.header_help_divx{
    background: #fff;
    z-index: 9999;
    position: absolute;
    margin-left: -10px;
    display: none;
    margin-top: 7px;
    box-shadow: 1px 3px 10px 0px rgba(38, 38, 38, 0.19);
}


.header_help_divx div{
    padding: 10px 0px;
    width: 164px;
    border-bottom: 1px solid #efefef;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   
    @media screen and (min-width: 750px) and (max-width: 1200px) {
        .header_help_divx div{
            width: 182px;
        }
    }
    }
.header_help_divx a{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #a19b9b;
    margin: 0px 10px;
}
.QR_code_down{
    background: #fff;
    z-index: 9999;
    position: absolute;
    display: none;
    margin-left: -38px;
    margin-top: 8px;
    border: solid 1px #dedede;
}
.QR_code_down p{
    margin: 0 0;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
}
.arrow_box {
	background: #fff;
	border: 1px solid #dedede;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box:before {
	border-color: rgba(222, 222, 222, 0);
	border-bottom-color: #dedede;
	border-width: 6px;
	margin-left: -6px;
}
.logo{display:inline-block;float:left;cursor: pointer;}

.logo .line{
    width: 1px;
    height: 36px;
    background-color: #d9d9d9;
    display: inline-block;
    vertical-align: text-top;
    margin: 0px 4px;
    margin-top: -6px;
}

.content-top{margin-top: 45px;}

.content-top-ul{
    display: inline-block;
    margin-left: 20px;
}

.content-top-ul ul{padding:0; display:inline-block;margin:7px 0 0 0}

.content-top-ul ul li{
    list-style-type:none;float:left;
    text-align:center;
    padding: 24px 24px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
cursor:pointer;}

.content-top-ul ul li:hover{color: #df2c4e; }

.contact{display:inline-block;height:54px;float:right;}

.contact span{display:inline-block;height:54px;float:left;}

.contact p{margin-bottom:0;font-size:16px;line-height: 20px;color: #828282;}

.new-footer {
    position: relative;
    min-width: 1200px;
    margin-top: 30px;
    background-color: #fff;
    color: #333;
    overflow: hidden;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;

}

.FooterUL ul {
    padding: 24px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e9e9e9;
}

.FooterUL ul li {
    list-style: none;
    padding: 0;
    width: 230px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #e9e9e9;
}
.FooterUL ul li span{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #616161;
    margin-left: 8px;
}
.FooterLink{
    margin: 30px 0px;
}
.FooterLink ul li {
    list-style: none;
    padding: 0;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #757575;
    margin-bottom: 9px;
    text-align: left;
}
.FooterLink ul li a{
    color: #757575;
}
.FooterBox{
    display: inline-block;
    width: 930px;
    border-right: 1px solid #e9e9e9;
}
.FooterBox .footerTitle{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #393939;
    margin-bottom: 14px;
}
.FooterFlex{
    display: flex;
    justify-content: space-around;
}
.FooterFlex ul{
    /* display: inline-block; */
}
.FooterPhone{
    display: inline-block;
    text-align: center;
    width: 210px;
    vertical-align: -85px;
}
.FooterPhone div{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #df2c4e;
}
.FooterPhone span{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #393939;
}
.contactService{
    width: 118px;
    color: #df2c4e;
    border: 1px solid;
    line-height: 18px;
}
.contactService img{
    vertical-align: -3px;
}
.contactService span{
    color: #df2c4e;
}
.contactService:hover{
    border: 1px solid;
    color: #df2c4e;
    background-color: #df2c4e;
    
}
.FooterFlex ul li a:not(.footerTitle):hover {
  cursor: pointer;
  color: #df2c4e;
}
.FooterFlex ul li:last-child{
    margin-bottom: 0px;
}
.FooterCompanymsg{
    text-align: center;
    margin-top:33px;

}
.FooterCompanymsg a{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #757575;
}
.FooterCompanymsg a:hover{
    color:#df2c4e;
}
.FooterCompanymsg p{
    font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #adadad;
}
.wxLayer{
    display: flex;
    color: #fff;
    
}
.wxt1{
    font-size: 26px;
    margin-top: 70px;
}
.wxt2{
    font-size: 16px;
}
.wxLayer img{
    width: 200px;
    height: 200px;
}
.wxLayer .wxText{
    margin-left: 40px;
}
.wxOpenStyle{
    width: 500px !important;
    background: none !important;
    box-shadow: 0px 0px !important;
}