.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellip2 {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Home-banner {
    position: relative;
    height: 100vh;
}

.Home-banner .here-an {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    font-size: 30px;
    color: #fff;
}

.Home-banner .here-an .yinbot1 {
    display: block;
    -webkit-animation: xia 0.5s linear infinite alternate;
    animation: xia 0.5s linear infinite alternate;
}

.Home-banner .swiper-banner {
    height: 100%;
}

.Home-banner .swiper-banner .item {
    height: 100%;
}

.Home-banner .swiper-banner .item * {
    height: 100% !important;
}

.Home-banner .swiper-banner img {
    width: 100%;
    object-fit: cover;
}

.Home-banner .swiper-slide {
    height: 100% !important;
}

.swiper-banner img {
    width: 100%;
}

.swiper-banner .banner-page {
    right: 64px;
}

.swiper-banner .banner-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #FFFFFF;
    margin: 14px 2px;
}

.swiper-banner .banner-page .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #FFFFFF;
}

.section-series .index-item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.section-series .index-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: inset 0 -200px 130px -70px rgba(0, 0, 0, 0.4);
    z-index: 0;
    transition: all 500ms ease;
    display: none;
}

.section-series .index-item::before {
    position: absolute;
    top: 0%;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    display: block;
    z-index: 0;
}

.section-series .index-item:hover::after {
    display: block;
}

.section-series .index-item:hover::before {
    display: none;
}

.section-series .index-item:hover .text1 {
    display: none;
}

.section-series .index-item:hover .text2 {
    display: block;
}

.section-series .index-item .bg {
    width: 100%;
}

.section-series .index-item .text1 {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
}

.section-series .index-item .text1 div {
    font-size: 28px;
    color: #fff;
    line-height: 1;
}

.section-series .index-item .text1 a {
    display: inline-block;
    width: 140px;
    height: 48px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    margin-top: 26px;
}

.section-series .index-item .text2 {
    position: absolute;
    bottom: 68px;
    left: 64px;
    z-index: 1;
    display: none;
}

.section-series .index-item .text2 .ch-font {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.section-series .index-item .text2 .en-font {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 6px;
}

.section-series .index-item .text2 .en-font .suns {
    font-size: 34px;
}

.section-series .index-item .text2 a {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #FFFFFF;
}

.fold_wrap li {
    float: left;
    width: 25%;
    height: 90vh;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pic_auto {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.pic_auto1 {
    background: url(../images/datu1.jpg) no-repeat center 0;
}

.pic_auto2 {
    background: url(../images/datu2.jpg) no-repeat center 0;
}

.pic_auto3 {
    background: url(../images/datu3.jpg) no-repeat center 0;
}

.pic_auto4 {
    background: url(../images/datu4.jpg) no-repeat center 0;
}

main {
    background: #F5F5F5;
    margin-top: 120px;
}

.text-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
}

.text-flex .price {
    color: #333333;
}

.text-flex .suns {
    font-size: 18px;
}

.product_wrap {
    padding-top: 138px;
    padding-bottom: 10px;
}

.product_wrap .product-father {
    position: relative;
}

.product_wrap .product-father .swiper-button-next {
    width: 24px;
    height: 47px;
    background: url(../images/product_right.svg) no-repeat center;
    background-size: 100%;
    right: -44px;
}

.product_wrap .product-father .swiper-button-prev {
    width: 24px;
    height: 47px;
    background: url(../images/product_left.svg) no-repeat center;
    background-size: 100%;
    left: -44px;
}

.product_wrap dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 130px;
}

.product_wrap dl dd:nth-child(even) {
    display: -webkit-flex;
    display: flex;
    flex-flow: row-reverse;
}

.product_wrap dl .imgCon,
.product_wrap dl .product {
    width: 48%;
}

.product_wrap dl .item {
    display: block;
}

.product_wrap dl .img {
    position: relative;
    overflow: hidden;
}

.product_wrap dl .img img {
    width: 100%;
}

.product_wrap dl .img .text {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-size: 40px;
    color: #FFFFFF;
}

.product_wrap dl .img .text .suns {
    font-size: 57px;
}

.product_wrap dl .product {
    padding: 0 68px;
}

.pinpai1 {
    position: relative;
    padding-top: 138px;
    padding-bottom: 138px;
}

.pinpai1::before {
    position: absolute;
    top: 0%;
    right: 0;
    content: '';
    width: 50%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 0;
}

.pinpai1 .pp-inner {
    position: relative;
    z-index: 1;
}

.pinpai1 .ppImg {
    width: 60%;
    float: left;
}

.pinpai1 .ppText {
    width: 38%;
    float: right;
}

.pinpai1 .ppText .pp-name {
    font-size: 50px;
    font-weight: 400;
    color: #333333;
}

.pinpai1 .ppText .pp-name .suns {
    font-size: 60px;
}

.pinpai1 .ppText .pp-solgn {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
}

.pinpai1 .ppText p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pinpai2 {
    background-color: #fff;
}

.pinpai2 .ppText {
    width: 50%;
    float: left;
    padding-top: 166px;
}

.pinpai2 .ppText .pp-name {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
}

.pinpai2 .ppText li {
    margin-top: 80px;
    width: 50%;
    float: left;
    padding-left: 60px;
    background: url(../images/zuanshi.svg) no-repeat left top;
    color: #999999;
    font-size: 20px;
}

.pinpai2 .ppText li div {
    color: #333333;
    line-height: 50px;
}

.pinpai2 .ppImg {
    width: 50%;
    float: left;
}

.pinpai3 {
    padding: 138px 0;
    background-color: #fff;
    border-bottom: 1px solid #DDDDDD;
}

.pinpai3 .ppxybg {
    padding: 80px 0;
    background: url(../images/ppxy-bg.png) no-repeat center / cover;
}

.pinpai3 .xy-box {
    padding: 15px 15px;
    width: 500px;
    height: 700px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.86;
    margin: 0 auto;
    position: relative;
}

.pinpai3 .xy-box .inner {
    width: 470px;
    height: 670px;
    border: 1px solid #999999;
    text-align: center;
    padding-top: 85px;
    box-sizing: border-box;
}

.pinpai3 .xy-box .inner .t {
    margin-top: 45px;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
}

.pinpai3 .xy-box .inner .dec {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 2;
    padding: 0 10px;
}

.pinpai3 .xy-box .inner .suns2 {
    font-size: 22px;
}

.tips-wrap {
    padding-bottom: 40px;
}

.tips-wrap .inner {
    padding: 80px 152px;
    padding-top: 0;
    background-color: #fff;
}

.tips-wrap .suns2 {
    font-size: 18px;
}

.tips-wrap .tit {
    padding-top: 80px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
    color: #45D8B4;
    text-align: center;
}

.tips-wrap .row-t {
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: 400;
    color: #45D8B4;
    position: relative;
    padding-left: 10px;
}

.tips-wrap .row-t::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #45D8B4;
    border-bottom: 5px solid transparent;
}

.tips-wrap p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.tips-wrap .three-list {
    margin: 0 -20px;
}

.tips-wrap .three-list li {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}

.tips-wrap .three-list div {
    margin-bottom: 20px;
}

.tips-wrap .three-list .ico {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}

.tips-wrap .three-list p {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.user_wrap {
    padding-bottom: 40px;
}

.user_wrap .inner {
    padding: 80px 152px;
    background-color: #fff;
}

.user_wrap .user-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.user_wrap .user-info a {
    color: #333333;
}

.user_wrap .t {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
}

.user_wrap .userTab {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #666;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.user_wrap .userTab span {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    padding-bottom: 10px;
    cursor: pointer;
}

.user_wrap .userTab .active {
    color: #45D8B4;
}

.user_wrap .userTab .active::before {
    position: absolute;
    bottom: -1px;
    right: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #45D8B4;
    display: block;
}

.user_wrap .user-base dl {
    margin: 0 -20px;
}

.user_wrap .user-base dl dd {
    width: 33.333%;
    float: left;
    padding: 0 20px;
}

.user_wrap .user-base div {
    font-size: 14px;
    color: #999;
}

.user_wrap .user-base div a {
    color: #000;
    text-decoration: underline;
}

.user_wrap .user-base .inp {
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
}

.user_wrap .user-base .inp input {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    border: 1px solid #DDDDDD;
    color: #333;
}

.user_wrap .user-base .inp input::placeholder {
    color: #CCCCCC;
}

.user_wrap .user-base .inp .jianpan {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.user_wrap .user-base .lastInp {
    margin-bottom: 0;
}

.user_wrap .user-base select {
    width: 100%;
    height: 44px;
    border: 1px solid #DDDDDD;
    padding-left: 20px;
    padding-right: 20px;
    /*去掉默认的下拉三角*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*添加下拉三角图标*/
    background: url("../images/arr-down.svg") no-repeat right 20px center transparent;
    color: #333;
}

.user_wrap .user-base select::placeholder {
    color: #CCCCCC;
}

.user_wrap .user-base .save-btn {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #707070;
    color: #000;
    font-size: 14px;
}

.user_wrap .user-base .save-btn:hover {
    color: #fff;
    background: #333;
}

.user_wrap .listBox {
    display: none;
    margin-bottom: -20px;
}

.user_wrap .list {
    margin: 0 -12px;
}

.user_wrap .list li {
    width: 25%;
    float: left;
    padding: 0 12px;
}

.user_wrap .list li .item {
    margin-bottom: 20px;
}

.user_wrap .list li .img {
    overflow: hidden;
    border: 1px solid #DDDDDD;
}

.user_wrap .list li .img img {
    width: 100%;
}

.detail_wrap {
    height: calc(100vh - 50px);
    min-height: 730px;
    position: relative;
    padding-top: 43px;
    overflow: hidden;
}

.detail_wrap::before {
    position: absolute;
    top: 0%;
    left: 0;
    content: '';
    width: 50%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 0;
}

.detail_wrap .inner {
    position: relative;
    z-index: 10;
}

.detail_wrap .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.detail_wrap .breadcrumb li {
    color: #999;
    font-size: 14px;
}

.detail_wrap .breadcrumb a {
    color: #999;
}

.detail_wrap .breadcrumb .suns2 {
    font-size: 18px;
}

.detail_wrap .left,
.detail_wrap .right {
    width: 50%;
    float: left;
}

.detail_wrap .right {
    padding-left: 88px;
}

.detail_wrap .swiper-detail .item {
    text-align: center;
}

.detail_wrap .swiper-detail img {
    max-width: 100%;
}

.detail_wrap .swiper-detail .detail-page {
    right: 64px;
}

.detail_wrap .swiper-detail .detail-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #333333;
    margin: 0 7px;
    background-color: transparent;
}

.detail_wrap .swiper-detail .detail-page .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #333333;
    opacity: 1;
    border: 1px solid #333333;
}

.detail_wrap .detail_scroll {
    height: calc(100vh - 170px);
    overflow-y: scroll;
    padding-bottom: 60px;
    padding-right: 112px;
}

.detail_wrap .detail_scroll::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

.detail_wrap .detail_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.detail_wrap .detail_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.detail_wrap .head {
    margin-bottom: 30px;
    padding-top: 80px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.detail_wrap .head .name {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
}

.detail_wrap .head .name .suns {
    font-size: 38px;
}

.detail_wrap .head .sub-name {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.detail_wrap .head .price {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.detail_wrap .head .price .memo {
    font-size: 16px;
    display: inline;
}

.detail_wrap .info-box {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.detail_wrap .info-box a {
    color: #45D8B4;
}

.detail_wrap .info-box .suns2 {
    font-size: 18px;
}

.detail_wrap .info-button {
    margin-top: 30px;
}

.detail_wrap .info-button .goBuy {
    width: 456px;
    height: 48px;
    background: #333333;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    outline: none;
    border: none;
    margin-bottom: 14px;
}

.detail_wrap .info-button .star {
    width: 456px;
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #333333;
    color: #333;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}

.suns {
    font-size: 38px;
}

@-webkit-keyframes xia {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes xia {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.flex-images {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-images .index-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 100vh;
}

.flex-images .index-item.cur {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.flex-images .index-item.cur .bg {
    left: 0;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
}

.flex-images .index-item .bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.series-in-m {
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 90vh;
    width: 100%;
}

.gallery-top .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs {
    position: absolute;
    left: 0;
    bottom: 40%;
    height: 400px;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.gallery-thumbs .swiper-slide-active {
    font-size: 44px;
}

.info .info-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.info .info-content .ws-text {
    padding-left: 20px;
    line-height: 80px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 30px;
    color: #fff;
}

.info .info-content .ws-text P {
    font-size: 24px;
}

.info .triangle-right {
    position: absolute;
    left: 0;
    bottom: 334px;
    width: 0;
    height: 0;
    z-index: 20;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}
