@media screen and (min-width: 1440px) {
    .m-header, .m-footer, .link, .m-desc, .m-login, .ems.home, .m-banner {
        display: none !important;
    }

    .wrap .sub-menu {
        width: 240px;
        margin-bottom: 15px;
    }

    .wrap .right {
        width: 940px;
    }

    .sub-menu .introduce {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 30px;
        position: relative;
    }

    .sub-menu .introduce .title {
        text-align: center;
        margin: 5px 0;
        font-weight: 700;
        font-size: 16px;
    }

    .sub-menu .introduce .content {
        font-size: 13px;
        border: 1px solid #000000;
        border-radius: 3px;
        background: #ffffff;
        padding: 5px;
        height: 273px;
        overflow: hidden
    }

    .sub-menu .introduce .content.active {
        height: 100%;
    }

    .sub-menu .introduce .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #f7f7f7;
        box-shadow: 0px 2px 4px rgba(153, 153, 153, 0.25);
        border: 1px solid #f7f7f7;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -18px;
        cursor: pointer;
    }

    .sub-menu .introduce .btn.active {
        transform: rotate(180deg)
    }

    .sub-menu .introduce .btn img {
        width: 24px;
        height: 24px;
    }

    .sub-menu .type {
        border: 1px solid #000000;
        margin-top: 15px;
    }

    .sub-menu .type a {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        height: 60px;
        background: #ffffff;
    }

    .sub-menu .type img {
        width: 50px;
        height: 50px;
        margin: 0 10px;
    }

    .sub-menu .brand {
        background: #ffffff;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
    }

    .sub-menu .brand.active {
        display: none;
    }

    .sub-menu .brand .it {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #000;
        position: relative;
        padding: 8px 0 8px 30px;
    }

    .sub-menu .brand img {
        position: absolute;
        top: 4px;
        left: 3px;
        width: 33px;
    }

    .sub-menu .brand .ja {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 25px;
        width: 100%;
    }

    .sub-menu .brand .en {
        width: 100%;
        font-size: 13px;
        color: #666666;
        line-height: 25px;
    }

    .sub-menu .brand .it:hover {
        background: #f5f5f5;
    }

    .sub-menu .brand .it:hover .t {
        display: flex;
    }

    .sub-menu .brand .it:hover a:hover {
        background: #f5f5f5;
    }

    .sub-menu .brand .t {
        display: none;
        flex-direction: column;
        position: absolute;
        font-size: 14px;
        background: #fff;
        border: 1px solid #ccc;
        border-bottom: 0;
        right: -240px;
        top: -0px;
        z-index: 999;
        width: 238px;
    }

    .sub-menu .brand .it2 {
        display: flex;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        padding-left: 15px;
    }

    .wrap .sub-menu .more {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #333333;
        border: 1px solid #000;
        border-top: 0;
        background: #ffffff;
        cursor: pointer;
        margin-bottom: 15px;
        font-weight: bold;
        padding: 5px 0;
    }

    .sub-menu .ems {
        margin-top: 30px;
    }

    .sub-menu .ems .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 0 5px;
    }

    .sub-menu .ems .title .col-1 {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .sub-menu .ems .title img {
        margin-right: 5px;
    }

    .sub-menu .ems .title a {
        color: #666666;
        font-size: 13px;
    }

    .sub-menu .ems .box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        padding: 8px;
        border-radius: 3px;
    }

    .sub-menu .ems .box a {
        display: flex;
        justify-content: space-between;
        line-height: 25px;
        font-size: 13px;
    }

    .sub-menu .ems .box a:nth-child(odd) {
        background: #f7f7f7;
    }

    .navi {
        display: flex;
        align-items: center;
        height: 30px;
        background: #ffffff;
        margin: 20px 0;
        font-size: 14px;
        padding-left: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .navi a {
        margin: 0 5px;
    }

    .type-title {
        display: flex;
        align-items: center;
        height: 38px;
        background: #ffffff;
        margin: 20px 0;
        font-size: 16px;
        padding-left: 10px;
        font-weight: bold;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .type-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 13px;
        margin-bottom: 30px;
    }

    .type-list .it {
        display: flex;
        height: 60px;
        align-items: center;
        border-radius: 3px;
        background: #ffffff;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        color: #333333;
        overflow: hidden;
    }

    .type-list .it img {
        width: 55px;
        height: 55px;
        margin: 5px;
    }

    .desc {
        display: flex;
        border-radius: 3px;
        justify-content: space-between;
        background: #ffffff;
    }

    .desc .logo {
        width: 600px;
        height: 300px;
        border-radius: 3px;
    }

    .desc .row {
        width: 340px;
        background: #ffffff;
        height: 100%;
    }

    .desc .name {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin-top: 10px;
        margin-left: 10px;
    }

    .desc .name span {
        font-size: 16px;
        color: #666666;
        margin-left: 20px;
        font-weight: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .desc .txt {
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        height: 217px;
        font-size: 14px;
        overflow: hidden;
    }

    .desc .txt.active {
        height: 100%;
    }

    .desc .more {
        display: flex;
        height: 35px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #333333;
        border-radius: 0px 0px 3px 3px;
        background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 0) 100%);
        cursor: pointer;
    }

    .detail {
        border-radius: 3px;
        padding: 10px;
        background: #ffffff;
        font-size: 14px;
    }

    .detail img {
        max-width: 920px;
    }

    .banner {
        width: 940px;
        height: 360px;
        border-radius: 5px;
    }

    .new {
        margin: 15px 0;
    }

    .new .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        border-radius: 5px;
        background: #ffffff;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .new .tit {
        display: flex;
        align-items: center;
    }

    .new .more {
        color: #666666;
        font-size: 13px;
        margin-right: 8px;
    }

    .new .title img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .new .box {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .new .list {
        display: flex;
        flex-direction: column;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        background: #ffffff;
        padding: 5px;
        width: 700px;
    }

    .new .list img {
        margin: 9px 8px;
        width: 16px;
        height: 16px;
    }

    .new .list a {
        display: flex;
        text-decoration: underline;
        line-height: 34px;
        font-size: 14px;
        width: 700px;
        height: 34px;
        overflow: hidden;
    }

    .new .txt {
        width: 220px;
        height: 220px;
        border-radius: 3px;
        overflow: hidden;
        background: #ffffff;
    }

    .new .txt img {
        max-width: 220px;
        max-height: 220px;
    }

    /*    #stickyElement .fot {
        display: none;
    }*/

    .product {
        margin-bottom: 15px;
    }

    .product-top {
        display: flex;
        justify-content: space-between;
        line-height: 35px;
        margin-bottom: 15px;
        background: #ffffff;
        border-radius: 3px;
        font-size: 16px;
        padding: 5px 10px;
        position: relative;
    }

    .product-top .filter {
        display: flex;
        align-items: center;
        border: 1px solid #000000;
        border-radius: 20px;
        font-size: 14px;
        padding: 2px 5px;
        height: 25px;
        cursor: pointer;
    }

    .product-top .filter img {
        width: 25px;
        margin: 0 3px;
    }

    .filter-box {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 999;
        background: #fff;
        border: 1px solid #ccc;
        padding: 15px;
        right: 0;
        font-size: 14px;
        box-shadow: 2px 2px 2px #f5f5f5;
        border-radius: 5px;
        min-width: 400px;
    }

    .filter-box.active {
        display: flex;
    }

    .filter-box .row {
        padding: 10px 0;
    }

    .filter-box .row span {
        border: 1px solid #000000;
        padding: 3px;
        margin-right: 15px;
        cursor: pointer;
        border-radius: 3px;
    }

    .filter-box .row span.active {
        border: 1px solid #d43030;
        color: #d43030;
    }

    .filter-box .row span:hover {
        border: 1px solid #d43030;
        color: #d43030;
    }

    .filter-box .ipt {
        width: 55px;
        height: 20px;
        text-align: center;
    }

    .filter-box .back {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .filter-box .back:hover {
        font-weight: bold;
    }

    .filter-box .back img {
        transform: rotate(180deg)
    }

    .filter-box .btn {
        border: 1px solid #000;
        font-size: 14px;
        border-radius: 25px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        cursor: pointer;
        margin-top: 30px;
        margin-left: 30px;
    }

    .filter-box .btn:hover {
        background: #f7f7f7;
    }

    .filter-bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        z-index: 888;
    }

    .filter-bg.active {
        display: flex;
    }

    .product .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 55px;
        border-radius: 5px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        margin-bottom: 13px;
    }

    .product .m-title {
        display: none;
    }

    .product .title .type {
        display: flex;
        font-size: 20px;
        color: #d43030;
        margin: 0 5px;
        align-items: center;
    }

    .product .title img {
        width: 24px;
        height: 24px;
        margin: 0 8px;
    }


    .product .title .cate {
        display: flex;
        margin-left: 15px;
    }

    .product .title .more {
        font-size: 13px;
        color: #999999;
        margin-right: 10px;
        float: right;
    }

    .product .title .tab {
        display: flex;
        font-size: 14px;
        justify-content: space-between;
        align-items: center;
    }

    .product .title .tab .it {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        background: #e6e6e6;
        border-radius: 3px;
        color: #333333;
        padding: 2px 5px;
        margin: 0 5px;
        font-size: 14px;
        cursor: pointer;
        min-width: 80px;
    }

    .product .title .tab .active {
        background: #37322f;
        color: #ffeb3b;
        position: relative;
    }

    .product .title .tab .active::after {
        display: flex;
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid #37322f;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        bottom: -8px;
    }


    .product .list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 13px;
    }

    .product .list.hide {
        display: none;
    }

    .product .list .it {
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        width: 225px;
    }

    .product .list .it .favor {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
        z-index: 99;
        cursor: pointer;
    }

    .product .list .it .cover {
        display: flex;
        align-items: center;
        position: absolute;
        width: 225px;
        height: 100%;
        background: #ffffff;
        overflow: hidden;
    }

    .product .list .it:hover .cover {
        display: none;
    }

    .product .list .it .cover img {
        width: 225px;
        height: 360px;
    }

    .product .img {
        width: 220px;
        height: 220px;
        margin: 0 auto;
    }

    .product .img img {
        width: 220px;
        height: 220px;
    }

    .product .tips {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        padding: 0 5px;
    }

    .product .tips span {
        display: flex;
        height: 27px;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        padding: 0 10px;
    }

    .product .tips span.s2 {
        color: #ffffff;
        background: #999999;
        width: 50%;
        margin-right: 10px;
    }

    .product .tips span.s3 {
        color: #ffffff;
        width: 50%;
    }

    .product .tips span.c-0 {
        background: #111ABA;
    }

    .product .tips span.c-1 {
        background: #F70395;
    }

    .product .tips span.c-2 {
        background: #FD9903;
    }

    .product .name {
        display: block;
        height: 45px;
        overflow: hidden;
        font-size: 13px;
        color: #000000;
        padding: 0 8px;
        margin-top: 10px;
        line-height: 22px;
    }

    .product .sale {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .product .sale img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .product .sale .col-1 {
        display: flex;
        width: 80px;
        height: 30px;
        align-items: center;
        justify-content: center;
        border-radius: 8px 0 0 8px;
        font-size: 13px;
        color: #ffffff;
        background: #d43030;
    }

    .product .sale .col-2 {
        display: flex;
        width: 80px;
        height: 30px;
        align-items: center;
        justify-content: center;
        border-radius: 0 8px 8px 0;
        font-size: 13px;
        color: #333333;
        background: #e5e5e5;
    }

    .product .price {
        display: flex;
        justify-content: center;
        font-size: 14px;
        color: #000000;
        margin: 5px 0;
    }

    .product .price.del {
        text-decoration: line-through;
        color: #999999;
    }

    .search-page {
        display: none;
    }

    .base {
        display: flex;
        justify-content: space-between;
        border-radius: 3px;
        background: #ffffff;
        padding: 10px;
        margin-bottom: 15px;
    }

    .base .img {
        position: relative;
        width: 444px;
        height: 390px;
    }

    .base .img .logo {
        display: flex;
        align-items: center;
        width: 444px;
        height: 390px;
    }

    .base .img .logo img {
        width: 100%;
        width: 444px;
        height: 390px;
    }

    .base .favor {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        z-index: 8;
        cursor: pointer;
    }

    .base .num {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        font-size: 13px;
        color: #ffffff;
        background: #000000;
        opacity: 0.5;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .base .video {
        width: 100px;
        height: 115px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
        background: #ffffff;
    }

    .base .video.big {
        width: 444px;
        height: 390px;
        position: absolute;
        z-index: 9;
        background: #ffffff;
    }

    .base .video .close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 10;
    }

    .base .imgs {
        display: flex;
        margin-top: 15px;
        align-items: center;
        height: 54px;
    }

    .base .arr-imgs {
        display: flex;
        width: 360px;
        overflow-x: scroll;
        scrollbar-width: none;
        transition: all 2s ease-in-out;
    }

    .base .imgs img {
        width: 62px;
        height: 54px;
        margin: 0 5px;
        cursor: pointer;
    }

    .base .imgs .btn {
        width: 32px;
        height: 32px;
    }

    .base .l-1 .box {
        width: 440px;
        margin-top: 15px;
        font-size: 14px;
    }

    .base .l-1 .box img {
        max-width: 440px;
    }

    .base .r-2 .box {
        width: 450px;
        margin-top: 15px;
        font-size: 14px;
    }

    .base .r-2 .box img {
        max-width: 450px;
    }

    .base .r-2 {
        width: 450px;
    }

    .base .r-2 .name {
        font-size: 16px;
        color: #000000;
    }

    .base .tags {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }

    .base .tags .hot {
        display: flex;
    }

    .base .tags .it {
        display: flex;
        width: 35px;
        height: 20px;
        align-items: center;
        justify-content: center;
        color: #d43030;
        border: 1px solid #d43030;
        font-size: 13px;
        margin-right: 10px;
    }

    .base .tags .tips {
        display: flex;
    }

    .base .tags .tips span {
        display: flex;
        height: 27px;
        align-items: center;
        justify-content: center;
        width: 80px;
        font-size: 13px;
    }

    .base .tags .tips span.s1 {
        color: #ffffff;
        background: #123a83;
    }

    .base .tags .tips span.s2 {
        color: #333333;
        background: #e6e6e6;
    }

    .base .tags .tips span.s3 {
        color: #ffffff;
        background: #eb0386;
    }

    .base .price {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .base .price .row-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 35px;
        background: #ff5733;
        border-radius: 3px 3px 0 0;
        color: #ffffff;
        padding: 0 10px;
    }

    .base .price .row-1 .col-1 {
        font-size: 20px;
    }

    .base .price .row-1 .col-2 {
        font-size: 16px;
    }

    .base .price .row-2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-radius: 0 0 3px 3px;
        background: #e5e5e5;
        padding: 0 10px;
        font-size: 16px;
    }

    .base .price .row-2 .col-1 {
        font-size: 18px;
        color: #d43030;
        font-weight: bold;
    }

    .base .price .row-2 .col-1 span {
        font-size: 14px;
        color: #999999;
        text-decoration: line-through;
        margin-left: 10px;
        font-weight: normal;
    }

    .base .price .row-3 .col-2 {
        font-size: 13px;
    }

    .base .color {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .base .color .key {
        display: flex;
        align-items: center;
        height: 35px;
        width: 50px;
        font-size: 14px;
        color: #333333;
    }

    .base .color .it {
        display: flex;
        align-items: center;
        padding: 0 5px;
        height: 35px;
        background: #f1f1f1;
        color: #333333;
        cursor: pointer;
        border: 1px solid #f1f1f1;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .base .color .it.active {
        border: 1px solid #d43030;
    }

    .base .color img {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }

    .base .size {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .base .size .key {
        display: flex;
        align-items: center;
        height: 30px;
        width: 50px;
        font-size: 14px;
        color: #333333;
    }

    .base .size .it {
        display: flex;
        align-items: center;
        padding: 0 5px;
        height: 30px;
        background: #f1f1f1;
        color: #333333;
        cursor: pointer;
        border: 1px solid #f1f1f1;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .base .size .it.active {
        border: 1px solid #d43030;
    }

    .base .number {
        display: flex;
        justify-content: space-between;
        color: #333333;
        margin: 15px 0;
        font-size: 14px;
    }

    .base .number .action {
        display: flex;
    }

    .base .number input {
        width: 45px;
        border: 1px solid #f3f3f3;
        border-radius: 3px;
        text-align: center;
    }

    .base .number span {
        margin-right: 15px;
    }

    .base .number .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        background: #f3f3f3;
        font-size: 16px;
        font-weight: bold;
        margin: 0 2px;
        cursor: pointer;
    }

    .base .buy {
        display: flex;
        justify-content: space-between;
    }

    .base .buy .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 50px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 16px;
        cursor: pointer;
    }

    .base .buy .email {
        background: #262d5e;
    }

    .base .buy .tocart {
        background: #d43030;
    }

    .base .buy img {
        width: 32px;
        height: 32px;
    }

    .comment {
        display: flex;
        flex-direction: column;
    }

    .comment .title {
        display: flex;
        align-items: center;
        height: 40px;
        border-radius: 5px;
        background: #ffffff;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        justify-content: space-between;
    }

    .comment .title .left {
        display: flex;
        align-items: center;
    }

    .comment .title img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .comment .title .more {
        color: #666666;
        font-size: 13px;
        margin-right: 8px;
    }

    .comment .box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 10px;
        flex: 1;
    }

    .comment .box.p .row {
        padding-left: 10px;
    }

    .comment .box .it {
        display: flex;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
    }

    .comment .box .img {
        width: 113px;
        height: 113px;
        border-radius: 3px;
        margin: 10px 15px;
    }

    .comment .box .img img {
        width: 113px;
        height: 113px;
    }

    .comment .box .row {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .comment .col {
        display: flex;
        font-size: 14px;
        height: 40px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px dashed #666666;
        margin-bottom: 10px;
    }

    .comment .star {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .comment .star img {
        width: 20px;
        height: 20px;
    }

    .comment .name {
        text-decoration: underline;
        color: #2a82e4;
        font-size: 14px;
    }

    .comment .content {
        color: #333333;
        font-size: 14px;
        margin: 5px 0;
    }

    .comment .time {
        font-size: 13px;
        color: #999999;
        margin-bottom: 5px;
    }

    .comment .imgs {
        display: flex;
        flex-direction: row;
    }

    .comment .imgs img {
        width: 100px !important;
        height: 100px;
        margin-right: 15px;
        border-radius: 0.08rem;
        margin-bottom: 0.15rem;
    }

    .news {
        display: flex;
        flex-direction: column;
    }

    .news .title {
        display: flex;
        align-items: center;
        height: 40px;
        border-radius: 5px;
        background: #ffffff;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        justify-content: space-between;
    }

    .news .title .left {
        display: flex;
        align-items: center;
    }

    .news .title img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .news .title .more {
        color: #666666;
        font-size: 13px;
        margin-right: 8px;
    }

    .news .box {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        flex: 1;
    }

    .news .img {
        width: 600px;
        height: 300px;
        border-radius: 3px 0 0 3px;
        overflow: hidden;
    }

    .news .img img {
        width: 600px;
        height: 300px;
    }

    .news .items {
        display: flex;
        flex-direction: column;
        width: 340px;
        background: #000000;
        padding: 8px;
        border-radius: 0 3px 3px 0;
    }

    .news .it {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 90px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 13px;
        color: #ffffff;
        padding: 1px 0;
    }

    .news .it img {
        width: 130px;
        height: 70px;
    }

    .news .row {
        display: flex;
        flex-direction: column;
    }

    .news .row .row-1 {
        height: 50px;
        overflow: hidden;
        padding-left: 8px;
    }

    .news .row .row-2 {
        text-align: right;
    }

    /*µÇÂ¼*/
    .login {
        min-height: 500px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 100px 100px;
        font-size: 14px;
    }

    .login b {
        font-size: 20px;
    }

    .login dt {
        width: 100%;
        min-height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .login button {
        height: 44px;
        width: 240px;
        border: 0;
        border-radius: 20px;
        /*background: linear-gradient(to right,#D96464, #B53939);*/
        color: #333333;
        margin-top: 30px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
    }

    .login .l {
        width: 100%;
        height: 400px;
        border: 1px solid #999999;
        padding: 50px 0;
        margin-right: 20px;
        background: #ffffff;
        border-radius: 3px;
    }

    .login .l button {
        margin-left: 35px;
        border: 1px solid #3333;
    }

    .login .l span {
        display: flex;
        width: 80px;
    }

    .login .l .txt {
        width: 270px;
        text-align: center;
        margin: 20px 0;
        line-height: 25px;
    }

    .login .l input {
        height: 40px;
        width: 280px;
        background: #fff;
        border: 0;
        padding-left: 10px;
        border-bottom: 1px solid #333333;
    }

    .login .r {
        width: 100%;
        height: 400px;
        border: 1px solid #999999;
        padding: 50px 0;
        background: #ffffff;
        border-radius: 3px;
    }

    .login .r .txt {
        width: 370px;
        margin: 20px 0;
        line-height: 25px;
    }

    .login .r button {
        color: #333333;
        background: #fff;
        border: 1px solid #333333;
    }
    /*×¢²á*/
    .reg {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1px solid #999999;
        padding: 50px;
        width: 800px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        border-radius: 5px;
    }

    .reg h1 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 50px;
    }

    .reg dl {
        display: flex;
        flex-direction: row;
    }

    .reg dt.text {
        width: 140px;
        line-height: 39px;
        font-weight: bold;
        font-size: 14px;
    }

    .reg dt {
        min-height: 35px;
        display: flex;
        flex-direction: row;
        margin: 10px 0;
        width: 100%;
    }

    .reg dt span {
        display: flex;
        width: 100px;
        align-items: center;
    }

    .reg dt input {
        width: 100%;
        height: 35px;
        background: #fff;
        border: 1px solid #ddd;
        padding-left: 20px;
        border-radius: 5px;
    }

    .reg select, textarea {
        width: 100%;
        border: 1px solid #ddd;
    }

    .reg button {
        height: 44px;
        width: 50% !important;
        border: 1px solid #999999;
        border-radius: 20px;
        background: #eeeeee;
        color: #000000;
        margin-top: 30px;
    }

    .photo {
        padding: 5px;
        background: #ffffff;
        font-size: 14px;
        margin-top: 10px;
        text-decoration: underline;
    }

    .gallery {
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 10px;
    }

    .gallery .it {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
    }

    .gallery .box {
        display: flex;
        width: 246px;
    }

    .gallery .imgs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3px;
    }

    .gallery .img {
        width: 80px;
        height: 80px;
    }

    .gallery .title {
        font-size: 16px;
        margin-left: 15px;
        flex: 1;
    }
    .big_img {
        position: fixed;
        z-index: -1;
        opacity: 0;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .big_img .swiper-container2 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-container2 .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-slide {
        width: 100%;
        height: 100%;
        display: table;
    }

    .big_img .swiper-slide .cell {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .big_img .swiper-slide img {
        max-width: 90%;
        max-height: 80%;
        margin: 0 auto;
    }

    .big_img .swiper-pagination2 {
        position: absolute;
        top: 0.2rem;
        text-align: center;
        width: 100%;
    }

    .big_img .swiper-pagination2 span {
        margin: 0 0.05rem;
        background: #fff;
    }

    .big_img .swiper-container3 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-container3 .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-pagination3 {
        position: absolute;
        top: 0.2rem;
        text-align: center;
        width: 100%;
    }

    .big_img .swiper-pagination3 span {
        margin: 0 0.05rem;
        background: #fff;
    }
}
