.product-con {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    height: 83%;
    justify-content: space-between;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1000
}

.product-dropdown {
    color: #333;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.16));
    line-height: 1.3
}
.product-dropdown div {
    box-sizing: border-box;
}

.product-dropdown a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

.product-dropdown .dropdown-con {
    margin: 20px auto;
    width: 1200px
}

.product-dropdown .dropdown-con .dropdownitem {
    width: 140px
}

.product-dropdown .dropdown-con .dropdownitem:not(:last-of-type) {
    margin-right: 20px
}

.product-dropdown .dropdown-con .dropdown-title {
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 15px;
    padding-bottom: 12px
}

.product-dropdown .dropdown-con .dropdown-menu__item {
    margin-top: 20px
}

.product-dropdown .dropdown-con .dropdownmenu .product-item {
    padding: 10px;
    width: 50%
}

.product-dropdown .dropdown-con .dropdownmenu .product-item:hover {
    background: #f8fafd;
    border-radius: 6px
}

.product-dropdown .menu-icon {
    height: 24px;
    width: 24px
}

.product-dropdown .dropdown-footer {
    background: #f6f6f6;
    padding: 11px 0
}

.product-dropdown .dropdown-footer .footer-con {
    margin: 0 auto;
    width: 1200px
}

.flex {
    align-items: center;
    display: flex;
    flex-direction: row
}
.flex-1 {
    flex: 1
}
.flex-wrap {
    flex-wrap: wrap
}
.col-top {
    align-items: flex-start
}
.m-l-10 {
    margin-left: 10px
}
.nr {
    font-size: 14px
}
.xs {
    font-size: 12px
}
.m-l-15 {
    margin-left: 15px
}
.xxl {
    font-size: 18px
}
.m-b-4 {
    margin-bottom: 4px
}
.m-t-10 {
    margin-top: 10px
}

.el-image {
    display: inline-block;
    overflow: hidden;
    position: relative
}
.el-image__error,.el-image__inner,.el-image__placeholder {
    height: 100%;
    width: 100%
}

.el-image {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.el-image__inner {
    vertical-align: top
}
.el-button {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid hsla(0,0%,90%,.898);
    border-radius: 6px;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    white-space: nowrap
}

.el-button+.el-button {
    margin-left: 10px
}

.el-button.is-round {
    padding: 12px 20px
}

.el-button:focus,.el-button:hover {
    background-color: #ecf1ff;
    border-color: #c6d5fe;
    color: #4073fa
}

.el-button--mini {
    border-radius: 5px;
    font-size: 12px;
    padding: 7px 12px
}

.el-button--mini.is-round {
    padding: 7px 12px
}

.el-button--mini.is-circle {
    padding: 7px
}
