#newHeader-box {
    width: 100%;
}
.full-header {
    width: 100%;
    height: 52px;
    background: #090909;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.full-header .full-header__collect {

}
.full-header__collect_p, .full-header__collect_btn, .full-header__collect_label, .full-header__collect_close {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial;
    display: inline-block;
}
.full-header .full-header__collect .full-header__collect_p, .full-header .full-header__collect .full-header__collect_label {
    color: #FFFFFF;
}
.full-header .full-header__collect .full-header__collect_p {
    margin-right: 54px;
}
.full-header .full-header__collect .full-header__collect_btn {
    margin-right: 12px;
}
.full-header .full-header__collect .full-header__collect_btn .el-button.el-button--primary {
    padding: 6px 18px;
    font-size: 14px;
}
.full-header .full-header__collect .full-header__collect_close {
    float: right;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 20px;
}
.full-header .full-header__collect .full-header__collect_close .el-icon-close {
    cursor: pointer;
}
.full-header .full-header__collect .full-header__collect_close .el-icon-close:hover {

}

.newHeader-top {
    width: 100%;
    height: 42px;
    background: #39434F;
    border-bottom: 1px solid #e5e5e5;
    z-index: 101;
}
.newHeader-top-con {
    height: 42px;
}
.d-flex {
    display: flex !important;
}
.newHeader-top-box {
    font-size: 14px;
    color: #fff;
}
.newHeader-top-left {
    float: left;
}
.newHeader-top-left span{
    display: inline-block;
    line-height: 42px;
    margin-right: 25px;
}
.newHeader-top-right {
    float: right;
    display: flex;
    align-items: center;
    height: 42px;
}

.newHeader-top-right .dropdown-menu {
    padding: 2px;
}



.newHeader-top-right-box {
    height: 32px;
    line-height: 32px;
}
.newHeader-top-right-text {
    margin-right: 25px;
    color: #fff;
}

.newHeader-top-right-btn {
    /* display: inline-block; */
    display: flex;
}
.newHeader-top-right-btn div{
    width: 72px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.newHeader-top-right-btn div:first-child {
    color: #32CA49;
    background: #fff;
    border-color: #32CA49;
    margin-right: 10px;
    border: solid 1px #32CA49;
    border-radius: 3px;
    box-sizing: border-box;
}
.newHeader-top-right-btn div:first-child:hover, .newHeader-top-right-btn div:first-child:focus{
    background: #32CA49;
    border-color: #32CA49;
    color: #FFFFFF;
}
.newHeader-top-right-btn div:last-child {
    color: #FFFFFF;
    background-color: #32CA49;
    border-color: #32CA49;
    border-radius: 3px;
}
.newHeader-top-right-btn div:last-child:hover, .newHeader-top-right-btn div:last-child:focus {
    background: #5bd56d;
    border-color: #5bd56d;
    color: #FFFFFF;
}
.newHeader-top-left span:hover, .newHeader-top-left span:focus, .newHeader-top-right-text:hover, .newHeader-top-right-text:focus {
    color: #32CA49;
}

.el-scrollbar .el-scrollbar__wrap {
    overflow-x: hidden;
}
.dropdown-box:hover {
    color: #32CA49;
}
.dropdown-box .el-icon--right {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.dropdown-box:hover .el-icon--right{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.dropdown-box .shopName.switchStore-shopName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
    vertical-align: middle;
    display: inline-block;
}

.shop-list-none .el-button.el-button--default.el-button--small {

}
.shop-list-none .el-button.el-button--default.el-button--small:hover, .shop-list-none .el-button.el-button--default.el-button--small:focus {
    color: #32CA49;
    background: #fff;
    border-color: #32CA49;
}

.switchStore-popover .switchStore-dropdown {
    padding: 8px 0 15px;
    /* max-height: 70vh; */
    overflow-x: hidden;
    overflow-y: auto;
}
.switchStore-popover .switchStore-dropdown .el-dropdown-menu__item {
    min-height: 36px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.switchStore-popover .switchStore-dropdown .el-dropdown-menu__item:hover {
    background: #f7f7f7 !important;
}
.switchStore-popover .switchStore-dropdown .el-dropdown-menu__item .domain {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.switchStore-popover .switchStore-dropdown .el-dropdown-menu__item .btn-txt {
    text-align: center;
    width: 45px;
    min-width: 45px;
    margin-left: 15px;
    color: #606266;
    float: right;
}
.switchStore-popover .switchStore-dropdown .el-dropdown-menu__item:hover .btn-txt {
    color: #32CA49;
}
.switchStore-popover .switchStore-dropdown .btn-box {
    cursor: default;
    padding: 0 15px;
}
.switchStore-popover .switchStore-dropdown .btn-box button {
    width: 100%;
    margin-top: 10px;
}
.switchStore-popover .switchStore-dropdown .btn-box .el-button--primary.is-plain {
    color: #32CA49;
    background: #fff;
    border-color: #32CA49;
}
.btn-box .el-button--primary.is-plain:hover, .btn-box .el-button--primary.is-plain:focus {
    background: #32CA49;
    border-color: #32CA49;
    color: #FFFFFF;
}
.btn-box .el-button:hover, .btn-box .el-button:focus {
    color: #32CA49;
    border-color: #c2efc8;
    background-color: #ebfaed;
}




.newHeader-bottom {
    background: #FFFFFF;
}
.newHeaderBottom-box {
    height: 90px;
    padding: 18px 0;
    box-sizing: border-box;
}
.text-btn {
    float: left;
}
.text-btn img{
    height: 50px;
}
.search-box {
    float: right;
    margin-top: 4px;
}
.search-ipt {
    position: relative;
}
.search-ipt-icon {
    position: absolute;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 10;
    color: #ccc;
}
.icon-search {
    left: 10px;
}
.icon-clean {
    right: 20px;
}
.search-ipt .input-search {
    font-size: 14px;
    width: 450px;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    background-image: none;
    -webkit-box-sizing: border-box;
    color: #606266;
    height: 40px;
    line-height: 40px;
    outline: none;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-right: 10px;
    -moz-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-ipt .input-search input {
    border-radius: 20px;
}
.search-ipt .input-search input:focus {
    outline: none;
    border-color: #32CA49;
}
.search-btns {
    display: flex;
}
.search-btn {
    height: 42px;
    line-height: 42px;
    border-radius: 20px;
    padding: 0 23px;
    box-sizing: border-box;
    transition: .1s;
}
.search-btn1 {
    margin-right: 20px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    color: #606266;
}
.icon-shoppyfill {
    left: 20px;
}
.search-btns .search-btn2 {
    position: relative;
    padding: 0 23px 0 43px;
    border-radius: 20px;
    background: #32CA49;
    border: 1px solid #32CA49;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.search-btns .search-btn2 .el-badge.mark {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}
.search-btns .search-btn2 .el-badge.mark .el-badge__content{
    background-color: #ffffff;
    color: #32CA49;
    /* width: 18px; */
    /* padding: 0 2px; */
}
.search-btn1:hover {
    background: #FFFFFF;
    border-color: #32CA49;
    color: #32CA49;
}
.search-btns .search-btn2:hover {
    background: #5bd56d;
    border-color: #5bd56d;
    color: #FFFFFF;
}

.cart__blank {
    text-align: center;
    padding: 32px 38px 30px;
}
.cart__blank-image {

}
.cart__blank-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.cart__blank-desc {
    font-size: 13px;
    color: #999999;
    margin-top: 12px;
}
.cart__blank-btn {
    margin-top: 34px;
}
.cart__blank-btn button{
    color: #FFFFFF;
    background-color: #32CA49;
    border-color: #32CA49;
}
.cart__blank-btn button:hover, .cart__blank-btn button:focus {
    background: #5bd56d;
    border-color: #5bd56d;
    color: #FFFFFF;
}


/* .cart__list_scrollbar .el-scrollbar__wrap{
    overflow-x: auto;
} */
.cart__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* max-height: 485px; */
    overflow-y: auto;
    scrollbar-color: #E5E5E5 #ffffff;
    scrollbar-width: thin;
}
.cart__item {
    border-bottom: 1px solid #E8E8E8;
    padding: 12px 20px;
    height: 110px;
}
.cart__item .cart__list-title {
    /* max-height: 68px; */
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cart__item .cart__list-title-p {
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    max-width: 166px;
}
.cart__image {
    width: 72px;
    height: 72px;
}
.el-image__inner {
    vertical-align: top;
}
.el-popover.el-popper {
    padding: 0;
}
.cart__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.cart__item .el-popover {
    position: absolute;
    background: #FFFFFF;
    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;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    word-break: break-all;
}
.cart__btn-delete.el-button {
    color: #606266;
}
.cart__btn-delete.el-button:hover, .cart__btn-delete.el-button:focus {
    color: unset;
}
.cart__footer {
	height: 52px;
	padding: 0 22px;
	justify-content: space-between;
}
.cart__footer .btn-h32 {
    color: #FFFFFF;
    background-color: #32CA49;
    border-color: #32CA49;
}
.cart__footer .btn-h32:hover,.cart__footer .btn-h32:focus {
    background: #5bd56d;
    border-color: #5bd56d;
    color: #FFFFFF;
}

/* 登录注册弹窗 */
.login-dialog {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-dialog .el-dialog {
    width: 394px;
    border-radius: 8px;
    margin: 0 auto !important;
    background-color: #ffffff;
}
.login-dialog .el-dialog__header {
    padding: 0;
}
.login-dialog .el-dialog__headerbtn {
    top: -4px;
    right: -44px;
    font-size: 36px;
}
.login-dialog .el-dialog__headerbtn i {
    color: #fff;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
    color: #32CA49;
}

.login-dialog .el-dialog__body {
    padding: 32px 42px 33px;
    word-break: break-word;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.login-dialog .el-dialog__body .login_title {
    display: block;
    width: 92px;
    height: 27px;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #32ca49;
    opacity: 1;
    margin: 0 auto;
    text-align: center;
}

.login-dialog__form {
    margin-top: 42px;
    background: #fff;
    border-radius: 8px;
}
.login-dialog__form .el-input {
    margin-bottom: 26px;
}
.login-dialog__form .el-input .el-input__inner {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    height: 29px;
}
.el-input__inner:focus {
    outline: none;
    border-color: #32CA49;
}
.el-input__prefix {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    left: 5px;
    top: 0;
    text-align: center;
    color: #C0C4CC;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 29px;
}
.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #C0C4CC;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}
.el-input__suffix .el-input__suffix-inner .el-input__icon {
    line-height: 29px;
}
.ep-svg-icon {
    width: var(--svg-icon-width, 20px);
    height: var(--svg-icon-height, 20px);
    vertical-align: middle;
}

.code_input {
    width: 182px !important;
}
.login-dialog__code-con {
    margin-bottom: 32px;
    margin-left: 16px;
    cursor: pointer;
}

.login-dialog__login-btn {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    font-size: 18px;
}

.el-button--primary:hover, .el-button--primary:focus {
    background: #5bd56d;
    border-color: #5bd56d;
    color: #FFFFFF;
}
.to_Forget {
    margin-top: 16px;
    width: 310px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    opacity: 1;
    text-align: center;
}
.tips {
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
}
.tips_account {
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
}

.addStore-dialog {
    
}
.addStore-dialog .el-dialog--center .el-dialog__body {
    padding: 0 0 18px;
}
.addStore-dialog .con-msg{
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}
.addStore-dialog .btn-box {
    display: flex;
    justify-content: center;
}
.addStore-dialog .btn-box .btn-con {
    box-sizing: border-box;
    width: 140px;
    height: 38px;
    padding: 6px 8px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px;
}
.addStore-dialog .btn-box .btn-con:hover {
    border: 1px solid #32CA49;
    box-shadow: 0px 2px 4px 0px rgb(12 15 19 / 14%);
}

/* shopify-error-dialog */
.shopify-error-dialog .el-dialog__header {
    display: none;
}
.shopify-error-dialog .el-dialog__body {
    padding: 0;
}
.shopity-dialog__header {
    position: relative;
    padding: 20px 0;
}
.bg-e0e0e0 {
    background: #e0e0e0;
}
.shopity-dialog_minimize-box {
    position: absolute;
    right: 20px;
    top: 0;
}
.shopity-dialog_minimize-box .el-button--text {
    color: #999;
}
.shopity-dialog_minimize-box .el-button--text i{
    font-size: 16px;
}
.shopity-dialog_minimize-box .el-button.shopity-dialog_minimize.el-button--text:hover,
.shopity-dialog_minimize-box .el-button.shopity-dialog_minimize.el-button--text:focus {
    background: none ;
    color: #32CA49 ;
    border-color: transparent ;
}
.shopify-modal {
    padding: 20px 50px;
}
.shopify-modal .text-1 {
    margin-bottom: 10px;
}
.shopify-modal p {
    line-height: 28px;
    word-break: keep-all;
}
.shopify-modal .text-2 {
    margin-bottom: 15px;
}
.shopify-modal .text-2 a {
    color: #32CA49;
    text-decoration: underline;
    cursor: pointer;
}
.shopify-modal .shopify-modal-item {
    display: flex;
    margin-bottom: 22px;
    position: relative;
}
.shopify-modal .shopify-modal-item span {
    width: 175px;
    line-height: 36px;
}
.shopify-modal .shopify-modal-item input {
    flex: 1;
    height: 36px;
    border: solid 1px #BEBEBE;
    padding: 0 5px;
}
.shopify-modal .shopify-modal-item .hint {
    position: absolute;
    right: 0;
    top: 40px;
    background-color: #fff;
    z-index: 1;
    width: 100%;
}
.shopify-modal .shopify-modal-item .hint img {
    width: 100%;
}
.shopify-modal .is-install {
    margin-bottom: 20px;
    padding-left: 175px;
}
.shopify-modal .is-install input {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 10px;
    position: relative;
}
.shopify-modal .is-install input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    line-height: 16px;
}
.shopify-modal .is-install input[type=checkbox]:checked::after {
    content: "✓";
    color: #32ca49;
    font-size: 16px;
    font-weight: bold;
}

.shopify-modal .btns {
    text-align: center;
}
.shopify-modal .btn {
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #32ca49;
}
/* 权限异常弹窗 */
.error-shopify-modal {
    padding: 22px 26px;
}
.error-shopify-modal .error-shopify-top {
    margin-bottom: 42px;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
}
.error-shopify-modal .error-shopify-data {
    margin-bottom: 20px;
    font-weight: 600;
}
.error-shopify-modal .error-shopify-data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.error-shopify-modal .error-shopify-data ul li {
    padding: 0 10px;
    width: 148px;
    text-align: center;
}
.error-shopify-modal .error-shopify-data ul li.padding-left-0 {
    padding-left: 0;
}
.error-shopify-modal .error-shopify-data ul li.padding-right-0 {
    padding-right: 0;
}
.error-shopify-modal .error-shopify-data ul li h6 {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}
.error-shopify-modal .error-shopify-data ul li img {
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    border: solid 1px #32ca49;
}
.error-shopify-modal .error-shopify-data ul li span {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.error-shopify-modal .error-shopify-data ul li span:hover {
    color: #666;
}
.error-shopify-modal .error-shopify-bottom {
    margin-bottom: 20px;
    text-align: center;
}
.error-shopify-modal .btns {
    text-align: center;
}

.error-shopify-modal .btn {
    padding: 10px 40px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}
.error-shopify-modal .btn:nth-child(1) {
    color: #000;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
}
.error-shopify-modal .btn:nth-child(2) {
    color: #fff;
    background: #32ca49;
    margin-left: 10px;
}
.el-message-box.error-submit-shopify-showImg {
    width: 754px;
}
.error-shopify-modal .el-dialog__headerbtn:hover .el-dialog__close{
    color: #32CA49;
}
.error-submit-shopify-showImg .el-message-box__header .el-message-box__headerbtn:hover .el-icon-close {
    color: #32CA49;
}
/* shopify-error-dialog */

/* ep-shop-con */
.ep-shop-con {
    width: 520px;
}
.ep-input-con {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.ep-input-con .ep-label-input {
    display: inline-block;
    width: 120px;
    text-align: right;
    color: #333333;
    border: 0;
    padding: 0;
}
.ep-input-con .ep-input-box {
    color: #666666;
    padding: 10px;
    display: inline-block;
}

/* ep-shop-con */

.el-backtop {
    color: #32CA49;
}

.el-popover.el-popper.delete-pop {
    padding: 12px;
}
.delete-pop .el-button--text {
    color: #32CA49;
}
.delete-pop .el-button--text:focus, .delete-pop .el-button--text:hover {
    color: #5bd56d;
}
.cart__btn-delete.el-button {
    color: #999;
}
.shipstation-title {
    display: flex;
    padding: 0 20px;
}
.shipstation-title>div {
    flex: 1;
    margin: 0 10px;
}
.details-transportation-select .el-input.is-focus .el-input__inner, .details-transportation-select .el-input__inner:focus {
    border-color: #32CA49;
}

.details-transportation-options .el-select-dropdown__item.selected {
    color: #32CA49;
}
.details-transportation-options .el-select-dropdown__wrap {
    margin-bottom: 0 !important;
}