#app{
    width: 100%;
    background: #fff !important;
}
.middleWrap{
    width: 100%;
    margin: 0 auto;
}
.middle_container{
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
}
.bar{
	height:70px;
	border-bottom:5px solid #1540B8;
	display: flex;
    align-items: center;
    margin-top:20px;
    margin-bottom:20px;
    justify-content: space-between;
    position: relative;
}
.bar .title{
	height:45px;
	line-height:45px;
	font-size:26px;
	color:#1540B8;
	font-weight:bold;
	font-family:宋体;
}
.bar img{
    margin-top: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.bar1{
    height: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.bar1_icon{
	width:338px;
	height:203px;
	position:relative;
	cursor:pointer;
	background:url('../../web/images/wsbpage/bg.png');
	display:flex;
	align-items: center;
}
.bar1_icon > img:nth-child(1){
	margin-left:40px;
}
.bar1_icon > div:nth-child(2){
	margin-left:30px;
}
.bar1_icon .text{
	box-sizing:border-box;
	height:40px;
	line-height:40px;
    font-size: 28px;
    font-weight: bold;
    color:white;
}
.bar1_icon .subText{
	box-sizing:border-box;
	line-height:25px;
	font-size:18px;
	color:white;
	margin-top:20px;
}
.bar1_icon .tips{
    position:absolute;
    bottom: 0;
    left: 0;
    color: white;
    height: 45px;
    font-size: 16px;
    background:url(../../web/images/wsbpage/tiao.png);
    width: 338px;
    display: flex;
    align-items: center;
}
.bar1_icon .tips span{
    padding: 0 20px;
    border-right:1px solid #7A92D5;
}
.bar1_icon .tips span:nth-child(3){
    border: none;
}
.bar2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 180px;
}
.bar2_icon{
	width:160px;
	height:160px;
	background-image: url('../../web/images/wsbpage/quter1.png');
	background-size:100% 100%;
	padding: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.bar2_icon img{
	width:50px;
}
.bar2_icon span{
	font-size:18px;
	color:#1540B8;
	font-weight:600;
}
.bar2_icon_out{
    height: 125px;
    width: 112px;
    overflow: hidden;
}
.bar2_icon .text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #444;
    padding: 15px 0;
}

.bar2_icon .normal{
    width: 112px;
    margin-bottom:80px;
}
.bar2_icon:hover .bar2_icon_in{
    transform: translateY(-210px);
    transition:.5s 
}
.bar2_icon_in{
    transition:.5s
}
.bar3{
	height:205px;
	width:100%;
	display:flex;
	justify-content: space-between;
}
.bar3 > div:nth-child(1){
	height:200px;
	width:200px;
	background-image: url('../../web/images/wsbpage/circle1.png');
	background-size:100% 100%;
	padding: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing:border-box;
    cursor:pointer;
}
.bar3 > div:nth-child(1) > span{
	font-size:18px;
	color:#1540B8;
	font-weight:600;
}
.bar3 > div:nth-child(2){
	height:200px;
	width:1000px;
	background-image: url('../../web/images/wsbpage/kuang.png');
	background-size:100% 100%;
	display:flex;
    justify-content: space-around;
    align-items: center;
}
.bar3 > div:nth-child(2) > div{
	display: flex;
    flex-direction: column;
    align-items: center;
    cursor:pointer;
}
.bar3 > div:nth-child(2) > div > span{
	line-height:37px;
	font-size:18px;
	color:#1540B8;
	margin-top:20px;
	font-weight:600;
}
.bolang{
    height: 152px;
    width: 100%;
    background: url('../../web/images/masterpage/bolang.png') no-repeat ;
    background-size:100% 100%;
}
.bottom_login{
    height: 113px;
    width: 100%;
    background: url('../../web/images/masterpage/bottom_login.png') no-repeat ;
    background-size:100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
}
.bottom_login span{
    height: 33px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 20px;
    cursor:pointer;
}
.bottom_login .login{
    background: #50bae4;
    font-size: 18px;
}
.bottom_login .link{
    font-size: 20px;
    background: #f7b500;
}
.zcfg_content{
	padding:  20px 50px;
}
.zcfg_content>div{
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}
.zcfg_content>div span{
	color: #4b4b4b;
}
.jcBar{
	width:100%;
	height:200px;
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.jcBar>div{
	height:150px;
	width:150px;
	border-radius:75px;
	cursor:pointer;
}
.jcBar>div:nth-child(1){
	background:url(../../web/images/masterpage/ljbj.png);	
	background-size:100% 100%;
}
.jcBar>div:nth-child(1):hover{
	background:url(../../web/images/masterpage/ljbj-s.png);	
	background-size:100% 100%;
}
.jcBar>div:nth-child(2){
	background:url(../../web/images/masterpage/bjxz.png);	
	background-size:100% 100%;
}
.jcBar>div:nth-child(2):hover{
	background:url(../../web/images/masterpage/bjxz-s.png);	
	background-size:100% 100%;
}
.jcBar>div:nth-child(3){
	background:url(../../web/images/masterpage/jjbj.png);	
	background-size:100% 100%;
}
.jcBar>div:nth-child(3):hover{
	background:url(../../web/images/masterpage/jjbj-s.png);	
	background-size:100% 100%;
}

.mydpj{
    padding: 35px;
    min-height: 900px;
}
.mydpj .list .item{
    display: flex;
    font-size: 16px;
    color: #6e7071;
    display: flex;
    align-items: center;
}
.mydpj .list .item .name{
    padding-left: 25px;
}
.mydpj .list .item .choose{
    font-size: 24px;
    color: #7ed924;
    font-weight: bolder;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mydpj .list .item .time{
    flex: 1;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
    color: #2e2e32;
}
.mydpj .list .item .rank{
    flex: 0 0 140px;
}
.mydpj .list .item:nth-child(even){
    height: 64px;
}
.mydpj .list .item:nth-child(odd){
    height: 54px;
    background: #e8f3ff;
}
.mydpj .chooseRank{
    margin-top: 40px;
    font-size: 16px;
    color: #7f7f81;
    height: 30px;
    display: flex;
    align-items: center;
}
.mydpj .chooseRank svg{
    cursor: pointer;
}
.mydpj .chooseRank svg.active path{
    fill: #f7b500;
}
.mydpj .suggest{
    font-size: 16px;
    color: #7f7f81;
    margin-top: 20px;
}
.mydpj .textTitle{
    border: 1px solid #ccc;
    border-bottom: none;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 20px;
}

.jdcx .list .item{
    display: flex;
    font-size: 16px;
    color: #6e7071;
    display: flex;
    align-items: center;
}
.jdcx .list .item .name{
    padding-left: 25px;
    font-size: 18px;
}
.jdcx .list .item .choose{
    font-size: 24px;
    color: #7ed924;
    font-weight: bolder;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jdcx .list .item .time{
    flex: 1;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
    color: #666;
}
.jdcx .list .item .progress{
    font-size: 18px;
    padding-right: 20px;
}
.jdcx .list .item .rank{
    flex: 0 0 140px;
}
.jdcx .list .item:nth-child(even){
    height: 64px;
}
.jdcx .list .item:nth-child(odd){
    height: 54px;
    background: #e8f3ff;
}
.bar8{
    display: flex;
    justify-content: space-between;
}
.bar8>div, .bar9>div{
    width: 180px;
    height: 80px;
    text-align: center;
    color: #1540B8;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: table;
    border: 2px solid #1540B8;
    box-shadow:0px 15px 10px -15px #000;
}
.bar8>div>div,.bar9>div>div{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.bar9{
    display: flex;
    justify-content: flex-start;
}
.more{
    position: absolute;
    content: '更多 》》';
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #1540B8;
    text-align: center;
    cursor: pointer;
    right: 0;
    font-weight: bold;
}