html,
body {
    min-width: 1400px;
}

.el-form-item-sm {
    width: 250px !important
}

.mb20 {
    margin-bottom: 20px !important;
}

.tlc {
    text-align: center !important;
}

[v-cloak] {
    display: none
}

.flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.sb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

img {
    max-width: 100%;
}

.height100 {
    height: 100%;
}

.btn-blue:hover {
    opacity: 0.8;
}

.btn-white:hover {
    opacity: 0.8;
}


.page {
    position: relative;
    padding-top: 60px;
}


/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000;
    z-index: 99;
}

.wrap {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.header .wrap {
    height: 60px;
}

.nav {
    margin-left: 88px;
}

.nav a {
    height: 60px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
}

.nav a.on,
.nav a:hover {
    /*font-size: 18px;*/
    background: #272727;
    font-weight: bold;
}

.header-right a {
    font-size: 16px;
    /*margin-left: 30px;*/
    color: #666;
}

.header-right img {
    width: 42px;
    height: 42px;
    margin-left: 10px;
    border-radius: 42px;
}

.header-right {
    /*padding-right: 10px;*/
}

.header .wrap {
    width: 100%;
    max-width: 1680px;
}


/*footer*/
.footer {
    position: relative;
    height: 420px;
    background: #2e3139 url("../images/bottom.jpg") no-repeat;
    background-size: cover;
    padding-top: 60px;
    border-top: 1px solid #dcdcdc;
}

.footer .wrap {
    align-items: flex-start;
}

.footer-main {
    padding-right: 0px;
    align-items: flex-start;
}

.footer-title {
    position: relative;
    padding-left: 17px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.footer-title i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
}

.footer-list {
    padding-left: 17px;
    margin-top: 35px;
}

.footer-list li {
    margin-bottom: 20px;
}

.footer-list li a {
    font-size: 14px;
    color: #666;
}

.footer-part-1 {
    margin-right: 100px;
}

.footer-part-3 {
    margin: 0 100px;
}

.footer-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    color: #666;
}

.footer-bottom span {
    display: inline-block;
    margin: 0 25px;
}

.footer-bottom a {
    color: #666;
}

.footer-code-text {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.footer-code {
    margin-top: 10px;
}

.bb0 {
    border-bottom: none !important;
}





/*主题列表*/
.theme-list {
    flex-wrap: wrap;
}

.theme-list a {
    position: relative;
    width: 24.1%;
    margin-right: 1.19%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.theme-list a:nth-child(4n) {
    margin-right: 0;
}

.theme-list a img {
    width: 100%;
    height: 100%;
    display: block;
}

.theme-title {
    position: absolute;
    /* top: 227px; */
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

/*designer list*/
.designer-list {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.designer-list a {
    /* width: 262px; */
    width: 15.59%;
    height: 360px;
    /* margin-right: 21px; */
    margin-right: 1.19%;
    background: #fff;
    text-align: center;
    padding-top: 40px;
    border-radius: 2px;
}

.designer-list a:nth-child(6n) {
    margin-right: 0;
}

.designer-list .designer-list-item {
    width: 15.59%;
    height: 270px;
    margin-right: 1.29%;
    background: #fff;
    text-align: center;
    padding-top: 30px;
    border-radius: 2px;
    box-shadow: 0 0 40px rgb(0 0 0 / 6%);
    cursor: pointer;
    margin-bottom: 20px;
}

.designer-list .designer-list-item:nth-child(6n) {
    margin-right: 0;
}

.designer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.designer-name {
    margin: 10px 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.designer-more {
    width: 140px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 38px;
}


/*select box*/
.select-box .el-select {
    width: 114px;
    height: 30px;
}

.select-box .el-select .el-input__inner {
    height: 35px;
    line-height: 30px;
}

.select-box .el-input__icon {
    line-height: 30px;
}

.select-box .el-select:nth-child(1) .el-input__inner {
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
    color: #333;
    font-weight: bold;
}

.select-box .el-select:nth-child(1) .el-input__inner::-webkit-input-placeholder {
    color: #333;
    font-weight: bold;
}

.select-box .el-select:nth-child(2) .el-input__inner::-webkit-input-placeholder {
    color: #060606;
}

.select-box .el-select:nth-child(3) .el-input__inner::-webkit-input-placeholder {
    color: #060606;
}

.select-box .el-select:nth-child(4) .el-input__inner::-webkit-input-placeholder {
    color: #060606;
}

/*list*/
.list {
    flex-wrap: wrap;
    padding: 44px 20px;
}

.list-part {
    position: relative;
    width: 19.2%;
    /*height: 381px;*/
    margin-right: 20px;
    /*border-radius: 6px;*/
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 5px;
}

.list .list-part:nth-child(6n) {
    /* margin-right: 0; */
}

.list-pic {
    display: flex;
    height: 282px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.list-pic img {
    max-width: 60%;
    max-height: 60%;
}

.list-pic-yy img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.list-tag {
    position: absolute;
    top: 5px;
    left: 15px;
    height: 26px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background: #EBBA73;
    border-radius: 2px;
    z-index: 2;
    line-height: 26px;
}

.list-tag-red {
    background: #FC4273;
}

.list-bottom {
    /* border-top: 1px solid #eee;
    padding: 11px 15px 0; */
    border-top: 1px solid #eee;
    height: 50px;
    padding: 0 15px 0 10px;
}

.list-bottom button {
    background: #fff;
    border: none;
}

.lb-name {
    max-width: 190px;
    font-size: 16px;
    color: #000;
}

.list-name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.list-designer {
    /*position: relative;*/
}

.ld-show {
    display: block;
    width: 34px;
    height: 34px;
}

.ld-show img {
    width: 34px;
    height: 34px;
    border-radius: 34px;
}

.ld-hover-box {
    display: none;
    position: absolute;
    top: 123px;
    left: 0;
    width: 292px;
    height: 151px;
}

.ld-hover {
    height: 139px;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px 15px 0;
}

.list-designer:hover .ld-hover-box {
    display: block;
}

.ld-hover-top img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 12px;
}

.ld-hover-info {
    width: 160px;
}

.ld-hover-name {
    font-size: 14px;
    line-height: 24px;
    color: #317ADA;
    font-weight: bold;
}

.ld-hover-type {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.ld-hover-bottom {
    margin-top: 18px;
}

.ldhb-num {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
}

.ldhb-name {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.ld-hover-bottom button {
    width: 60px;
    height: 34px;
    border-radius: 4px;
    background: #317ADA;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
}

.list-price-box {
    margin-top: 19px;
}

.list-price {
    font-size: 16px;
    color: #FF0000;
}

.list-price span {
    font-size: 20px;
}

.list-price-box button {
    width: 94px;
    height: 34px;
    border-radius: 4px;
    background: #F9F9F9;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
}

.page-box {
    padding-bottom: 80px;
    text-align: center;
    /*background: #F6F6F6;*/
}

.page-box .el-pager li {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.page-box .el-pager li.active+li {
    border-left: 1px solid #ddd;
}

.page-box .el-pager li.active,
.page-box .el-pager li:hover,
.page-box.el-pagination .btn-next:hover,
.page-box.el-pagination .btn-prev:hover {
    background: #ddd;
}

.page-box.el-pagination .btn-next,
.page-box.el-pagination .btn-prev {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 16px;
    background: transparent;
    color: #333;
}

.page-box.el-pagination button,
.page-box.el-pagination span:not([class*=suffix]) {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.page-box .el-pagination__editor {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.page-box .el-pagination__editor.el-input .el-input__inner {
    width: 50px;
    height: 50px;
    background: transparent;
    font-size: 16px;
}



/* room */
.detail-top-box {
    padding: 0px 0;
    background: #FFFFFF;
}

.dt-left {
    width: 1100px;
    width: 65.47%;
    height: 750px;
    background: #fff;
}

.detail-title {
    padding: 20px 0 30px;
    font-size: 16px;
    color: #333;
}



/* 买家中心,卖家中心通用样式 */
.buyer-container {
    background: #F6F6F6;
    padding-bottom: 80px;
}

.buyer-wrap {
    width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

.buyer-address {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}

.buyer-address a {
    color: #999;
}

.buyer-main {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.buyer-left {
    width: 270px;
    background: #fff url(../images/tag_1.png) no-repeat top left !important;
    border-radius: 6px;
    padding-top: 30px;
    text-align: center
}

.buyer-right {
    width: 1060px;
}

.buyer-avatar-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}

.buyer-avatar-box img {
    width: 100%;
    height: 100%;
    border-radius: 124px;
}

.ba-tag {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 28px;
    background: url(../images/btn.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #774F20;
}

.buyer-name {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 25px 0 20px;
    text-align: center;
}

.buyer-job {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.buyer-money {
    margin: 25px 0 23px;
    font-size: 14px;
    color: #999;
}

.buyer-money span {
    font-weight: bold;
    color: #FF0000;
}

.go-pay {
    display: inline-block;
    width: 200px;
    height: 40px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}

.b-info {
    margin: 29px 0 46px;
}

.b-info li {
    width: 50%;
}

.bi-num {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.bi-text {
    font-size: 14px;
    color: #666;
}

.buyer-nav {
    padding-bottom: 25px;
    margin-top: 20px;
}

.buyer-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
}

.buyer-nav a.on,
.buyer-nav a:hover {
    background: #e5e5e5;
    color: #333;
}

.b-part {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.br-top {
    margin-bottom: 10px;
}

.br-index-list li {
    width: 25%;
    padding: 35px 0;
    text-align: center;
}

.br-index-num {
    font-size: 20px;
    color: #317ADA;
    margin-bottom: 10px;
}

.br-index-text {
    font-size: 14px;
    color: #666;
}

.br-main {
    padding-bottom: 50px;
}

.bm-title {
    height: 60px;
    line-height: 60px;
    padding-left: 39px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.b-table {
    width: 100%;
}

.b-table tr th {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    color: #333;
    background: #F9F9F9;
}

.b-table tr td {
    padding: 20px 0 30px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.b-table tr th:first-child,
.b-table tr td:first-child {
    padding-left: 40px;
}

.table-list li {
    color: #666;
}

.lt {
    text-decoration: line-through;
}

.color-000 {
    color: #000 !important;
}

.color-red {
    color: #FF0000 !important;
}

.fwb {
    font-weight: bold;
}

.table-btn {
    line-height: 40px;
    display: block;
    color: #317ADA;
    text-align: left;
    background: transparent;
}

.br-top-title {
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
}


/* search box */
.search-input {
    width: 250px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 4px;
}

.search-box .el-date-editor.el-input,
.search-box .el-date-editor.el-input__inner {
    width: 150px;
}

.search-box .el-select {
    width: 110px;
}

.el-input__inner {
    border: 1px solid #eee;
}

.mt-span {
    margin: 0 13px;
    font-size: 14px;
    color: #333;
}

.search-btn {
    margin-left: 10px;
    width: 60px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #F9F9F9;
    font-size: 14px;
    color: #999;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.search-title {
    font-size: 14px;
    color: #999;
}

.seller-left {
    background: #fff url(../images/tag_2.png) no-repeat top left !important;
}

.table-info {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

.table-info img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 12px;
}




/* 修改vant插件颜色 */
.el-button--primary {
    background-color: #317ADA;
    border-color: #317ADA;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #317ADA;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #317ADA;
    border-color: #317ADA;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #317ADA;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #317ADA;
    background: #317ADA;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #317ADA;
}

.el-input__inner:focus {
    border-color: #317ADA;
}

/* upload */
.upload-ipt input {
    width: 200px;
}

.upload-select {
    width: 120px;
}

.size-box {
    position: relative;
    width: 120px;
    margin-right: 20px;
}

.upload-ipt-sm input {
    width: 120px;
}

.size-item {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.btn-blue {
    background: #317ADA !important;
    border: 1px solid #317ADA !important;
    color: #fff !important;
}

.btn-white {
    background: #FFF !important;
    border: 1px solid #989292 !important;
    color: #989292 !important;
}

/* dialog */
.el-dialog__title {
    font-size: 16px;
    color: #333;
}

.el-dialog__header {
    padding: 15px 15px 10px;
    border-bottom: 1px solid #eee;
}


.b-table img,
.order-table img {
    max-height: 130px;
}

.pic-box {
    width: 130px;
    text-align: center;
}


.ad-swiper img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.ad-swiper {

    overflow: hidden;
}

.list-bottom button img {
    width: 24px;
}


.suspend {
    width: 70px;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 15px #999;
    position: fixed;
    right: 0;
    bottom: 50px;
    padding: 0 5px;
    box-sizing: border-box;
    z-index: 9;
}

.suspend a {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    color: #7f7f7f;
    padding: 20px 0;
    outline: none;
}

.suspend a img {
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
}

.mid .el-checkbox,
.mid .pic-box {
    display: inline-block;
    vertical-align: middle;
}

.quan {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid red;
    color: #666;
    text-align: center;
    display: inline-block;
    line-height: 23px;
}

@media (max-width:768px) {
    .header-right {
        padding-right: 40px;
    }
}


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: perspective(1px) scale(1.1);
    transition: visibility 0s linear 0.15s, opacity 0.15s 0s, transform 0.15s;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.gg-box .modal-content {
    padding: 0;
}

.b2-radius {
    border-radius: 4px;
}

.modal-content {
    background-color: white;
    width: 21rem;
    padding: 40px 24px 24px 24px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

.gg-box .close-button {
    color: #fff;
    z-index: 10001;
}

.gg-box .close-button-bind-phone {
    color: #b2bac2 !important;
    z-index: 10001;
    font-size: 40px;
}

.close-button {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 30px;
    height: 43px;
    display: block;
    line-height: 34px;
    width: 38px;
    text-align: center;
    cursor: pointer;
    color: #b2bac2;
    z-index: 6;
}

.gg-box .gg-box-title {
    height: 150px;
    display: flex;
    position: relative;
    align-items: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 95% 95%;
    border-radius: 10px;
}

.gg-box-title .gg-title {
    padding-left: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    display: none;
}

.gg-title {
    padding: 10px 15px 15px;
}

.modal-content .gg-box-title h2 {
    text-align: left;
}

.modal-content h2 {
    text-align: center;
    margin-bottom: 10px;
}

.gg-box-title h2 {
    font-size: 28px;
    font-weight: 200;
    color: #fff;
}

.title-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #fff;
    display: none;
}

.gg-title a {
    font-size: 20px;
    font-weight: bold;
}

.gg-title a:hover {
    text-decoration: underline;
}

.gg-desc {
    padding: 0 15px 5px;
    font-size: 14px;
}

.gg-desc p {
    color: #777;
    word-wrap: break-word;
    word-break: break-all;
    margin: 0;
    line-height: 1.8;
}

.gg-button {
    padding: 20px;
    text-align: center;
}

.gg-button .button {
    background: #3f5fd4;
    border: 1px solid #3f5fd4;
    border-radius: 100px;
    color: #fff;
    padding: 4px 16px;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
}

.kf-box .close-button {
    color: #000;
    z-index: 10001;
}

.list-part figcaption {
    -ms-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 10px;
    color: #FFF;
}

.list-part figcaption::before,
.list-part figcaption::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
}

.list-part .title {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}

.list-part .avatar {
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}

.list-part .name {
    max-width: 200px;
    margin-right: auto;
    font-size: 16px;
}


.list-part .icon-premium {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    padding: 7px;
    border-radius: 3px;
    background-color: rgba(8, 25, 43, 0.65);
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/premium.png") center center no-repeat;
    background-size: 35px 35px;
    content: '';
}

.list-part .icon-sx {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    padding: 7px;
    border-radius: 3px;
    background-color: rgba(8, 25, 43, 0.65);
    display: block;
    width: 64px;
    height: 19px;
    background: url(../img/restricted.png) center center no-repeat;
    content: '';
}

.list-part .type-hover {
    position: absolute;
    top: 0;
    left: 10000px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}

.list-part a:hover .type-hover {
    left: 0;
}

.list-part a:hover figcaption {
    opacity: 1;
}

.page-new {
    /*padding-top: 125px;*/
}

/*header*/

/*header top*/
.hn-top {
    padding: 15px 20px 10px;
}

.hn-logo {
    width: 13vw;
}

.header-new {
    /*position: absolute;*/
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.header-new.fixed {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.hn-top-left {
    width: 82%;
}

.hn-top-left>img {
    width: 14%;
    padding-left: 10px;
}

.search-box-new {
    position: relative;
    /*width: 65vw;*/
    width: 82%;
    height: 35px;
    border-radius: 35px;
    background: #f5f5f5;
    /*margin-left: 2vw;*/
    margin-left: 3%;
}

.search-box-new .search-input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 160px;
    font-size: 14px !important;
}

.search-box-new .search-input input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px !important;
    ;
}

.hn-top-left {}

.img-search-box {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 127px;
    height: 27px;
    border-radius: 39px;
    background: #fff;
    z-index: 99;
    padding-left: 14px;
    font-size: 17px;
    color: #666;
}

.img-search-box img {
    width: 27px;
    margin-right: 6px;
}

.pic-search-box {
    position: absolute;

}

.search-icon {
    position: absolute;
    top: 8px;
    right: 19px;
    width: 18px;
    cursor: pointer;
}

.pic-search-box {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    /* background: #fff; */
}

.pic-search-box .el-upload {
    display: block;
}

.el-upload-dragger {
    width: 100%;
    height: 220px;
    padding-top: 20px;
}

.el-upload-dragger.is-dragover {
    background-color: rgba(255, 255, 255, .9);
}

.pic-search-box1 {
    position: absolute;
    top: 60px;
    left: 0;
    /* background: #fff; */
    z-index: 2;
}

.pic-search-box1 .el-upload-dragger {
    padding: 0;
    border: none;
    background-color: transparent;
}


/*header-bottom*/
.hn-bottom {
    padding: 5px 20px 10px;
}

.hn-bottom a {
    padding: 0 10px;
    border-radius: 6px;
    height: 38px;
    font-size: 16px;
    color: #060606;
    margin-right: 15px;
    line-height: 38px;
}

.hn-bottom a img {
    width: 20px;
    margin-right: 11px;
}

.hn-bottom a:hover,
.hn-bottom a.on {
    /* background: #dbdbdb;*/
    font-weight: bold;
}

.el-dialog {
    margin-top: 20vh !important;
}

.img-common-style {
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.pic-box-common {
    width: 130px;
    height: 130px;
    text-align: center;
}

.p20 {
    padding: 0 20px;
}

.marquee {
    width: 100%;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}

.marquee_box {
    display: block;
    position: relative;
    overflow: hidden;
    height: 32px;
    border: 1px solid #999;
    border-radius: 100px;
    margin: 10px auto !important;
    width: 80%;
}

.marquee_list {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.marquee_top {
    transition: all 1s;
    margin-top: -32px;
}

.marquee_list li {
    font-size: 14px;
    padding: 7px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    height: 32px;
}


.designer-list .designer-list-item .u-list img {
    width: 20px;
    height: 20px;
}

.designer-list .designer-list-item .u-list {
    justify-content: center;
}

.designer-list .designer-list-item .u-list div {
    margin: 0 10px;
}

.designer-list .designer-list-item .u-list-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.designer-list .designer-list-item .u-list-num {
    font-size: 14px;
    margin-left: 5px;
}

.designer-list .designer-list-item .di-list {
    justify-content: center;
    margin-top: 20px;
    color: #333;
}

.designer-list .designer-list-item .di-list div {
    margin: 10px 10px;
}

.designer-list .designer-list-item .di-list-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.designer-list .designer-list-item .di-list-num {
    font-size: 18px;
    border: 1px solid #EAEAEA;
    padding: 3px 15px;
    border-radius: 10px;
}

.designer-list .designer-list-item .di-list-num1 {
    font-size: 14px;
}

.filter-pic-box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -10000px;
    top: 0px;
    z-index: 3;
}

.swiper-slide a {
    width: 100%;
}

.select-box .el-select:first-child .el-input__inner {
    border-left: 1px solid #dbdbdb !important;
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
    border-radius: 4px 0 0 4px !important;
    margin-right: 0 !important;
}

.select-box .el-select .el-input__inner {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
    border-right: none !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
}

.select-box .el-select:last-child .el-input__inner {
    border: 1px solid #dbdbdb !important;
    border-radius: 0 4px 4px 0 !important;
    margin-right: 0 !important;
}

.el-dialog__body {
    padding: 20px 20px;
}

.el-dialog__footer {
    padding: 5px 15px 30PX;
}

.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-main {
    width: 500px;
    height: 550px;
    padding: 39px 50px 0;
}

.login-main2 {
    width: 400px;
    height: auto;
    padding: 40px 30px 40px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    z-index: 10003;
    opacity: 1;
    margin: 0 auto;
}

.login-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #317ADA;
    margin-bottom: 25px;
}

.login-main .el-input__inner {
    height: 55px;
    padding-left: 25px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.login-main2 .el-input__inner {
    height: 55px;
    padding-left: 25px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.el-form-item {
    position: relative;
    margin-bottom: 16px;
}

.get-code {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    font-size: 16px;
    color: #317ADA;
    padding: 0;
}

.login-agree {
    margin-bottom: 20px;
}

.login-agree .el-form-item__content {
    line-height: 1;
}

.login-agree .el-checkbox__label {
    font-size: 14px;
    color: #999;
}

.login-agree .el-checkbox__label a {
    color: #317ADA;
}

.login-ext {
    margin-bottom: 20px;
}

.login-ext .el-checkbox__label {
    font-size: 14px;
    color: #999;
}

.login-ext .el-form-item__content {
    line-height: 1;
}

.login-btn button {
    width: 100%;
    height: 55px;
    background: #317ADA;
    font-size: 18px;
}

.lm-bottom {
    justify-content: center;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
    margin-bottom: 25px;
}

.lm-bottom span {
    margin: 0 20px;
}

.lm-bottom i {
    width: 70px;
    height: 1px;
    background: #ddd;
}

.login-way {
    justify-content: center;
}

.login-way a {
    margin: 0 26px;
}

.modal1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: perspective(1px) scale(1.1);
    transition: visibility 0s linear 0.15s, opacity 0.15s 0s, transform 0.15s;
    z-index: 10002;
    display: flex;
    align-items: center;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: perspective(1px) scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.15s 0s, transform 0.15s;
}

.btn-grey {
    background: #99a2af !important;
    border: 1px solid #99a2af !important;
    color: #fff !important;
}

.search_key_tag_box {
    padding-left: 160px;
    height: 35px;
}

.search-box-new .search-input1 {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px !important;
}

.buyer-name1 {
    font-size: 14px;
    color: #333;
    margin: 20px 0 20px;
    text-align: center;
}

.gg-box-img {
    padding: 0 15px;
}

.gg-box-img img {
    width: 100%;
}