@CHARSET "UTF-8";
#left {
    width: 302px;
    display: inline-block;
}

#right {
    width: calc(100% - 342px);
    display: inline-block;
    margin-right: 30px;
    padding-left: 20px;
}

.left_title {
    width: 100%;
    border-radius: 4px;
}

.left_titleT {
    margin-bottom: 18px;
    border-bottom: 1px var(--gb-color) dashed;padding-bottom: 10px;
}

.left_titleT span {
    font-size: 22px;
    /*color: #fff;*/
}
.left_tab {
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
}

.left_tab a {
    text-align: center;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius:10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background: var(--gb-background);
}

.left_tab a.active, .left_tab a:hover {
    color: #FFFFFF;
    font-weight: 600;
}

.left_tab a:last-child {
    border: none;
}

.left_tab a > img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: text-top;
}
.guide {
    width: 100%;
    min-height: 315px;
    background-color: #FFFFFF;
    border: 1px #dddddd solid;
    margin-top: 6px;
    border-radius: 4px;
}

.guide_top {
    height: 55px;
    line-height: 55px;
    text-indent: 2em;
    color: #CC3300;
    font-size: 15px;
    font-weight: bold;
    background-color: #fafafa;
    border-bottom: 1px #dddddd solid;
}

.guide ul {
    padding: 8px 8px 0 20px;
}

.guide ul li {
    line-height: 30px;
}

.login {
    margin-top: 8px;
    display: block;
}

.right_top {
    width: 100%;
    border-bottom: 1px #dddddd solid;
    height: 40px;
    line-height: 43px;
    padding: 0 20px;
    background-color: #ededed;
}

.right_top img {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: text-bottom;
    margin-right: 6px;
}

#right>ul {
    /*width: 700px;*/
    /*margin: 1rem auto;*/
    min-height: 350px;
    padding: 2rem 0;
}

#right>ul>li {
    width: 100%;
    /*display: block;*/
    height: 35px;
    line-height: 35px;
    list-style: none;
    border-bottom: 1px #dddddd dashed;
    /*padding-left: 30px;*/
}
