/**
    通用部分
 */
body, html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.topbar {
    width: 100%;
    height: 7%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    background-color: #f3fbff;
}

.left {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.left img {
    width: 16px;
    height: 21px;
}
.right {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.right img {
    width: 24px;
    height: 24px;
}
.center {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.center img {
    height: 50%;
    object-fit: contain;
}

.content {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
}

.content_left {
    width: 24%;
    height: 100%;
    margin-top: 5%;
}

.content_right {
    width: 71%;
    height: 100%;
    padding: 3%;
    margin-top: 5%;
}

.item-first {
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 550;
    color: #333;
    align-items: center;
}

.item-first img {
    width: 3px;
    height: 70%;
    display: none;
}
.first_selected img{
    display: block;
}
.item-first span {
    margin-left: 10px;
}

.line {
    width: 1px;
    min-height: 100%;
    background-color: #aaaaaa;
}

.item-line {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}

.item-second {
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    align-items: center;
}

.item-second span {
    margin-left: 10px;
    min-height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
}


.second_selected span{
    margin-left: 10px;
    min-height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.right_item {
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
    margin-top: 5px;
}

.right_item .img {
    height: 65%;
}

.right_item .img img {
    width: 100%;
    height: 99%;
}

.right_item .name {
    width: 100%;
    height: 16%;
    display: flex;
    font-size: 11px;
    align-items: center;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin-X: left;
}

.right_item .lines {
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
    margin-top: 3px;
}

.right_item .msg {
    width: 100%;
    height: 17%;
    display: flex;
    font-size: 10px;
    color: #777777;
    align-items: center;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin-X: left;
}
.content_title{
    font-size: 22px;
    color: #333;
}
.content_right p{
    text-indent:2em;
    margin-top: 10px;
    font-size: 13px;
}
.title{
    width: 100%;
    height: 50px;
    min-height: 50px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line_hr{
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
}
.des{
    width: 96%;
    margin: 2%;
}