/*member/index页面css*/
.tabside td{border:1px solid #e9e9e9;vertical-align:middle;padding:10px;}
td.first{position:relative;width:120px;height:66px;}
td.first:before{
content: "";
position: absolute;
width: 1px;
height:165px;/*这里需要自己调整，根据td的宽度和高度*/
top:0;
left:0;
background-color: #e9e9e9;
display: block;
transform: rotate(-58deg);/*这里需要自己调整，根据线的位置*/
transform-origin: top;
}
.tabside tr:nth-child(2) td{color:#f40;font-size:16px;}
.tabside td.first span{}
.tabside td.first span{position:absolute;display:inline-block;}
.tabside td.first span:first-child{right:15px;top:15px;}
.tabside td.first span:last-child{left:15px;bottom:15px;}
.tabside tr:not(:first-child) td:first-child{font-weight:bold;font-size:14px;color:darkblue;}
.tabside tr:first-child td img{height:46px;}
.mybg1 {
    background: #5e57d9 url(../../../images/niutou/mybg1.jpg) no-repeat center top;
    height: 350px;
    width: 100%;
}