.toast-bottom-center {
    bottom: 50px !important;
}
.header{
    width: 100%;
    min-width: 1170px;
    border-bottom: 1px solid #C0C0C0;
}
.header .header-content{
}
.top-background{
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    z-index: -1;
}
.header .header-con{
    display: flex;
}
.header .con-logo{
    width: 240px;
    height: 110px;
    /*box-shadow: 3px 0px 3px 1px rgba(0, 0, 0, .1);*/
    z-index: 1;
    position: relative;
}
.header .header-con-info{
    width: 100%;
    /*margin-bottom: 22px;*/
}
.header .header-info-top{
    height: 30px;
}
.header .header-info-top-content{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-position{
    margin-right: 15px;
}
.header-position i{
    margin-right: 5px;
}
.header-login{
    margin-right: 10px;
}
.header-register{
    margin-right: 10px;
    color: red !important;
}
.header-logout{
    margin-left: 10px;
}
.header .header-info-top-right span{
    padding: 0 10px;
    height: 20px;
    display: flex;
    border-right: 1px solid #8c8c8c;
}
.header .header-info-top-right span:last-child{
    border-right: none;
}
.header-info-bottom{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    /*height: calc(100% - 30px);*/
}
.header-product-search-box{
    width: 700px;
    display: flex;
    justify-content: center;
}
.header-product-search-input{
    width: 416px;
    border: 2px solid #FF4040;
    outline: none;
    padding: 4px 10px;
    height: 40px;
}
.header-product-search-button{
    border: 2px solid #FF4040;
    display: flex;
    width: 92px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    margin-left: -2px;
}
.header-user-cart{
    width: 240px;
    display: flex;
    position: relative;
}
.tubiao{
    top: 80px;
    position: absolute;
}
.header-nav{
    width: 1170px;
    margin: 0 auto;
    display: flex;
}
.header-nav-left{
    width: 240px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*z-index: 1000;*/
    position: relative;
    margin-right: 20px;
}
.header-nav-right{
    display: flex;
    align-items: center;
}
.header-nav-right a{
    margin-left: 45px;
    text-decoration: none;
}
.header-top-span{
    display: block;
    border-bottom: 2px solid red;
    margin-top: 10px;
    margin-bottom: -12px;
}
.header-all-types{
    width: 240px;
    /*height: 737px;*/
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 46px;
    display: none;
    z-index: 1000;
    left:0;
}
.header-top-level-item{
    cursor: pointer;
    padding: 2px 10px;
    font-size: 15px;
    display: flex;
}
.header-top-level-item:hover{
    background: #ccc;
}
.header-level-item-title{
    display: flex;
    align-items: center;
    width: 93%;
    /*margin-top: 6px;*/
}
.header-level-item-title img{
    margin-right: 8px;
}
.header-level-item-second-level{
    padding-left: 25px;
}
.header-detailed-level-item{
    position: absolute;
    top: 1px;
    left: 240px;
    width: 930px;
    height:735px;
    overflow-y: scroll;
    padding: 20px;
    display: none;
    z-index: 2;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4)
}

.header-detailed-level-item::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.header-detailed-level-item::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.header-detailed-level-item::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background   : #ededed;
}

.header-type-all-level{
    padding-top: 15px;
    display: flex;
}
.header-type-second-title{
    width: 80px;
    flex-grow: 0;
    text-align: right;
    margin-right: 10px;
    flex-shrink: 0;
}
.header-type-three-list{
    flex-grow: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
    width: 810px;
    margin-left: 10px;
}
.header-type-all-level-list{
    width: 890px;
}
.header-type-three-list a{
    color: #555555;
    /*padding: 0 10px;*/
    padding-right: 10px;
    border-right: 1px solid #e0e0e0;
    border-left: 0px;
    white-space: nowrap;
}
.header-type-three-list a:first-child{
    padding-left: 0px;
}
.header-type-three-list a:last-child{
    border-right: 0px;
}
.header-user-cart-box{
    position: relative;
}
.header-user-cart-button{
    position: relative;
    padding: 0 30px;
    height: 34px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    z-index: 3;
}
.header-user-cart-button i{
    margin-right: 5px;

}
.header-user-cart-href{
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
    bottom: 0;
}
.header-logo-href{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.page-content{
    min-height: 400px;
}
.show-shop-car:hover .header-user-cart-content{
    display: block;
}
.header-user-cart-content{
    position: absolute;
    top: 130px;
    /*right: 0;*/
    width: 290px;
    max-height: 340px;
    border: 1px solid #cccccc;
    z-index: 2;
    display: none;
}
.header-user-cart-list{
    max-height: 280px;
    overflow-y: auto;
}
.header-cart-not-data{
    height: 70px;
}
.header-user-cart-item{
    padding: 10px;
    border-bottom: 1px dotted #cccccc;
}
.header-user-cart-list-bottom{
    height: 60px;
    padding: 10px;
}
.header-cart-item-image{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.header-cart-item-image img{
    max-width: 100%;
    max-height: 100%;
}
.header-cart-item-name{
    width: 125px;
}
.header-cart-item-number{
    width: 30px;
}
.header-cart-item-price{
    flex-grow: 1;
}
.search-top{
    padding-left: 62px;
}
.search-top ul li{
    float:left;
    /*margin-left: 10px;*/
    margin-top: 16px;
    font-size: 10px;
    height: 23px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    padding: 4px 11px 0px 9px;
    cursor: pointer;
}
.search-current-type{
    color: #ffffff;
    background-color: red;
}
.headLeftBox{
    font-size: 12px;
}
.shop-white-type{
    color: #ffffff;
    line-height: 25px;
}
.header-level-item-img img{
    height: 11px;
}
.header-top-right{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    width: 100%;
}
.header-top-right-list > a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-top-right-list img{
    width: 35px;
    height: 35px;
}
.header-top-right-name{
    font-size: 12px;
    color: red;
    margin-top: 5px;
}
.search-bottom{
    margin-top: 4px;
    margin-left: 62px;
    font-size: 12px;
    color: #B9B7B8;
}
.search-bottom a{
    margin-right: 14px;
    color: #ccc;
    border-bottom: 1px solid;
}
.headRightBox{
    border: 0px !important;
}
.top-img-url {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/*.header-nav .header-bar-url {
    display: flex;
    align-items: center;
}
.header-nav .header-bar-url > ul {
    display: flex;
    align-items: center;
    line-height: 46px;
}*/

/*头部图片*/
.header .top-img-url {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header-nav .header-bar-url {
    display: flex;
    align-items: center;
    width: 100%;
}
.header-nav .header-bar-url > ul {
    display: flex;
    align-items: center;
    line-height: 46px;
    justify-content: space-between;
    width: 100%;
}
/*.header-nav .header-bar-url > ul > li{
    padding-right: 45px;
}*/
.header-nav .header-bar-url > ul > li > a{
    color: black;
}
.header-nav .header-bar-url > ul > li > a > img{
    margin-right: 10px;
}

.header .search_navigation {
    width: 596px;
    margin: auto;
    height: 40px;
    display: flex;
    padding-top: 15px;
}
.header .search_navigation > span {
    padding: 5px 10px;
    font-size: 14px;
    color: #333333;
}
.header .search_navigation .checked_search {
    background: rgba(255,64,64,1);
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
}
.header .search_choice_box {
    color: red;
}
.header .yahoo_search .search_choice_box {
    padding-left: 5px;
}
.header .shopping_mall_search .search_choice_box {
    padding: 0 15px;
}
.header .search_choice_box option {
    text-align: center;
    font-weight: normal;
}
.mouse-changed-hands {
    cursor: pointer;
}

/*商城商品分类*/
.product-class-d .t0-left a{
    text-decoration: none;
}
.product-class-d .t0-nav a{
    cursor: pointer;
    margin-left: 45px;
}
.product-class-d .t0-top-level-item{
    cursor: pointer;
}
.product-class-d .t0-top-level-item:hover{
    background: #000000;
}
.product-class-d .t0-top-level-item{
    padding: 15px;
    height: calc(500px/7);
}
.product-class-d .level-item-title{
    display: flex;
    align-items: center;
}
.product-class-d .level-item-title img{
    margin-right: 8px;
}
.product-class-d .level-item-second-level{
    padding-left: 25px;
}
.product-class-d .t0-detailed-level-item{
    position: absolute;
    top: 0;
    left: 240px;
    width: 930px;
    height: 500px;
    padding: 20px;
    display: none;
    z-index: 2;
}
.product-class-d .t0-type-all-level-list{
    width: 670px;
}
.product-class-d .t0-type-second-title{
    width: 60px;
    flex-grow: 0;
    text-align: right;
    margin-right: 10px;
}
.product-class-d .t0-type-all-level{
    padding-top: 15px;
    display: flex;
}
.product-class-d .t0-type-three-list{
    width: 600px;
    flex-grow: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
}
.product-class-d .t0-type-three-list a{
    color: #555555;
    padding: 0 10px;
    border-left: 1px solid #e0e0e0;
    white-space: nowrap;
}
.product-class-d .user-header img{
    width: 100px;
    height: 100px;
    flex-grow: 0;
    border-radius: 50%;
    overflow: hidden;
}
.product-class-d .quick-go a{
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
}
.product-class-d .quick-go a:last-child{
    border-right: none;
}
.product-class-d .quick-go a img{
    width: 30px;
    height: 30px;
}
.language_logo{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #ccc solid;
}
.dropdown-menu{
    position: absolute;
    top: 25px;
    left: 59%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none!important;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
.select-box button{
    border: none;
    background: none;
    cursor: pointer;
    margin-top: -7px;
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.lang_name{
    font-size: 12px;
}
.dropdown-toggle{
    min-height: 30px;
}
.open .dropdown-toggle{
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.select-box div{
    position: relative;
    margin-top: -3px;
}
.dropdown-toggle::after{
    content: none;
}
