.module-2{
    background-color: #fff271a8;
    display: flex;
    width: 100%;
    height: 650px;}

.module-2_space{
    width: 225px;}

.module-2_main{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: aqua;}

.module-2_main-title{
    width: 100%;
    padding: 15px 0px 15px 0px;
    font-size: 35px;}

.module-2_main-content{
    display: flex;
    height: 100%;}

.module-2_main-content-image{
    display: flex;
    flex-direction: column;
    width: 58.5%}

.module-2_main-content-image-preview{
    height: 83%;
    width: 100%;
    background-image: conic-gradient(red, yellow, green, blue, black)}

.module-2_main-content-image-select{
    display: flex;
    padding-top: 5px;
    height: 17%;
    width: 100%;}

.module-2_main-content-image-select-image-space{
    width: 20%;
    height: 100%;}

.module-2_main-content-image-select-image1{
    width: 20%;
    height: 95%;
    background-image: conic-gradient(red, yellow, green, blue, black)}

.module-2_main-content-image-select-image2{
    width: 20%;
    height: 95%;}

.module-2_main-content-image-select-image3{
    width: 20%;
    height: 95%;}

.on{
    width: 100%;
    height: 5%;
    background-color: darkorange;}

.module-2_main-content-about{
    width: 41.5%;}









