@import url(./theme-mobile.css);
 .demo-main .p2-theme-content {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 80px;
 }

 .p2-theme-template-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
 }

 .p2-theme-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
 }

 .p2-tc-header-ttile {
    font-weight: 600;
    font-size: 22px;
    color: #384572;
 }

 .p2-tch-search-result {
    color: #A6ACBC;
 }

 .p2-tchs-result-num {
    font-size: 18px;
    font-weight: 600;
    color: #384572;
 }

 .demo-main .p2-theme-search-content {
    padding-top: 24px;
 }

 .p2-theme-search-content .p2-th-search-input {
    width: 321px;
 }

 .p2-theme-search-content .p2-theme-content-header {
    padding-bottom: 24px;
    border-bottom: 1px solid #1549C0;
 }



 .swiper-container {
    height: 500px;
 }

 .p2-theme-header-swiper {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
 }

 .swiper-slide {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
 }

 .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background: rgba(1, 1, 1, 1);
 }

 .swiper-pagination-bullet-active {
    background: #1549C0;
 }