.indexMain .step_1 {
    width: 100%;
    height: 130px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.indexMain .step_1 .left {
    float: left;
    height: 130px;
    width: 316px;
    border-right: 3px solid #F5F7FA;
    box-sizing: border-box;
    padding: 35px 10px 35px 30px;
}

.indexMain .step_1 .left img {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    float: left;
    margin-right: 15px;
}

.indexMain .step_1 .left .text {
    float: left;
    height: 44px;
    box-sizing: border-box;
    padding: 8px 0;
}

.indexMain .step_1 .left .text p {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    display: flex;
}

.indexMain .step_1 .left .text p:nth-child(1) {
    color: #888888;
}

.indexMain .step_1 .left .text p:nth-child(2) {
    color: #000;
}

.indexMain .step_1 .left .text .ac-name {
    display: inline-block;
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.indexMain .step_1 .right {
    float: right;
    height: 130px;
    width: 784px;
    box-sizing: border-box;
    padding: 40px 25px;
    display: flex;
    justify-content: space-between;
}

.indexMain .step_1 .right .item #getIdentity,
.indexMain .step_1 .right .item #getSecurity {
    cursor: pointer;
}

.indexMain .step_1 .right .item #getSecurity #securityLevel {
    color: #BB2828;
}

.indexMain .step_1 .right .item {
    width: 200px;
    height: 50px;
}

.indexMain .step_1 .right .item .title {
    float: left;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.indexMain .step_1 .right .item .text {
    height: 50px;
    box-sizing: border-box;
    padding: 5px 0;
}

.indexMain .step_1 .right .item .text p {
    line-height: 20px;
    font-size: 14px;
}

.indexMain .step_1 .right .item .text p:nth-child(1) {
    color: #666;
}

.indexMain .step_1 .right .item .text p:nth-child(1) img {
    height: 12px;
    margin-left: 3px;
    cursor: pointer;
}

.indexMain .step_2_3 {
    width: 100%;
    height: 230px;
    margin-top: 18px;
}

.indexMain .step_2 {
    float: left;
    width: 620px;
    height: 230px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
}

.indexMain .step_2 .left {
    float: left;
}

.indexMain .step_2 .left .title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.indexMain .step_2 .left .text {
    margin-top: 25px;
}

.indexMain .step_2 .left .text p {
    font-size: 12px;
    color: #888888;
}

.indexMain .step_2 .left .text p:nth-child(2) {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}

.indexMain .step_2 .left #goAsset {
    font-size: 12px;
    color: #BB2828;
    margin-top: 25px;
    cursor: pointer;
}

.indexMain .step_2 .right {
    float: right;
    width: 328px;
    height: 170px;
    background-color: #F5F7FA;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px;
}

.indexMain .step_2 .right .item {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 17px 10px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
}

.indexMain .step_2 .right .item img {
    display: block;
    float: left;
    height: 36px;
    margin-right: 10px;
}

.indexMain .step_2 .right .item .btn {
    display: block;
    float: right;
    margin-top: 3px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    width: 90px;
    border-radius: 5px;
}

.indexMain .step_2 .right .item:nth-child(1) .btn {
    background-color: #BB2828;
    border: 1px solid #BB2828;
    color: #fff;
}

.indexMain .step_2 .right .item:nth-child(2) {
    margin-top: 10px;
}

.indexMain .step_2 .right .item:nth-child(2) .btn {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
}

.indexMain .step_3 {
    float: right;
    width: 462px;
    height: 230px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
}

.indexMain .step_3 .title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.indexMain .step_3 .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}

.indexMain .step_4_5 {
    width: 100%;
    height: 196px;
    margin-top: 18px;
}

.indexMain .step_4 {
    float: left;
    width: 742px;
    height: 196px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
}

.indexMain .step_4 .title {
    display: flex;
    justify-content: space-between;
}

.indexMain .step_4 .title span {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.indexMain .step_4 .title a {
    color: #BB2828;
    font-size: 12px;
}

.indexMain .step_4 .box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.indexMain .step_4 .box img {
    height: 116px;
    width: 220px;
}

.indexMain .step_5 {
    float: right;
    width: 340px;
    height: 196px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
}

.indexMain .step_5 .title p:nth-child(1) {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.indexMain .step_5 .title p:nth-child(2) {
    color: #888;
    font-size: 14px;
}

.indexMain .step_5 .box {
    width: 100%;
    height: 98px;
    background-color: #F5F7FA;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.indexMain .step_5 .box .left {
    width: 130px;
    height: 100%;
    box-sizing: border-box;
    padding: 7px 0;
}

.indexMain .step_5 .box .left a {
    display: block;
    width: 100%;
}

.indexMain .step_5 .box .left a:nth-child(2) {
    margin-top: 5px;
}

.indexMain .step_5 .box .left a img {
    width: 100%;
}

.indexMain .step_5 .box .right {
    height: 100%;
}

.indexMain .step_6_7 {
    width: 100%;
    height: 318px;
    margin-top: 18px;
}

.indexMain .step_6 {
    float: left;
    width: 742px;
    height: 318px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
}

.indexMain .step_6 .titleBox {
    display: flex;
    justify-content: space-between;
}

.indexMain .step_6 .titleBox span {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.indexMain .step_6 .titleBox a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #BB2828;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
}

.indexMain .step_6 .box {
    width: 100%;
    margin-top: 15px;
}

.indexMain .step_6 .box .line {
    display: flex;
    justify-content: space-between;
}

.indexMain .step_6 .box .line span {
    width: 25%;
    text-align: center;
}

.indexMain .step_6 .box .line span:nth-child(1) {
    text-align: left;
}

.indexMain .step_6 .box .line span:nth-child(4) {
    text-align: right;
}

.indexMain .step_6 .box .th {
    color: #CBCBCB;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.indexMain .step_6 .box .td {
    color: #333;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 7px;
}

.indexMain .step_6 .box .td img {
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.indexMain .step_7 {
    float: right;
    width: 340px;
    height: 318px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
}

.indexMain .step_7 .titleBox {
    display: flex;
    justify-content: space-between;
}

.indexMain .step_7 .titleBox span {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.indexMain .step_7 .titleBox a {
    color: #BB2828;
    font-size: 12px;
}

.indexMain .step_7 .box {
    width: 100%;
    margin-top: 15px;
    height: 250px;

}

.indexMain .step_7 .box .list {
    width: 100%;
    height: 220px;
    overflow-y: scroll;
}

.indexMain .step_7 .box .item {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #888888;
    display: flex;
}

.indexMain .step_7 .box .item span:nth-child(1) {
    display: inline-block;
    width: 124px;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexMain .step_7 .box .item span:nth-child(2) {
    display: inline-block;
    width: 124px;
    text-align: right;

}

.indexMain .step_7 .box .getMore {
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888888;
    cursor: pointer;
    text-align: center;
    margin-top: 2px;
}