ul,
p {
    margin: 0;
}

.banner {
    width: 100%;
    height: 312px;
    background: url(/static/images/member/banner.png);
    background-size: 100% 100%;
}

.banner h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    margin: 0 0 36px 0;
}

.banner p {
    font-size: 14px;
    font-weight: 400;
    color: #F7F7F7;
    text-align: center;
    margin-top: 21px;
}

.banner-search {
    width: 627px;
    height: 68px;
    line-height: 58px;
    padding: 5px;
    border: 5px solid rgba(0, 0, 0, .18);
    margin: 0 auto;
    background-color: #FFFFFF;
    display: flex;
}

.banner-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px;
}

.banner-search_btn {
    width: 98px;
    background-color: #15499F;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 47px;
}

.banner-search_btn img {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
    margin-right: 8px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

input:-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

input::-moz-input-placeholder {
    /* Mozilla Firefox 19+*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

.sidebar {
    width: 289px;
    margin-right: 15px;
}

.sidebar-top {
    width: 100%;
    height: 145px;
    background: url(/static/images/member/sidebar-top_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 28px 30px 25px;
}

.sidebar-top p:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #CBDFF6;
    line-height: 14px;
    margin-top: 19px;
}

.sidebar-top .sidebar-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0;
}

.sidebar-top .sidebar-title P {
    font-size: 16px;
    font-weight: 400;
    color: #F2F2F2;
    line-height: 16px;
    margin-bottom: 14px;
}

.sidebar-bottom {
    width: 100%;
    padding: 12px;
    background-color: #fff;
}

.sidebar-item {
    width: 100%;
    margin-bottom: 8px;
}

.sidebar-item_title {
    width: 100%;
    height: 62px;
    padding: 0 33px;
    background-color: #F0F0F0;
}

.sidebar-item_title h4 {
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    line-height: 18px;
    margin: 0;
    margin-left: 20px;
}

.sidebar-item ul {
    background-color: #F7F7F7;
    padding: 0 13px 10px 13px;
}

.sidebar-item ul li {
    width: 100%;
    height: 54px;
    padding-left: 45px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 54px;
    cursor: pointer;
}

.sidebar-item ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 20px;
    top: 44%;
    border-radius: 100%;
    background-color: #9CB3D7;
}

.sidebar-item ul li::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 44%;
    right: 28px;
    border-width: 1px 1px 0 0;
    border-color: #939393;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.sidebar-item .is-active {
    color: #fff;
    text-decoration: underline #8CA9D4;
    background-color: #1752A9;
}

.sidebar-item .is-active::before {
    background-color: #fff !important;
}

.sidebar-item .is-active::after {
    border-color: #fff;
}

.sidebar-item ul li:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
}

.main-content {
    flex: 1;
    background-color: #fff;
    padding: 0 15px;
}

.site-map {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    height: 65px;
    display: flex;
}

.site-map span {
    display: block;
    position: relative;
    line-height: 65px;
}

.site-map span:last-child {
    color: #1852A9;
}

.site-map span:not(:first-child) {
    margin-right: 15px;
}

.site-map span:not(:first-child, :last-child)::after {
    content: '>';
    position: absolute;
    top: -2%;
    right: -12px;
}

.tab-content {
    width: 100%;
    height: calc(100% - 64px);
    padding: 33px 14px;
    overflow: hidden;
}

.tab-item {
    width: calc(100% + 30px);
    height: 968px;
    padding-right: 30px;
    overflow-y: scroll;
    display: none;
}

.tab-item *{
    max-width: 100% !important;
}
.tab-item_con {
    width: 100%;
    height: 100%;
}

/* .tab-item a{
    display: block;
    width: 189px;
    height: 68px;
    background-color: #1752A9;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
    margin: 10px auto;
    outline: none;
} */

.tab-item ul li{
    width: 100%;
    height: 38px;
    background-color: rgba(225, 225, 225, .28);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 38px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0 20px;
}