@media (min-width: 960px) {
  .header {
    box-sizing: border-box;
    width: 100%;
    height: 7%;
    /* position: fixed; */
    z-index: 10;
    /* padding: 5rem 7rem; */
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0F95D0, #014274);
    background-size: cover;
    background-position: center;
    box-shadow: 0rem 0rem 10rem 4rem rgba(161, 161, 161, 0.5);
    display: flex;
    justify-content: center !important; /* 覆盖 flex-start */
    align-items: center;
    gap: 20px;
  }

  .header .left .logo_img .logo_img_icon {
    height: 10rem;
    padding-left: 95rem;
  }


  .header .right {
    width: 7rem;
    height: 4rem;
  }

  .header .right img {
    width: 100%;
    height: 100%;
  }

  .search {
    display: none;
  }

  .search_pc {
    box-sizing: border-box;
    width: calc(30%);
    height: 10rem;
    margin-top: 4rem;
    padding: 0rem 15rem;
    margin-right: 20rem;
  }

  .search_pc .search_box {
    border-radius: 50rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(157, 157, 157, 0.5);
  }

  .search_pc .search_box .search_icon {
    width: 5rem;
    height: 5rem;
    padding: 1rem;
  }

  .search_pc .search_box .search_icon img {
    width: 100%;
    height: 100%;
  }

  .search_pc .search_box .search_input {
    width: calc(100% - 0rem);
    height: 4rem;
    position: relative;
  }

  .search_pc .search_box .search_input input {
    height: 93%;
    width: 90%;
    border: 0;
    background: transparent;
  }

  .search_pc .search_box .search_input input:focus-visible {
    outline: none;
  }

  .search_pc .search_box .search_input .clear_icon {
    z-index: 2;
    position: absolute;
    right: 4rem;
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .search_pc .search_box .search_input .clear_icon img {
    width: 100%;
    height: 100%;
  }

  /* #endregion */
  .container {
    box-sizing: border-box;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    background-color: #02133f;
    background-image: url(../image/background.jpg);
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-size: initial !important;
  }
  .container .header_flex{
    margin: 0 auto;
    width: 80%;
  }

  .container .main {
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 978px;
  }

  .container .main .swiper_box{
    height: 15rem;
  }

  .container .main .swiper_box .swiper {
    display: none;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide {
    color: #fff;
    font-size: 20rem;
    height: 90vw;
    line-height: 150rem;
    text-align: center;
    background-color: #444444;
    position: relative;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_button {
    width: 78rem;
    height: 38rem;
    line-height: 38rem;
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    color: #ffffff;
    background: #ff0084;
    border-radius: 20rem;
    position: absolute;
    left: 20rem;
    bottom: 18rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination {
    box-sizing: border-box;
    text-align: right;
    padding-right: 20rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 29rem;
    height: 7rem;
    background: #ff0084;
    border-radius: 4rem;
  }

  .container .main .img_play {
    width: 100%;
  }

  .container .main .img_play .play{
    padding: 0rem 14rem;
    height: 150px;
  }

  .container .main .img_play .play .play_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    content: url('../image/Pcimage.png');
  }

  .container .main .hot_play {
    display: none;
    box-sizing: border-box;
    padding: 6rem 20rem 0rem 20rem;
  }

  .container .main .hot_play .sub_title,
  .container .main .other_play_list_item .sub_title {
    margin-bottom: 15rem;
    font-weight: 400;
  }

  .container .main .hot_play .sub_title .left,
  .container .main .other_play_list_item .sub_title .left {
    font-weight: 800;
    font-size: 5rem;
    color: #000000;
  }

  .container .main .hot_play .sub_title .right,
  .container .main .other_play_list_item .sub_title .right {
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
  }

  .container .main .hot_play .sub_title .right a,
  .container .main .other_play_list_item .sub_title .right a {
    color: #c0c0c0;
  }

  .container .main .hot_play .play_list {
    /* padding: 1rem 30rem; */
  }
.play_box{
  flex: 1;
}
  .container .main .hot_play .play_list .play_item {
    box-sizing: border-box;
    width: 100%;
    border-radius: 10rem;
    font-weight: bold;
    /* width: calc((100% - 5rem) / 2); */
    font-size: 14rem;
    color: #ffffff;
    margin-bottom: 10rem;
  }

  .container .main .hot_play .play_list .play_item .play_info {
    background-size: 100% 100%;
    border-radius: 20rem;
    padding: 4rem;
    align-items: center;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon {
    height: 40rem;
    margin-right: 5rem;
    width: 40rem;
    background: #ffffff;
    border-radius: 3rem;
    overflow: hidden;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_name {
    width: 100%;
    margin-top: 4rem;
    box-sizing: border-box;
    text-align: center;
    color: #0b0817a6;
    font-size: 7rem;
  }

  .container .main .hot_play .play_list .play_item .play_describe {
    font-size: 4rem;
    font-weight: 400;
    height: 50rem;
    margin-top: 5rem;
    color: #0b0817a6;
    overflow-y: auto;
  }

  .container .main .other_play_list_item .sub_title {
    width: 68rem;
    height: 16rem;
    margin: 0 auto;
    background-color: #024F7B;
    border-radius: 2rem;
  }

  .container .main .other_play_list_item .sub_title .flex_box {
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    margin: 0 auto;
  }

  .container .main .other_play_list_item .other_play_item {
    width: 14.5%;
    margin-bottom: 3rem;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
    box-shadow: 0 3px #42006b;
    margin: 2rem 2.5rem;
  }
  .play_title {
    color: #21ce86;
    font-size: 5rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
    overflow: hidden; /* 隐藏溢出内容 */  
    text-overflow: ellipsis; /* 显示省略号表示文本溢出 */  
    white-space: nowrap; /* 防止文本换行 */  
  }
  .container .main .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon {
    /* width: 60rem; */
    height: 27rem;
    margin: 0 auto;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon img {
    width: 100%;
    /* height: 100%; */
    border-radius: 10px;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_name {
    width: 88%;
    margin-top: 8rem;
    margin-bottom: 1rem;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    color: #000000;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate {
    text-align: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .rate_num {
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box {
    text-align: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box .star {
    width: 3rem;
    height: 3rem;
  }

  .container .main .other_play_list_type .other_play_list_item {
    box-sizing: border-box;
    padding: 5rem 10rem 0rem 10rem;
  }

  .sb_title .flex_box{
    font-size: 5rem;
    font-weight: bold;
    margin-left: 3rem;
    color: #000000;
    padding: 4rem 0rem 0rem 0rem;
  }

  .container .main .other_play_list_type:last-child .other_play_list_item {
    border-bottom: 0;
  }

  .container .main .flex3 .other_play_list_item .other_play_item_box {
    flex-wrap: wrap;
    padding-bottom: 6rem;
    justify-content: flex-start !important;
  }
  .flex {
    justify-content: flex-start !important; /* 在特定页面上覆盖样式 */
}
  .container .main .flex3 .other_play_list_item .other_play_item {
    width: calc((100% - 32rem) / 6);
    margin: 2rem 2.6rem;
    box-shadow: 0 3px #42006b;
  }

  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
    /* margin-right: 10px; */
  }

  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info .play_icon {
    width: 100%;
    /* height: calc((100vw - 20rem) / 10); */
    /* height: 35vh; */
    box-sizing: border-box;
  }

  .search_data_box.show{
    margin-top: 20rem;
    margin-left: 20rem;
  }

  /* .search_data_box {
    padding: 10rem 50rem;
    box-sizing: border-box;
  } */

  .search_data_box .data_item {
    margin-bottom: 15rem;
  }

  .search_data_box .data_item .left {
    /* width: 80rem; */
  }

  .search_data_box .data_item .left .play_game_img {
    width: 30rem;
    height: 30rem;
    overflow: hidden;
    border-radius: 4rem;
    background: #f1f1f1;
  }

  .search_data_box .data_item .left img {
    width: 100%;
    height: 100%;
  }

  .search_data_box .data_item .right {
    width: calc(100vw - 150rem);
    padding-left: 10rem;
    box-sizing: border-box;
  }

  .search_data_box .data_item .right .data_paly_game_name {
    font-size: 6rem;
    color: #fff;
  }

  .search_data_box .data_item .right .rate_box {
    margin: 2rem 0;
  }

  .search_data_box .data_item .right .star_box .star {
    width: 5rem;
    height: 5rem;
  }

  .search_data_box .data_item .right .data_paly_game_desc {
    font-size: 4rem;
    color: #fff;
  }

  .websiteDesc {
    margin: 0px 40px;
    padding: 10px;
    background-color: #fff;
    border-radius: 2rem;
    display: none;
  }

  .websiteDesc .websiteDescText {
    text-indent: 2em;
    font-size: 4rem;
    color: #0b0817a6;
    margin:20px 20px;
  }

  .websiteDesc .websiteDescTitle {
    text-indent: 2em;
    font-size: 6rem;
    color: #0b0817a6;
    margin:20px 0px;
    font-weight: 700;
  }

}

@media (max-width: 960px) {

  /* #region top header */
  .header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 8rem 14rem;
    top: 0;
    left: 0;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    /* 水平居中，但这里我们可能不需要它 */
    background: linear-gradient(to bottom, #0F95D0, #014274);
    /* 设置背景色为白色 */
    box-shadow: 0rem 0rem 10rem 6rem rgba(161, 161, 161, 0.5);
  }

  .header .left {
    /* width: calc(100% - 26.5rem); */
  }

  .header .left img {
    width: 100%;
    height: 100%;
  }

  .header .left .logo_img {
    width: 100rem;
    /* height: 37rem; */
  }

  .header .left .logo_img .logo_img_icon {}


  .header .right {
    width: 30rem;
    /* height: 25rem; */
  }

  .header .right img {
    width: 100%;
    height: 100%;
  }

  .search_pc {
    display: none;
  }

  .search {
    box-sizing: border-box;
    width: calc(100%);
    height: 40rem;
    padding: 6rem 10rem;
  }

  .search .search_box {
    border-radius: 50rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(157, 157, 157, 0.5);
  }

  .search .search_box .search_icon {
    width: 14rem;
    height: 14rem;
  }

  .search .search_box .search_icon img {
    width: 100%;
    height: 100%;
  }

  .search .search_box .search_input {
    width: calc(100% - 45rem);
    height: 30rem;
    line-height: 28rem;
    position: relative;
  }

  .search .search_box .search_input input {
    height: 93%;
    width: 90%;
    border: 0;
    background: transparent;
  }

  .search .search_box .search_input input:focus-visible {
    outline: none;
  }

  .search .search_box .search_input .clear_icon {
    z-index: 2;
    position: absolute;
    right: 4rem;
    width: 17rem;
    height: 17rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .search .search_box .search_input input {
    color: #8a8a8a;
    /* 直接设置输入框内文字的颜色为白色 */
    /* 如果需要，还可以添加其他样式 */
  }

  .search .search_box .search_input input::placeholder {
    color: #404646;
  }

  .search .search_box .search_input .clear_icon img {
    width: 100%;
    height: 100%;
  }

  /* #endregion */

  .container {
    box-sizing: border-box;
    width: 100vw;
    /* max-height: 100vh; */
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-size: cover;
    padding-top: 60rem;
    overflow: hidden;
  }

  .container .main {
    box-sizing: border-box;
    color: #ffffff;
  }

  .container .main .swiper_box .swiper {
    position: relative;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide {
    color: #fff;
    font-size: 20rem;
    height: 90vw;
    line-height: 150rem;
    text-align: center;
    background-color: #444444;
    position: relative;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_button {
    width: 78rem;
    height: 38rem;
    line-height: 38rem;
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    color: #ffffff;
    background: #ff0084;
    border-radius: 20rem;
    position: absolute;
    left: 20rem;
    bottom: 18rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination {
    box-sizing: border-box;
    text-align: right;
    padding-right: 20rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 29rem;
    height: 7rem;
    background: #ff0084;
    border-radius: 4rem;
  }

  .container .main .img_play {
    width: 100%;
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .container .main .img_play .play{
    padding: 0rem 14rem;
    height: 70px;
  }

  .container .main .img_play .play .play_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }

  .container .main .hot_play {
    box-sizing: border-box;
    padding: 15rem;
  }

  .container .main .hot_play .sub_title,
  .container .main .other_play_list_item .sub_title {
    margin-bottom: 15rem;
    font-weight: 400;
  }

  .container .main .hot_play .sub_title .right a,
  .container .main .other_play_list_item .sub_title .right a {
    color: #c0c0c0;
  }

  .container .main .hot_play .play_list .play_item {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10rem 8rem;
    border-radius: 10rem;
    /* font-weight: bold; */
    font-size: 14rem;
    color: #ffffff;
    margin-bottom: 14rem;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(202, 202, 202, 0.5);

  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon {
    width: 90rem;
    height: 90rem;
    flex-shrink: 0;
    margin-right: 20rem;
    /* 右边距以分隔图片和文本 */
    background: #ffffff;
    border-radius: 6rem;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0px 4px 8px rgba(202, 202, 202, 0.5);
  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_box {
    display: flex;
    flex-direction: column;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_name {
    font-size: 16rem;
    margin-top: -10rem;
    font-weight: bold;
    color: #024F7B;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_describe {
    font-size: 12rem;
    margin-top: 10rem;
    color: #4E7884;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .container .main .other_play_list_item .sb_title {
    background: linear-gradient(to bottom, #2C72BF, #1A487D);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .container .main .other_play_list_item .sb_title .flex_box {
    color: #ffffff;
    font-size: 22rem;
    padding: 5rem;
    font-weight: bold;
    margin: 0 auto;
  }


  .container .main .other_play_list_item .sub_title {
    margin-bottom: 15rem;
    font-weight: 400;
  }

  .container .main .hot_play .sub_title .left,
  .container .main .other_play_list_item .sub_title .left {
    font-weight: 800;
    font-size: 20rem;
    color: #000000;
  }

  .container .main .hot_play .sub_title .right,
  .container .main .other_play_list_item .sub_title .right {
    font-size: 16rem;
    font-weight: 400;
    color: #ffffff;
  }

  .container .main .other_play_list_item .sub_title .flex_box {
    color: #fff;
    padding: 15rem;
    font-size: 16rem;
    font-weight: bold;
    margin: 0 auto;
  }

  .container .main .other_play_list_item .other_play_item {
    width: calc((100% - 16rem) / 2);
    margin-bottom: 14rem;
    box-shadow: 0 3px #024f7b;
    border-radius: 6rem;
    background-color: #fff;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon {
    width: 100%;
    height: calc((100vw - 50rem) / 2);
    border-radius: 10rem;
    box-sizing: border-box;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon img {
    width: 100%;
    /* height: 100%; */
    border-radius: 2rem;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_name {
    color: #000000;
    font-size: 14rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -10rem;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate {
    text-align: left;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box {
    width: 50%;
    padding-bottom: 3rem;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .rate_num {
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box .star {
    width: 12rem;
    height: 12rem;
  }

  .container .main .other_play_list_type .other_play_list_item {
    box-sizing: border-box;
    padding: 0rem 14rem;
    margin-top: 20rem;
  }

  .container .main .other_play_list_type .other_play_list_item .other_play_item_box {
    justify-content: space-between;
    padding: 18px;
    border: 2rem solid #B3CEDC;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .container .main .other_play_list_type:last-child .other_play_list_item {
    border-bottom: 0;
  }

  .container .main .flex3 .other_play_list_item .other_play_item_box {
    justify-content: space-between;
    padding: 18rem;
    border: 2rem solid #B3CEDC;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .container .main .flex3 .other_play_list_item .other_play_item {
    width: calc((100% - 16rem) / 2);
  }
  .play_title {
    color: #000000;
    font-size: 14rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
  }

  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info .play_icon {
    width: 100%;
    height: calc((100vw - 50rem) / 2);
    box-sizing: border-box;
  }

  .search_data_box {
    padding: 15rem;
    box-sizing: border-box;
  }

  .search_data_box .data_item {
    margin-bottom: 15rem;
  }

  .search_data_box .data_item .left {
    width: 80rem;
  }

  .search_data_box .data_item .left .play_game_img {
    width: 80rem;
    height: 80rem;
    overflow: hidden;
    border-radius: 4rem;
    background: #f1f1f1;
  }

  .search_data_box .data_item .left img {
    width: 100%;
    height: 100%;
  }

  .search_data_box .data_item .right {
    width: calc(100vw - 110rem);
    padding-left: 10rem;
    box-sizing: border-box;
  }

  .search_data_box .data_item .right .data_paly_game_name {
    font-size: 16rem;
    color: #4F7984;
  }

  .search_data_box .data_item .right .rate_box {
    margin: 8rem 0;
  }

  .search_data_box .data_item .right .star_box .star {
    width: 14rem;
    height: 14rem;
  }

  .search_data_box .data_item .right .data_paly_game_desc {
    font-size: 10rem;
    color: #4F7984;
  }

  .search_data_box {}

  .search_data_box {}

  .AdAAnchor_Bot {
    bottom: 0;
    position: fixed;
    width: 100%;
    padding: 2px 0;
  }

  .AdAAnchor_Bot #AdAAnchorBtn {
    top: -16px;
    position: absolute;
    padding: 1px 12px;
    font-family: sans-serif;
    font-size: 6px;
    border-radius: 3px 3px 0 0;
  }

  .AdAAnchor_Top {
    top: 0;
    position: fixed;
    width: 100%;
    padding: 2px 0;
  }

  .AdAAnchor_Top #AdAAnchorBtn {
    bottom: -16px;
    position: absolute;
    padding: 1px 12px;
    font-family: sans-serif;
    font-size: 6px;
    border-radius: 0 0 3px 3px;
  }

  #AdAAnchor,
  #AdAAnchorBtn {
    z-index: 999;
    background: #eee;
    border: 0px solid #eee;
    left: 0;
  }

  #AdAAnchorAd {
    width: -moz-max-content;
    width: max-content;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
  }

  #AdAAnchorBtn>i {
    border: solid #666;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 4px;
    position: relative;
    z-index: 999;
  }

  .AdA_bottomUp,
  .AdA_topDown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    vertical-align: super;
    bottom: -6px;
  }

  .AdA_bottomDown,
  .AdA_topUp {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: super;
    bottom: 0px;
  }

  .websiteDesc {
    margin: 0px 10px;
    border-radius: 6em;
    border: 2px solid #B3CEDC;
    background-color: #fff;
  }

  .websiteDesc .websiteDescTitle {
    text-indent: 2em;
    font-size: 22rem;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to bottom, #2C72BF, #1A487D);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

  }

  .websiteDesc .websiteDescTitle .til{
    padding: 5px;
    width: 100%;
  }

  .websiteDesc .websiteDescTitle .til a {
    display: inline-block;
}

  .websiteDescDom{
    padding: 10px;
  }

  .websiteDesc .websiteDescText {
    text-indent: 2em;
    font-size: 10rem;
    color: #0b0817a6;
    margin: 5px;
  }

  .footer{
    padding-top: 15px;
  }
}

/*# sourceMappingURL=index.css.map */