#header {
    height: 192px;
}

.header-top {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
}

.header-top-register {
    font-size: 16px;
    color: #666;
    padding-left: 32px;
    background: url("../images/icon_user.png") 0 center no-repeat;
}

.header-top-search {
    margin: 11px 30px 0 0;
    width: 260px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.header-top-input {
    width: calc(100% - 46px);
    height: 100%;
    padding-left: 14px;
    font-family: "SourceHanSansCN-Medium";
}

.header-top-input::placeholder {
    color: #999;
}

.header-top-btn {
    width: 46px;
    height: 100%;
    cursor: pointer;
    background: url("../images/icon_search.png") center center no-repeat;
}


/* 头部正文 */
.header-main {
    height: 132px;
    background: url("../images/header_bg.jpg") center center no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-main>div {
    position: relative;
}

.header-main-title {
    float: left;
    margin-top: 30px;
}

.header-main-address {
    float: left;
    margin: 65px 0 0 30px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.header-main-address>i {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 16px;
    margin: 10px 10px 0 0;
    background: url("../images/icon_address.png") center center no-repeat;
}

.header-address {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 127px;
    height: 160px;
    padding: 5px 25px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 20px 0px rgba(0, 20, 109, 0.33);
    z-index: 999;
}

.header-address:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 7px;
    left: 416px;
    top: -7px;
    background: url("../images/icon_up.png") center center no-repeat;
}


.header-address-top {
    height: 51px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.header-address-type {
    float: left;
    width: 153px;
    text-align: right;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: "SourceHanSansCN-Medium";
}

.header-address-bottom {
    padding: 9px 0;
}

.header-address-area {
    float: left;
    width: calc(100% - 153px);
    font-size: 0;
    font-size-adjust: none;
    margin-top: -12px;
    margin-left: -22px;
}

.header-address-name {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    padding: 0 17px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 22px;
}


.header-address-name.active {
    color: #fff;
    background: #1060e2;
}


.nav-items {
    float: right;
    margin-top: 51px;
}

.nav-item {
    position: relative;
    float: left;
    height: 80px;
    line-height: 80px;
    padding: 0 5px;
    margin-left: 32px;
    font-size: 24px;
}

.nav-item>a {
    color: #c8cdf3;
}

.nav-item.active:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #fff;
}

.nav-item.active>a {
    color: #fff;
}

.nav-item:first-child {
    margin-left: 0;
}

/* 地址 */
.address {
    height: 58px;
    line-height: 24px;
    padding: 17px 0 17px 22px;
    font-size: 16px;
    color: #666;
    background: url("../images/icon_address1.png") 0 center no-repeat;
}

.address>a {
    color: #666;
}

.address>span {
    color: #1060e2;
}


/* pager */

.m-pagination-page>li.active>a {
    color: #1060e2;
    background: #fff;
}

.m-pagination-page>li>a,
.m-pagination-size>select {
    border-radius: 4px;
}

.m-pagination-group>input {
    border-radius: 4px 0 0 4px;
    height: 32px;
    box-sizing: border-box
}

.m-pagination-group>button {
    border-radius: 0 4px 4px 0;
    height: 32px;
    box-sizing: border-box
}

.m-pagination-page>li>a {
    height: 32px;
    line-height: 30px;
    box-sizing: border-box
}


/* tree */
.wb-tree-items {
    margin-top: 15px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-node {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    background: #ebf3ff;
    cursor: pointer;
}

.wb-tree-tt {
    color: #68768d;
}

.wb-tree-iconl {
    float: left;
    width: 24px;
    height: 22px;
    margin-top: 14px;
    margin-left: 33px;
    margin-right: 20px;
    background: center center no-repeat;
}

.current .wb-tree-node {
    background: #4584eb;
}

.current .wb-tree-tt {
    color: #fff;
}

.wb-tree-sub {
    display: none;
    padding: 15px 0 10px 0;
}

.wb-tree-item {
    margin-top: 10px;
}

.wb-tree-item:first-child {
    margin-top: 0;
}

.wb-tree-item>a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 62px;
    cursor: pointer;
    background: url("../images/tradeInfo/icon_dot.jpg") 43px center no-repeat;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.active {
    color: #1060e2;
    background-color: #ebf3ff;
}

.wb-tree-item>a:hover:after,
.wb-tree-item>a.active:after {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #4584eb;
}

.current .wb-tree-sub {
    display: block;
}



/* navigation */
.navigation-item {
    margin-top: 15px;
}

.navigation-item:first-child {
    margin-top: 10px;
}

.navigation-item-cont {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #ebf3ff;
    border-radius: 4px;
}

.navigation-item-icon {
    float: left;
    width: 24px;
    height: 22px;
    margin-top: 14px;
    margin-left: 33px;
    margin-right: 20px;
    background: center center no-repeat;
}

.navigation-item.active .navigation-item-cont {
    background: #4584eb;
}


.navigation-item-name {
    font-size: 18px;
    color: #68768d;
    font-weight: bold;
}

.navigation-item.active .navigation-item-name {
    color: #fff;
}
