﻿.SecBg1 {
background-color: rgb(233, 203, 250);
}
.SecBg2 {
    /*red*/
background-color: rgb(201, 25, 18);
}
.SecBg3 {
    /*棕色*/
background-color: rgb(126, 81, 49);
}
.SecBg4{
    /*天蓝*/
background-color: rgb(29, 101, 139);
}
.SecBg5 {
    /*暗黑*/
background-color: rgb(20, 23, 35);
}
.SecBg6 {
    /*灰青*/
background-color: rgb(137, 153, 168);
}
.SecBg7 {
    /*紫色*/
background-color: rgb(145, 76, 122);
}
.SecBg8 {
    /*天蓝2*/
background-color: rgb(77, 206, 241);
}
.SecBg9 {
    /*桔红*/
background-color: rgb(216, 64, 41);
}
.SecBg10 {
    /*蓝黑*/
background-color: rgb(24, 38, 54);
}
