

.pageHeader{
    background-color: #fff;
    position: relative;
}

.is-shadow .pageHeader{
    box-shadow: 0 0 5px 0 #0000001a;
    /*border-bottom: 1px solid #f5310a;*/
}

.pageHeader.workPage{
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1500;
}

.workPage-con{
    padding: 0;
    margin-top: 0;
    /*height: 100%;*/
    /*min-height: auto;*/
    box-sizing: border-box;
}

.workPage-con .home{
    height: calc(100vh - 68px);
    margin-top:68px;
}

.workPage-component__nav{
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: 80px;
    transition: padding-top .3s;
}

.workPage-component__content{
    padding-left: 255px;
    padding-bottom: 100px;
    padding-top: 12px;
    box-sizing: border-box;
}

.page-title{
    position: relative;
    font-size: 22px
}

.page-title:before{
    content: '';
    position: absolute;
    height: 80%;
    width: 2px;
    background-color: #333;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}



.ydx-menu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 68px;
}

.ydx-menu-logo {
    display: block;
    height: 46px;
    cursor: pointer;
}

.ydx-header-input-warp{
    position: relative;
    width: 280px;
}

.ydx-header-input-warp.mini {
    width: 220px;
}

.ydx-header-input-change{
    width: 100%;
    display: flex;
    align-items: center;
}

.ydx-header-input-change .el-button{
    border-radius: 0px 8px 8px 0px;
}

.ydx-header-input-change .el-input__inner{
    border-radius:  8px 0px 0px 8px;
    border: 1px solid #f5310a;
}

.ydx-header-input{
    width: 100%;
    display: flex;
    align-items: center;
}

.ydx-header-input .el-button--medium{
    border-radius: 0px 8px 8px 0px;
    padding: 11px 20px;
}

.ydx-header-input .el-input__inner{
    border-radius:  8px 0px 0px 8px;
    border: 1px solid #f5310a;
}

.ydx-header-input-popover {
    top: 0 !important;
    margin: 0 !important;
}

.ydx-header-user{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ydx-header-user .el-link{
    font-size: 16px;
    color: #333;
}

.ydx-header-user .Hiconfont{
    font-size: 28px;
}

.ydx-header-user-login{
    position: relative;
}

.ydx-header-user-login:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 68%;
    background: #333;
    right: -16px;
}


.shortcut{
    background-color: #eee;
}

.ydx-shop-menu{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 50px;
}

.ydx-shop-screen{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 20px;
}

.ydx-shop-screen-input{
    flex: 1 1 0%;
    display: flex;
    align-items: center;
}





/** ---- ↓↓下方注释↓↓ 原页面 ---- **/

header{
    position: relative;
}

.ydx-new-menu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 68px;
}

.ydx-new-menu.shadow {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    position: fixed;
    box-shadow: 0px 2px 4px 0px #5A5B6A3D;
}

.ydx-new-menu-logo {
    display: block;
    height: 52px;
    cursor: pointer;
}

.ydx-new-menu-list {
    flex: 1 1 0%;
    display: flex;
    /*padding-top: 13px;*/
}

.ydx-new-menu-list li {
    font-size: 15px;
    color: #222;
    margin-left: 24px;
    cursor: pointer;
    /*padding: 0px 12px 16px;*/
    position: relative;
}

.ydx-new-menu-list li:first-child {
    margin-left: 0;
}

.ydx-new-menu-list li:hover {
    color: #6C6C6C;
}

.ydx-new-menu-list li:hover:before, .ydx-new-menu-list li.active:before {
    content: '';
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F5310A;
    position: absolute;
}

.ydx-new-menu-input-box {
    margin-right: 30px;
    display: flex;
    align-items: center;
    /*border: 2px solid #f5310a;*/
    /*border-radius: 400px;*/
    overflow: hidden;
}

/*.ydx-new-menu-input-box .el-input__inner {*/
/*    background: #fff;*/
/*    border: none;*/
/*}*/

.ydx-new-menu-input-box .el-input__inner::placeholder {
    color: #9C9C9C;
}

.ydx-new-menu-input-box .el-icon-search:before {
    color: #606266;
}

.ydx-new-menu-right {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.ydx-new-menu-right a {
    font-size: 16px;
}

.ydx-module-title {
    font-size: 24px;
}
.ydx-header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 666;
    animation: eleShow .5s ease both;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 26%);
}
/*.ydx-header-fixed:before{*/
/*    content: '';*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: #c32024;*/
/*}*/


.shopping-carts-popper.el-popover{
    padding: 0;
}

.shoppingcarts-header{
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shoppingcarts-footer{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 10px;
}

.shoppingcarts-footer .el-button{
    padding-left: 40px;
    padding-right: 40px;
}

.shoppingCarts-warp{
    padding-bottom: 0px;
}

.shoppingCarts-warp:only-of-type{
    padding-bottom: 40px;
}

.shoppingCarts-thead{
    padding: 8px 15px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shoppingCarts-thead .left{
    font-size: 14px;
    color: #666666;
}

.shoppingCarts-thead .right{
    font-size: 12px;
    color: #333;
}

.shoppingCarts-body{
    border-bottom: 1px solid #eee;
}

.shoppingCarts-body:only-of-type{
    border-bottom: 0px;
}

.shoppingCarts-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 15px;
}

.shoppingCarts-item .left{
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 2px;
    object-fit: cover;
}

.shoppingCarts-item .content{
    margin: 0 20px;
    flex: 1;
    font-size: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shoppingCarts-item .right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.shoppingCarts-item .right .top{
    font-size: 14px;
    color: #333333;
}
.shoppingCarts-item .right .bottom{
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}