         .containers{
                  padding: 6%;
                  background-color: rgb(246, 246, 246);
                }
                .containers .title{
                  color: #000000;
                  font-weight: 700;
                }
                .rows{
                  background-color: #fff;
                  margin: 4% 0;
                  padding: 2% 0;

                }
                .rows .columns{
                  display: flex;
                  flex-direction: row;
                  justify-content: center;
                  align-items: center;
                }
                .rows p{
                  display: inline;
                  max-width: none;
                  width: auto;
                  font-size: 2.5rem;
                  font-weight: 700;
                  color: rgb(228, 94, 14);
                  margin: 0;
                  padding: 0;
                }
                .rows span{
                  font-size: 1.5rem;
                  font-weight: 700;
                  margin-left: 5%;
                   color: #000000;
                }
                .notes{
                font-size: 1.1rem;
                margin: 2% 0;
                }
                .warning{
                font-size: 18px;

                }
        .containere {
                  display: flex;
                  justify-content: space-between;
                  align-items: center; /* 确保内容居中垂直 */
                  flex-wrap: wrap; /* 允许子元素换行 */
                  max-width: 1200px; /* 可调整的最大宽度 */
                  margin: 0 auto; /* 居中显示 */
                }
                .containere .account-type {
                  position: relative;
                  width: calc(33.33% - 20px); /* 三等分布局，减去两边间距 */
                  box-sizing: border-box;
                  padding: 20px;
                  background-color: #f5f5f5;
                  border-radius: 5px;
                  margin-bottom: 20px;
                  overflow: hidden;
                }
                .containere .cala{
                  position: absolute;
                  width: 100%;
                  height: 50%;
                  top: 0;
                  left: 0;
                  background-color: #cfc9c96e;
                  z-index: 0;
                  transform: scale(1.1) translate(-1%, -58%) rotate(354deg);
                }
                .containere .h3 {
                  color: #333;
                  font-size: 2rem;
                  font-weight: 700;
                  height: 980%;
                  padding-top: 5%;
                  padding-bottom: 10%;
                }

               .containere ul {
                  list-style: none;
                  padding: 0;
                  margin: 0;
                }

               .containere li {
                  color: #666;
                   font-size: 20px;
                  margin-bottom: 10px;
                  border-bottom: 1px #ccc solid;
                }
                .containere li:last-of-type {
                
                  border-bottom: none;
                }
                .containere li p{
                 color: #ff5e00;
                  margin-bottom: 10px;
                   font-size: 22px;
                }
                .containere button {
                  width: 190px;
                  height: 60px;
                  background-color: #e74c3c;
                  color: white;
                  border: none;
                  padding: 10px 20px;
                  border-radius: 5px;
                  cursor: pointer;
                  text-align: center;
                  text-transform: uppercase;
                  font-size: 18px;
                  font-weight: 700;
                  margin-top: 20px;
                  border-radius: 50px;
                  transition: all .5s ease;
                }

               .containere button:hover {
                  background-color: #eb3622;
                  transform: scale(1.1);
                }
               
               @media screen and (min-width: 200px) and (max-width: 1200px) {
                  .containere .account-type{
                    width: 100%;
                  }
                  .footer_text p{
                    padding: 0;
                  }
                  .note{
                    height: 82px;
                  }
                }
                @media screen and (min-width: 580) and (max-width: 1200px) {
                  .note{
                    height: 55px;
                  }
                }