/**
    通用部分
 */
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;
}
.top {
    width: 100%;

}
.top_img{
    width: 100%;
    object-fit: contain;
}
.hx {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}
.content{
    width: 100%;
    min-height: 66%;
    background: url(../images/common_bg.png) no-repeat;
    display: flex;
    flex-direction: column;
    background-size: 100% 100%;
    padding-bottom: 10px;
}

.list{
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    display: flex;
    flex-direction: column;
}
.item{
    width: 98%;
    height: 40px;
    display: flex;
    flex-direction: row;

}
.hr_normal {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    height: 20px;
    background: url(../images/hr_normal.png) no-repeat;
    background-size: 100% 100%;
}
.item_left{
    width: 45px;
    height: 44px;
    margin-top: -1px;
    background: url(../images/wd.png) no-repeat;
    background-size: 100% 100%;
}
.item_right{
    flex: 1;
    margin-left: -4px;
    border-radius: 0px 5px 5px 0px;
    border:1px #ccc solid;
    border-left: 0px;
    height: 42px;
    display: flex;
    flex-direction: row;
}
.name{
    width:80%;
    margin-left: 10%;
    font-size: 12px;
    font-weight: 600;
    color: #516068;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}
.icon{
    width: 10%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.icon img{
    width: 20px;
    height: 14px;
}
.second{
    margin-left: 45px;
    width: 82%;
    margin-top: 2px;
    display: flex;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    flex-direction: row;
}
.second img{
    padding-top: 10px;
    padding-bottom: 10px;
    width:20px;
    margin:auto;
}
.second_list{
    flex: 1;
    min-height: 70px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left:1px dashed #c7c7c7;
    padding: 7px;
    color: #516068;
    font-size: 11px;
    letter-spacing: 1px;
}
.second_list p{
    line-height: 25px;
}
.active{
    display: block;
}
.normal{
    display: none;
}

