.material-main {
    width: 100vw;
    height: 100vh;
    background: #F8F8F8;
    overflow-y: auto;
}

.YUGO-news-main {
    background: #F8F8F8;
}

.material-content {
    width: 1200px;
    padding-top: 24px;
    margin-left: calc(50vw - 600px);
    padding-bottom: 46px;
}

* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}

.material-banner {
    width: 1200px !important;
    height: 482px !important;
    position: relative;
    overflow: auto;
}

.material-banner>ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.material-banner>ul>li {
    width: 100%;
    height: 100%;
    float: left;
}

.material-banner>ul>li:nth-child(1) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-2025-01.png');
    background-size: 100% 100%;
}

.material-banner>ul>li:nth-child(2) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-02.png');
    background-size: 100% 100%;
}

.material-banner>ul>li:nth-child(3) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-03.png');
    background-size: 100% 100%;
}

.material-banner>ul>li:nth-child(4) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-04.png');
    background-size: 100% 100%;
}

.material-banner>ul>li:nth-child(5) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-05.png');
    background-size: 100% 100%;
}

.material-banner>ul>li:nth-child(6) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-2025-06.png');
    background-size: 100% 100%;
}

ul, ol {
    padding: 0;
}


.unslider-wrap li {
    float: left
}

#b04 {
    width: 1260px;
}

.unslider-arrow04 {
    display: block
}

.material-banner .dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 99;
}

.material-banner ol {
    height: 10px;
    padding: 0;
    margin: 0;
}

.material-banner ol li {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 12px;
    text-indent: -999em;
    border-radius: 8px;
    cursor: pointer;
    background: #ffffff;
    opacity: .3;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.material-banner li.active {
    background: #fff;
    opacity: 1;
}

.unslider-arrow-prev {
    width: 40px;
    height: 40px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-pre.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.unslider-arrow-next {
    width: 40px;
    height: 40px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-next.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.unslider-arrow-prev a {
    width: 100%;
    height: 100%;
}

.material-title {
    width: 100%;
    height: 100px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 100px;
}

.material-child {
    width: 1200px;
    background: #FFFFFF;
    border: 0px solid #504D4F;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-direction: row;
}

.material-child>.left {
    width: calc(100% - 590px);
    display: inline-block;
    vertical-align: top;
}

.material-child>.right {
    width: 590px;
    display: inline-block;
    vertical-align: top;
}

.material-child>.right .one-image {
    width: 590px;
    height: 590px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-one.png') no-repeat;
    background-size: 100% 100%;
}

.material-child>.right .two-image {
    width: 590px;
    height: 658px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-two.png') no-repeat;
    background-size: 100% 100%;
}

.material-child>.right .three-image {
    width: 590px;
    height: 590px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-three.png') no-repeat;
    background-size: 100% 100%;
}

.material-child>.right .four-image {
    width: 590px;
    height: 590px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-four.png') no-repeat;
    background-size: 100% 100%;
}

.works-title {
    font-size: 30px;
    font-weight: bold;
    color: #E63F21;
    line-height: 30px;
}

.works-size {
    margin-top: 30px;
}

.works-big-size {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

.work-size-left {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: row;
}

.work-size-left>.size-title {
    width: 62px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}

.work-size-left>.size-text {
    width: calc(100% - 62px);
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.works-size-child span {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.works-size-child .blod {
    color: #333333;
    font-weight: 600;
}

.works-child-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}

.material-child-header {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.material-child-header>.left, .material-child-header>.right {
    width: 50%;
}

.material-left-title {
    font-size: 30px;
    font-weight: bold;
    color: #E63F21;
    line-height: 30px;
}

.material-right-title {
    font-size: 30px;
    font-weight: bold;
    color: #E68513;
    line-height: 30px;
}

.material-money {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.left-money-icon {
    width: 170px;
    height: 43px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/money-bg-red.png') no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
}

.left-money-icon-phone {
    width: 133px;
    height: 30px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/money-bg-red.png') no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.right-money-icon {
    width: 170px;
    height: 43px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/money-bg-yellow.png') no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
}

.right-money-icon-phone {
    width: 133px;
    height: 30px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/money-bg-yellow.png') no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.material-money>span {
    font-size: 14px;
    line-height: 43px;
    margin-left: 18px;
}

.five-image {
    width: 100%;
    height: 374px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-five.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}

.six-image {
    width: 100%;
    height: 374px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-six.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}

.material-tip-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.material-tip {
    width: 214px;
    height: 36px;
    background: #F4F4F4;
    border: 0px solid #504D4F;
    border-radius: 5px;
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: row;
}

.material-tip-big {
    width: 246px;
    height: 36px;
    background: #F4F4F4;
    border: 0px solid #504D4F;
    border-radius: 5px;
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: row;
}

.material-tip>.left {
    width: 86px;
    height: 100%;
    padding-left: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.material-tip>.right {
    width: calc(100% - 86px);
    height: 100%;
    line-height: 36px;
}

.material-tip>.big-left {
    width: 100px;
    height: 100%;
    padding-left: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.material-tip>.big-right {
    width: calc(100% - 100px);
    height: 100%;
    line-height: 36px;
}

.material-tip-big>.bbig-left {
    width: 110px;
    height: 100%;
    padding-left: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.material-tip-big>.bbig-right {
    width: calc(100% - 110px);
    height: 100%;
    line-height: 36px;
}

.material-room-child {
    width: 100%;
    height: 549px;
    margin-top: 13px;
}

.material-room-child:nth-child(1) {
    margin-top: 0px;
}


/* 手机端 */
.material-phone-content {
    padding-bottom: 30px;
}

.material-phone-header {
    width: 100vw !important;
    height: 100vw !important;
    position: relative;
    overflow: auto;
}


.material-phone-header>ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.material-phone-header>ul>li {
    width: 100%;
    height: 100%;
    float: left;
}

.material-phone-header>ul>li:nth-child(1) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-phone2025-01.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-header>ul>li:nth-child(2) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-phone-02.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-header>ul>li:nth-child(3) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-phone-03.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-header>ul>li:nth-child(4) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-phone-04.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-header>ul>li:nth-child(5) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-phone-05.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-header>ul>li:nth-child(6) {
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-phone2025-06.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-main {
    padding-left: 15px;
    padding-right: 15px;
    background: #F6F6F6;

}

.material-phone-title {
    width: 100%;
    height: 63px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 63px;
    text-align: center;
}

.material-phone-child {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
    border: 0px solid #504D4F;
    border-radius: 8px;
    padding-bottom: 26px;
    margin-top: 14px;
}

.material-small-title {
    height: 50px;
    width: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #E63F21;
    line-height: 50px;
}

.material-phone-one {
    width: 100%;
    height: calc(100vw - 60px);
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-one.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-two {
    width: 100%;
    height: calc(100vw - 60px);
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-two.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-three {
    width: 100%;
    height: calc(100vw - 60px);
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-three.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-four {
    width: 100%;
    height: calc(100vw - 60px);
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-four.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-five {
    width: 100%;
    height: calc((100vw - 60px) * 0.538);
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-five.png') no-repeat;
    background-size: 100% 100%;
}

.material-phone-six {
    width: 100%;
    height: calc((100vw - 60px) * 0.538);
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-seven.png') no-repeat;
    background-size: 100% 100%;
}

.material-table {
    width: 100%;
    margin-top: 15px;
}

.material-table-header {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E8E8E8;
}

.material-table-header>.left {
    width: 50%;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.material-table-header>.right {
    width: 50%;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.material-table-child {
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E8E8E8;
}

.material-table-child>.left {
    width: 50%;
    font-size: 13px;
    color: #333333;
    line-height: 32px;
}

.material-table-child>.right {
    width: 50%;
    font-size: 13px;
    color: #666666;
    line-height: 32px;
}

.material-phone-room {
    width: 100%;
    height: calc((100vw - 60px) * 0.4936);
    margin-top: 4px;
}

.material-vr-code {
    width: 46px;
    position: absolute;
    bottom: 10px;
    right: 19px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.material-vr-code>.code {
    width: 46px;
    height: 46px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-code.png') no-repeat;
    background-size: 100% 100%;
}

.material-vr-code span {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    margin-top: 5px;
    transform: scale(0.8);
}

.material-chart-btn {
    width: 160px;
    height: 214px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/material-chart.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 140px;
    top: 400px;
    z-index: 10;
    cursor: pointer;
}

.material-modal-mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    display: none;
}

.material-modal-content {
    width: 411px;
    height: 440px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 15px;
    position: relative;
    margin-left: calc((100vw - 411px) / 2);
    margin-top: calc((100vh - 454px) / 2);
}

.material-modal-content span {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 68px;
    white-space: nowrap;
}

.material-modal-code {
    width: 250px;
    height: 250px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/wechart-code-border.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}

.material-modal-code img {
    width: 100%;
    height: 100%;
}


.material-modal-content .close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/center/book/close.png') no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    cursor: pointer;
}