.container {
    max-width:1130px;
}
body{
    transition: all 200ms;
    background: #ffffff;
}
h3 {
    margin-bottom: 0;
}
em {
    font-style: normal;
}
a{
    text-decoration: none !important;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h2{
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h3{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
img {
    filter: blur(0);
    transition: filter 1s;
}
a {
    color: #333;
    text-decoration: none;
}
.recent {
    position: relative;
    z-index: 66;
    background: url(../img/blur_bg_tpl_left.svg) left 320px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 120px 0 0px;
    background-color: rgb(249 242 242 / 60%);
}
.recent_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 60px;
}
.recent_box{
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.recent_box_inner {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.recent_box:nth-child(4n) {
    margin-right: 0;
}

.recent_box_head img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.recent_box_head {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding: 8px;
}

.recent_box_head_button {
    position: absolute;
    z-index: 6;
    top: 12px;
    right: 12px;
    left: auto;
    bottom: auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    transform: translate(16px, 0);
    transition: 350ms ease-in-out;
    transition-property: visibility, opacity, transform;
}

.recent_box_head_button a {
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    cursor: pointer;
}

.recent_box_head_button img {
    width: 20px;
    height: 20px;
}

.recent_box:hover .recent_box_head_button {
    opacity: 1;
    transform: translate(0, 0px);
}
.recent_box_title a {
    color: rgba(0, 26, 51, 0.8);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.recent_box_content {
    padding: 16px;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.recent_box_tag {
    display: flex;
    gap: 4px;
}
.recent_box_tag span {
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 4px;
    border: 1px solid rgba(0, 26, 51, .08);
    color: rgba(0, 26, 51, .4);
}

.footer {
    padding: 15px 0 10px;
}
.footer_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footersm {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #001a33;
    opacity: .5;
}
.footerbq {
    text-align: center;
    font-size: 14px;
    color: #001a33;
    opacity: .5;
}
.footerbq a {
    color: #001a33;
}
.footer_nav a {
    color: #001a33;
    font-size: 14px;
    opacity: 0.5;
    width: 7%;
    text-align: center;
}
.back-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    z-index: 99;
    background: rgb(3 128 254);
    color: #ffffff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.back-top i {
    font-size: 1.6rem;
    vertical-align: middle;
    display: block;
}
.footersm a {
    color: #001a33;
}
.search {
    width: 40%;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 0 auto;
}
.tpl_input {
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 12%), 0px 12px 40px -8px rgb(0 0 0 / 8%);
    border-radius: 8px;
    width: 100%;
    height: 38px;
}
.tpl_input input{
    font-size: 14px;
    line-height: 22px;
    padding: 8px 16px;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    outline: none;
    background: transparent;
    border: none;
    outline: medium;
    width: 100%;
}
.tpl_but button {
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 0px 12px;
    outline: none;
    min-width: 80px;
    color: #fff;
    background-color: rgba(0, 128, 255, 1);
    border-color: rgba(0, 128, 255, 1);
    border-width: 1px;
    border-style: solid;
    padding: 0px 16px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}
.tpl_filter_section {
    margin: 80px auto 0;
    position: relative;
    z-index: 66;
}
.tpl_filter_items {
    border-top: 1px solid rgba(0, 26, 51, .08);
}
.tpl_filter_item {
    display: flex;
    align-items: center;
    color: rgba(0, 26, 51, 1);
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 26, 51, .08);
}
.has_filter_selects, .has_searchbar {
    justify-content: space-between;
}
.tpl_filter_item span.filter_item_tit {
    color: rgba(0, 26, 51, .4);
    margin-right: 16px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
.tpl_filter_item  .filter_item {
    display: flex;
    align-items: center;
}
.tpl_filter_item .filter_item a.active {
    color: rgba(0, 128, 255, 1);
    background-color: rgba(0, 128, 255, 0.08);
    border-color: rgba(0, 128, 255, 0.1);
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    font-weight: 800;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}
.tpl_filter_item .filter_item a {
    margin-right: 4px;
    padding: 4px 12px;
    background-color: transparent;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    transition-property: border-color, background-color, color;
    transition-duration: .1s;
    transition-timing-function: ease;
    font-size: 14px;
}
.tpl_text h1 {
    margin-bottom: 80px;
    font-family: Glow Sans SC;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}
.page_common {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    margin: 15px 0 30px;
}
.page_common a {
    margin: 0px 4px 0;
    padding: 4px 12px;
    font-size: 15px;
    color: #6b6b6b;
    background-color: #ffffff;
    border-radius: 4px;
}
.page_common a:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: #0380fe;
    background: rgb(26 97 225 / 10%);
}
.page_common a.active {
    color: #ffffff;
    background: #0380fe;
}
.recent_box_num {
    display: flex;
    gap: 4px;
    font-family: number;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    font-family: number;
    color: #118546;
    font-weight: bold;
}
.tpl_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px;
}
.tpl_fl {
    width: 40%;
}

.thumb {
    position: relative;
    height: 200px;
    top: 0px;
    transition: all 0.3s;
}

.pc_thumb {
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    background: #f5f6f7;
}

.mobile_thumb {
    position: absolute;
    right: 20px;
    top: 0;
    width: 120px;
    height: 240px;
    background-image: url(../img/phone.png);
    background-size: 120px auto;
    padding: 15px 6px 5px 8px;
    box-sizing: border-box;
}
.pc_thumb img {
    transition: all 0.3s;
    width: 100%;
    object-fit: cover;
}
.mobile_thumb>div {
    overflow: hidden;
    height: 210px;
}
.mobile_thumb img {
    transition: all 0.3s;
    width: 100%;
    object-fit: cover;
}
.tpl_fr {
    width: 57%;
}
.tpl_inner h1 {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #333;
}
.desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    font-size: 14px;
}
.desc_label {
    min-width: 45px;
    color: #999;
}
.desc_text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.tpl_inner p {
    font: 16px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    color: #118546;
    font-weight: bold;
}
.price {
    display: flex;
    align-items: flex-end;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #ef1f1f;
    align-items: baseline;
}
.price sub {
    bottom: 0;
    font-family: PingFang SC;
}
.price span {
    font-size: 36px;
    line-height: 1;
    font-family: "JDZhengHT-EN";
    font-weight: 500;
}
.price i {
    font-weight: 600;
    font-size: 14px;
}
.tabs_fl a {
    color: #001A33;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 24px;
    display: block;
}

.tabs_fl a.active {
    color: #0080FF;
}
.tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tabs_fl {
    width: 15%;
}
.tabs_fr {
    width: 80%;
}
.tabs_item h2 {
    font-size: 20px;
    display: block;
    margin-bottom: 35px;
    line-height: normal;
}
.preview a {
    padding: 1rem;
    border: 1px solid #e0e0e1;
    border-radius: .25rem;
    justify-content: space-between;
    align-items: center;
    transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
    display: flex;
}
.preview span {
    font-size: 18px;
    font-weight: 600;
    color: #171718;
    display: block;
}
.preview img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.preview a:hover {
    background: #f3f3f4;
}
.tabs_item {
    border-bottom: 1px solid #e0e0e1;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.template_felx {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.template_index img {
    width: 100%;
    border-radius: .25rem;
}
.template_index {
    height: 300px;
    object-fit: contain;
    width: 100%;
    background: #e2edfe;
    padding: 20px;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
}
.template_img {
    width: 49%;
}
.template_img p {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    color: #4268fb;
}
.faq_item {
    padding: 1.5rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border: 1px solid #e0e0e1;
    border-radius: .25rem;
    flex-direction: column;
    margin-bottom: 30px;
}
.faq_item_heading {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.faq_item_heading h2 {
    color: #171718;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.faq_item_heading img.icon_s.icon_s_faq {
    width: .9rem;
    max-height: .9rem;
}
.faq_item_content {
    margin-top: 1rem;
}
.faq_item_content p {
    opacity: .9;
    margin-bottom: 10px;
    font-size: 14px;
}
.faq_item_content p:last-child {
    margin-bottom: 0;
}
.faq_item_content img {
    width: 10rem;
}
.faq_item_content_wrapper {  
    max-height: 0;  
    overflow: hidden;  
    transition: max-height 0.3s ease-in-out;  
  }  
  .faq_item.active .faq_item_content_wrapper {  
    max-height: 1000px;   
  } 
  .icon_s_faq {  
    transition: transform 0.3s ease-in-out;  
  }  
    
  .faq_item.active .icon_s_faq {  
    transform: rotate(180deg); 
  }
  .tabs_item .recent_box {
    width: 30%;
    margin-right: 0;
}

.tabs_item .recent_flex {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.tpl_box p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tpl_box h2 {
    margin-bottom: 15px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.tpl_box:last-child {
    margin-bottom: 0;
}
.tpl_box {
    padding: 1.5rem;
    background-color: #ffffff;
    height: 100%;
    transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
    border: 1px solid #e0e0e1;
    border-radius: .25rem;
    margin-bottom: 30px;
}
.tpl_text h1 a {
    color: #212529;
}
.desc_text a:last-child span {
    display: none;
}