/**
    通用部分
 */
html{
    width: 100%;
    padding: 0;
    height: 100%;
    margin: 0;
    background-color: #f3eaf1;
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url(../images/main_bg.png) no-repeat;
    background-size: 100% 100%;
}

.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;
}

.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;
}
.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;
}
.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
}

.top {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 230px;
    background-color: rgba(255,255,255,0.3);
    border: 1px #eee solid;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.title {
    font-size: 13px;
    color: #516068;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    height: 10%;
    margin-left: 5%;
}

.hx_normal {
    width: 80%;
    height: 15px;
    background: url(../images/hx_caise.png) no-repeat;
    background-size: 100% 100%;
}

.hx_normal2 {
    width: 100%;
    height: 15px;
    background: url(../images/hx_caise.png) no-repeat;
    background-size: 100% 100%;
}

.dimg {
    height: 85%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dimg img {
    height: 90%;
    max-width: 80%;
    object-fit: contain;
}

.tip {
    width: 100%;
    height: 40px;
    background-color: #8c8fbb;
    color: white;
    font-size: 15px;
    margin-top: 7px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 7%;
}

.tx {
    width: 88%;
    display: flex;
    flex-direction: row;
    margin: 6%;
}
.bottom_item{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.bottom_item img{
    height: 50%;
    object-fit: contain;
}
.menu {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    display: flex;
    flex-direction: row;
    min-height: 80px;
}

.st {
    width: 13px;
    min-height: 100%;
    background: url(../images/csst.png) no-repeat;
    background-size: 100% 100%;
}
.tx_content{
    font-size: 13px;
    color: #516068;
    flex: 1;
    margin-left: 21px;
}