/* 案例详情页 */
body{
    background-color: #F5F6F7;
}
header.bbg {
    background-color: rgba(0,0,0)!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)!important;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
}
.detail.mtop {
    background: #F5F6F7;
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.toplink{
    display: block;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.modeldetail ul,
.modeldetail li {
    list-style: disc;
}
.modeldetail ul {
    padding-left: 1rem;
}
.modeldetail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.modeldetail .left {
    position: relative;
    background-color: #fff;
    width: calc(100% - 320px);
}
.modeldetail .left .jxtips {
    background: linear-gradient(270deg, #E9AC5A 0%, #EEB466 0%, #FFDDBD 100%);
    border-radius: 0px 0px 4px 4px;
    left: 2.4%;
}
.modeldetail .left .title {
    font-size: 1.6rem;
    font-family: PingFangSC-Semibold,Jost-SemiBold;
    font-weight: 600;
    color: #313336;
    line-height: 2.2rem;
    max-width: 800px;
    text-align: center;
    padding: 2rem;
    margin: 0 auto;
    box-sizing: border-box;
}
.modeldetail .left .infoflex {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.2rem;
    color: #A4A9B1;
    margin-bottom: 1rem;
}
.modeldetail .left .infoflex div {
    display: flex;
    justify-content: center;
    margin:0 0.8rem;
    align-items: flex-end;
    cursor: pointer;
}
.modeldetail .left .infoflex span {
    font-size: 0.6rem;
    color: #6A6E73;
}
.modeldetail .left .infoflex .icon {
    width: 1rem;
    height: 1rem;
    display: block;
    margin-right: 0.4rem;
    border-radius: 50%;
}
.modeldetail .left .infoflex .viewbtn .icon {
    background: url(../images/icon_view.svg) center no-repeat;
    background-size: 110%;
}
.modeldetail .left .infoflex .zanbtn .icon {
    background: url(../images/icon_zanno.svg) center no-repeat;
    background-size: cover;
}
.modeldetail .left .infoflex .zanbtn:hover,
.modeldetail .left .infoflex .zanbtn.on {
color: #e8374a;
}
.modeldetail .left .infoflex .zanbtn:hover .icon,
.modeldetail .left .infoflex .zanbtn.on .icon {
    background: url(../images/icon_zan.svg) center no-repeat;
    background-size: cover;
}
.modeldetail hr {
    width: 100%;
    height: 0.5px;
    background: #EAEDF3;
    display: block;
}
.modeldetail .right hr {
    margin: 1.4rem 0;
}
.modeldetail .left .contenttxt {
    margin: 2rem;
    box-sizing: border-box;
}
.modeldetail .left .videoparent {
    text-align: center;
}
.modeldetail .left .video {
    display: block;
    max-width: 100%;
    max-height: calc(90vh);
    min-height: calc(20vh);
}
.modeldetail .left .videobox {
    margin: 0.5rem auto !important;
    max-width: calc(100% - 4rem);
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.modeldetail .left .hs .videobox ,
.modeldetail .left .h .videobox {
    display: block;
    width: 100%;
}
.modeldetail .left .hs .video ,
.modeldetail .left .h .video {
    width: 100%;
}
.modeldetail .left .s .video {
    height: 85vh;
}
.modeldetail .left .videobox .opacity {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.modeldetail .left .h .videobox .opacity .play {
    display: block;
    width: 8%;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: calc(46%);
    cursor: pointer;
}
.modeldetail .left .s .videobox .opacity .play {
    display: block;
    width: 14%;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: calc(43%);
    cursor: pointer;
}
.modeldetail .left .hs .videobox .opacity .play {
    display: block;
    width: 4rem;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.modeldetail .left .imgbox {
    display: inline-block;
    margin: 0.5rem 0 0 !important;
    max-width: calc(100% - 4rem);
}
.modeldetail .left .imgbox img {
    max-width: 100%;
    display: block;
}
.modeldetail .left .zan {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 4rem auto;
    background: #000;
    cursor: pointer;
    border: 1px solid #000;
}
.modeldetail .left .zan:hover {
    background-color: #444;
    border: 1px solid #000;
    color:#000;
}
.modeldetail .left .zan .icon {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    background: url(../images/icon_zanB.svg) center no-repeat;
    background-size: cover;
}
.modeldetail .left .zan span {
    display: none;
}
.modeldetail .left .zan.on span {
    display: block;
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: #e8374a;
}
.modeldetail .left .zan.on {
    background: rgba(16, 83, 238, 0.1);
}
.modeldetail .left .zan.on .icon {
    background: url(../images/icon_zan.svg) center no-repeat;
    background-size: cover;
}
.modeldetail .right {
    background-color: #fff;
    width: 300px;
    top: calc(3.4rem + 10px) !important;
    position: sticky;
    right: 0;
}
/* .modeldetail .right.absol {
} */
.modeldetail .right .logo {
    width: 25%;
    display: block;
    margin: 1.7rem auto 0;
    border-radius: 50%;
}
.modeldetail .right h4.tit {
    font-size: 0.7rem;
    font-family: PingFangSC-Semibold,Jost-SemiBold,;
    font-weight: 600;
    color: #313336;
    padding: 0.4rem 10.34% 0.3rem;
    box-sizing: border-box;
    text-align: center;
}
.modeldetail .right .tips {
    padding: 0 10.34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.6rem;
    color: #A4A9B1;
    line-height: 1rem;
}
.modeldetail .right .tips span {
    margin: 0 0.2rem;
}
.modeldetail .right h3 {
    font-size: 0.8rem;
    font-family: PingFangSC-Medium,;
    font-weight: 500;
    color: #313336;
    line-height: 1.3rem;
    box-sizing: border-box;
    padding: 0 10.34%;
}
.modeldetail .right .li {
    font-size: 0.7rem;
    color: #6A6E73;
    line-height: 1.3rem;
    margin: 0.3rem 10.34%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.modeldetail .right .li>span:first-child {
    color: #A4A9B1;
    margin-right: 0.8rem;
    white-space: nowrap;
}
.modeldetail .right .casecall {
    background: #000;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #FFFFFF;
    text-align: center;
    width: 40%;
    margin: 2rem auto 0.8rem;
    border: 1px solid #000;
    cursor: pointer;
}
.modeldetail .right .casecall:hover {
    background-color: #444;
}
.modeldetail .right .clickzan {
    cursor: pointer;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #6A6E73;
    text-align: center;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem auto 3.5rem;
    border: 1px solid #A4A9B1;
}
.modeldetail .right .clickzan:hover {
    background: #F7F9FF;
    border: 1px solid #A4A9B1;
}
.modeldetail .right .clickzan .icon {
    width: 1rem;
    height: 1rem;
    display: block;
    margin-right: 0.2rem;
    background: url(../images/icon_zanno.svg) center no-repeat;
    background-size: cover;
}
.modeldetail .right .clickzan .tet {
    display: block;
}
.modeldetail .right .clickzan .num {
    display: none;
}
.modeldetail .right .clickzan.on {
    border: 1px solid #e8374a;
    color: #e8374a;
}
.modeldetail .right .clickzan.on .tet {
    display: none;
}
.modeldetail .right .clickzan.on .num {
    display: block;
}
.modeldetail .right .clickzan.on .icon {
    background: url(../images/icon_zan.svg) center no-repeat;
    background-size: cover;
}
.modeldetail .right .sharetxt {
    font-size: 0.6rem;
    color: #A4A9B1;
    text-align: center;
}
.modeldetail .right .sharebox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem auto 1.5rem;
}
.modeldetail .right .sharebox .icon {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin: 0 0.5rem;
    cursor: pointer;
}
.modeldetail .right .sharebox .icon img {
    display: block;
    width: 100%;
}
.modeldetail .right .sharebox .icon img:nth-child(2) {
    display: none;
}
.modeldetail .right .sharebox .icon:hover img:nth-child(1) {
    display: none;
}
.modeldetail .right .sharebox .icon:hover img:nth-child(2) {
    display: block;
}
.listbox {
    padding-top: 1.6rem!important;
    padding-bottom: 1.6rem!important;
}
.listbox h3 {
    font-size: 1.2rem;
    font-family: PingFangSC-Medium,;
    font-weight: 500;
    color: #313336;
    line-height: 1.6rem;
    margin: 1.4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listbox h3 .morebtn {
    font-size: 0.7rem;
    color: #e8374a;
    line-height: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.listbox h3 .morebtn img {
    width: 0.7rem;
    display: block;
    transform: scale(1);
    transition: all 0.2s ease 0s;
}
.listbox h3 .morebtn:hover {
    opacity: 0.8;
}
.listbox .flex {
    /* border-bottom: 1px solid #EAEDF3; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.1rem;
}
.listbox .flex:last-child {
    border-bottom: 0;
}
.listbox .flex .box {
    width: 18.8%;
    margin: 0 1.48% 1.4rem 0;
}
.listbox .flex .box:nth-child(5n) {
    margin-right: 0;
}
.listbox .flex .box .imgbox {
    overflow: hidden;
    border-radius: 0.6rem;
    min-height: 8rem;
    position: relative;
}
.listbox .flex .box .videoicon {
    width: 1.6rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.6rem;
}
.listbox .flex .box .hover {
    width: calc(100%);
    height: 100%;
    transition: all 0.2s ease 0s;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.listbox .flex .box .imgbox:hover .hover{
    background-size: 110%;
}
.listbox .flex .box h4 {
    font-size: 0.8rem;
    font-family: PingFangSC-Medium,;
    font-weight: 500;
    color: #313336;
    line-height: 1.1rem;
    margin-top: 0.8rem;
}
.propmodel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: none;
    z-index: 99;
}
.propmodel .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 335px;
    width: 17.5vw;
}
.propmodel .close {
    width: 1.5rem;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1.7rem;
    cursor: pointer;
}
.sharecanvas {
    position: fixed;
    left: -9910px;
    top: -9910px;
    min-width: 335px;
    width: 17.5vw;
}
.sharecanvas .bg {
    margin: 0 auto;
    display: block;
    width: calc(100%);
}
.sharecanvas .infobody  {
background: #fff;
padding: 1px ;
box-sizing: border-box;
}
.sharecanvas .infobody .title {
    font-size: 16px;
    font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
    font-weight: 600;
    color: #051624;
    line-height: 26px;
    margin: 16px 20px 0;
}
.sharecanvas .infobody .description {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6A6E73;
    line-height: 20px;
    max-height: 40px;
    margin: 4px 20px;
    letter-spacing: 1px;
    overflow: hidden;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    position: relative;
}
.sharecanvas .infobody .description i {
    display: none;
 }
.sharecanvas .infobody .description.over i {
    position: absolute;
    line-height: 20px;
    display: block;
    background-color: #fff;
    padding-right: 9px;
    padding-left: 3px;
    text-align: left;
    bottom: 0;
    right: 0;
}
.sharecanvas .imgbox {
    /* overflow: hidden;   */
    min-height: auto;
    position: relative;
}
.sharecanvas .imgbox img{
    border-radius: 0;
}
.sharecanvas .imgbox .jxtips{
    border-radius:0 0 0.3rem 0;
    line-height: 1.1rem;
}
.sharecanvas .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 20px 7px;
}
.sharecanvas .flex .logo {
    width: 130px;
    display: block;
    margin: 0;
}
.sharecanvas .flex .logotxt {
    font-size: 12px;
    color: #051624;
    line-height: 17px;
    margin: 6px 0 10px;
}
.sharecanvas .shareqr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 5px;
    width: 64px;
    padding: 4px;
}
.sharecanvas .flex .qrcodetxt {
    font-size: 10px;
    color: #6A6E73;
    line-height: 14px;
    text-align: center;
}
.sharecanvas .bottom {
    display: block;
    width: 100%;
}
.videomodel .videocon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.videomodel .videocon video {
    max-width: 80vw;
    max-height: 70vh;
}
*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.modeldetail .left .contenttxt {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.6rem;
    overflow-x: hidden;
}
/*
.modeldetail .left .contenttxt strong *,
.modeldetail .left .contenttxt span {
    font-size: inherit !important;
    color: #313336;
}*/
.modeldetail .left .contenttxt h1 {
    font-size: 1.6rem;
    line-height: 2.25rem;
    margin: 3rem 0 0;
    font-weight: 600;
    color: #313336;
}
.modeldetail .left .contenttxt h2 {
    font-size: 1.2rem;
    line-height: 1.55rem;
    margin: 0.6rem 0;
    font-weight: 600;
    color: #313336;
}
.modeldetail .left .contenttxt p {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.4rem !important;
    color: #313336;
    margin: 0.6rem 0;
}
.modeldetail .left .contenttxt img {
    margin: 2rem auto;
    display: block;
    width:100%;
    height: 100%;
}
.wpa {
    padding: 0 120px;
    max-width: 1800px;
    margin: 0 auto;
}
.modeldetail .left .fbboxForm {
    background: url(../images/bg.jpg) center right no-repeat;
    background-size: cover;
    margin: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content:center;
    align-items: flex-start;
    padding: 3rem 0;
}
.modeldetail .fbboxForm>div {
    width: 50%;
}
.modeldetail .fbboxForm>div:first-child {
    border-right: 1px solid #EAEDF3;
}
.fbboxForm .tit {
    font-size: 1.2rem;
    font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
    font-weight: 600;
    color: #313336;
    line-height: 1.2rem;
    text-align: center;
}
.fbboxForm .desc {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
    color: #313336;
    line-height: 1rem;
    margin-top: 0.6rem;
    text-align: center;
}
.fbboxForm .qrcode {
    width: 7.4rem;
    display: block;
    margin: 1.8rem auto 0.9rem;
}
.fbboxForm .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
font-weight: 400;
color: #000;
line-height: 1.5rem;
}
.fbboxForm .flex img{
    width: 1.3rem;
    /* margin-right: 0.4rem; */
}
.fbboxForm .tips {
    font-size: 0.7rem;
    font-weight: 400;
    color: #6A6E73;
    line-height: 1rem;
    margin-top: 0.8rem;
    text-align: center;
}
.fbboxForm .tips a{
    font-family: PingFangSC-Medium,;
    font-weight: 500;
    color: #313336;
}
.fbboxForm .tips a:hover {
    color: #e8374a;
}
.fbboxForm .form {
    margin-top: 1.3rem;
}
.fbboxForm .form .input {
    margin: 0.8rem auto;
    border: 1px solid #A4A9B1;
    padding: 0 0.8rem;
    box-sizing: border-box;
    background: #FFFFFF;
    width: 16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fbboxForm .form .mcodebox{
    display: none;
}
.fbboxForm .form .input  input::-webkit-input-placeholder{
    color: #A4A9B1;
}
.fbboxForm .form .input input{
    height: 2.5rem;
    line-height: 2.5rem;
    border: 0;
    background: #FFFFFF;
    outline: none;
    font-size: 0.8rem;
    width: 100%;
}
.fbboxForm .form .mcodebox input{
    width: calc(100% - 3.5rem);
}
.fbboxForm .form .input .getcode{
    font-size: 0.8rem;
    color: #e8374a;
    cursor: pointer;
}
.fbboxForm .fbbtn {
    font-size: 0.8rem;
    background-color: #000;
    line-height: 2.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    width: 16rem;
    border: 1px solid #000;
}
.fbboxForm .fbbtn:hover {
    background-color: #444;
}
.fbboxForm .fbbtn.border {
    background-color: transparent;
    color: #e8374a;
}
.fbboxForm .fbbtn.border:hover {
    opacity: 0.8;
}
/* .fbboxForm .form { */
.fbboxForm .success {
    display: none;
}
.fbboxForm .success .icon{
    width: 2.6rem;
    display: block;
    margin: 3rem auto 0.6rem;
}
.fbboxForm .success h3{
    font-size: 1.2rem;
    font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
    font-weight: 600;
    color: #04B472;
    line-height: 1.6rem;
    text-align: center;
}
.fbboxForm .success p{
    text-align: center;
    font-size: 0.8rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #313336;
line-height: 1.5rem;
}
@media screen and (max-width:1680px) and (min-width:1200px) {
    .wpa {
        padding: 0 30px;
    }
}
@media screen and (max-width:1200px) and (min-width:800px) {
    .wpa {
        padding: 30px;
    }
    .modeldetail {
        display: block;
    }
    .modeldetail .left {
        width: calc(100%);
        padding: 1px 0;
    }
    .modeldetail .right {
        width: 100%;
        margin: 0.5rem 0 0;
        padding: 4vw 20vw 4vw 15vw;
        position: relative;
        top: 0 !important;
        box-sizing: border-box;
    }
    .modeldetail .right .logo {
        position: absolute;
        left: 5.26%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        width: 6.67vw;
        display: block;
    }
    .modeldetail .right hr {
        display: none;
    }
    .modeldetail .right h4.tit {
        font-size: 1.33rem;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
    }
    .modeldetail .right .tips {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.8rem;
        color: #6A6E73;
        line-height: 1.33rem;
        margin: 0.2rem 0 0.6rem;
        padding: 0;
    }
    .modeldetail .right .tips span {
        margin: 0 0.6rem 0 0;
    }
    .modeldetail .right h3 {
        display: none;
    }
    .modeldetail .right .li {
        font-size: 0.933rem;
        color: #313336;
        line-height: 1.733rem;
        margin: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .modeldetail .right .li span:first-child {
        color: #A4A9B1;
        margin-right: 1rem;
    }
    .modeldetail .right .casecall {
        height: 2.66rem;
        line-height: 2.66rem;
        font-size: 1rem;
        color: #FFFFFF;
        text-align: center;
        display: inline-block;
        margin: 0;
        width: auto;
        padding: 0 1.86rem;
        position: absolute;
        right: 20vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .modeldetail .right .clickzan,
    .modeldetail .right .sharetxt,
    .modeldetail .right .sharebox {
        display: none;
    }
    .listbox .flex .box .imgbox {
        min-height: 13vw;
    }
}
@media screen and (max-width:800px) {
    .wpa {
        padding: 0 5.33vw;
    }
    /* 案例详情页 */
    .detail.mtop {
        background: #fff;
        padding-bottom: 5rem;
        padding-top: 13vw;
    }
    .toplink{
        border-radius: 0.3rem;
     }
    .modeldetail {
        display: block;
    }
    .modeldetail .left {
        width: calc(100%);
        padding: 1px 0;
    }
    .modeldetail .left .jxtips {
        border-radius: 4px;
        position: relative;
        left: 0;
        line-height:1.6rem;
    }
    .modeldetail .right {
        width: 100%;
        margin: 5rem 0 0;
    }
    .modeldetail .left .infoflex {
        /*justify-content: space-between;*/
        font-size: 1.2rem;
        color: #A4A9B1;
        line-height: 1.4rem;
        margin-bottom: 1.2rem;
    }
    .modeldetail .left .logobox {
        display: flex!important;
    }
.modeldetail .left .infoflex span {
    font-size:1rem;
    color: #6A6E73;
}
.modeldetail .left .infoflex .icon {
    width: 1.6rem;
    height: 1.6rem;
}
.modeldetail .left .infoflex .viewbtn .icon {
    background: url(../images/icon_view.svg) center no-repeat;
    background-size: 110%;
}
.modeldetail .left .infoflex .zanbtn:hover{
    color: #A4A9B1;
}
.modeldetail .left .infoflex .zanbtn:hover .icon,
.modeldetail .left .infoflex .zanbtn .icon {
    background: url(../images/icon_zanno.svg) center no-repeat;
    background-size: cover;
}
.modeldetail .left .infoflex .zanbtn.on {
color: #e8374a;
}
.modeldetail .left .infoflex .zanbtn.on .icon {
    background: url(../images/icon_zan.svg) center no-repeat;
    background-size: cover;
}
    .modeldetail .left .title {
        font-size: 2.2rem;
        font-family: PingFangSC-Medium,;
        font-weight: 500;
        color: #051624;
        line-height: 3rem;
        text-align: center;
        padding: 4rem 2rem 2rem;
        box-sizing: border-box;
    }
    .modeldetail .left .contenttxt {
        margin: 1.6rem auto 0;
        box-sizing: border-box;
        /* line-height: 2.6rem!important;
        font-size: 1.3rem; */
    }
    .modeldetail .left .videobox.hs .opacity,
    .modeldetail .left .videobox.h .opacity{
        display: none;
    }
    .modeldetail .left .s .video{
        height: auto;
    }
    .modeldetail .left .imgbox {
        margin: 0.7rem 0;
        width: calc(100%);
        max-width: calc(100%);
    }
    .modeldetail .left .videobox{
        max-width: 100%;
    }
    .modeldetail .left .video {
        min-height: auto;
    }
    .modeldetail .left .zan {
        width: 5.6rem;
        height: 5.6rem;
        margin: 2.4rem auto;
    }
    .modeldetail .left .zan .icon {
        width: 2.2rem;
        height: 2.2rem;
    }
    .modeldetail .left .zan.on span {
        display: block;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #e8374a;
    }
    .modeldetail .right .wapbox {
        background: #FFFFFF;
        box-shadow: 0px 3px 2.4rem 0px rgba(0, 0, 0, 0.08);
        border-radius: 1.2rem;
        padding: 2.9rem 2rem;
    }
    .modeldetail .right .flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .modeldetail .right .logo {
        width: 3.2rem;
        display: block;
        margin: 0 0.8rem 0 0;
    }
    .modeldetail .right h4.tit {
        font-size: 1.7rem;
        line-height: 2.6rem;
        font-family: PingFangSC-Medium,;
        font-weight: 500;
        color: #313336;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
    }
    .modeldetail .right .tips {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.2rem;
        color: #6A6E73;
        line-height: 1.5rem;
        flex-wrap: wrap;
        padding: 0;
    }
    .modeldetail .right .tips span {
        white-space: nowrap;
        margin: 0 0.6rem 0 0;
        padding: 0 0.6rem 0 0;
        border-right: 1px solid #EAEDF3;
    }
    .modeldetail .right .tips span:last-child {
        border-right: 0;
    }
    .modeldetail .right hr {
        margin: 2.4rem 0;
    }
    .modeldetail .right h3 {
        display: none;
    }
    .modeldetail .right .li {
        font-size: 1.4rem;
        color: #313336;
        line-height: 2.6rem;
        margin: 0.3rem 0;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .modeldetail .right .li span:first-child {
        color: #A4A9B1;
        margin-right: 1.6rem;
    }
    .modeldetail .right .casecall {
        display: inline-block;
        width: auto;
        margin: 0 0 0 50%;
        transform: translateX(-50%);
        cursor: pointer;
        font-size: 1.6rem;
        line-height: 4rem;
        height: 4rem;
        padding: 0 2.8rem;
        border-radius: 0.6rem;
    }
    .modeldetail .right .clickzan {
        display: none;
    }
    .modeldetail .right .sharetxt {
        text-align: center;
        font-size: 1.2rem;
        color: #A4A9B1;
        line-height: 1.7rem;
        margin-top: 5rem;
    }
    .modeldetail .right .sharebox {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.2rem auto 6rem;
    }
    .modeldetail .right .sharebox .icon {
        width: 3.2rem;
        display: block;
        margin: 0 1rem;
        cursor: pointer;
    }
    .modeldetail .right .sharebox .icon img:nth-child(1) {
        display: none;
    }
    .modeldetail .right .sharebox .icon img:nth-child(2) {
        display: block;
    }
    .modeldetail .left .fbboxForm {
        background: url(../images/bg-wap.jpg) center  no-repeat;
        background-size: cover;
        margin: 0 -5.33vw;
        width: 100vw;
        box-sizing: border-box;
        display:block;
        padding:1rem 5.33vw ;
    }
    .modeldetail .fbboxForm>div {
        width: 100%;
        padding: 3rem 0;
    }
    .modeldetail .fbboxForm>div:first-child {
        border-right: 0;
        border-bottom: 1px solid #EAEDF3;
    }
.fbboxForm .tit {
    font-size: 2.2rem;
    line-height: 3rem;
}
.fbboxForm .desc {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0.4rem;
}
.fbboxForm .qrcode {
    width: 13rem;
    display: block;
    margin: 2rem auto 1rem;
}
.fbboxForm .flex {
    font-size: 1.2rem;
line-height: 1.7rem;
}
.fbboxForm .flex img{
    width: 2.2rem;
}
    .fbboxForm .tips {
        font-size: 1.2rem;
        line-height: 1.7rem;
        text-align: center;
    }
    .fbboxForm .form {
        margin-top: 0;
    }
    .fbboxForm .form .mcodebox{
        display: none;
    }
    .fbboxForm .form .input {
        margin:2rem 0;
        padding: 0 1.2rem;
        width: 100%;
        border-radius: 0.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fbboxForm .form .input input{
        height: 4rem;
        line-height: 4rem;
        width: 100%;
        box-sizing: border-box;
        font-size:1.4rem;
    }
        .fbboxForm .form .mcodebox input{
            width: calc(100% - 7rem);
    }
    .fbboxForm .form .input .getcode{
        font-size: 1.4rem;
    }
    .fbboxForm .fbbtn {
        font-size: 1.6rem;
        line-height: 4rem;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin:0 0  1.6rem;
        border-radius: 0.6rem;
        white-space: nowrap;
    }
    .fbboxForm .success .formflex{
        margin-top: 3rem;
    }
    .fbboxForm .success .icon{
        width:5.2rem;
        display: block;
        margin: 4rem auto 2rem;
    }
    .fbboxForm .success h3{
        font-size: 2.4rem;
        line-height: 3.3rem;
        text-align: center;
    }
    .fbboxForm .success p{
        text-align: center;
        font-size: 1.6rem;
    line-height: 3rem;
    margin: 0.4rem 0 2.7rem;
    }
    .listbox {
        padding-top: 4rem;
        padding-bottom: 0;
    }
    .listbox h3 {
        font-size: 1.8rem;
        color: #051624;
        line-height: 2.6rem;
        margin: 0;
    }
    .listbox h3 .morebtn {
        font-size: 1.2rem;
        color: #e8374a;
        line-height: 1.3rem;
    }
    .listbox .flex {
        border-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 4rem;
    }
    .listbox .flex:last-child {
        border-bottom: 0;
    }
    .listbox .flex .box {
        width: 42.67vw;
        margin: 1.5rem 0 0;
    }
    .listbox .flex .box:nth-child(5n) {
        margin-right: 0;
    }
    .listbox .flex .box .imgbox {
        min-height: 32vw;
    }
    .listbox .flex .box .imgbox:hover .hover{
        background-size: 100%;
    }
    .listbox .flex .box .imgbox .bg,
    .listbox .flex .box .imgbox .hover{
        border-radius: 0.6rem;
    }
    .listbox .flex .box h4 {
        font-size: 1.4rem;
        line-height: 2.6rem;
        margin-top: 0.8rem;
    }
    .propmodel .close {
        width: 3rem;
        top: -3.5rem;
    }
    .modeldetail .left .contenttxt {
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 2.6rem;
    }
    .modeldetail .left .contenttxt h1 {
        font-size: 2.2rem;
        line-height: 3rem;
        margin: 2.5rem 0 0;
        font-weight: 600;
    }
    .modeldetail .left .contenttxt h2 {
        font-size: 1.7rem;
        line-height: 2.4rem;
        margin: 1.2rem 0;
        font-weight: 600;
    }
    .modeldetail .left .contenttxt p {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2.6rem !important;
        margin: 1.2rem 0;
    }
    .modeldetail .left .contenttxt img {
        margin: 0.4rem auto;
    }
    .sharecanvas {
        position: fixed;
        left: -100%;
        top: -100%;
        background: #fff;
        min-width: 335px;
        width: 17.5vw;
    }
}
 .mtop .navbar {
     font-size: 0.7rem;
     color: #6A6E73;
     line-height: 1.3rem;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     padding: 0.8rem 0;
     box-sizing: border-box;
 }
 .mtop .navbar i {
     margin: 0 0.5rem;
 }
 .banner .absolute {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.banner .navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1.4% 0;
    font-size: 0.7rem;
    color: #6A6E73;
    line-height: 1.3rem;
}
.banner .navbar i {
    margin: 0 0.5rem;
}
.banner h2 {
    font-size: 2rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #313336;
    line-height: 2.8rem;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}