a,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
ol,
p,
ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: weiruanyahei;
    src: url(../../style/font/Microsoft_YaHei.ttf) format("woff"), url(../../style/font/Microsoft_YaHei.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

html {
    font-family: weiruanyahei, 华文细黑, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    color: #333;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    cursor: default;
    text-align: justify
}

.maxw,
.w1000 {
    margin: 0 auto;
}

.maxw {
    width: 1200px;
}

.maxw .two_body {
    float: left;
    min-height: 1025px;
    background: white;
}

.two_body2 {
    width: 990px;
    margin-left: 10px;
    float: left;
    min-height: 1025px;
    /* background: white; */
}

.breadcrumb {
    height: 60px;
    padding-top: 22px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.maxw .el-breadcrumb,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    color: #999999;
}

.el-breadcrumb {
    font-size: 14px;
    line-height: 1;
}

.el-breadcrumb:after,
.el-breadcrumb:before {
    display: table;
    content: "";
}

.el-breadcrumb__item {
    float: left;
}

.maxw .el-breadcrumb__inner.is-link,
.maxw .el-breadcrumb__inner a {
    font-weight: 400;
    color: #999;
}

.el-breadcrumb__separator[class*=icon] {
    margin: 0 6px;
    font-weight: 400;
}

.el-icon-arrow-right:before {
    content: "\e6e0";
}

.index.product .nav {
    padding: 17px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border-radius: 4px;
    display: flex;
    border-bottom: 1px dashed rgba(25, 25, 25, 0.11)
}

.index.product .nav .left {
    width: 57px;
    height: 20px;
}

.index.product .nav .right {
    flex: 1;
    padding: 0 8px;
}

.index.product .nav .right .part {
    overflow: hidden;
}

.index.product .nav .right .part li {
    float: left;
    padding: 0 20px;
}

li {
    list-style-type: none;
}

.index.product .nav .right .part li a {
    font-size: 14px;
}

.index.product .zinav {
    padding: 17px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border-radius: 4px;
    display: flex;
}

.index.product .zinav .left {
    width: 57px;
    height: 20px;
}

.index.product .zinav .right {
    flex: 1;
    padding: 0 8px;
}

.index.product .zinav .right .part {
    overflow: hidden;
}

.index.product .zinav .right .part li {
    float: left;
    padding: 0 20px;
}

.index.product .zinav .right .part li a {
    font-size: 14px;
}

.index.product .zinav .right .child .part {
    line-height: 38px;
    border-radius: 4px;
}

.index.product .zinav .right .part {
    overflow: hidden;
    float: right;
    width: 94%;
}

.ft_subtint {
    color: #2E5EC0 !important;
}

a {
    text-decoration: none;
    font-size: 16px;
    font-size: 12px;
    color: #333;
}

.tableItem a {
    color: #333 !important;
}

.index.product .nav .right .child .part {
    line-height: 38px;
    padding: 14px 0;
    background: #fbfbfb;
    border-radius: 4px;
}

.index.product .nav .right .part {
    overflow: hidden;
    float: right;
    width: 94%;
}

.listtext {
    width: 100px;
    height: 60px;
    font-size: 17px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    text-align: center;
    color: #333333;
    line-height: 60px;
    position: relative;
    float: left;
}

.productsBar {
    background-color: #ffffff;
    height: 60px;
    box-sizing: initial;
    border-bottom: 2px solid #2E5EC0;
}

.el-input__inner {
    width: 360px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background-color: white;
    padding: 0 15px;
}

.el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-moz-placeholder {
    color: #c0c4cc
}

.el-input__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::placeholder {
    color: #c0c4cc
}

.el-input__inner:hover {
    border-color: #c0c4cc
}

.el-input__inner:focus {
    outline: none;
    /* border-color: #606ca5 */
}

.this_sort {
    height: 60px;
    background-color: #fff;
    margin-top: 10px;
    /* padding: 20px 20px; */
    margin-bottom: 20px;
}

.this_sortFirst {
    position: absolute;
    min-width: 126px;
    width: 7%;
    height: 60px;
    border-right: 1px solid #e2dcdc;
}

.this_sortSecond {
    position: absolute;
    min-width: 95px;
    width: 6%;
    height: 60px;
    border-right: 1px solid #e2dcdc;
}

.this_sortText {
    text-align: center;
    margin-top: 20px;
}

.this_sortTextSecond {
    margin-left: 5px;
    text-align: right;
    margin-top: 20%;
}

.sanjiao {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: green transparent #2E5EC0 transparent;
    border-width: 0px 4px 7px 4px;
    float: right;
    margin-right: 20%;
}

.daosanjiao {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #2E5EC0 transparent;
    border-width: 7px 4px 0px 4px;
    float: right;
    margin-top: 8px;
    margin-right: -8px;
}

.heighpriceInput {
    width: 80px;
    height: 40px;
    border: 1px solid #DADADA;
}

.heighpriceInput::-webkit-input-placeholder {
    color: #c0c4cc
}

.heighpriceInput::-moz-placeholder {
    color: #c0c4cc
}

.heighpriceInput:-ms-input-placeholder {
    color: #c0c4cc
}

.heighpriceInput::-ms-input-placeholder {
    color: #c0c4cc
}

.heighpriceInput::placeholder {
    color: #c0c4cc
}

.heighpriceInput:hover {
    border-color: #c0c4cc
}

.heighpriceInput:focus {
    outline: none;
    /* border-color: #606ca5 */
}

.lowpriceInput {
    width: 80px;
    height: 40px;
    border: 1px solid #DADADA;
}

.lowpriceInput::-webkit-input-placeholder {
    color: #c0c4cc
}

.lowpriceInput::-moz-placeholder {
    color: #c0c4cc
}

.lowpriceInput:-ms-input-placeholder {
    color: #c0c4cc
}

.lowpriceInput::-ms-input-placeholder {
    color: #c0c4cc
}

.lowpriceInput::placeholder {
    color: #c0c4cc
}

.lowpriceInput:hover {
    border-color: #c0c4cc
}

.lowpriceInput:focus {
    outline: none;
    /* border-color: #606ca5 */
}

.chooseButton {
    width: 80px;
    height: 40px;
    border: 1px solid #fff;
    color: white;
    background-color: #2E5EC0;
}

.chooseButton:focus {
    outline: none;
    /* border-color: #606ca5 */
}

.chooseButton:focus,
.chooseButton:hover {
    background: #2E5EC0;
    border-color: #2E5EC0;
    opacity: .7;
    color: #fff
}

.orderNav {
    width: auto;
    /*宽度也改为自动*/
    overflow: hidden;
    padding: 0;
    border-bottom: 2px solid #2E5EC0;
}

.orderNav>li {
    float: left;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.orderNav>li:hover {
    background: #2E5EC0;
    color: white;
}


.ziduan {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    width: 16.5%;
}

.biaotou {
    margin-top: 20px;
    width: 950px;
    height: 50px;
    background: #fafafa;
    margin-left: 20px;
}

.biaotou .ziduan {
    float: left;
}

.pageContent {
    height: 100px;
    background-color: #fff;
    margin-bottom: 62px;
    display: none;
}

.page {
    text-align: center;
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
}

.page .el-pagination .btn-prev {
    height: 26px;
    width: 26px;
    border-radius: 26px;
    min-width: 26px;
    padding: 0;
}

.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed;
}

.el-pagination .btn-prev {
    padding-right: 12px;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: transparent;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
}

button,
input {
    border: none;
    outline: none;
}

.page span {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #000;


}

#pageNav {
    display: inline-block;
}

#pageNav a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #666666;
    border: 1px solid #DADADA;
    margin-left: -1px;
    text-decoration: none;
}

#pageNav a.active,
#pageNav a:hover {
    color: #2E5EC0;
    font-weight: bold;
}

.prev:hover {
    cursor: pointer;
}

.next:hover {
    cursor: pointer;
}

.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.page .el-pager li.active {
    height: 26px;
    width: 26px;
    color: #fff;
    background: #ec554c;
}

.el-pager li.active {
    color: #606ca5;
    cursor: default;
}

.page .el-pager li {
    height: 26px;
    width: 26px;
    min-width: 26px;
    line-height: 26px;
    margin-left: 8px;
    border-radius: 26px;
    background: transparent;
}

.el-pager li {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}

li {
    list-style-type: none;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133;
}

.page .el-pager li {
    height: 26px;
    width: 26px;
    min-width: 26px;
    line-height: 26px;
    margin-left: 8px;
    border-radius: 26px;
    background: transparent;
}

.el-pager li {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}

[class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-pager .more:before {
    line-height: 30px;
}

.page .el-pagination .btn-next {
    margin-left: 8px;
}

.page .el-pagination .btn-next,
.page .el-pagination .btn-prev {
    height: 26px;
    width: 26px;
    border-radius: 26px;
    min-width: 26px;
    padding: 0;
}

.el-pagination .btn-next {
    padding-left: 12px;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: transparent;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 40px;
    line-height: 37px;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #DADADA;
    color: #666666;
    width: 80px;
}

button,
input {
    border: none;
    outline: none;
}

.el-pagination__editor.el-input {
    width: 50px;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px;
}

.el-pagination__editor.el-input .el-input__inner2 {
    height: 28px;
}

.el-pagination__jump .el-input__inner2 {
    padding: 0 3px;
}

.el-pagination .el-input__inner2 {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal;
}

.goods .productsBar .listtext a {
    width: 100px;
    height: 60px;
    font-size: 17px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    text-align: center;
    color: #333333;
    line-height: 50px;
    position: relative;
    float: left;
    margin-top: 5px;
}


.askOnline_content {
    width: 1100px;
    height: 533px;
    overflow-y: scroll;
}

.askOnline_title {
    height: 119px;
    border-bottom: 1px solid #E6E6E6;
}

.askprice_html {
    font-size: 26px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
}

.asktitle_right {
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: right;
    color: #666666;
    position: relative;
    float: left;
    padding: 46px 40px;
    width: 41%;
}

.asktitle_left {
    position: relative;
    float: left;
    padding: 46px 40px;
    width: 25%;
}

.shijiandingdanhao {
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #999999;
    text-align: center;
    height: 48px;
    width: 16.65%;
}

.orderDetailItem .shijiandingdanhao {
    float: left;
    border-right: 1px solid #e6e6e6;

}

.orderDetailItem {
    width: 950px;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
}

.orderDetail {
    margin-top: -1px;
    height: 50px;
    width: 950px;
    margin-left: 20px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.table {
    height: 68px;
    width: 950px;
}

.table .tableItem {
    float: left;


}

.tableItem {
    height: 68px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
    line-height: 68px;
}

.table .tableItem:last-child {}

.tableItem1 {
    border-bottom: 1px dashed;
    border-bottom: 1px solid #e6e6e6;
}

.table tr td {
    margin-top: 10px;
}


.orderStatus {
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    line-height: 50px;
    color: #2E5EC0;
}

.supplyTitle {
    width: 146px;
    height: 26px;
    font-size: 26px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 26px;
}

.endtimeText {
    font-size: 15px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 26px;
    margin-top: 7px;
    margin-left: 25px;
}

.endtimeDIV {
    float: right;
    width: 207px;
    height: 42px;
    background: #e6e6e652;
    border-radius: 21px 0px 0px 21px;
    margin-top: 28px;
}

.price {
    color: #FF5F5F;
    font-size: 28px;
    font-weight: bold;
}

.totalprice {
    color: #FF5F5F;
    font-size: 28px;
    font-weight: bold;
}

.lside {
    height: 36px;
}

.lside {
    width: 400px;
    margin: 20px;
}

.center,
.lside {
    float: left;
}

.lside .zoom {
    height: 400px;
}

.magnify[data-v-336b765e] {
    position: relative;
}

.magnify .preview-box[data-v-336b765e] {
    width: 400px;
    height: 400px;
    border: 1px solid #dededd;
    position: relative;
}

.magnifier {
    width: 160px;
    height: 160px;
    background: rgba(254, 238, 167, .4);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.magnify .preview-box .hover-box[data-v-336b765e] {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border: 1px solid #545454;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURT1uzv///62t27cAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat 0 0;
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.magnify .zoom-box[data-v-336b765e] {
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: 385px;
    border: 2px solid #dc7a7a;
    top: 0;
}

.magnify .zoom-box img[data-v-336b765e] {
    position: absolute;
    width: 760px;
}

.lside .littleList {
    height: 70px;
    margin: 13px 0;
}

.tpl[data-v-b3aae2c6] {
    position: relative;
}

.box[data-v-b3aae2c6],
.tpl[data-v-b3aae2c6] {
    height: 100%;
    width: 100%;
}

.pre[data-v-b3aae2c6] {
    margin-left: -13px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAACIUlEQVRIS62Vv2sTYRjHn+8bs5Q4XYYMktzdIA5aEQKZBI2DtYuof4KKaHFx8l9wcikRin9BQKggUofq4CahUDsIEu7ewSnJkDSSIU3uK2+4HEl7l15Tb3zveT/Pr/f5PpCEr16vZyqVyi2S90lWSF4GcFFEDkXkN4Af4/H4o+u63wAEcRjEHWqt14MgeAPgapLzmfMDAK9t2/583HYO3mg0svl8vkbySQronAmA951O50W5XD6a/ojgIXib5PpZwREM+FQqlR4CmDiI4FrrLZJP04CVUhIEsWU217ccx3kWwX3fvysiO2nA2WxWCoWCdLtd6ff7SVfWHMf5Monc87yfAK6dBp+Ch8OhtFotIRl7heSB67rX0Ww2q5lMZvd/gWfqX4Xv+zUReb4InjbiWQbJmoHviciNJPgy4JC1B8/zDsPJO8E/B9j0o2/gRwAuxEWey+XEsqzJy+j1eqe1Ze4/ydHCyI31sg6mke8DWF0U1jIOSO6nei1LZvAOWuvbJL+mKehZMgBQNRNq6m4mNI28Rj1ot9syGAwWTejqZPx9318TEaPHsfp+nLCysiJGAkajURzcaMK9SFuMhdZ6k+RGmvIssgGwadv2yznJNXpuWda2iJxXzx8AmKSUtIkepy1RmAXDTbQRu4lmUw178FZErqQo0y8ReeU4zol9kNhAkuYV3VFKPQJwk+QlM7Ak/yql/pD8rpT6UCwWdwHECvs/TUckzcRL3NQAAAAASUVORK5CYII=) no-repeat 50%;
}

.next[data-v-b3aae2c6],
.pre[data-v-b3aae2c6] {
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    border-radius: 18px;
    background: #e8e8e8;
    text-align: center;
    line-height: 36px;
    opacity: .5;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    z-index: 110;
}

.next,
.pre {
    display: none;
}

.box[data-v-b3aae2c6],
.box .list[data-v-b3aae2c6] {
    overflow: hidden;
}

.box[data-v-b3aae2c6],
.tpl[data-v-b3aae2c6] {
    height: 100%;
    width: 100%;
}

.avatar-uploader,
.box {
    display: inline-block;
}

.box[data-v-b3aae2c6],
.box .list[data-v-b3aae2c6] {
    overflow: hidden;
}

.box .list[data-v-b3aae2c6] {
    min-width: 100%;
    transition: .3s;
    height: 100%;
}

.box .list .item[data-v-b3aae2c6] {
    height: 100%;
    width: 70px;
    margin-right: 12px;
    float: left;
    cursor: pointer;
}

.box .list .item .img[data-v-b3aae2c6] {
    height: 100%;
    width: 100%;
}

.next[data-v-b3aae2c6] {
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAACOklEQVRIS6WVPYsTURSGzzv5KEIS8l1JMjOFWOiKEEgl6Fq4biPqT1ARXWys/AtWNkuExV8QWFhBRIvVwk7CwrqFIGFmCosUSbMmpNhkXplhEjabmeQGp7xz7nPOPR/vgUR8rVYr1mg0bpG8T7JB8jKAjIicishvAD8mk8kH0zS/AXDDMAg7dBxn23XdNwCuRjk/d34C4LWu658u2s7B2+12olQqNUk+UYDOmQB43+v1XtTr9bPpjxk8AB+Q3F4XPIMBH2u12kMAvoMZ3HGcPZJPw8CaponrhqY1zHzPMIxnM7ht23dF5HOYZTqdllwuJ91uV8bjseqjtgzD+OJHblnWTwDXom5WKhVJJpPKDkiemKZ5HZ1OZzMWix2uCmldBwA2Ydt2U0Ser4IDEM9BIpFQegHJpgc/EpEbq+B+gdZzcATLsk6DyVPhKzsg+deDnwGIK5EDo2w2K/l8Xnq9ngyHw9CrJMdrR57JZKRQKEi/35fBYBAZ0zTyYwAbKpGrgj0WyWPlblkHHAT6Do7j3Cb5dVnkU/CyHC8ootfnXocFExoqr6lUSsrl8tLiXQQHE7rhj79t21si4unxgr7H43F/cEajkUpZ/HSLyL2ZtngnjuPsktxRJUTZAdjVdf3lnOR6el4sFg9E5H/1/AEAXz6jNtHjsBQteRWDTbQTuonOXwxq8FZEriik6ZeIvDIMY2EfhC7oYAi8LrqjadojADdJXhKRNMmBpml/SH7XNG2/Wq0eAvCKuPD9AyPkEs0NrmhhAAAAAElFTkSuQmCC) no-repeat 50%;
}

.next[data-v-b3aae2c6],
.pre[data-v-b3aae2c6] {
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    border-radius: 18px;
    background: #e8e8e8;
    text-align: center;
    line-height: 36px;
    opacity: .5;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    z-index: 110;
}

.littleList .list .item:last-child {
    margin-right: 0px;
}

.tpl:hover .pre {
    display: block
}

.tpl:hover .next {
    display: block
}

input::-webkit-input-placeholder {
    color: #999999;
    text-indent: 10px;
}




.titleicon {
    width: 2px;
    height: 22px;
    background: #2e5ec0;
    border: 2px solid #2e5ec0;
    position: relative;
    float: left;
    margin-right: 10px;
}

.offerCompent {
    background: #fafafa;
    width: 990px;
    background-color: #fff;
    padding: 40px 40px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    min-height: 1100px;
}

.baoDiv {
    height: 180px;
}

.baoDiv div:first-child {
    float: left;
}

.baoPrice1 {
    background: #fafafa;
    width: 720px;
    height: 235px;
    margin-left: 18px;
    padding: 15px;
    padding-left: 40px;
}

.baoPrice3 {
    background: #fafafa;
    width: 720px;
    height: 190px;
    margin-left: 18px;
    margin-top: 20px;
}

.baoPrice {
    background: #fafafa;
    /* width: 950px; */
    width: 720px;
    height: 146px;
    margin-left: 18px;
    margin-top: 20px;
}

.baoPriceItem {
    padding: 18px 0 0 36px;
    width: 50%;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 26px;
    float: left;
    height: 36px;

}

.shalou {
    text-align: center;
    float: right;
    width: 220px;
    height: 200px;
    background: #fafafa;
    margin-right: 20px;
    margin-top: 20px;
}

.daojishi {
    width: 110px;
    height: 22px;
    font-size: 22px;
    text-align: center;
    margin: 28px 0 32px 55px;
}

.shijian {
    width: 108px;
    height: 15px;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #2e5ec0;
    margin: 28px 0 32px 55px;
}

.tableCompent {
    padding: 10px;

}

.tableTitle {
    height: 50px;
    background: #fafafa;
    margin-bottom: 20px;
    width: 950px;
}

.titleItem {
    position: relative;
    float: left;
    width: 12%;
    text-align: center;
    line-height: 50px;

    border-spacing: 0;
    border-collapse: collapse;
}


.firstTr {
    width: 950px;
    height: 50px;
    width: 950px;
    height: 50px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    color: #999;
    border-collapse: collapse;
}

.secondTr {
    width: 950px;
    height: 50px;
    border-spacing: 0;
    border-collapse: collapse;
}

.firstTd {
    width: 26%;
    position: relative;
    float: left;
    line-height: 50px;
    text-align: center;
    border-collapse: collapse;
}

.firstTr .firstTd:last-child {
    width: 46%;
    text-align: right;
}

.firstTd .status {
    color: #2E5EC0;
}

.secondTrItem {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 50px;
    position: relative;
    float: left;
    width: 12.6%;
    margin-top: -2px;
    margin-right: -1px;
}

.threeItems {
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    height: 80px;
    width: 950px
}

.threeItem {
    position: relative;
    float: left;
    width: 33%;
}

.threeItem span:last-child {
    color: #2E5EC0;
}

.orderNav {
    width: auto;
    /*宽度也改为自动*/


    overflow: hidden;
    padding: 0;
    border-bottom: 2px solid #2E5EC0;
    color: #333333;
}

.orderNav>li {
    float: left;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.orderNav>li:hover {
    background: #2E5EC0;
    color: white;
}

.orderNav li:first-child {
    background: #2E5EC0;
    color: white;
}

.thiscontractTotalPrice {
    float: right;
    width: 76%;
    text-align: right;
    margin-right: 33px;
}

.thiscontractTotalPrice span:last-child {
    font-size: 20px;
    color: #2E5EC0;
}

.threeItemsFirsttr {
    height: 30px;
    float: right;
    width: 54%;
    margin-top: 10px;
}

.tableItem {
    margin-bottom: 20px;
}

@media screen and (max-width: 1430px) {
    .maxw {
        width: 1024px;
    }

    .offerCompent {
        width: 810px;
    }

    .threeItems,
    .secondTr,
    .firstTr,
    .tableTitle {
        width: 790px;
    }

    .threeItemsFirsttr {
        width: 60%;
    }

    .two_body2 {
        width: 814px;
    }

    .baoPrice {
        width: 790px
    }

    .biaotou {
        width: 790px;
    }

    .orderDetailItem {
        width: 790px;
    }

    .orderDetail {
        width: 790px;
    }

    .baoPrice1 {
        width: 790px;
    }
}

.biaoti {
    font-size: 17px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 26px;
}

.caozuo {
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: justifyLeft;
    color: #2e5ec0;
    line-height: 50px;
}

.offerTrueMsg span,
.zengzhiService span,
.priceWLmsg span,
.needmsg span,
.baoPricemsg span {
    margin-top: -3px;
    font-size: 17px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 26px;
}

.WLDetail {
    width: 100%;
    padding-left: 3%;
    padding-top: 10px;
}

.baoPriceItem2 {
    width: 33%;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 26px;
    position: relative;
    float: left;
    height: 40px;
}

.baoPriceItem2 span:last-child {
    color: #111111;
}

.routItems {
    display: inline-block;
}

.routItem {
    width: 330px;
    height: 180px;
    background: #F4F6F8;
    border-radius: 5px;
    position: relative;
    float: left;
    padding: 30px;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.routItemleft {
    height: 180px;
    position: relative;
    float: left;
    margin-right: 20px;
    color: #333333;
}

.routItemright {
    color: #666666;
}

.transPrice {
    text-align: right;
    padding-right: 53px;
    margin-top: 20px;
}

.zengzhiHtml {
    width: 100%;
    height: 200px;
}

.zengzhiLeft {
    position: relative;
    float: left;
    width: 19%;
    margin-right: 10px;
}

.zengzhiLeft .text {
    text-align: right;
    font-size: 15px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #333333;
    height: 45px;
}

.zengzhiMiddle {
    width: 40%;
    position: relative;
    float: left;
}

.zengzhiMiddle .text {
    font-size: 15px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #333333;
    height: 45px;
}

.zengzhiRight {
    position: relative;
    float: left;
}

.zengzhiRight .text {
    font-size: 15px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #333333;
    height: 45px;
}

.transPrice {
    text-align: right;
    padding-right: 53px;
    margin-top: 20px;
}

.transPrice span {
    color: #2E5EC0;
    font-size: 20;
    font-weight: 400px;
}

.remarkInput {
    width: 800px;
    height: 100px;
    color: #A7A7A7;
    border: 1px solid #DADADA;
}

.totalpriceHtml {
    float: right;
    width: 100%;
    text-align: right;
    height: 30px;
}

.rightduiqi {
    position: relative;
    float: right;
}

.last_totalpriceHtml {
    float: right;
    width: 100%;
    text-align: right;
    height: 30px;
}

.last_totalpriceHtml .rightduiqi {
    position: relative;
    float: right;
}

.last_totalpriceHtml .rightduiqi span:last-child {
    color: #2E5EC0;
    font-size: 30px;
}

.agree,
.offerDetail,
.zengzhiHtml,
.offerDetailmsg,
.needDetail,
.baoPriceDetail {
    width: 100%;
    padding-left: 3%;
    padding-top: 10px;
    height: 126px;
}

.agree {
    height: 40px;
}

.priceWLmsg,
.zengzhiService,
.offerTrueMsg {
    padding-left: 16px;
    padding-top: 20px;
}

.cancel {
    margin-right: 10px;
}

.fabu,
.cancel {
    width: 160px;
    height: 50px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #DADADA;
}

.fabu {
    width: 300px;
    background-color: #2E5EC0;
    color: #fff;
}

button,
input {
    border: none;
    outline: none;
}

button,
input {
    border: none;
    outline: none;
}

.zengzhiHtml {
    width: 100%;
    height: 200px;
}

.offerDetail {
    height: 80px
}

.el-popover {
    min-width: 80px !important;
}

.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
}

.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
    outline-width: 0
}



.leftBody {
    width: 979px;
    float: left;
}

.rightBody {
    background-color: white;
    width: 285px;
    float: right;
    height: 370px
}

.personalTop {
    background-color: white;
    padding: 14px 16px;
    height: 138px;
}

.personal-Center {
    background-color: white;
    margin-top: 10px;
    height: 135px;
    margin-left: 11px;
}

.userCss {
    overflow: hidden;
    margin-bottom: 34px;
    margin-top: 20px;
    margin-left: 20px;
}

.userCss-lside {
    height: 74px;
    float: left;
}

.circle {
    border-radius: 50%;
    height: 74px;
    width: 74px;
    line-height: 74px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: #ffffff;
}

.userInfo {
    float: left;
}

.userInfo h4 {
    margin: 15px 0 0px;
    display: flex;
    font-size: 18px;
    color: #333;
    padding-right: 23px;
    background: no-repeat 100%;
    font-weight: bold;
}

.changeName,
.changePwd,
.applyTicket,
.myWallet,
.openBc,
.openBcAudit,.account_need_verify,.checking,.processing,.signing,.succeeded,.balanceAcctCreate,.jinjianOpen {
    margin-top: 9px;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    background: #2E5EC0;
    font-size: 12px;
    color: #fff;
    width: 50px;
    height: 25px;
}

.editNewPhoneInput,
.newPwdInput,
.confirmPassWord {
    width: 214px;
    margin-top: 4px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #ccc;
    outline: none;
}

.usernameText {
    margin-right: 3px
}

.lineCss {
    height: 74px;
    width: 1px;
    color: black;
    float: left;
    background-color: black;
}

.confirmFormList {
    float: left;
}

.confirmFormItem {
    float: left;
}

.confirmForm-img {
    width: 43px;
    height: 40px;
    margin-bottom: 10px;
}

.personal-Center .leftImg {
    cursor: pointer;
    width: 49%;
    height: 135px;
    float: left;
    background-image: url(../../images/personal-left1.png);
    background-size: 100% 100%;
}

.personal-Center .rightImg {
    cursor: pointer;
    width: 49%;
    height: 135px;
    float: right;
    background-image: url(../../images/personalCenter-right.png);
    background-size: 100% 100%;
}

.leftShiming-title {
    color: white;
    width: 167px;
    padding: 26px 0px 0px 50px;
    float: left;
}

.showdaibaojiaTrue,
.showdaiReceive,
.showdaiTrue,
.showdaibeihuo,
.showdaiweikuanTrue,
.showdaisend,
.showdaiCompleted,
.showrefuse,
.showdaiPay {
    min-width: 14px;
    height: 14px;
    background-color: #BE2525;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    margin-left: -12px;
    margin-top: -19px;
    text-align: center;
    top: 9px;
    right: 41px;
}

.daibaojiaText,
.daiReceiveText,
.daiTrueText,
.daibeihuoText,
.daiweikuanText,
.daisendText,
.completedText,
.dairefuseText,
.daiPayText {
    font-size: 12px;
}

/* 
.leftShiming-Img {
    width: 81px;
    height: 70px;
} */

.shimingRenzheng {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.LeftcircleCSS {
    float: left;
    margin-top: 26px;
}

.circleItemCss {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(167 208 249);
    margin-bottom: 10px;
}

.newestMsgContent {
    min-height: 1007px;
    margin-top: 10px;
    background-color: white;
}

.onlineKefu {
    width: 90px;
    height: 30px;
    border: 1px solid #fff;
    color: white;
    background-color: #2e5ec0;
    border-radius: 50px;
}

.imgCenter {
    width: 100%;
    text-align: center
}


.shimingcompent {
    background-color: #fff;
    width: 460px;
    height: 240px;
    border-radius: 5px
}

.cancelTanceng {
    width: 150px;
    height: 50px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #DADADA;
    margin-top: 8px;
    margin-right: 20px;
    float: left;
    margin-left: 15%;
}

.fabu {
    width: 150px;
    height: 50px;
    color: #fff;
    background-color: #2E5EC0;
    border: 1px solid #DADADA;
    margin-top: 8px;
    margin-right: 20px;
    float: left;
}

.closeicon {
    width: 460px;
    height: 50px;
    background-color: #f4f4f4;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 26px;
}

.closeTancengicon,
.confirmthings {
    position: relative;
    float: left;
}

.confirmthings {
    padding-left: 20px;
    padding-top: 15px;
}

.closeTancengicon {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.newestSort {
    /* color: #2e5ec0;
    border-bottom: 1px solid #2e5ec0; */
    font-size: 13.5px;
    font-weight: 500;
    display: block;
    width: 70px;
    text-align: center;
    float: left;
    cursor: pointer;
}


.isReadFlagTwo,.isReadFlag2 {
    min-height: 12px;
    width: 12px;
    background-color: #DB2828 !important;
    border-color: #DB2828 !important;
    border-radius: 62px;
    position: absolute;
    margin-top: -4px;
    transform: scale(.5);
}

.isReadFlagTwo {
    margin-left: 118px;
}

.msgLists {
    padding: 20px 50px;
}

.msgTitle {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.msgItems {
    background-color: white;
    margin-bottom: 10px;
    padding: 11px 0px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.avatarImg {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* 未认证弹层 */
.layui-m-layer1 .layui-m-layerchild {
    border-radius: 5px !important;
}

.shimingcompent {
    background-color: #fff;
    width: 460px;
    height: 254px;
    border-radius: 5px
}

.shimingcloseicon {
    width: 30px;
    height: 20px;
    padding-top: 19px;
    float: right;
    cursor: pointer;
}

.shimingfabu,
.shimingcancel {
    width: 150px;
    height: 50px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #DADADA;
}

.shimingfabu {
    background-color: #2E5EC0;
    color: #fff;
}

.shimingcancel {
    margin-right: 10px;
    margin-left: 14%;
    margin-top: 20px;
}

.shimingcloseicon {
    float: right;
    cursor: pointer;
}

.renzhengContent {
    height: 56px;
    color: #333333;
    line-height: 56px;
    font-size: 16px;
    border-bottom: 1px solid #E7E4E4;
    width: 714px;
    margin-left: 5px;
}

.money,.balanceAcctsPwd{
    width: 230px;
    height: 40px;
    border: 1px solid #DADADA;
}
/* .personalAudited,
.personalAuditing,
.companyAuditing,
.companyAudited {
    display: none;
} */

@media screen and (max-width: 1430px) {
    .leftBody {
        width: 866px;
        float: left;
    }
    .renzhengContent{
        width: 655px;
    }

    .shimingRenzheng {
        margin-right: 40px;
    }
}

@media screen and (max-width:1024px) {

    .footerCss,
    .headerCss {
        width: 1200px !important;
    }

    #__nuxt {
        width: 1200px;
    }
}