﻿.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: 18px;
}

.font-big {
    font-size: 20px;
}

.font-bigger {
    font-size: 24px;
}

.font-super-big {
    font-size: 30px;
}

.font-super-big-2 {
    font-size: 40px;
}

.font-super-big-3 {
    font-size: 50px;
}

.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-search-type {
    width: 42px;
    height: 42px;
    background: url("../images/icon/icon-search-type.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;
}

.icon-nut {
    width: 22px;
    height: 22px;
    background: url("../images/icon/icon-nut.png") center no-repeat;
    background-size: 100% auto;
}

.icon-currency-exchange {
    width: 35px;
    height: 35px;
    background: url("../images/icon/icon-currency-exchange.png") center no-repeat;
    background-size: 100% auto;
}

.icon-help {
    width: 34px;
    height: 34px;
    background: url("../images/icon/icon-help.png") center no-repeat;
    background-size: 100% auto;
}

.icon-order {
    width: 19px;
    height: 19px;
    background: url("../images/icon/icon-order.png") center no-repeat;
}

/* 头部 */
.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 {
    min-width: 1000px;
    padding-bottom: 30px;
    background: url("../images/bg-header.png") center no-repeat;
    background-size: 100% 100%;
}

.header .top-led-bar {
    width: 100%;
    height: 2px;
    background: url("../images/led-bar.png") top center no-repeat;
    background-size: 100% 2px;
}

.header .wrapper {
    margin: 70px 60px 0;
}

.header .logo {
    width: 230px;
}

.header .logo .img {

}

/* 搜索栏 */
.header .search-bar {
    position: relative;
    width: 40%;
    max-width: 787px;
    min-width: 275px;
    margin-left: 2.5%;
}

.header .search-bar .form-search {
    padding: 10px 0;
}

.header .search-bar .form-search.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header .search-bar .form-search .icon {
    margin-left: 3.81%;
}

.header .search-bar .form-search .input {
    margin-left: 10px;
}

.header .search-bar .form-search .input-keyword {

}

.header .search-bar .form-search .btn {

}

.header .search-bar .form-search .btn .icon {

}

.header .search-bar .form-search .btn-submit-search {

}

.header .search-bar .recommend {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.header .search-bar .recommend .list {

}

.header .search-bar .recommend .list .item {

}

.header .search-bar .recommend .keywords-list {
    height: 100%;
    line-height: 200%;
    overflow: hidden;
}

.header .search-bar .recommend .keywords-list .keywords-item {
    display: inline-block;
}

.header .search-bar .recommend .keywords-list .keywords-item .link {
    display: block;
    margin: 5px 10px 0 0;
}

.header .search-bar .recommend .keytishi {
    padding: 5px 10px 25px;
}

.header .search-bar .recommend .keytishi .link {
    display: block;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .bg-transparent-white {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 3px 4px 12px rgba(255, 255, 255, 0.1);
}

.header .contain-user {
    position: relative;
    min-width: 390px;
    border-radius: 54px;
    padding-right: 2.81%;
    margin-left: 1.7%;
}

.header .contain-user .contain-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}

.header .contain-user .contain-avatar .img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.header .contain-user .bg-shadow {
    position: absolute;
    left: 4px;
    top: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: 0;
}

.header .contain-user .user-control {
    margin-left: 3.8%;
}

.header .contain-user .user-control .package {

}

.header .contain-user .user-control .package .btn {
    margin-left: 29px;
}

.header .contain-user .user-control .package .btn:first-child {
    margin-left: 0;
}

.header .contain-user .user-control .package .btn-with-icon {

}

.header .contain-user .user-control .package .btn .text,
.header .contain-user .user-control .package .btn .icon,
.header .contain-user .user-control .package .btn .sup {
    vertical-align: middle;
}

.header .contain-user .user-control .package .btn .icon {

}

.header .contain-user .user-control .package .btn .text {

}

.header .contain-user .user-control .package .btn-with-icon .text {
    margin-left: 5px;
}

.header .contain-user .user-control .package .btn .sup {
    margin-left: 8px;
    width: 29px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
}

.header .contain-user .user-control .tip {
    margin-top: 9px;
    line-height: 100%;
}

.header .contain-user .user-control .new-msg {

}

.header .list-fast-entry {
    margin-left: 1%;
    width: 236px;
}

.header .item-fast-entry {
    margin-left: 5px;
}

.header .item-fast-entry:first-child {
    margin-left: 0;
}

.header .item-fast-entry .btn {
    margin: 0 auto;
    width: 108px;
    height: 108px;
}

.header .item-fast-entry .btn.radius {
    border: 10px;
}

.header .item-fast-entry .btn .icon {

}

.header .item-fast-entry .btn .text {

}

.header .item-fast-entry .btn-show-currency-select {

}

.header .item-fast-entry .btn-help {

}

.navigation-bar {
    margin-bottom: 30px;
}

.navigation-bar .list-navigation {

}

.navigation-bar .item-navigation {
    width: 256px;
}

.navigation-bar .item-navigation.active {
    background: url("../images/bg-navigation-active.png") center bottom no-repeat;
    background-size: auto 28px;
}

.navigation-bar .item-navigation .link {
    display: block;
    padding: 45px 0;
}

.navigation-bar .item-navigation .btn-drop-down .icon {
    width: 22px;
    height: 22px;
}

.navigation-bar .item-navigation .list-sec-navigation .link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation-bar .item-sec-navigation {
    position: relative;
}

.navigation-bar .item-sec-navigation .list-trd-navigation {
    position: absolute;
    left: 100%;
    top: 0;
    width: 400px;
    min-height: 300px;
    padding: 10px;
    border: 1px solid #eee;
}

.navigation-bar .item-sec-navigation:hover .list-trd-navigation.hide {
    display: block;
}

.side-bar {
    position: fixed;
    bottom: 84px;
    right: 84px;
    z-index: 10;
}

.side-bar .btn-go-to-top {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.side-bar .btn-go-to-top.radius {
    border-radius: 22px;
}

.side-bar .btn-go-to-top.box-shadow {
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.52);
}

.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 {

}

.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;
}

.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: #fff;
}

/* 面包屑导航 */
.ChannelTitle {
    margin-bottom: 30px;
}

.ChannelTitle:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 1300px) {

    .header .search-bar {
        width: 20%;
    }

    .header .contain-user {
        min-width: 260px;
    }

    .header .contain-user .contain-avatar {
        width: 90px;
        height: 90px;
    }

    .header .contain-user .bg-shadow {
        width: 90px;
        height: 90px;
    }

    .header .contain-user .btn-show-order {
        display: none;
    }

    .header .item-fast-entry .btn {
        width: 90px;
        height: 90px;
    }

}