.home {
    width: 100%;
    height: 100%;
    background: rgba(242, 243, 246, 1);
}
.home_header {
    width: 100%;
    height: 86px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1.33px 0px  rgba(243, 244, 246, 1);
    padding:0 128px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.rili{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home_header_img {
    height: 86px;
    padding-top: 17px;
    padding-bottom: 16px;
}
.home_header_img img{
    height: 40px;
}

.home_header_nav {
    height: 86px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.home_header_nav li {
    height: 86px;
    line-height: 86px;
    font-size: 18px;
    margin-right: 16px;
}
.home_header_nav li:nth-child(2) {
    margin:0;
    cursor: pointer;
}
.home_Info {
    width: 100%;
    height: 304px;
    background: url(../../image/two/home_banner.png) no-repeat center;
    background-size: cover;
}
.home_Info_center {
    width: 1184px;
    height: 304px;
    margin:0 auto;
    padding:24px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.home_user_Info {
    width: 784px;
    height: 256px;
    border-radius: 13.34px 16.01px 13.34px  13.34px;
    background: rgba(255, 255, 255, 1);
}
.home_user_Info_top {
    width: 784px;
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.home_user_head_shot {
    margin-top: 18px;
    margin-left: 17px;
    width: 66px;
    height: 70px;
    cursor: pointer;
    position: relative;
}
.home_user_head_shot img{
    width: 66px;
    height: 70px;
    border-radius: 50%;
}
.home_user_head_shot p {
    display: none;
    width: 66px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: 0;
    left:0;
    color:rgba(255, 255, 255, 1);
}
.home_user_head_shot:hover p{
    display: block;
}
.home_user_more {
    width: 100%;
    margin-left: 12px;
}
.home_user_more_top {
    width: 100%;
    height: 62px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.home_user_more_top_name {
    margin-top: 24px;
    font-size: 26px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    vertical-align: top;
}
.home_user_more_top_name span {
    font-size: 21px;
}
.home_user_more_top_auth {
    width: 373px;
    height: 62px;
    background: url(../../image/two/auth_back.png)no-repeat center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 27px;
    padding-left: 77px;
}
.home_user_more_top_auth li {
    width: 80px;
    height: 20px;
    margin-right: 16px;
    cursor: pointer;
}
.home_user_more_top_auth li:nth-child(3) {
    margin-right: 0;
}
.home_user_more_top_auth li img{
    width: 80px;
    height: 20px;
}
.home_user_more_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.user_level {
    width: 82px;
    height: 24px;
    margin-right: 8px;
    cursor: pointer;
}
.user_level img {
    width: 82px;
    height: 24px;
}
.user_level_equity {
    height: 24px;
    font-size:16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.user_level_equity img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    line-height: 24px;
}
.user_contact_Information {
    margin-left: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.user_contact_Information li {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    cursor: pointer;
}
.user_contact_Information li img {
    width: 24px;
    height: 24px;
}
.home_user_Info_wealth {
    width: 100%;
    margin-top: 12px;
    padding-left: 96px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.home_user_Info_wealth li{
    width: 120px;
    padding:8px 0;
    cursor: pointer;
}
.home_user_Info_wealth li p {
    height: 29px;
    line-height: 29px;
}
.home_user_Info_wealth li p:nth-child(1) {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.45);
}
.home_user_Info_wealth li p:nth-child(2) {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.85);
}
.home_user_Info_wealth span {
    width: 16px;
    height: 35px;
    border-left: 1.3px dashed rgba(0, 0, 0, 0.12);
}
.home_user_data_statistics {
    padding-left: 96px;
    margin-top: 12px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.home_user_data_statistics li {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: rgba(242, 243, 246, 1);
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.home_user_data_statistics li img {
    width: 16px;
    height: 18px;
    margin-right: 8px;
}
.home_user_data_statistics li:nth-child(2) img {
    width: 16px;
    height: 17px;
}
.home_user_data_statistics li:nth-child(4) img {
    width: 18px;
    height: 18px;
}
.home_user_data_statistics li:nth-child(5) img {
    width: 18px;
    height: 20px;
}
.home_user_data_statistics li p {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.85);
}

.home_user_publish {
    width: 384px;
    height: 256px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    padding:24px;
    display: none;
}
.home_user_publish_title {
    width: 100%;
    height: 24px;
    font-size: 21px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.home_user_publish_title p:nth-child(2) {
    color: rgba(1, 64, 153, 1);
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.home_user_publish_list {
    margin-top: 16px;
    width: 100%;
    height: 168px;
}
.home_user_publish_list li{
    width: 100%;
    height: 78px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    border: 1.33px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
    padding:16px 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.home_user_publish_list li:last-child {
    margin-bottom: 0;
}
.home_user_publish_list li img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.publish_info {
    width: 100%;
    height: 46px;
    line-height: 32px;
}
.publish_info h1 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.publish_info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(217, 54, 52, 1);
}
.publish_info p span:nth-child(1) {
    color: rgba(0, 0, 0, 0.85);
}
.publish_info p span:nth-child(2) {
    color: rgba(0, 0, 0, 0.45);
}
.publish_info p span:nth-child(3) {
    color: rgba(0, 0, 0, 0.45);
}
.publish_info p span .day {
    color: rgba(217, 54, 52, 1);
}
.publish_info .active {
    color: rgba(27, 196, 89, 1);
}
.home_order_info {
    width: 100%;
    height: 54px;
    background: rgba(242, 243, 246, 1);
}
.home_order_info_center {
    width: 1184px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.home_order_info_center_left, .home_order_info_center_right {
    height: 54px;
    line-height: 54px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);

}
.home_order_info_center_left .separation {
    color:rgba(0, 0, 0, 0.12);
    margin: 0 16px;
}
.home_order_info_center_left img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.home_order_info_center_left p:last-child {
    color: rgba(1, 64, 153, 1);
    margin-left: 16px;
    cursor: pointer;
}


.home_order_info_center_right img{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.home_order_info_center_right img:first-child {
    margin-right: 16px;
}
.home_order_info_center_right img:last-child {
    margin-left: 16px;
}
.home_order_info_center_right {
    color: rgba(0, 0, 0, 0.85);
}
.home_tools {
    width: 100%;
    height: 513px;
    background: #fff;
}
.home_tools_center {
    width: 1184px;
    height: 513px;
    margin:0 auto;
    padding-top: 24px;
    padding-bottom: 39px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.home_tools_center_modules {
    width: 784px;
    height: 450px;
    padding:24px;
    padding-right: 12px;
    border: 1.33px solid rgba(0, 0, 0, 0.12);
    border-radius: 8.01px;
}
.home_tools_center_left {
    width: 100%;
    height: 402px;
    padding-right: 12px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    overflow-y: scroll;
}
.home_tools_center_left::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* 滚动条的滑块 */
.home_tools_center_left::-webkit-scrollbar-thumb {
    display: block;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.home_tools_center_left::after {
    content:"";
    flex: 0 0 30%;
}

.home_tools_center_left ul {
    margin-bottom: 24px;
    flex: 0 0 30%;
}
.home_tools_center_left ul:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.home_tools_center_left ul h1 {
    font-size: 20px;
    font-weight: 500;
    line-height:25px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;
}
.home_tools_center_left ul li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom:9px;
    cursor: pointer;
}
.home_tools_center_left ul li:hover {
    color: rgba(1, 64, 153, 1);
}
.home_tools_center_left ul li:last-child {
    margin-bottom: 0;
}
.home_tools_center_left ul li a {
    outline: none;
    color: rgba(0, 0, 0, 0.45);
    text-decoration: none;
}
.home_tools_center_left ul li a:hover {
    color:rgba(1, 64, 153, 1);
}
.home_tools_center_right_calendar {
    width: 384px;
    height: 233px;
    border-radius: 8.41px;
    background: rgba(255, 255, 255, 1);
    border: 1.33px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 24px;
}
.calendar_top {
    width: 100%;
    height: 110px;
    background: url(../../image/two/calendar_back.png) no-repeat center;
    background-size: cover;
    padding:24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.calendar_top h1 {
    font-size: 21px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
.calendar_date {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: rgba(0, 0, 0, 1);
    margin-right: 40px;
    padding-top:8px;
}
.calendar_date div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.calendar_date div p:nth-child(1) {
    font-size: 38px;
    font-weight: 800;
    margin-right: 6px;
}
.calendar_date div p:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    width: 14px;
    line-height:18px;
    letter-spacing: 5px;
}
.calendar_date  .date_month {
    font-size: 16px;
    font-weight: 600;
    margin-left: 6px;
}
#message-carousel-div {
    width: 100%;
    height: 123px;
    padding: 12px 24px;
    padding-right: 12px;
}
.calendar_bottom {
    width: 100%;
    height: 98px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 12px;
}
.calendar_bottom::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* 滚动条的滑块 */
.calendar_bottom::-webkit-scrollbar-thumb {
    display: block;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.calendar_bottom li {
    width: 100%;
    height:29px;
    line-height: 29px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}
.calendar_bottom li:last-child {
    margin-bottom: 0;
}
.calendar_bottom li img {
    width: 16px;
    height: 16px;
}
.calendar_bottom li a {
    outline: none;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}
.calendar_bottom li a:hover {
    color: rgba(1, 64, 153, 1);
}
.home_tools_center_right_shortcutTools {
    width: 384px;
    height: 193px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    border: 1.33px solid rgba(0, 0, 0, 0.12);
    padding:24px 20px;
    padding-right: 10px;
}
.home_tools_center_right_shortcutTools h1 {
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 24px;
}
.tooles_features {
    width: 100%;
    height: 91px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    overflow-y: scroll;
}

.tooles_features::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* 滚动条的滑块 */
.tooles_features::-webkit-scrollbar-thumb {
    display: block;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.tooles_features li {
    width: 99px;
    height: 91px;
    border-radius: 4px;
    /*background: rgba(242, 243, 246, 1);*/
    margin-right: 15px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    padding:12px 0;
    cursor: pointer;
    margin-bottom: 21px;
}
.tooles_features li a {
    outline: none;
    color: rgba(0, 0, 0, 0.45);
    text-decoration: none;
}
.tooles_features li:nth-child(3n) {
    margin-right: 0;
}
.tooles_features li img {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
}

.home_resource {
    width: 100%;
    min-height: 160px;
    background: rgba(242, 243, 246, 1);
}
.home_resource_center {
    width: 1184px;
    /*height: 160px;*/
    margin:0 auto;
}
.resource_tab {
    /*width: 860px;*/
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    /*margin: 0 auto;*/
    margin-bottom: 29px;
}
.resource_tab li {
    width: 150px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.resource_tab li:last-child {
    margin-right: 0;
}

.resource_tab .active {
    width: 260px;
    height: 50px;
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    background: url("../../image/two/resource_tab_back.png")no-repeat center;
    background-size: cover;
}
.resource_group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-decoration: none;
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    padding-bottom: 18px;
}
.resource_group li {
    width: 224px;
    height: 72px;
    margin-right: 16px;
    margin-bottom: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.resource_group li:nth-child(5n) {
    margin-right: 0;
}

.resource_group li img {
    width: 224px;
    height: 50px;
}
.resource_group p{
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    text-align: center;
}
.home_banner {
    width: 100%;
    height: 526px;
    background: #fff;
}
.home_banner_center {
    width: 1184px;
    height: 526px;
    background: #fff;
    padding: 41px 0 40px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.home_carousel_items {
    display: flex;
    width: 100%;
    animation: carousel 20s infinite linear;
    cursor: pointer;
}
.home_carousel_items li {
    flex-shrink: 0;
    width: 100%;
    height: 445px;
}

.home_carousel_items li img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.home_carousel_indicators {
    position: absolute;
    left:50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.home_carousel_indicators li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.home_carousel_indicators li.active {
    width: 30px;
    height: 6px;
    border-radius: 25px;
}

@keyframes home_banner_center {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.home_hot {
    width: 100%;
    height: 655px;
    background: linear-gradient(90deg, rgba(254, 247, 239, 1) 0%, rgba(254, 246, 238, 1) 100%);
}
.home_hot_center {
    width: 1184px;
    /*height: 887px;*/
    padding: 3px 0px;
    margin: 0 auto;
    position: relative;
}

.hot_layer {
    position: absolute;
    left: 0px;
    bottom: 40px;
    z-index: 10;
}

.hot_layer img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 206px;
    object-fit: contain; /* 或 object-fit: cover; */
}

.hot_group {
    width: 1184px;
    height: 737px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    z-index: 100; /* 提高 .hot_group 的 z-index 值 */
}

.hot_group .hot_group_item {
    width: 1184px;
    height: 247px;
    border-radius: 0px 4px 8px 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin-right: 16px;
}

.hot_group .hot_group_item2 {
    margin-bottom: 25px;
}

.hot_group .hot_group_item2 .hot_group_title {
    width: 284px;
	height: 55px;
	border-radius: 6.4px 6.4px 0px 0px;
	padding: 5px 0 0 10px;
}
.hot_group .hot_group_item2 .hot_group_title img  {
    height: 48px;
}
.hot_group .hot_group_item2:nth-child(1) .hot_group_title {
    background: linear-gradient(90deg, rgba(68, 125, 228, 1) 0%, rgba(27, 142, 187, 1) 100%);
}
.hot_group .hot_group_item2:nth-child(2) .hot_group_title {
    background: linear-gradient(90deg, rgba(204, 90, 208, 1) 0%, rgba(149, 101, 231, 1) 100%);
}
.hot_group .hot_group_item2:nth-child(3) .hot_group_title {
    background: linear-gradient(90deg, rgba(234, 89, 83, 1) 0%, rgba(232, 87, 146, 1) 100%);
}
.hot_group .hot_group_item2:nth-child(4) .hot_group_title {
    background: linear-gradient(90deg, rgba(0, 143, 150, 1) 0%, rgba(8, 156, 98, 1) 100%);
}

.hot_group .hot_group_item:last-child {
    margin-right: 0;
}

.hot_group .hot_group_item ul {
    width: 1164px;
    height: 221px;
    margin:24px 0;
    margin-right: 6px;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
	padding: 0px 0px 0px 50px;
}
.hot_group .hot_group_item ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* 滚动条的滑块 */
.hot_group .hot_group_item ul::-webkit-scrollbar-thumb {
    display: block;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.hot_group .hot_group_item ul li {
    width: 130px;
    height: 121px;
    margin-left: 60px;
    margin-bottom: 24px;
    display: inline-block;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    cursor: pointer;
}
.hot_group .hot_group_item ul li:last-child {
    margin-bottom: 0;
}
.hot_book {
    width: 100px;
    height: 121px;
    padding:5px;
    border-radius: 4px;
    border: 1px solid rgba(240, 240, 240, 1);
}
.hot_book img {
    width: 90px;
    height: 121px;
}
.hot_introduction {
    width: 121px;
    /*height: 100px;*/
}
.hot_introduction a {
    text-decoration: none;
    color: rgba(153, 153, 153, 1);
}
.hot_introduction p:nth-child(1){
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 10px;
}
.hot_introduction p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    /*color: rgba(1, 64, 153, 1);*/
}

/*.hot_group .hot_group_item:nth-child(2) ul li {
    width: 237px;
    height: 182px;
    margin: 0 auto;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}*/
.hot_video {
    width: 100%;
    height: 145px;
    margin-bottom: 8px;
    background: #333;
    border-right: 8px;
}

.hot_video  video{
    width: 100%;
    height: 145px;
}

.hot_video_title {
    width: 100%;
    height: 29px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_group .hot_group_item:nth-child(3) ul li .hot_introduction p:nth-child(1), .hot_group .hot_group_item:nth-child(4) ul li .hot_introduction p:nth-child(1) {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 8px;
}

.hot_group .hot_group_item:nth-child(3) ul li .hot_introduction p:nth-child(2), .hot_group .hot_group_item:nth-child(4) ul li .hot_introduction p:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(217, 54, 52, 1);
}

.hot_group .hot_group_item:nth-child(3) ul li .hot_introduction p:nth-child(3), .hot_group .hot_group_item:nth-child(4) ul li .hot_introduction p:nth-child(3) {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
    text-decoration-line: line-through;
}

.home_footer {
    width: 100%;
    height: 130px;
    background: rgba(44, 89, 177, 1);
}
.home_footer_center {
    width: 1184px;
    height: 130px;
    margin:0 auto;
    padding:39px 0 39px 0;
}

.home_footer_center p {
    width: 100%;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
}

.home_footer_center p img {
    width: 20px;
    height: 20px;
    margin-left: 12px;
}
.home_footer_center p:nth-child(2) {
    margin: 0;
}
/*展示时 隐藏移动端适配 用户信息*/
.home_mobile_Info {
    display: none;
}

/*pc展示时 隐藏移动端适配 我的出版*/
.mobile_shopping_mall {
    display: none;
}
.mobile_my_publish {
    display: none;
}
.mobile_my_order {
    display: none;
}
.mobile_tools {
    display: none;
}
.mobile_calendar {
    display: none;
}
.mobile_resource {
    display: none;
}
.home_mobile_recommend {
    display: none;
}
.home_mobile_btn {
    display: none;
}
.home_mobile_footer {
    display: none;
}
.home_back_top {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .home {
        width: 100%;
        height: auto;
        background: rgba(241, 242, 247, 1);
        position: relative;
    }
    .home_header {
        width: 100%;
        height: 44px;
        background: rgba(255, 255, 255, 1);
        padding:0;
        display: inline-block;
    }
    .home_header_img {
        width: 100%;
        height: 44px;
        padding: 9px 0;
        text-align: center;
    }
    .home_header_img img{
        height: 26px;
        width: 145px;
    }

    .home_header_nav {
        display: none;
    }
    .home_Info {
        display: none;
    }
    .home_order_info {
        display: none;
    }
    .home_tools {
        display: none;
    }
    .home_resource {
        display: none;
    }
    .home_banner {
        width: 100%;
        height: 156px;
    }
    .home_banner_center {
        width: 100%;
        height: 156px;
        background: #fff;
        overflow: hidden;
        position: relative;
        padding:0;
    }
    .home_carousel_items {
        display: flex;
        width: 100%;
        animation: carousel 20s infinite linear;
        cursor: pointer;
    }
    .home_carousel_items li {
        flex-shrink: 0;
        width: 100%;
        height: 156px;
    }

    .home_carousel_items li img {
        width: 100%;
        height: 156px;
        object-fit: cover;
    }
    .home_carousel_indicators {
        position: absolute;
        left:50%;
        bottom: 8px;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

    .home_carousel_indicators li {
        width: 4px;
        height: 2px;
        border-radius: 0;
        background: rgba(217, 54, 52, 0.5);
        margin: 0 3px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .home_carousel_indicators li.active {
        width: 8px;
        height: 2px;
        border-radius: 0px;
    }

    @keyframes home_banner_center {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    .home_hot {
        display: none;
    }
    .home_footer {
        display: none;
    }

    .home_mobile_Info {
        display: block;
        width: 100%;
        margin-top: 16px;
    }
    .home_mobile_Info_center {
        width: 94%;
        margin:0 auto;
        border-radius: 13px;
        background: rgba(255, 255, 255, 1);
    }
    .home_mobile_Info_center_top {
        width: 100%;
        border-bottom: 1px solid rgba(241, 242, 247, 1);;
    }
    .mobile_Info_presentation {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 16px;
    }
    .home_user_head_shot {
        margin-top: 10px;
        margin-left: 10px;
        width: 56px;
        height: 60px;
    }
    .home_user_head_shot img {
        width: 56px;
        height: 60px;
    }
    .home_user_more {
        margin-left: 8px;
    }
    .home_user_more_top {
        height:48px;
    }
    .home_user_more_top_name {
        margin-top: 18px;
        font-size: 18px;
        font-weight: 600;
    }
    .home_user_more_top_name span {
        font-size: 16px;
        font-weight: 400;
    }
    .home_user_integral {
        width: 138px;
        height: 52px;
        background: url(../../image/two/auth_back_mobile.png)no-repeat center;
        background-size: 100% 100%;
        display: inline-block;
        padding-left:42px;
        line-height: 42px;
        color: rgba(255, 255, 255, 1);
        font-size: 12px;
    }
    .home_user_integral span {
        color: rgba(255, 235, 138, 1);
        font-size: 14px;
    }
    .user_level {
        width: 74px;
        height: 22px;
        margin-right: 6px;
    }
    .user_level img {
        width: 74px;
        height: 22px;
    }
    .user_level_equity {
        height: 22px;
        font-size:14px;
        line-height: 22px;
    }
    .user_level_equity img {
        width: 14px;
        height: 14px;
        line-height: 22px;
        margin-left: 3px;
    }
    .user_mobile_contact_Information {
        margin-left: 74px;
        height: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 14px;
    }
    .user_mobile_contact_Information li {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        cursor: pointer;
    }
    .user_mobile_contact_Information li img{
        width: 24px;
        height: 24px;
    }
    .user_mobile_auth {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .user_mobile_contact_Information .user_mobile_auth li img{
        width: 24px;
        height: 24px;
    }
    .home_mobile_Info_center_bottom {
        width: 100%;
        padding:16px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .home_mobile_Info_center_bottom li {
        margin-right: 10px;
        margin-bottom: 16px;
        text-align: center;
    }
    .home_mobile_Info_center_bottom li:nth-child(5n) {
        margin-right: 0;
    }
    .home_mobile_Info_center_bottom li:nth-last-child(-n+5) {
        margin-bottom: 0;
    }
    .home_mobile_Info_center_bottom li img {
        width: 40px;
        height: 40px;
        margin:8px;
    }
    .home_mobile_Info_center_bottom li p {
        font-size:12px ;
    }
    .mobile_shopping_mall {
        display: block;
        margin-top: 16px;
        width: 100%;
        padding:16px 24px;
        background: rgba(255, 255, 255, 1);
    }
    .mobile_shopping_mall_contains {
        overflow-x: auto;
        white-space: nowrap;
    }
    .mobile_shopping_mall_more {
        width: 100%;
        /*height: 80px;*/
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .mobile_shopping_mall_more ul {
        min-width: 150px;
        display: inline-flex;
        align-items: center;
        border-radius: 4px;
        background: rgba(241, 242, 247, 1);
        padding:16px;
        padding-right: 45px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 16px;
        flex: none;
        align-items: flex-start;
    }
    .mobile_shopping_mall_more ul h1 {
        font-size:16px;
        font-weight: 500;
        line-height:25px;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 12px;
    }
    .mobile_shopping_mall_more ul li {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 21px;
        color: rgba(0, 0, 0, 0.45);
        margin-bottom:9px;
        cursor: pointer;
    }
    .mobile_shopping_mall_more ul li:hover {
        color: rgba(1, 64, 153, 1);
    }
    .mobile_shopping_mall_more ul li:last-child {
        margin-bottom: 0;
    }
    .mobile_shopping_mall_more ul li a {
        outline: none;
        color: rgba(0, 0, 0, 0.45);
        text-decoration: none;
    }
    .mobile_shopping_mall_more ul li a:hover {
        color:rgba(1, 64, 153, 1);
    }
    .mobile_my_publish {
        display:block;
        margin-top: 16px;
        width: 100%;
        padding:16px 24px;
        background: rgba(255, 255, 255, 1);
    }
    .mobile_my_publish h1{
        width: 100%;
        height:23px;
        line-height: 23px;
        font-size: 18px;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 13px;
    }
    .mobile_my_publish_contains {
        overflow-x: auto;
        white-space: nowrap;
    }
    .mobile_my_publish_list {
        width: 100%;
        height: 80px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .mobile_my_publish_list li {
        display: inline-flex;
        align-items: center;
        height: 80px;
        border-radius: 4px;
        background: rgba(241, 242, 247, 1);
        padding:16px;
        padding-right: 45px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-right: 16px;
        flex: none;
    }
    .mobile_my_publish_list li:last-child {
        margin-right: 16px;
    }
    .mobile_my_publish_list li img{
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
    .publish_info {
        width: 100%;
        height: 48px;
        line-height: 8px;
    }
    .publish_info h1 {
        font-size: 16px;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
    }
    .publish_info p {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        color: rgba(217, 54, 52, 1);
    }
    .publish_info p span:nth-child(1) {
        color: rgba(0, 0, 0, 0.85);
    }
    .publish_info p span:nth-child(2) {
        color: rgba(0, 0, 0, 0.45);
    }
    .publish_info p span:nth-child(3) {
        color: rgba(0, 0, 0, 0.45);
    }
    .publish_info p span .day {
        color: rgba(217, 54, 52, 1);
    }
    .publish_info .active {
        color: rgba(27, 196, 89, 1);
    }
    .mobile_my_order {
        display: block;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        margin-top: 16px;
        padding:16px 24px;
    }
    .mobile_title{
        width: 100%;
        height:23px;
        line-height: 23px;
        font-size: 18px;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 13px;
    }
    .mobile_my_order_contains {
        overflow-x: auto;
        white-space: nowrap;
    }
    .mobile_my_order_list {
        width: 100%;
        height: 39px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .mobile_my_order_list li {
        display: inline-flex;
        align-items: center;
        height: 39px;
        background: rgba(241, 242, 247, 1);
        border-radius: 13px;
        margin-right: 16px;
        flex: none;
        padding-right: 16px;
    }
    .mobile_my_order_list li:last-child {
        margin-right: 0px;
    }
    .order_status {
        width: 120px;
        padding-left: 16px;
        line-height: 39px;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        font-weight:700;
        background: url(../../image/two/mobile_order_back.png)no-repeat center;
        background-size: 100% 100%;
    }
    .orderNum {
        line-height: 39px;
        color: rgba(51, 51, 51, 1);
        font-weight: 500;
        font-size: 12px;
        margin-left: 4px;
    }

    .mobile_tools {
        display: block;
        width: 100%;
        margin-top: 16px;
    }
    .mobile_tools_center {
        width: 94%;
        margin: 0 auto;
        border-radius: 13px;
        background: rgba(255, 255, 255, 1);
        padding:16px;
    }
    .mobile_tools_list {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        overflow: hidden;
        overflow-y: scroll;
    }

    .mobile_tools_list li {
        width: 33.33%; /* 每个 li 占 1/3 宽度,减去 margin */
        height: 91px;
        border-radius: 4px;
        /*margin-right: 16px;*/
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        padding:1px 13px;
        cursor: pointer;
        margin-bottom: 21px;

    }
    .mobile_tools_list li a {
        outline: none;
        color: rgba(51, 51, 51, 1);
        text-decoration: none;
    }
    /*.mobile_tools_list li:nth-child(3n) {*/
    /*    margin-right: 0;*/
    /*}*/
    .mobile_tools_list li:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .mobile_tools_list li img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }
    .mobile_tools_list li p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mobile_calendar {
        display: block;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        margin-top: 16px;
        padding: 16px 24px;
    }
    .mobile_calendar_contains {
        overflow-x: auto;
        white-space: nowrap;
    }
    .mobile_calendar_list {
        width: 100%;
        height: 194px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .mobile_calendar_list li {
        display: inline-flex;
        align-items: center;
        height: 194px;
        background: rgba(241, 242, 247, 1);
        border-radius: 13px;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 16px;
    }
    .mobile_calendar_list li:last-child {
        margin-right: 0;
    }
    .mobile_calendar_list li img {
        width: 300px;
        height: 130px;
        order-radius:13px 13px 0 0;
    }
    .mobile_calendar_list li p {
        width: 300px;
        height: 64px;
        border-radius:0 0 13px 13px;
        line-height: 32px;
        padding:16px;
        font-size: 14px;
    }
    .mobile_resource {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_resource_center {
        width: 94%;
        margin: 0 auto;
    }
    .mobile_resource_contains {
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 20px;
    }
    .mobile_resource_tab {
        width: 100%;
        height: 40px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .mobile_resource_tab li {
        display: inline-flex;
        align-items: center;
        height: 40px;
        line-height: 40px;
        flex: none;
        margin-right: 16px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
    }
    .mobile_calendar_list li:last-child {
        margin-right: 0;
    }
    .mobile_resource_tab .active {
        font-size: 18px;
        font-weight: 700;
        color: rgba(217, 54, 52, 1);
    }
    .mobile_resource_content::after {
        content: "";
        flex: 0 0 25%; /* 设置宽度为 25% */
    }
    .mobile_resource_content {
        width: 100%;
        padding:16px;
        border-radius: 13.34px;
        background: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mobile_resource_content li {
        flex: 0 0 25%; /* 设置宽度为 25% */
        margin-bottom: 16px;
        text-align: center;
        overflow: hidden;
    }
    .mobile_resource_content li:nth-child(4n) {
        margin-right: 0;
    }
    .mobile_resource_content li:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .mobile_resource_content li img  {
        width: 48px;
        height: 48px;
        margin-bottom: 11px;
        margin: 0 16px;
    }
    .mobile_resource_content p {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        font-weight: 500;
    }
    .home_mobile_recommend {
        display: block;
        width: 100%;
        margin-top: 16px;
    }
    .home_mobile_recommend_center {
        margin-bottom: 16px;
        width: 100%;
        padding:16px 24px;
        background: rgba(255, 255, 255, 1);
    }
    .mobile_recommend_contains {
        overflow-x: auto;
        white-space: nowrap;
    }
    .home_mobile_recommend ul {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-y: hidden;
    }
    .home_mobile_recommend ul:last-child{
        margin-bottom: 0;
    }
    .home_mobile_recommend .home_mobile_recommend_center ul li {
        width: 100px;
        display: flex;
        align-items: center;
        border-radius: 13px;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 16px;
    }
    .hot_book {
        width: 100%;
        height: 140px;
        border-radius: 0;
        border:0;
        padding: 0;
        margin-bottom: 8px;
    }
    .hot_book img {
        width: 100px;
        height: 131px;
    }
    .hot_introduction {
        margin-left: 0px;
        width: 100%;
        padding:0 10%;
    }
    .hot_introduction a {
        text-decoration: none;
        color: rgba(153, 153, 153, 1);
    }
    .hot_introduction p:nth-child(1) {
        text-align: left;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    .hot_introduction p:nth-child(2) {
        margin-top: 4px;
    }
    .hot_introduction p:nth-child(3) {
        text-decoration-line: line-through;
    }
   /* .home_mobile_recommend .home_mobile_recommend_center:nth-child(2) ul li {
        width: 289px;
        display: inline-flex;
        align-items: center;
        border-radius: 13px;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 16px;
    }*/
    .hot_video {
        border-radius: 13px;
        background: rgba(0, 0, 0, 0.5);
    }
    .hot_video_title {
        font-size: 16px;
    }
    .home_mobile_recommend .home_mobile_recommend_center:nth-child(3) ul {
        padding-bottom:10px;
    }

    .home_mobile_recommend .home_mobile_recommend_center:nth-child(4) ul{
        padding-bottom:10px;
    }
    .home_mobile_footer {
        display: block;
        width: 100%;
        height: 140px;
        text-align: center;
        line-height: 140px;
        color: rgba(153, 153, 153, 1);
        font-size: 12px;
    }
    .home_mobile_btn{
        display: block;
        width: 94%;
        height: 42px;
        line-height: 42px;
        border-radius: 8px;
        background: linear-gradient(150.79deg, rgba(56, 149, 255, 1) 0%, rgba(37, 56, 134, 1) 100%);
        box-shadow: 0px 10.67px 32px rgba(233, 239, 245, 1);
        text-align: center;
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
        letter-spacing: 3px;
        font-size: 16px;
        margin: 20px auto 0px;
    }
    .home_back_top {
        display: block;
        position: absolute;
        right: 16px;
        width: 56px;
        height: 65px;
        bottom: 59px;
    }
    .home_back_top img {
        width: 56px;
        height: 65px;
    }

}
