body {
    overflow-x: visible !important;
}

@media screen and (min-width:996px) and (max-width:1400px) {
    .M_TemBoxright ul li {
        width: calc(100% / 3) !important;
        padding-right: 10px;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 996px) {
    .M_inbanner {
        width: 100%;
        margin-top: -70px;
        position: relative;
    }
    .M_inbanner_pos {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }
    .M_inbanner_pos strong {
        display: block;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 30px;
    }
    .M_inbanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .siteTempleteBody .M_top {
        position: relative;
    }
    .siteTempleteBody .M_pchead {
        position: relative;
        background-color: transparent !important;
    }
    .M_searchTem {
        width: 100%;
        /* padding: 30px 75px; */
        margin: 30px auto;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #f4f4f4;
    }
    .M_searchTem_con {
        max-width: 1600px;
        margin: 0 auto;
        box-shadow: var(--main-shadow);
        border: 1px solid #e7e7e7;
        background-color: var(--main-color-white);
        padding: 15px 25px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .M_searchTem_left {
        width: 150px;
    }
    .M_searchTem_left strong {
        font-weight: normal;
        font-size: 18px;
    }
    .M_searchTem_left em {
        color: var(--main-color);
        font-size: 20px;
    }
    .M_searchTem_left span {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
    .M_searchTem_right {
        flex: 1;
        display: flex;
    }
    .M_searchTem_right input {
        width: 85%;
        padding-left: 15px;
        height: 50px;
        border: 1px solid #efefef;
        border-radius: 3px;
    }
    .M_searchTem_right a img {
        width: 20px;
        margin-right: 10px;
    }
    .M_searchTem_right a {
        display: flex;
        font-style: italic;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        width: 15%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        text-align: center;
    }
    .M_TemBox {
        width: 100%;
        margin-bottom: 30px;
    }
    .M_TemBoxcon {
        max-width: 1750px;
        display: flex;
        justify-content: space-between;
        padding: 0 75px;
        margin: 0 auto;
    }
    .M_TemBoxleft {
        width: 250px;
    }
    .M_TemBoxright {
        width: calc(100% - 250px);
    }
    .M_TemBoxleft ul li img {
        width: 20px;
    }
    .M_TemBoxleft ul li {
        display: flex;
        transition: var(--main-transition);
        cursor: pointer;
        background-color: #dddddd;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
        margin-bottom: 1px;
    }
    .M_TemBoxleft ul li:last-child {
        margin-bottom: 0 !important;
    }
    .M_TemBoxleft ul li:hover {
        background-color: var(--main-color);
    }
    .M_TemBoxleft ul li:hover span {
        color: var(--main-color-white);
    }
    .M_TemBoxleft ul li span {
        display: block;
        color: #444;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    .hover_arrow {
        display: none;
    }
    .M_TemBoxleft ul li:hover .com_arrow {
        display: none;
    }
    .M_TemBoxleft ul li:hover .hover_arrow {
        display: block;
    }
    .M_TemBoxright {
        padding: 45px;
        padding-bottom: 0;
        /* box-shadow: var(--main-shadow); */
        background-color: var(--main-color-white);
    }
    .M_bread {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
        margin-bottom: 20px;
    }
    .M_bread i {
        margin-right: 10px;
        color: var(--main-color-333);
    }
    .M_bread span {
        font-size: 14px;
        margin-right: 10px;
    }
    .M_bread a {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .M_bread a:hover {
        color: var(--main-color);
    }
    .M_bread img {
        width: 15px;
        margin: 0 3px;
    }
    .M_TemBoxright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .M_TemBoxright ul li {
        width: 20%;
        padding-right: 10px;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .M_TemBoxright ul li img {
        margin-right: 5px;
    }
    .M_TemBoxright ul li a {
        font-size: 14px;
        color: var(--main-color-555);
    }
    .M_TemBoxright ul>li>a:hover {
        color: var(--main-color);
    }
    .M_TemBoxright ul>li:hover .Tem_dropout {
        display: block !important;
    }
    .M_TemBoxright ul>li:hover .fir_a {
        color: var(--main-color);
    }
    .Tem_dropout {
        position: absolute;
        top: 100%;
        padding: 15px;
        width: 150%;
        left: -20px;
        z-index: 80;
        display: none;
        background-color: var(--main-color-white);
    }
    .Tem_drop {
        position: relative;
        display: flex;
        box-shadow: var(--main-shadow);
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
        padding-bottom: 0;
        border: 1px solid #dddddd;
    }
    .Tem_drop span {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #dddddd;
        position: absolute;
        top: -10px;
        left: 30%;
        margin-left: -10px;
    }
    .Tem_drop em {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #fff;
        position: absolute;
        top: 1px;
        left: -10px;
        content: '';
    }
    .Tem_drop a {
        display: block;
        width: 31%;
        margin-bottom: 10px;
    }
    .Tem_drop a:hover {
        color: var(--main-color);
    }
    .TemTypeSelect {
        background-color: var(--main-color-white) !important;
    }
    .TemTypeSelect span {
        color: var(--main-color) !important;
    }
    .TemTypeSelect .com_arrow {
        display: block !important;
    }
    .TemTypeSelect .hover_arrow {
        display: none !important;
    }
    .Tem_Color_select {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 15px;
        border-top: 1px solid #efefef
    }
    .color_item {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin: 0 15px;
        cursor: pointer;
    }
    .color_item a {
        display: block;
        border-radius: 50%;
    }
    .color_item img {
        width: 100%;
        border-radius: 50%;
    }
    .color_pure:nth-child(2) {
        background-color: #ff99ff;
    }
    .color_pure:nth-child(3) {
        background-color: #ff0000;
    }
    .color_pure:nth-child(3) {
        background-color: #ffa200;
    }
    .color_pure:nth-child(4) {
        background-color: #fff600;
    }
    .color_pure:nth-child(5) {
        background-color: #0084ff;
    }
    .color_pure:nth-child(6) {
        background-color: #a800ff;
    }
    .color_pure:nth-child(7) {
        background-color: #663300;
    }
    .color_pure:nth-child(8) {
        background-color: #818181;
    }
    .color_pure:nth-child(9) {
        background-color: #000000;
    }
    .color_pure:nth-child(10) {
        background-color: #66ff00;
    }
    .Tem_list {
        padding: 30px 0;
    }
    .Tem_list_con {
        padding: 0 75px;
        max-width: 1750px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .Tem_list_Item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 50px;
        /* cursor: pointer; */
    }
    .Tem_list_Item:nth-child(3n) {
        margin-right: 0;
    }
    .Tem_list_Item_inner {
        padding: 10px;
        background-color: var(--main-color-white);
        position: relative;
    }
    .pc_picbox {
        height: 320px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        border: 1px solid #ededed;
    }
    .scroll_box {
        width: 100%;
        height: 320px;
        position: relative;
    }
    .scroll_box img {
        width: 100%;
        position: absolute;
    }
    .pc_picbox:hover .pic_cover {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pic_cover {
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .4);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--main-transition);
    }
    .pic_cover img {
        width: 140px;
        -webkit-animation: rotation 10s linear infinite;
    }
    .eye_view {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 43%;
        color: var(--main-color-white);
        font-size: 50px;
    }
    @keyframes rotation {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    .TemNum {
        padding-top: 20px;
        font-size: 14px;
        color: var(--main-color-555);
    }
    .sj_view {
        position: absolute;
        width: 178px;
        cursor: pointer;
        height: 280px;
        background-image: url(../images/sjouter.png);
        background-repeat: no-repeat;
        background-size: 100%;
        right: 15px;
        bottom: -20px;
        z-index: 95;
        padding: 23px;
    }
    .sj_view .pc_picbox {
        height: 215px;
        position: relative;
        right: 1px;
    }
    .sj_view .scroll_box {
        height: 190px;
        position: relative;
    }
    .sj_view .scroll_box img {
        position: absolute;
        width: 100%;
    }
    .sj_view .pc_picbox {
        border: none;
        padding: 0 !important;
        position: relative;
    }
    .sj_view .scroll_box:hover .pic_cover {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sj_view .pic_cover img {
        width: 60px;
        position: relative !important;
    }
    .sj_view .pic_cover i {
        font-size: 20px;
        top: 45%;
    }
}

@media only screen and (max-width: 996px) {
    /*  */
    .M_TemBox {
        width: 100%;
        /* margin-bottom: 30px; */
    }
    .M_TemBoxcon {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .M_TemBoxleft {
        width: 100%;
    }
    .M_TemBoxright {
        width: 100%;
    }
    .M_TemBoxleft ul li img {
        width: 15px;
    }
    .M_TemBoxleft ul li {
        display: flex;
        transition: var(--main-transition);
        cursor: pointer;
        background-color: #dddddd;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
        margin-bottom: 1px;
    }
    .M_TemBoxleft ul li:last-child {
        margin-bottom: 0 !important;
    }
    .M_TemBoxleft ul li:hover {
        background-color: var(--main-color);
    }
    .M_TemBoxleft ul li:hover span {
        color: var(--main-color-white);
    }
    .M_TemBoxleft ul li span {
        display: block;
        color: #444;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .hover_arrow {
        display: none;
    }
    .M_TemBoxleft ul li:hover .com_arrow {
        display: none;
    }
    .M_TemBoxleft ul li:hover .hover_arrow {
        display: block;
    }
    .M_TemBoxright {
        padding: 15px;
        /* box-shadow: var(--main-shadow); */
        background-color: var(--main-color-white);
    }
    .M_bread {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
        margin-bottom: 20px;
    }
    .M_bread i {
        margin-right: 10px;
        color: var(--main-color-333);
    }
    .M_bread span {
        font-size: 14px;
        margin-right: 10px;
    }
    .M_bread a {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .M_bread a:hover {
        color: var(--main-color);
    }
    .M_bread img {
        width: 15px;
        margin: 0 3px;
    }
    .M_TemBoxright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .M_TemBoxright ul li {
        width: 49%;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .M_TemBoxright ul li img {
        margin-right: 5px;
    }
    .M_TemBoxright ul li a {
        font-size: 12px;
        color: var(--main-color-555);
    }
    .M_TemBoxright ul>li>a:hover {
        color: var(--main-color);
    }
    /* .M_TemBoxright ul>li:hover .Tem_dropout {
        display: block !important;
    } */
    .M_TemBoxright ul>li:hover .fir_a {
        color: var(--main-color);
    }
    .Tem_dropout {
        position: absolute;
        top: 100%;
        padding: 15px;
        width: 150%;
        left: -20px;
        z-index: 80;
        display: none;
        background-color: var(--main-color-white);
    }
    .Tem_drop {
        position: relative;
        display: flex;
        box-shadow: var(--main-shadow);
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
        padding-bottom: 0;
        border: 1px solid #dddddd;
    }
    .Tem_drop span {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #dddddd;
        position: absolute;
        top: -10px;
        left: 30%;
        margin-left: -10px;
    }
    .Tem_drop em {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #fff;
        position: absolute;
        top: 1px;
        left: -10px;
        content: '';
    }
    .Tem_drop a {
        display: block;
        width: 31%;
        margin-bottom: 10px;
    }
    .Tem_drop a:hover {
        color: var(--main-color);
    }
    .TemTypeSelect {
        background-color: var(--main-color-white) !important;
    }
    .TemTypeSelect span {
        color: var(--main-color) !important;
    }
    .TemTypeSelect .com_arrow {
        display: block !important;
    }
    .TemTypeSelect .hover_arrow {
        display: none !important;
    }
    .Tem_Color_select {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 15px;
        border-top: 1px solid #efefef
    }
    .color_item {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin: 0 7px;
        cursor: pointer;
    }
    .color_item a {
        display: block;
        border-radius: 50%;
    }
    .color_item img {
        width: 100%;
        border-radius: 50%;
    }
    .color_pure:nth-child(2) {
        background-color: #ff99ff;
    }
    .color_pure:nth-child(3) {
        background-color: #ff0000;
    }
    .color_pure:nth-child(3) {
        background-color: #ffa200;
    }
    .color_pure:nth-child(4) {
        background-color: #fff600;
    }
    .color_pure:nth-child(5) {
        background-color: #0084ff;
    }
    .color_pure:nth-child(6) {
        background-color: #a800ff;
    }
    .color_pure:nth-child(7) {
        background-color: #663300;
    }
    .color_pure:nth-child(8) {
        background-color: #818181;
    }
    .color_pure:nth-child(9) {
        background-color: #000000;
    }
    .color_pure:nth-child(10) {
        background-color: #66ff00;
    }
    /*  */
    .Tem_list {
        padding: 30px 15px;
    }
    .Tem_list_con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Tem_list_Item {
        width: 48%;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .Tem_list_Item_inner {
        padding: 10px;
        background-color: var(--main-color-white);
        position: relative;
        border-radius: 5px;
    }
    .pc_picbox {
        overflow: hidden;
        position: relative;
        border: 1px solid #ededed;
    }
    .scroll_box {
        width: 100%;
        position: relative;
        height: 120px;
        overflow: hidden;
    }
    .scroll_box img {
        width: 100%;
        /* height: 120px; */
        /* object-fit: cover; */
    }
    .pc_picbox:hover .pic_cover {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pic_cover {
        display: none;
    }
    .pic_cover img {
        width: 140px;
        -webkit-animation: rotation 10s linear infinite;
    }
    .eye_view {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 43%;
        color: var(--main-color-white);
        font-size: 50px;
    }
    @keyframes rotation {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    .TemNum {
        padding-top: 10px;
        font-size: 12px;
        flex-wrap: wrap;
        color: var(--main-color-555);
    }
    .sj_view {
        display: none;
    }
    .M_bread {
        display: none;
    }
    /* .M_TemBox {
        display: none;
    } */
    .M_searchTem {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
        position: sticky !important;
        top: 60px;
        left: 0px;
        z-index: 90;
    }
    .M_searchTem_con {
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .M_searchTem_left {
        display: none;
    }
    .M_searchTem_left strong {
        font-weight: normal;
        font-size: 18px;
    }
    .M_searchTem_left em {
        color: var(--main-color);
        font-size: 20px;
    }
    .M_searchTem_left span {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
    .M_searchTem_right {
        width: 100%;
        display: flex;
    }
    .M_searchTem_right input {
        width: 75%;
        padding-left: 15px;
        height: 40px;
        font-size: 14px;
        border: 1px solid #efefef;
        border-radius: 3px;
    }
    .M_searchTem_right a img {
        width: 15px;
        margin-right: 10px;
    }
    .M_searchTem_right a {
        display: flex;
        font-style: italic;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        width: 25%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        text-align: center;
    }
    .M_inbanner {
        margin-top: 60px;
        height: 150px;
        position: relative;
    }
    .M_inbanner_pos {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }
    .M_inbanner_pos strong {
        display: block;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 22px;
    }
    .M_inbanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}