.container {
    max-width:1120px;
}
body{
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    transition: all 200ms;
    -webkit-text-size-adjust: 100%;
    background: #f6f7fa;
}
h3 {
    margin-bottom: 0;
}
em {
    font-style: normal;
}
a{
    text-decoration: none !important;
    color: #0055a4;
}
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;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 70px;
}
header {
    background: #ffffff;
    border-bottom: 1px solid #f0f2f9;
}
.logo a {
    display: flex;
    align-items: center;
    width: 100%;
}
.logo {
    width: 20%;
}
.search {
    width: 30%;
}
.menu {
    width: 40%;
}
.dropdown {
    position: relative;
    display: block;
}
.dropdown:hover ul.dropdown_content {
    visibility: visible;
    height: unset;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .dropdown_content li:hover {
    background: #f5f5f5;
    transition: all 0.2s ease;
    border-radius: 5px;
  }
  .dropdown_content {
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: 999;
    min-width: 220px;
    box-shadow: 0px 1px 16px 0px rgb(0 0 0 / 5%);
    border-radius: 8px;
    padding: 5px;
    top: 35px;
  }
  .menu ul li.dropdown:after {
    content: "";
    height: 10px;
    display: block;
    position: absolute;
    top: 25px;
    background: #fff;
    width: 100%;
}
.dropdown_content li {
    width: 50%;
}
  .dropdown_content a {
    padding: 12px 16px;
    display: block;
    text-align: center;
    height: unset !important;
    line-height: unset !important;
}
  .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo img {
    width: 9%;
}
.logo p {
    font-size: 20px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 1;
}
.search_box_flex {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    background: #fafafa;
    font-size: 14px;
    border-radius: 5px;
    justify-content: space-between;
}
.search_box_flex input {
    width: 85%;
    border: none;
    background: unset;
    padding-left: 20px;
    outline: none;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}
.search_box_flex button {
    border: none;
    background: unset;
    width: 15%;
    height: 38px;
    line-height: 38px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_box_flex button img {
    width: 16px;
    height: 16px;
}
.menu ul li a {
    color: #455672;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}



.lhc_website_list {
    padding: 0 0 30px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lhc_website_box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.website_left {
    width: 20%;
}
.website_left img {
    width: 100%;
}
.website_right {
    width: 75%;
}
.lhc_website_box:nth-child(3n) {
    margin-right: 0;
}
.lhc_website_box {
    width: 32%;
    margin-right: 2%;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px inset;
    border-radius: 6px;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 20px 14px;
    margin-bottom: 2.2%;
    background: #fafafa;
}
.website_left img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}
.website_right p {
    font-size: 16px;
    font-weight: 500;
    color: #465164;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.website_right span {
    display: block;
    font-size: 14px;
    color: #00000094;
    color: rgb(0 0 0 / 58%);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lhc_website_box:hover .website_right p {
    color: #1962e1;
}
.lhc_website_box:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.lhc_website_box:hover .website_right span {
    color: #6b6b6b;
}
.lhc_catfour a.active {
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.lhr_website_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lhr_website_box {
    width: 100%;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px inset;
    border-radius: 6px;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 20px 14px;
    background: #fafafa;
    margin-top: 15px;
}
.lhr_website_box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lhr_website_box:hover .website_right p {
    color: #1962e1;
}
.lhr_website_box:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.lhr_website_box:hover .website_right span {
    color: #6b6b6b;
}

.lhr_title {
    font-size: 16px;
    font-weight: 700;
    color: #1a61e1;
    cursor: pointer;
    padding: 0 0 12px 0;
}
.lhr_box a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    margin-bottom: 10px;
    font-weight: 700;
    font-weight: 500;
    color: #465164;
    font-size: 14px;
}
.lhr_box {
    margin: 0 -20px;
    padding: 15px 20px;
    border-radius: 6px;
}
.lhr_box p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 5px;
}
.lhr_box span {
    font-size: 14px;
    color: #6b6b6b;
}
.lhr_box:hover {
    background: #f5f9ff;
}
.AIsite_fl {
    width: 75%;
}

.AIsite_flex {
    display: flex;
    justify-content: space-between;
}

.AIsite_fr {
    width: 22%;
}

.AIsite {
    margin: 30px 0;
}

.page_common {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
}
.page_common a {
    margin: 0px 4px 0;
    padding: 4px 12px;
    font-size: 15px;
    color: #6b6b6b;
    background-color: #fafafa;
    border-radius: 4px;
}
.page_common a:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.page_common a.active {
    color: #ffffff;
    background: #1B62E1;
}
.footer {
    text-align: center;
    color: #465773;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .footer .copyright {
    font-size: 14px;
  }
  .footer .copyright a {
    color: #465773;
}

.AIsite_main {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
}

.index_plan_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index_plan_item {
    margin-top: 2%;
}
.index_plan_item {
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
}
.index_plan_item:nth-child(4n) {
    margin-right: 0;
}

.index_plan_img img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.index_plan_img {
    height: 125px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.index_plan_wz {
    background: #ffffff;
    padding: 15px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.index_plan_wz p.plan_title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 25px;
    color: #5c6982;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.index_plan_wz p.plandesc {
    height: 45px;
    display: block;
}
.index_plan_wz p.plandesc span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    color: #202020;
    font-weight: 300;
}
.index_plan_wz p.link_doc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index_plan_item em {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .36);
    border-radius: 14px;
    font-style: normal;
}
.index_plan_wz p.link_doc span {
    display: block;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #1962e1;
    line-height: 1;
}
.index_plan_wz p.link_doc i {
    font-size: 12px;
    line-height: 1.8;
    display: block;
    color: #1962e1;
    margin-left: 5px;
}
.index_plan_item:hover .index_plan_img img {
    transform: scale(1.05);
}
.index_plan_item:hover .index_plan_wz p.plan_title {
    color: #1f63e1;
}


.info_website_top {
    padding: 28px 0;
    background: #fafafa;
    border-radius: 6px;
    margin: 5px 0 50px 0;
}
.iwt_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iwt_left {
    width: 20%;
}
.iwt_right {
    width: 80%;
}
.iwt_left img {
    display: block;
    margin: 0 auto;
    width: 104px;
    height: 104px;
    object-fit: contain;
    border-radius: 6px;
}
.iwt_cat a {
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    display: inline-block;
    font-size: 14px;
    padding: 3px 9px;
    border-radius: 4px;
}
.iwt_right_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iwt_tit {
    margin-left: 15px;
}
.iwt_tit a {
    color: #00000094;
    display: block;
    background: #f2f2f2;
    padding: 3px 9px;
    border-radius: 4px;
    color: rgb(0 0 0 / 58%);
    display: flex;
    align-items: center;
    font-size: 14px;
}
.iwt_tit a:hover {
    background: #e7ecf8;
    color: #1a61e1;
}
.iwt_descr {
    font-size: 16px;
    color: #6b6b6b;
    margin-top: 15px;
    padding-right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.info_website_content {
    margin: 50px 0;
    color: #6b6b6b;
}
.info_website_content h2 {
    font-size: 20px;
}
.info_website_content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.info_website_like .lhc_website_list {
    padding: 38px 0 0;
}

.mtp2y5 {
    margin-top: 2%;
}

.info_course {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
}
.lhc_content img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 57%);
    border-radius: 6px;
}
.lhc_content p {
    margin-bottom: 8px;
}
.info_course h1 {
    color: #202935;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lhc_art {
    margin: 28px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lhc_art a:hover {
    color: #1761e1;
}
.lhc_art a {
    font-size: 16px;
    color: #6b6b6b;
    display: block;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.lhc_url {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 57%);
    border-radius: 6px;
    padding: 28px;
}
.lhc_url p {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}
.lhc_url i {
    padding-right: 5px;
}
.lhc_url p:last-child {
    position: relative;
    overflow: hidden;
}
.lhc_url p:last-child:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6b6b6b;
    border-radius: 4px;
    transform: scale(.92);
}
.lhc_url p:last-child:hover:after {
    opacity: .1;
    transform: scale(1);
}
.lhr_box:hover {
    background: #f5f9ff;
}
.lhr_box {
    margin: 0 -20px;
    padding: 15px 20px;
    border-radius: 6px;
}
.lhc_url p:last-child a {
    height: 1px;
    display: block;
    overflow: hidden;
    width: 1px;
}



/* 美图 */

body.tu {
    background: rgb(249 245 242);
}
.Pretty_Ai_main {
    padding: 30px 0;
}

.Pretty_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.Pretty_box {
    width: 15%;
    margin-right: 2%;
    margin-top: 2%;
    border-radius: 6px;
}
.Pretty_box_text p {
    font-size: 14px;
    color: #252525;
    font-weight: 600;
    display: block;
    padding: 5px 10px 0;
}
.Pretty_box_img img {
    width: 100%;
    border-radius: 6px;
    height: 249px;
    object-fit: cover;
}

.Pretty_box:nth-child(6n) {
    margin-right: 0;
}

.Pretty_box_img {
    border-radius:6px;
}

.Pretty_content {
    max-width: 440px;
    margin: 0 auto 60px;
}

.Pretty_content img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
}
.Pretty_content h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
.post-meta {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
}
.post-meta .tag::after {
    content: "/";
    display: inline-block;
    padding-left: 8px;
    padding-right: 6px;
    color: #999;
    cursor: default;
    vertical-align: 1px;
}
.post-meta .tag:last-child::after {
    display: none;
}
.lhr_title_flex img {
    width: 25px;
    margin-right: 10px;
}
.lhr_title_flex {
    display: flex;
    align-items: center;
}
.lhr_title_flex span {
    font-size: 20px;
    text-transform: uppercase;
}
.post-meta a {
    color: #212529;
}



.sora_why h2 {
    font-size: 30px;
    color: #3d3949;
    text-decoration-line: spelling-error;
    line-height: 1;
}

.sora_why p {
    margin-bottom: 15px;
    color: #2c2939;
    font-weight: 500;
    font-size: 18px;
}

.sora_why p:last-child {
    margin-bottom: 0;
}
.sora_why a {
    display: block;
    font-size: 20px;
    color: #2351ff;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    font-weight: 500;
    line-height: 1;
    margin-left: 30px;
}
.sora_why_flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 25px;
}


.sora_video_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sora_video_box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.sora_video_box iframe {
    width: 100%;
    height: 287px;
}

.sora_video_box:nth-child(2n) {
    margin-right: 0;
}
.sora_video_box p {
    margin-bottom: 15px;
    color: #2c2939;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    display: block;
}
.sora_video_box a {
    display: block;
    font-size: 20px;
    color: #2351ff;
    font-weight: 500;
    padding: 10px 0;
}

.lhc_content iframe {
    width: 100%;
    margin-top: 3%;
    max-width: 100%;
    height: 30vw;
}
.info_website_content p {
    display: block;
    margin: 1rem 0;
}

