.Ipage_detail {
    margin-top: 4.6rem;
    background-color: #f5f5f5;
    font-size: 1.6rem;
    word-break: break-all;
    padding:10px;
}

.Ipage_detail .Icontent {
    padding: 2.28rem 1.4rem;
    background: #fff;
    margin-bottom: 0.9rem;
}

.Ipage_detail .Icontent .logo_title {
    margin-bottom: 2.4rem;
}

.Ipage_detail .Icontent .logo_title .logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.Ipage_detail .Icontent .Iohters .logo {
    display: flex;
    align-items: center;
    /*margin-bottom: 1rem;*/
}
.Ipage_detail .Icontent .Iohters img { width: 4.6rem; height: 4.6rem;}
.Icontent .logo_title .logo span {
    font-size: 1.4rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1A1A1A;
    margin-right: 0.5rem;
}

.Icontent .logo_title .logo span:last-child {
    font-size: 1.2rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B3B3B3;
}

.Icontent .logo_title .p1 {
    font-size: 1.45rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 2.8rem;
}


/* 閫氱敤鏍囬 start */
.all_title {
    display: flex;
    align-items: stretch;
    margin-bottom: 2rem;
}

.all_title img {
    margin-right: 0.5rem;
    width: 0.3rem;
    height: 1.6rem;
}

.all_title h2 {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #1A1A1A;
}

/* 閫氱敤鏍囬 end */


.presentation .sa_t1 {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2.8rem;
}

.presentation .more {
    height: 14rem;
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2.8rem;
    overflow: hidden;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#ffffff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.presentation .more_1 {
    height: 100%;
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2.8rem;
    margin-bottom: 3rem;
}

.presentation .goto_more {
    margin: auto;
    width: 9.2rem;
    height: 2.9rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #8DC8F3;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.presentation .goto_more span {
    font-size: 1.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #019EEB;
    margin-right: 0.4rem;
}

.presentation .goto_more img {
    width: 0.8rem;
    height: 0.5rem;
}

.money_range {
    margin-bottom: 3rem;
}

.money_range .money_body {
    padding: 2rem 1.5rem;
    background: rgba(190, 190, 190, 0);
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.money_range .money_body ul {
    margin-bottom: 2.4rem;
}

.money_range .money_body ul>li span {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 3rem;
}

.money_range .money_body ul>li span:last-child {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FF4341;
    line-height: 3rem;
}

.money_range .money_body a {
    width: 30rem;
    height: 3.8rem;
    background: #E0F4FF;
    border: 0px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #008CD7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.Icontent .time {
    margin-bottom: 3rem;
}

.Icontent .time ul {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 2rem 1.5rem;
}

.Icontent .time ul>li span {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 3rem;
}

.Icontent .time ul>li span:last-child {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 3rem;
}

.Icontent .tj_how {
    margin-bottom: 3rem;
}

.Icontent .tj_how ul {
    border-radius: 5px;
}

.Icontent .tj_how ul>li span {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 3rem;
}

.Icontent .tj_how ul>li span:last-child {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3rem;
}

#goto_dp {
    margin: auto;
    width: 30rem;
    height: 3.8rem;
    background: #E0F4FF;
    border: 0px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #008CD7;
    display: flex;
    align-items: center;
    justify-content: center;
}