.fish{
    background-color: #dbe3ed;
    margin-left: auto;
    margin-right: auto;
}
.fish-top{
    display: flex;/*内容水平排列*/
    justify-content: space-between;/*内容对齐*/

}
.fish-top-end{
    width: 5%;
    height:0;
    padding-bottom: 30%;
}
.fish-top-left{

    width: 30%;
    display: flex;/*内容水平排列*/
    position: relative;/*此处设定其内容相对定位*/
}
.fish-top-left-left{
    position: absolute;
    width: 30%;
    height: 100%;

}
.fish-top-left-right{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 30%;

    background: linear-gradient(to top right,
    transparent 0%,
    transparent calc(50% - 2px),
    #1069B2 50%,
    transparent calc(50% + 2px),
    transparent 100%
    );
}
.fish-top-left-dangling{

    width: 70%;/*此处设定其与斜线平行*/
    height: 100%;
    display: flex;
    flex-direction: column; /*设置垂直平分空间*/
    z-index: 999
}
.fish-top-middle{

    width: 30%;
    display: flex;/*内容水平排列*/

    position: relative;/*此处设定其内容相对定位*/
}
.fish-top-middle-left{
    position: absolute;
    width: 30%;
    height: 100%;

}
.fish-top-middle-right{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 30%;

    background: linear-gradient(to top right,
    transparent 0%,
    transparent calc(50% - 2px),
    #1069B2 50%,
    transparent calc(50% + 2px),
    transparent 100%
    );
}
.fish-top-middle-dangling{

    width: 70%;/*此处设定其与斜线平行*/
    height: 100%;
    display: flex;
    flex-direction: column; /*设置垂直平分空间*/
    z-index: 999
}
.fish-top-right{

    width: 30%;
    display: flex;/*内容水平排列*/

    position: relative;/*此处设定其内容相对定位*/
}
.fish-top-right-left{
    position: absolute;
    width: 30%;
    height: 100%;

}
.fish-top-right-right{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 30%;

    background: linear-gradient(to top right,
    transparent 0%,
    transparent calc(50% - 2px),
    #1069B2 50%,
    transparent calc(50% + 2px),
    transparent 100%
    );
}
.fish-top-right-dangling{

    width: 70%;/*此处设定其与斜线平行*/
    height: 100%;
    display: flex;
    flex-direction: column; /*设置垂直平分空间*/
    z-index: 999
}
.top-dangling-con{
    white-space: nowrap;
    flex-grow: 1;
    height: auto;
    box-sizing:border-box;
}
.down-dangling-con{
    white-space: nowrap;
    flex-grow: 1;
    height: auto;
    box-sizing:border-box;

}
.fish-top-neck{
    width: 5%;
}
.fish-top-hand{
    width: 5%;
}
.fish-middle{
    width: 100%;
    display: flex;/*内容水平排列*/
    justify-content: space-between;/*内容对齐*/
}

.fish-middle-end{
    margin-top: 0.8vw;
    width: 5%;
    height:0;
    padding-bottom: 5%;/*中间鱼骨的高度*/
    background-color: #2c56b1;
}
.fish-middle-left{
    margin-top: 0.8vw;
    width: 30%;
    height:0;
    padding-bottom: 5%;
    background-color: #f90fff;
    text-align: center;
    align-items: center;
}
.fish-middle-middle{
    margin-top: 0.8vw;
    width: 30%;
    height:0;
    padding-bottom: 5%;
    background-color: #ff0022;
    text-align: center;
}
.fish-middle-right{
    margin-top: 0.8vw;
    width: 30%;
    height:0;
    padding-bottom: 5%;
    background-color: #03fcff;
    text-align: center;
}
.fish-middle-neck{
    background-color: #0aff2f;
}
.fish-middle-hand{
    height: 0;
    border-top: 3vw solid transparent;
    border-top-color: #dbe3ed;
    border-bottom: 3vw solid transparent;
    border-bottom-color: #dbe3ed;
    border-left: 4vw solid #23468c;
}
/*    底部设置*/
.fish-down{
    display: flex;/*内容水平排列*/
    justify-content: space-between;/*内容对齐*/

}
.fish-down-end{
    width: 5%;
    height:0;
    padding-bottom: 30%;
}
.fish-down-left{

    width: 30%;
    display: flex;/*内容水平排列*/
    position: relative;/*此处设定其内容相对定位*/
}
.fish-down-left-left{
    position: absolute;
    width: 30%;
    height: 100%;

}
.fish-down-left-right{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 30%;

    background: linear-gradient(to top left,
    transparent 0%,
    transparent calc(50% - 2px),
    #1069B2 50%,
    transparent calc(50% + 2px),
    transparent 100%
    );
}
.fish-down-left-dangling{

    width: 90%;/*此处设定其与斜线平行*/
    height: 100%;
    display: flex;
    flex-direction: column; /*设置垂直平分空间*/
    text-align: right;
    z-index: 999
}
.fish-down-middle{

    width: 30%;
    display: flex;/*内容水平排列*/

    position: relative;/*此处设定其内容相对定位*/
}
.fish-down-middle-left{
    position: absolute;
    width: 30%;
    height: 100%;

}
.fish-down-middle-right{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 30%;

    background: linear-gradient(to top left,
    transparent 0%,
    transparent calc(50% - 2px),
    #1069B2 50%,
    transparent calc(50% + 2px),
    transparent 100%
    );
}
.fish-down-middle-dangling{

    width: 70%;/*此处设定其与斜线平行*/
    height: 100%;
    display: flex;
    flex-direction: column; /*设置垂直平分空间*/
    text-align: right;
    z-index: 999
}
.fish-down-right{

    width: 30%;
    display: flex;/*内容水平排列*/

    position: relative;/*此处设定其内容相对定位*/
}
.fish-down-right-left{
    position: absolute;
    width: 30%;
    height: 100%;

}
.fish-down-right-right{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 30%;
    background: linear-gradient(to top left,
    transparent 0%,
    transparent calc(50% - 2px),
    #1069B2 50%,
    transparent calc(50% + 2px),
    transparent 100%
    );
}
.fish-down-right-dangling{

    width: 70%;/*此处设定其与斜线平行*/
    height: 100%;
    display: flex;
    flex-direction: column; /*设置垂直平分空间*/
    text-align: right;
    z-index: 999
}
.fish-down-neck{
    width: 5%;
}
.fish-down-hand{
    width: 5%;
}
