﻿.btn.radius {
    border-radius: 4px;
}

.btn.round {
    border-radius: 100px;
}

.btn.btn-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 30px;
}

.btn.btn-large {
    display: inline-block;
    padding: 15px 30px;
}

.bg-input {
    background: #f9f9f9;
}

.fullscreen {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 1200px;
}

.content-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.font-small {
    font-size: 14px;
}

.font-standard {
    font-size: 16px;
}

.font-middle {
    font-size: 20px;
    color:#020202;
}

.font-big {
    font-size: 20px;
}

.font-bigger {
    font-size: 24px;
}

.font-super-big {
    font-size: 30px;
}

.status-no {
    font-size: 24px;
    text-align: center;
    opacity: 0.3;
    padding: 10px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-search {
    width: 37px;
    height: 37px;
    background: url("../images/icon/icon-search.png") center no-repeat;
    background-size: 100% auto;
}

.icon-user {
    width: 37px;
    height: 37px;
    background: url("../images/icon/icon-user.png") center no-repeat;
    background-size: 100% auto;
}

.icon-basket {
    width: 37px;
    height: 37px;
    background: url("../images/icon/icon-basket.png") center no-repeat;
    background-size: 100% auto;
}

.icon-expand-arrow-left {
    width: 90px;
    height: 90px;
    background: url("../images/icon/icon-expand-arrow-left.png") center no-repeat;
    background-size: 100% auto;
}

.icon-expand-arrow-right {
    width: 90px;
    height: 90px;
    background: url("../images/icon/icon-expand-arrow-right.png") center no-repeat;
    background-size: 100% auto;
}

.icon-mark {
    width: 134px;
    height: 132px;
    background: url("../images/icon/icon-mark.png") center no-repeat;
    background-size: 100% auto;
}

.icon-arrow-down {
    width: 50px;
    height: 50px;
    background: url("../images/icon/icon-arrow-down.png") center no-repeat;
    background-size: 100% auto;
}

.icon-favorite {
    width: 24px;
    height: 24px;
    background: url("../images/icon/icon-favorite.png") center no-repeat;
    background-size: 100% auto;
}

.icon-facebook {
    width: 45px;
    height: 45px;
    background: url("../images/icon/icon-facebook.png") center no-repeat;
    background-size: 100% auto;
}

.icon-twitter {
    width: 45px;
    height: 45px;
    background: url("../images/icon/icon-twitter.png") center no-repeat;
    background-size: 100% auto;
}

.icon-pinterest {
    width: 45px;
    height: 45px;
    background: url("../images/icon/icon-pinterest.png") center no-repeat;
    background-size: 100% auto;
}

.icon-link {
    width: 45px;
    height: 45px;
    background: url("../images/icon/icon-link.png") center no-repeat;
    background-size: 100% auto;
}

.icon-to-top {
    width: 64px;
    height: 64px;
    background: url("../images/icon/icon-to-top.png") center no-repeat;
    background-size: 100% auto;
}

/* 头部 */
.btn-drop-down {
    position: relative;
}

.btn-drop-down .drop-down-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -1px;
    transform: translate3d(0, 1px, 0);
    -webkit-transform: translate3d(0, 1px, 0);
}

.btn-drop-down.active,
.btn-drop-down:hover {
    height: auto;
}

.btn-drop-down.active .drop-down-menu,
.btn-drop-down:hover .drop-down-menu {
    display: block;
}

.header {
    /* position: relative; */
    width: 100%;
    min-width: 1200px;
    height: 120px;
    z-index: 2;
}

.header .navigation {

}

.header .navigation .item.level-1 {
    margin: 40px 17px;
    max-width: 140px;
}

.header .navigation .item .link {
       display: inline-block;
/* display: -webkit-box;*/
    padding: 0px 10px;
    /* line-height: 40px; */
    word-break: break-all;
    -webkit-box-align: center;
    /*! autoprefixer: off /
    -webkit-box-orient: vertical;
    / autoprefixer: on */
    -webkit-box-pack: center;
}

.header .navigation .item .link:not(.btn-drop-down) {
    height: 40px;
}

.header .navigation .item .link.btn-drop-down {
    min-height: 40px;
}

.header .navigation .btn-drop-down .drop-down-menu {
    width: 250px;
}

.header .navigation .btn-drop-down .drop-down-menu .item .link {
    height: auto;
    line-height: 100%;
    display: block;
}

.header .navigation .item-sec-navigation {
    position: relative;
}

.header .navigation .item-sec-navigation .link-sec-navigation {
    padding: 10px 0;
}

.header .navigation .item-sec-navigation .list-trd-navigation {
    position: absolute;
    left: 100%;
    top: 0;
    width: 400px;
    min-height: 300px;
    padding: 10px;
    border: 1px solid #eee;
}

.header .navigation .item-sec-navigation:hover .list-trd-navigation {
    display: block;
}

.header .navigation .item-sec-navigation:hover .list-trd-navigation .item-trd-navigation {
    margin-top: 15px;
}

.header .navigation .item-sec-navigation:hover .list-trd-navigation .item-trd-navigation:first-child {
    margin-top: 0;
}

.header .navigation .item-sec-navigation:hover .list-trd-navigation .item-trd-navigation .dl {
    display: block;
}

.header .navigation .item-sec-navigation:hover .list-trd-navigation .item-trd-navigation .dl .dt {
    display: block;
}

.header .navigation .item-sec-navigation:hover .list-trd-navigation .item-trd-navigation .dl .dd {
    display: inline-block;
    padding: 5px 5px 0 0;
}

.header .navigation .item-sec-navigation:hover .list-trd-navigation .item-trd-navigation .dl .dd .link {
    display: inline-block;
}

.header .navigation .item .link .icon {
    width: 17px;
    height: 17px;
}

.header .fast-entry {
}

.header .fast-entry .item {
    margin: 40px 30px;
}

.header .fast-entry .item .btn {
    display: block;
    height: 40px;
}

.header .fast-entry .item .btn .text {
    display: inline-block;
}

.header .fast-entry .item .btn .side-num {
    display: inline-block;
    vertical-align: middle;
}

.header .fast-entry .item .btn .side-num.round {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
}

.header .fast-entry .btn-currency {

}

.header .fast-entry .btn-show-search-bar {

}

.header .fast-entry .btn-user {

}

.header .fast-entry .btn-shopping-cart {

}

.header .logo {
    display: inline-block;
    margin: 0 auto;
}

.header .logo .img {
    width: 240px;
}

.header .search-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
    z-index: 3;
}

.header .search-bar .form-search {
    display: inline-block;
    margin-top: 35px;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.header .search-bar .form-search .input-keyword,
.header .search-bar .form-search .btn-submit-search {
    display: inline-block;
}

.header .search-bar .form-search .input-keyword {
    width: 580px;
    padding: 0 70px 0 10px;
    line-height: 50px;
    outline: 0;
    background: none;
}

.header .search-bar .form-search .btn-submit-search {
    margin: 8px 8px 8px -60px;
    width: 34px;
    height: 34px;
    background: none;
}

.header .search-bar .form-search .btn-submit-search .icon {
    width: 100%;
    height: 100%;
}

.header .search-bar .recommend {
    width: 530px;
    margin: 0 auto;
    background: #fff;
}

.header .search-bar .keywords-list {
    display: block;
    height: 100%;
    line-height: 200%;
    overflow: hidden;
}

.header .search-bar .keywords-list li {
    display: inline-block;
}

.header .search-bar .keywords-list a {
    display: block;
    margin: 5px 10px 0 0;
}

.header .search-bar .keytishi {
    padding: 5px 10px 25px;
}

.header .search-bar .keytishi ul {
}

.header .search-bar .keytishi ul li .link {
    display: block;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-bar {
    position: fixed;
    bottom: 84px;
    right: 84px;
    z-index: 10;
}

.side-bar .btn-go-to-top {
    display: block;
    width: 64px;
    height: 64px;
}

.side-bar .btn-go-to-top.hide {
    display: none;
}

.side-bar .btn-go-to-top .icon {
    width: 100%;
    height: 100%;
}

.footer {
    min-width: 1200px;
    padding: 70px 0;
}

.footer .top {
    margin-top: 30px;
}

.footer .top .article-list {
    width: 55%;
    display: flex;
}

.footer .top .article-list .foot2dl {
    flex: 1;
}

.footer .top .article-list .foot2dl .dt {
    margin-bottom: 15px;
}

.footer .top .article-list .foot2dl .dd {
    margin: 15px auto;
}

.footer .top .follow-us {
    width: 45%;
}

.footer .top .follow-us .title {

}

.footer .top .follow-us .title {

}

.footer .top .follow-us .list-society {
    margin-top: 12px;
}

.footer .top .follow-us .list-society .item-society {
    display: inline-block;
    margin: 12px 12px 0 0;
    height: 45px;
}

.footer .top .follow-us .list-society .link {

}

.footer .top .follow-us .list-society .link .img {
    filter: brightness(0.5);
}

.footer .transfer-list {

}

.footer .transfer-list .item {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

.footer .transfer-list .item:last-child {
    margin-right: 0;
}

.footer .transfer-list .item .link {

}

.footer .transfer-list .item .link .img {

}

.footer .payment-list {
    margin-bottom: 60px;
}

.footer .payment-list .item {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    width:60PX;
    border-radius:35PX;
}

.footer .payment-list .item:last-child {
    margin-right: 0;
}

.footer .payment-list .item .link {

}

.footer .bottom {

}

.footer .bottom .company {

}

.footer .bottom .company .link {

}

.footer .bottom .company a {
    text-decoration: none;
    color: black;
}

/* 面包屑导航 */
.ChannelTitle {
    margin-bottom: 30px;
    margin-top: 30PX;
}

.ChannelTitle:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 1450px) {

    .header .navigation .item.level-1 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .header .fast-entry .item {
        margin-left: 10px;
        margin-right: 10px;
    }

}

@media screen and (max-width: 1400px) {

    .header .logo .img {
        width: 120px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

}