* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F6F6F6;
}

a {
    text-decoration: none;
    color: #707070;
    text-align: center;
}

ul,
li {
    list-style: none;
}

.command {
    margin: 0 auto;
    width: 1520px;
    height: 45px;
}

.command .index {
    float: left;
    margin-left: 40px;
    /* width: 32px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.command .index a {
    color: #333333;
}

.command .greater-than-sign {
    float: left;
    margin: 0 16px;
    width: 12px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.command .recommended-products {
    float: left;
    /* width: 64px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.search {
    margin: 0 auto 14px;
    width: 1520px;
    height: 170px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
}

.search .comprehensive-query {
    /* width: 64px; */
    height: 21px;
    padding: 19px 0 24px 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    opacity: 1;
}

.search .input-name {
    float: left;
    width: 64px;
    height: 21px;
    margin-left: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    opacity: 1;
}

.after-input1 {
    height: 24px;
    width: 136px;
    border: none;
    outline: none;
    position: absolute;
    top: 50px;
    right: 675px;
}

.after-input1:hover {
    cursor: default;
}

.after-input2 {
    height: 24px;
    width: 136px;
    border: none;
    outline: none;
    position: absolute;
    top: 50px;
    right: 375px;
}

.after-input2:hover {
    cursor: default;
}

.search .input {
    float: left;
    margin-left: 12px;
    margin-bottom: 25px;
    width: 156px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #8D8D8D;
    opacity: 1;
    border-radius: 0px;
    text-indent: 5px;
}

.search #certification {
    text-indent: 0px;
}

.search .left {
    margin-left: 66px;
}

.search .price-left {
    float: left;
    width: 62px;
    height: 24px;
    margin-left: 12px;
    background: #FFFFFF;
    border: 1px solid #8D8D8D;
    opacity: 1;
    border-radius: 0px;
    text-indent: 5px;
}

.search .sub {
    float: left;
    width: 7px;
    height: 21px;
    padding-left: 13px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    opacity: 1;
}

.search .price-right {
    float: left;
    width: 62px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #8D8D8D;
    opacity: 1;
    border-radius: 0px;
}

/*  修改日历控件类型 */
::-webkit-datetime-edit {
    padding: 1px;
    /* visibility: hidden; */
}

/*控制编辑区域的*/
::-webkit-datetime-edit-fields-wrapper {
    background-color: #fff;
}

/*控制年月日这个区域的*/
::-webkit-datetime-edit-text {
    color: #333;
    padding: 0 .5em;
}

/*这是控制年月日之间的斜线或短横线的*/
::-webkit-datetime-edit-year-field {
    color: #333;
}

/*控制年文字, 如2013四个字母占据的那片地方*/
::-webkit-datetime-edit-month-field {
    color: #333;
}

/*控制月份*/
::-webkit-datetime-edit-day-field {
    color: #333;
}

/*控制具体日子*/
::-webkit-inner-spin-button {
    visibility: hidden;
}

/*这是控制上下小箭头的*/
::-webkit-calendar-picker-indicator {
    /* width: 18px; */
    /* height: 18px; */
    /*这是控制下拉小箭头的*/
    /* border: 1px solid #ccc; */
    border-radius: 2px;
    /* box-shadow: inset 0 1px #fff, 0 1px #eee; */
    /* background-color: #eee; */
    /* background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6); */
    background-image: url('/website_view/static/imgs/date.png');
    /* color: #666; */
    /* border:1px solid red; */
}

::-webkit-clear-button {
    /*控制清除按钮*/
}

.search .search-all {
    float: left;
    width: 80px;
    height: 32px;
    margin-left: 123px;
    background: #D95754;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
}

.search .search-all img {
    float: left;
    width: 12px;
    height: 12px;
    margin: 11px 0 9px 14px;
}

.search .search-all span {
    /* width: 28px; */
    height: 32px;
    /* margin-left: 14px; */
    margin-left: 9px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 1;
}

.search .reset {
    float: left;
    width: 80px;
    height: 32px;
    margin-left: 12px;
    background: #EFAE51;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
}

.search .reset img {
    float: left;
    width: 12px;
    height: 12px;
    margin: 11px 0 9px 14px;
}

.search .reset span {
    width: 28px;
    height: 32px;
    margin-left: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 1;
}

.recommend {
    position: relative;
    margin: 0 auto;
    width: 1520px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
}

/* 伪元素来解决 */
.recommend::after {
    content: "";
    display: block;
    clear: both;
}

.recommend .recommend-sort {
    margin: 0 auto;
    margin-left: 30px;
    width: 1452px;
    height: 63px;
}

.recommend .recommend-sort .recommend-num {
    float: left;
    width: 706px;
    height: 63px;
}

.recommend .recommend-sort .red {
    float: left;
    margin-top: 24px;
    width: 10px;
    height: 10px;
    background: #D9001B;
    opacity: 1;
    border-radius: 0px;
    line-height: 58px;
}

.recommend .recommend-sort .recommend-num .recommend-search {
    float: left;
    margin-left: 5px;
    /* width: 180px; */
    height: 63px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 58px;
    color: #333333;
    opacity: 1;
}

.recommend .recommend-sort .recommend-num .recommend-search span {
    width: 30px;
    height: 21px;
    padding: 0 13px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D9001B;
    opacity: 1;
}

.recommend .recommend-sort .recommend-search-detail {
    float: left;
    width: 678px;
    height: 63px;
    margin-left: 60px;
}

.recommend .recommend-sort .recommend-search-detail .price-up-to-down {
    float: left;
    width: 121px;
    height: 63px;
    margin-left: 5px;
    cursor: pointer;
}

.recommend .recommend-sort .recommend-search-detail .price-up-to-down span {
    float: left;
    width: 96px;
    /* height: 21px; */
    height: 58px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 58px; */
    color: #333333;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.recommend .recommend-sort .recommend-search-detail .price-up-to-down img {
    float: left;
    width: 13px;
    height: 13px;
    margin-left: 7px;
    margin-top: 22px;
}

.recommend .recommend-sort .recommend-search-detail .price-down-to-up {
    float: left;
    width: 121px;
    height: 63px;
    margin-left: 35px;
    cursor: pointer;
}

.recommend .recommend-sort .recommend-search-detail .price-down-to-up span {
    float: left;
    width: 96px;
    /* height: 21px; */
    height: 58px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 58px; */
    color: #333333;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.recommend .recommend-sort .recommend-search-detail .price-down-to-up img {
    float: left;
    width: 13px;
    height: 13px;
    margin-left: 7px;
    margin-top: 22px;
}

.recommend .recommend-sort .recommend-search-detail .recommend-show {
    float: left;
    width: 80px;
    height: 63px;
    margin-left: 85px;
}

.recommend .recommend-sort .recommend-search-detail .recommend-show span {
    /* float: left; */
    /* height: 21px; */
    height: 58px;
    margin-left: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 58px; */
    color: #333333;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.recommend .recommend-sort .recommend-search-detail .recommend-thumbnail {
    float: left;
    /* width: 80px; */
    height: 63px;
    margin-left: 24px;
}

.recommend .recommend-sort .recommend-search-detail .recommend-thumbnail img {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 22px;
}

.recommend .recommend-sort .recommend-search-detail .recommend-thumbnail span {
    float: left;
    width: 50px;
    height: 21px;
    margin-left: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 58px;
    color: #333333;
    opacity: 1;
}

.recommend .recommend-sort .recommend-search-detail .recommend-list {
    float: left;
    /* width: 80px; */
    height: 63px;
    margin-left: 36px;
}

.recommend .recommend-sort .recommend-search-detail .recommend-list img {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 22px;
}

.recommend .recommend-sort .recommend-search-detail .recommend-list span {
    float: left;
    height: 21px;
    margin-left: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 58px;
    color: #333333;
    opacity: 1;
}

.recommend .recommend-detail {
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    width: 706px;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    opacity: 1;
    border-radius: 0px;
}

.recommend .last {
    float: none;
    /* clear: both; */
    display: inline-block;
}

.recommend .recommend-detail .recommend-detail-head {
    width: 706px;
    height: 40px;
    background: #F2F2F2;
    opacity: 1;
    border-radius: 0px;
}

.recommend .recommend-detail .recommend-detail-head .recommend-company-no {
    float: left;
    width: 254px;
    height: 40px;
    margin-left: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
    opacity: 1;
}

.recommend .recommend-detail .recommend-detail-head .recommend-date {
    float: left;
    width: 340px;
    height: 40px;
    /* margin-left: 110px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
    opacity: 1;
}

.recommend .recommend-detail .recommend-detail-head .recommend-cart img {
    float: left;
    width: 24px;
    height: 24px;
    margin: 8px 0;
    z-index: 99;
    cursor: pointer;
}

/* .recommend .recommend-detail .recommend-detail-head .collect-cart {
    float: right;
    width: 24px;
    height: 24px;
    margin-right: 24px;
} */

.recommend .recommend-detail .recommend-detail-head .recommend-start img {
    float: left;
    width: 24px;
    height: 24px;
    margin: 8px 0 8px 16px;
    z-index: 99;
    cursor: pointer;
}

.recommend .recommend-detail .recommend-pic {
    float: left;
    width: 240px;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin: 14px 14px 26px 24px;
}

.recommend .recommend-detail .recommend-pic img {
    
    /* width: 240px; */
    /* margin: 14px 14px 26px 24px; */
    height: 100%;
	object-fit: cover;
    opacity: 1;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.recommend .recommend-detail .recommend-describe {
    float: left;
    width: 426px;
    height: 220px;
}

.recommend .recommend-detail .recommend-describe .recommend-name {
    float: left;
    width: 420px;
    height: 19px;
    margin-top: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.recommend .recommend-detail .recommend-describe .recommend-name span {
    float: left;
    /* width: 70px; */
    line-height: 19px;
}

.recommend .recommend-detail .recommend-describe .recommend-left {
    float: left;
    width: 230px;
    height: 19px;
    margin-top: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    opacity: 1;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .recommend-detail .recommend-describe .recommend-left span {
    float: left;
    /* width: 70px; */
    line-height: 16px;
}

.recommend .recommend-detail .recommend-describe .recommend-right {
    float: left;
    width: 196px;
    height: 19px;
    margin-top: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    opacity: 1;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .recommend-detail .recommend-describe .recommend-right span {
    float: left;
    /* width: 70px; */
    line-height: 16px;
}

.recommend .recommend-detail .recommend-describe .recommend-right .recommend-price {
    float: left;
    display: block;
    width: 100px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 16px;
    color: #D9001B;
    opacity: 1;
}

.right-cart {
    position: absolute;
    width: 46px;
    height: 40px;
    right: -54px;
    bottom: 44px;
    background: #616161;
    opacity: 1;
    border-radius: 2px;
    cursor: pointer;
}

.right-cart:hover {
    background: red;
}

.right-cart img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
}

.right-cart .right-cart-num {
    position: absolute;
    right: -10px;
    bottom: 25px;
    width: 19px;
    height: 19px;
    background: #D9001B;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid red;
}

.right-cart .right-cart-num span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0px;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
}

.topping {
    position: absolute;
    width: 46px;
    height: 40px;
    right: -54px;
    bottom: 0;
    background: #616161;
    opacity: 1;
    border-radius: 2px;
    cursor: pointer;
}

.topping:hover {
    background: red;
}

.topping img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
}

.div-pagination-mz {
    position: relative;
    display: inline-block;
    margin: 8px auto 49px;
}

#pageSize {
    position: absolute;
}

.div-pagination-mz .page_total {
    float: left;
    width: auto;
    margin-top: 20px;
    margin-right: 3px;
}

.div-pagination-mz .pagination li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #F4F4F5;
    margin: 0 4px;
    opacity: 1;
    border-radius: 2px;
    cursor: pointer;
}

/* .div-pagination-mz .pagination li:first-child {

} */

.div-pagination-mz .pagination a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
    opacity: 1;
}

.div-pagination-mz .pagination span {
    width: 8px;
    height: 16px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
    opacity: 1;
}

.div-pagination-mz .pagination .active {
    /* border: 1px solid #FF404E; */

    background: #FF404E;
    opacity: 1;
    border-radius: 2px;
}

.div-pagination-mz .pagination .active span {
    width: 8px;
    height: 16px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 1;
}

.div-pagination-mz .pagination .active :hover {
    background: #FF404E;
}

.div-pagination-mz .pageSize select {
    width: 100px;
    height: 30px;
    margin-left: 16px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    opacity: 1;
    border-radius: 2px;
    float: left;
}

.div-pagination-mz .pageSize select option {
    width: 59px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #666666;
    opacity: 1;
}

.notclick {
    pointer-events: none;
}


.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.width100 {
    width: 100%;
}

.counter_list .search{ 
    width: 1448px;
    padding: 19px 36px 17px;
    height: auto;
}

.counter_list .search .comprehensive-query {
    padding: 0;
    color: #3D3D3D;
}

.counter_list .search .input-name {
    float: left;
    width: 64px;
    height: 21px;
    margin-left: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #808080;
    opacity: 1;
}

.counter_list .search .input {
    border-radius: 20px;
    height: 30px;
    position: relative;
    top: -4px;
    padding: 10px;
    margin-bottom: 0;
}

.counter_list .search .input:focus {
    outline: none;
}

.counter_list .search .search-all{
    border-radius: 20px;
}

.counter_list .search .reset{
    background: #fff;
}

.counter_list .search .reset span{
    color: #808080;
}

.counter_list .search .reset span{
    color: #808080;
    margin-left: 5px;
}

.counter_list .search .search-all {
    width: 80px;
    height: 25px;
    position: relative;
    top: 3px;
}

.counter_list .search .search-all img {
    width: 14px;
    height: 14px;
    margin: 5px 0 9px 10px;
}

.counter_list .search .search-all span {
    line-height: 25px;
}

.counter_list .page-layout {
    position: relative;
    padding: 8px 0 49px;
    width: 1521px;
    margin: 0 auto;
    /* background: green; */
    /* margin-bottom: 49px; */
}

.counter_list .page-layout .div-pagination-mz {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter_list .page-layout select:focus {
    outline: none;
}
.counter_list .recommend {
    background: none;
}
.counter_list .recommend-detail{
    width: 706px;
    height: 165px;
    position: relative;
    background: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.counter_list .recommend-detail .flogo{
    width: 100px;
    height: 100px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden;
}

.counter_list .recommend-detail .flogo img{
    width: 100px;
    height: 100px;
}

.counter_list .recommend-detail .d .title{
    color: #BFBFBF;
    line-height: 1.5;
    font-size: 15px;
    white-space: nowrap; /* 不换行 */
   overflow: hidden; /* 超出部分隐藏 */
   text-overflow: ellipsis; /* 溢出部分显示省略号 */
   text-align: left;
}

.counter_list .recommend-detail .d .content{
    color: #3D3D3D;
    line-height: 1.5;
    font-size: 18px;
    white-space: nowrap; /* 不换行 */
   overflow: hidden; /* 超出部分隐藏 */
   text-overflow: ellipsis; /* 溢出部分显示省略号 */
   max-width: 140px;
    font-weight: 700;
}

.counter_list .recommend-detail .d{
    position: absolute;
    top: 53px;
    left: 163px;
    
}

.counter_list .recommend-detail .d.d2{
    left: 340px;
}

.counter_list .recommend-detail .d.d3{
    top: 69px;
    left: 573px;
}

.counter_list .recommend-detail .d.d3 .to{
    font-weight: 700;
    font-size: 18px;
}
.counter_list .recommend-detail .d.d3 .to span{
    margin-left: 10px;
}

.counter_list .recommend-detail .d.d3 .to span img{
    width: 15px;
    height: 15px;
}

.factoryinfo{
    width: 1523px;
    height: 165px;
    position: relative;
    margin: 0 auto 20px;
    background: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.factoryinfo .flogo{
    width: 100px;
    height: 100px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden;
}

.factoryinfo .flogo img{
    width: 100px;
    height: 100px;
}

.factoryinfo .d .title{
    color: #BFBFBF;
    line-height: 1.5;
    font-size: 15px;
    white-space: nowrap; /* 不换行 */
   overflow: hidden; /* 超出部分隐藏 */
   text-overflow: ellipsis; /* 溢出部分显示省略号 */
   text-align: left;
}

.factoryinfo .d .content{
    color: #3D3D3D;
    line-height: 1.5;
    font-size: 18px;
    white-space: nowrap; /* 不换行 */
   overflow: hidden; /* 超出部分隐藏 */
   text-overflow: ellipsis; /* 溢出部分显示省略号 */
   max-width: 140px;
    font-weight: 700;
}

.factoryinfo .d{
    position: absolute;
    top: 53px;
    left: 163px;
    
}

.factoryinfo .d.d2{
    left: 340px;
}

.factoryinfo .d.d3{
    top: 69px;
    left: 573px;
}

.factoryinfo .d.d3 .to{
    font-weight: 700;
    font-size: 18px;
}
.factoryinfo .d.d3 .to span{
    margin-left: 10px;
}

.factoryinfo .d.d3 .to span img{
    width: 15px;
    height: 15px;
}