
.indexbg{ background:#efefef;}


.account{ margin-top:50px; }
.account .container{ display:flex; justify-content:space-between; padding-bottom:100px; } 
.account .container .left{ width:calc(100% - 700px); }
.account .container .left>h2{ font-size:42px; font-weight:bold; }
.account .container .left>h4{ font-size:42px; font-weight:bold; color:#093cbf; margin-top:10px; margin-bottom:50px; }
.account .container .left>p{ margin-top:30px; color:#999; font-size:16px; }

.account .container .left ul li{ margin-top:30px; }
.account .container .left ul li img{ height:50px; }
.account .container .left ul li div{ display:flex; }
.account .container .left ul li div dd:nth-child(1){ margin-right:20px; }
.account .container .left ul li div h4{ font-size:24px; font-weight:bold; margin-bottom:10px; }
.account .container .left ul li div p{ font-size:16px; }
.account .container .left ul li dl{ background:#85bcf4; height:5px; margin-top:30px; }
.account .container .left ul li dl dd{ background:#093cbf; height: 5px; width:200px; }

.account .container .right{width:600px; margin-top:60px; }
.account .container .right .title h4{ text-align:center; font-size:24px; font-weight:bold; margin-bottom:80px; display: flex; justify-content: center;}
.account .container .right .title h4 i{ width:5px; height:5px; background:#e68b11; display: block; width:10px; height:10px; margin:12px 30px; }

.account .container .right .ewm{ display:flex; flex-wrap:wrap; }
.account .container .right dd{ margin-right:50px; width: calc((100% - 50px) / 2); text-align: center; margin-bottom: 50px;}
.account .container .right dd label{margin: 0 auto; display: block; background:#093cbf; padding:20px; border-radius:10px; }
.account .container .right dd:nth-child(2n){ margin-right:0; }
.account .container .right dd img{ width:100%;}
.account .container .right dd p{ margin-top:20px; font-weight:bold; font-size:18px; color:#000; }

