.software-left-picture{
    width: 100%;
    height: 500px;
}
.software-box-left{
    width: 25%;
    height: 500px;
    /* border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black; */
    float: left;
    margin-left: 18.5%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
}
.software-box-left button{
    width: 20%;
    background-color: #fff;
    border: none;
}
.software-box-left button:first-child img{
    transform:rotate(180deg);
}
.software-box-left div:first-child,.software-box-left div:last-child{
    width: 20%;
    height: 500px;
    background-color: #eee;
    opacity: 0.5;
    position: relative;
}
.software-box-left div:nth-child(2){
    width: 60%;
    height: 500px;
}
.software-box-left div:first-child img{
    transform:rotate(180deg);
}
.software-box-left div:first-child img,.software-box-left div:last-child img{
    position: absolute;
    left: 35%;
    width: 30%;
    height: 15%;
    top: 40%;
}
.software-box-left div:nth-child(2) img{
    width: 70%;
    margin-left: 15%;
    margin-top: 20%;
}
.software-right{
    width: 800px;
    height: 500px;
    /* border-right: 1px solid black; */
    float: left;
    /* border-top: 1px solid black; */
    margin-top: 30px;
}
.software-right-top{
    width: 100%;
    height: 70%;
}
.software-right-top h3{
    margin-top: 8%;
    margin-left: 1%;
}
.software-right-content{
    margin-left: 1%;
    margin-top: 5%;
}
.software-right-content p:last-child{
    margin-top: -2%;
}
.software-right-bottom{
    width: 100%;
    height: 30%;
    text-align: right;
    margin-right: 2%;
    color: #fff;
}
.software-right-bottom button{
    width: 15%;
    font-size: 15px;
    height: 30%;
    border-radius: 10px;
    color: #fff;
    margin-left: 1%;
}
.software-right-bottom button a{
    color: #fff;
}
.software-right-bottom button:first-child{
    border: 1px solid rgb(8, 143, 253);
    background-color: rgb(8, 143, 253);
}
.software-right-bottom button:nth-child(2){
    border: 1px solid black;
    background-color: black;
}
.software-right-bottom button:last-child{
    border: 1px solid green;
    background-color: green;
    margin-right: 10%;
}
.software-progress{
    width: 159.8%;
    height: 80px;
    border: 1px solid black;
    margin-left: -59.9%;
    display: flex;
    flex-wrap: nowrap;
    line-height: 80px;
    margin-top: -8%;
}
.software-progress-all{
    margin-left: 25%;
}
.software-progress-points{
    margin-left: 5%;
}
.software-progress-paging{
    width: 30%;
    height: 100%;
    margin-left: 2%;
    display: flex;
    flex-wrap: nowrap;
}
.software-progress-paging div{
    width: 13%;
    height: 50px;
    border: 1px solid rgb(15, 15, 15);
    margin-left: 3%;
    margin-top: 3%;
    line-height: 50px;
    text-align: center;
}
.software-progress-travel{
    margin-left: 2%;
}

.sof-r-c p:nth-child(2),.sof-r-c p:nth-child(3),.sof-r-c p:nth-child(5){
    margin-top: -1.8%;
}
.sof-but{
    width: 97%;
    height: 26%;
    text-align: left;
    margin-left: 1.5%;
    margin-top: 2%;
    border-top: 3px solid #e8e1e1;
}
.sof-left{
    width: 25%;
    height: 35%;
    float: left;
    margin-left: 18%;
    margin-top: 5%;
    border-radius: 22px;
    position: relative;
    color: #fff;
}
.sof-left img{
    position: absolute;
    left: 15%;
    top: 20%;
}
.sof-left:first-child{
    background-color: #50d0f4;
}
.sof-left:last-child{
    background-color: #8a8e98;
    margin-left: 15%;
}
.sof-left div{
    text-align: left;
    padding-left: 35%;
}
.code-soft{
    width: 250px;
    height: 250px;
    border: 1px solid red;
    position: absolute;
    left: 40%;
    top: 135%;
    background-color: greenyellow;
}
.code-soft{
    width: 250px;
    height: 250px;
    border: 1px solid red;
    position: absolute;
    left: 46%;
    top: 76%;
    background-color: greenyellow;display: none;
}