#nav-user {
    float: right;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0;
    margin: 0;
}


/* :root {
  font-size: 0;
} */

body,
html {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: #f5f5f5;
    padding-right: 0.5rem;
}

a {
    background: transparent;
    text-decoration: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #333333;
}

img {
    max-height: 100% !important;
    max-width: 100% !important;
    display: block;
    font-size: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table-bordered {
    border: 1px solid #e5e5e5;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
dt,
dd,
dl {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
input[type="number"],
textarea {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    resize: none;
}

input[type="submit"],
input[type="button"] {
    outline: 0 none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: 0 none;
    appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    border: none;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: 0 none;
    background-color: transparent;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.swiper-container-fade .swiper-slide {
    opacity: 0!important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1!important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

body::-webkit-scrollbar {
    width: 0.5rem;
    font-size: 16px;
}

body::-webkit-scrollbar-thumb {
    background: #989898;
}

body::-webkit-scrollbar-thumb:hover {
    background: #e7463c;
}

body::-webkit-scrollbar-button {
    display: none;
}


/* 四边特效 */

.four-side-animation-horizontal:before {
    content: '';
    display: block;
    background: #e7463c;
    position: absolute;
    z-index: 2;
    height: 1px;
    width: 0;
    transition: width 0.2s 0.7s linear;
    top: 0;
    left: 0;
}

figure:hover .four-side-animation-horizontal:before {
    width: 100%;
    transition-delay: 0.1s;
}

.four-side-animation-horizontal:after {
    content: '';
    display: block;
    background: #e7463c;
    position: absolute;
    z-index: 2;
    height: 1px;
    width: 0;
    transition: width 0.2s 0.3s linear;
    bottom: 0;
    right: 0;
}

figure:hover .four-side-animation-horizontal:after {
    width: 100%;
    transition-delay: 0.5s;
}

.four-side-animation-vertical:before {
    content: '';
    display: block;
    background: #e7463c;
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 0;
    transition: height 0.2s 0.5s linear;
    top: 0;
    right: 0;
}

figure:hover .four-side-animation-vertical:before {
    height: 100%;
    transition-delay: 0.3s;
}

.four-side-animation-vertical:after {
    content: '';
    display: block;
    background: #e7463c;
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 0;
    transition: height 0.2s 0.1s linear;
    bottom: 0;
    left: 0;
}

figure:hover .four-side-animation-vertical:after {
    height: 100%;
    transition-delay: 0.7s;
}


/* 四边特效 end */

.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
    will-change: transform;
    transition: all .5s;
    position: fixed;
    width: 100%;
}

.slide-right-enter {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
}

.slide-right-leave-active {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
}

.slide-left-enter {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
}

.slide-left-leave-active {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 4vw; */
    height: 80px;
    padding-left: 30px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    user-select: none;
    -moz-user-select: none;
}

.header>a {
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .menu {
    height: 100%;
    display: flex;
}

.header a {
    appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.header .menu .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #e6e6e6;
}

.header .menu .item>img {
    /* max-height: 1.5vw !important; */
    /* max-height: 31px !important; */
    max-height: 22px !important;
}

.header .menu .item span {
    position: relative;
    font-size: 14px;
    color: #5b5b5b;
    margin-left: 10px;
}

.header .menu .item:hover span {
    color: #e7463c;
}

.header .menu .logout {
    padding: 0 18px;
}

.header .menu .selection {
    padding: 0 40px 0 30px;
}

.header .menu .selection .num {
    position: absolute;
    left: 100%;
    bottom: 70%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #e7463c;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.main {
    padding: 50px;
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
}

.main .wrapper {
    position: relative;
    display: flex;
    /* // width: calc((100vh - 180px) * 2.022); */
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
}

.main .wrapper .mode {
    width: 84.6%;
    height: 100%;
    z-index: 1;
    user-select: none;
    -moz-user-select: none;
}

.main .wrapper .mode .swiper-container {
    height: 100%;
}

.main .wrapper .mode figure {
    position: relative;
    overflow: hidden;
    font-size: 0;
    transition: .3s;
    cursor: pointer;
}

.main .wrapper .mode figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.5s ease;
}

.main .wrapper .mode figure:hover img {
    transform: scale(1.2);
    transition: 12s ease;
    /* filter: blur(8px);
  -webkit-filter: blur(4px);  */
}

.main .wrapper .mode figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: url('../images/plusbig.png') center no-repeat;
    transition: .4s;
    opacity: 0;
    /* background-color: rgba(255,255,255,0.3);   */
}

.main .wrapper .mode figure:hover:after {
    opacity: 1;
}

.main .wrapper .mode .mode_first {
    display: flex;
    height: 100%;
}

.main .wrapper .mode .mode_first .left {
    width: 58.4%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.main .wrapper .mode .mode_first .left figure:first-child {
    width: 100%;
    height: 55.88%;
}

.main .wrapper .mode .mode_first .left figure:nth-child(2),
.main .wrapper .mode .mode_first .left figure:nth-child(3) {
    width: 50%;
    height: 44.12%;
}

.main .wrapper .mode .mode_first .right {
    width: 41.6%;
    height: 100%;
}

.main .wrapper .mode .mode_first .right figure:first-child {
    width: 100%;
    height: 38.88%;
}

.main .wrapper .mode .mode_first .right figure:nth-child(2) {
    width: 100%;
    height: 61.12%;
}

.main .wrapper .mode .mode_second {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.main .wrapper .mode .mode_second figure:first-child {
    width: 41.55%;
    height: 100%;
}

.main .wrapper .mode .mode_second .middle {
    width: 29.22%;
    height: 100%;
}

.main .wrapper .mode .mode_second .middle figure:first-child {
    width: 100%;
    height: 50%;
}

.main .wrapper .mode .mode_second .middle figure:nth-child(2) {
    width: 100%;
    height: 50%;
}

.main .wrapper .mode .mode_second figure:last-child {
    width: 29.23%;
    height: 100%;
}

.main .wrapper .mode .mode_third {
    display: flex;
    height: 100%;
}

.main .wrapper .mode .mode_third figure:first-child,
.main .wrapper .mode .mode_third figure:nth-child(2),
.main .wrapper .mode .mode_third figure:nth-child(3) {
    width: 33.33333%;
    height: 100%;
}

.main .wrapper .text {
    position: relative;
    width: 15.4%;
    height: 100%;
    padding: 30px 28px;
    z-index: 1;
}

.main .wrapper .text h2 {
    font-size: 19px;
    font-weight: bold;
    color: #e7463c;
    line-height: 1.4;
    /* word-break: break-all; */
}

.main .wrapper .text .pagination {
    font-size: 20px;
    color: #989898;
    margin-top: 18px;
}

.main .wrapper .text .pagination span {
    color: #e7463c;
}

.main .wrapper .text .btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: .3s;
    background-color: #e7463c;
    cursor: pointer;
}

.main .wrapper .text .btn:hover {
    background-color: #d64138;
}

.main .wrapper .qh {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
}

.main .wrapper .qh:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.main .wrapper .prev {
    left: -60px;
}

.main .wrapper .prev.active {
    left: 0;
}

.main .wrapper .next {
    right: -60px;
}

.main .wrapper .next.active {
    right: 0;
}

.tabs {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 20px;
    display: flex;
}

.tabs a {
    width: 33.33333%;
}

.tabs a .tab {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
    transition: .3s;
}

.tabs a:last-child .tab {
    border-right: none;
}

.tabs a .tab:hover {
    color: #e7463c;
}

.tabs a .tab.active {
    background-color: #e7463c;
    color: #ffffff;
}

.main_ {
    width: 100%;
    margin-top: 4vw;
    padding: 50px 0 80px;
}

.main_ .container {
    width: 1260px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 30px;
}

.main_ .title {
    font-size: 30px;
    color: #e7463c;
    text-align: center;
    text-transform: uppercase;
}

.event {
    position: relative;
    width: 1200px;
    max-width: 100%;
    height: 280px;
    margin-bottom: 20px;
    padding: 30px;
    overflow: hidden;
    cursor: crosshair;
}

.event:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.event .backGround {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease;
}

.event:hover .backGround {
    transform: scale(1.05);
}

.event .cover {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.event .title {
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    transition: .3s;
}

.event:hover .title {
    color: #e7463c;
}

.event .date {
    font-size: 16px;
    color: #ffffff;
    margin-top: 22px;
}

.event .line {
    width: 40px;
    height: 2px;
    background-color: #e7463c;
    margin-top: 22px;
}

.event .desc {
    font-size: 16px;
    color: #ffffff;
    margin-top: 28px;
    line-height: 1.4;
}

.event .btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #e7463c;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease;
}

.event .btn:hover {
    color: #e7463c;
    background-color: #ffffff;
}

.table {
    width: 1200px;
    max-width: 100%;
    border: none;
}

.table tr {}

.table tr:first-child {
    border-bottom: 2px solid #e7463c;
}

.table th {
    background-color: #eaeaea;
    padding: 0 28px;
    height: 50px;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.table th:last-child {
    border-right: none;
}

.table td {
    background-color: #ffffff;
    padding: 0 28px;
    height: 50px;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
    text-align: left;
}

.table td:last-child {
    border-right: none;
}

.table td:nth-child(3) {
    font-size: 12px;
    color: #e7463c;
}

.table td:nth-child(3) * {
    display: inline-block;
    vertical-align: middle;
}

.table td:nth-child(3) .view {
    color: #e7463c;
}

.table td:nth-child(3) .view:hover {
    text-decoration: underline;
}

.table td:nth-child(3) i {
    margin: 0 10px;
}

.table td:nth-child(3) .download {
    color: #5f5f5f;
}

.table td:nth-child(3) .download img {
    margin-left: 10px;
    margin-bottom: 3px;
    width: 18px;
}

.table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.company {
    width: 1200px;
    max-width: 100%;
    border: none;
    margin-bottom: 20px;
}

.company:last-child {
    margin-bottom: 0;
}

.company tr {
    border-bottom: 1px solid #d2d2d2;
}

.company tr:first-child {
    border-bottom: 2px solid #e7463c;
}

.company tr:last-child {
    border-bottom: none;
}

.company th {
    background-color: #eaeaea;
    padding: 0 28px;
    height: 50px;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.company th:last-child {
    border-right: none;
}

.company td {
    background-color: #ffffff;
    padding: 0 28px;
    height: 50px;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
    text-align: left;
}

.company td:last-child {
    width: 30%;
    border-right: none;
}

.company td:nth-child(2) {
    width: 80%;
}

.product_list {
    width: 100%;
    padding: 50px 50px 80px;
    margin-top: 80px;
    display: flex;
}

.product_list .nav {
    width: 220px;
    user-select: none;
    -moz-user-select: none;
}

.product_list .nav button {
    width: auto;
    padding: 0 1rem;
    height: 36px;
    border: 1px solid #e7463c;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.product_list .nav button:hover {
    color: #e7463c;
}

.product_list .nav .menu {
    margin-top: 20px;
}


/* .product_list .nav .menu.active .menu-list {
  display: block;
} */

.product_list .nav .menu .menu-tit {
    font-size: 14px;
    padding: 6px 10px;
    min-height: 36px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #ffffff;
    background-image: url('../images/yuan.png');
    background-repeat: no-repeat;
    background-position: 200px;
    cursor: pointer;
}

.product_list .nav .menu .menu-tit.active {
    background-image: url('../images/gou.png');
    background-color: #e7463c;
    background-position: 195px;
    color: #ffffff;
}

.product_list .nav .menu .menu-list {
    /* display: none; */
    background-color: #fafafa;
    padding: 20px 30px;
}

.product_list .nav .menu .menu-list .item {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}

.product_list .nav .menu .menu-list .item:hover {
    color: #e7463c;
}

.product_list .nav .menu .menu-list .item.active {
    color: #e7463c;
}

.product_list .nav .menu .menu-list .item:last-child {
    margin-bottom: 0;
}

.product_list .paging {
    width: calc(100% - 220px);
    padding-left: 20px;
}

.product_list .paging h1 {
    font-size: 30px;
    color: #e7463c;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.product_list .paging .list {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}

.product_list .paging .list .item {
    /* width: 25%; */
    /* width: 400px; */
    width: 390px;
    padding-left: 20px;
    margin-bottom: 50px;
}

.product_list .paging .list .item .cover {}

.product_list .paging .list .item .cover figure {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    /* height: 26.7vw; */
    /* height: 514px; */
    height: 518px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
}

.product_list .paging .list .item .cover figure:hover img {
    transform: scale(1.06);
}

.product_list .paging .list .item .cover figure img {
    width: 100%;
    object-fit: contain;
    transition: .3s;
}

.product_list .paging .list .item .cover .bottom {
    position: relative;
    height: 56px;
}

.product_list .paging .list .item .cover .bottom .name {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 16px;
}

.product_list .paging .list .item .cover .bottom button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 36px;
    line-height: 36px;
    background-color: #989898;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.product_list .paging .list .item .cover .bottom button.active {
    background-color: #e7463c;
}

.pag {
    width: 100%;
}

.pag .el-pagination {
    width: 100%;
    text-align: center;
}

.product_detail {
    width: 100%;
    padding: 50px;
    margin-top: 80px;
    height: calc(100vh - 80px);
}

.product_detail .container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.product_detail .container .back {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #e7463c;
    line-height: 35px;
    width: 80px;
    font-size: 14px;
    color: #5b5b5b;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    transition: .3s;
    z-index: 2;
}

.product_detail .container .back:hover {
    background-color: #e7463c;
    color: #ffffff;
}

.product_detail .container .arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: rgba(171, 171, 171, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0 none;
    padding: 16px;
    transition: .3s;
    z-index: 2;
}

.product_detail .container .arr:hover {
    background-color: rgba(171, 171, 171, 0.8);
}

.product_detail .container .arr.prev {
    left: 0;
}

.product_detail .container .arr.next {
    right: 0;
}

.product_detail .container .details {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding: 0 80px;
}

.product_detail .container .details.stitch {
    align-items: center;
}

.product_detail .container .details .thumbnails {
    margin-right: 3.6vw;
    /* height: 100%; */
    height: 690px;
    overflow: auto;
    padding-right: 10px;
}

.product_detail .container .details .thumbnails .thumb {
    position: relative;
    /* width: 75px;
    height: 111px; */
    /* width: 84px;
    height: 126px; */
    width: 84px;
    height: 116px;
    border: 2px solid #a1a1a1;
    margin: 15px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail .container .details .thumbnails .thumb.active {
    border: 2px solid #e7463c;
}

.product_detail .container .details .thumbnails .thumb:first-child {
    margin-top: 0;
}

.product_detail .container .details .thumbnails .thumb:last-child {
    margin-bottom: 0;
}

.product_detail .container .details .thumbnails .thumb360:after {
    content: '360';
    position: absolute;
    right: 2px;
    bottom: 2px;
    padding: 2px 4px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 100px;
    background-color: #e7463c;
    transform: scale(0.8);
}

.product_detail .container .details .thumbnails::-webkit-scrollbar {
    width: 2px;
}

.product_detail .container .details .thumbnails::-webkit-scrollbar-track {
    background: #f6f6f7;
    border-radius: 4px;
}

.product_detail .container .details .thumbnails::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 4px;
}

.product_detail .container .details .thumbnails::-webkit-scrollbar-thumb:hover {
    background: #dbdbdb;
}

.product_detail .container .details .thumbnails::-webkit-scrollbar-button {
    display: none;
}

.product_detail .container .details .wrap_360 {
    position: relative;
    /* width: 560px;
  height: 757px; */
    /* width: 456px;
  height: 684px; */
    width: 450px;
    height: 630px;
    background-color: #ffffff;
    user-select: none;
    -moz-user-select: none;
}

.product_detail .container .details .video,
.product_detail .container .details .gif{
    width: 550px;
}

.product_detail .container .details .video video,
.product_detail .container .details .gif img{
    width: 100%;
}


/* .product_detail .container .details.stitch .wrap_360 {
    width: 570px;
    height: 787.5px;
} */

.product_detail .container .details .wrap_360 .normalwrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.product_detail .container .details .wrap_360 .normalwrap .mouseover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: move;
    font-size: 0;
}

.product_detail .container .details .wrap_360 .normalwrap .magni_big {
    position: absolute;
    top: 0;
    /* // left: calc(100% + 8vw); */
    left: 120%;
    /* width: 33vw;
  height: 33vw; */
    width: 456px;
    height: 684px;
    background-color: #ffffff;
    overflow: hidden;
}

.product_detail .container .details .wrap_360 .normalwrap .magni_big .simulation {
    /* width: 99vw;
  height: calc((100vh - 80px) * 3); */
    width: 1368px;
    height: 2052px;
    display: flex;
    align-items: center;
}

.product_detail .container .details .wrap_360 .normalwrap .magni_big .simulation img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product_detail .container .details .wrap_360 .normalwrap .magnifier {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 11vw;
  height: 11vw; */
    width: 152px;
    height: 228px;
    cursor: move;
    font-size: 0;
    z-index: 9;
}

.product_detail .container .details .wrap_360 .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
}

.product_detail .container .details .wrap_360 .wrapper>img {
    width: 100%;
    object-fit: contain;
    /* transition: .3s; */
}

.product_detail .container .details .wrap_360 .control-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    z-index: 10;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail .container .details .wrap_360 .control-panel .button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    transition: .3s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}

.product_detail .container .details .wrap_360 .control-panel .button:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.product_detail .container .details .wrap_360 .control-panel .button:active {
    background-color: rgba(255, 255, 255, 0.4);
}

.product_detail .container .details .text_360 {
    /* margin-left: 8vw;
  width: 28vw;
  height: 100%; */
    margin-left: 153px;
    width: 537.5px;
    height: 757px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_detail .container .details .text_360 .cover {
    width: 100%;
}

.product_detail .container .details .text_360 .cover .style_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 30px;
}

.product_detail .container .details .text_360 .cover .style_number {
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 1px solid #b5b5b5;
}

.product_detail .container .details .text_360 .cover p {
    padding: 22px 0;
    text-align: left;
    line-height: 1.4;
    font-size: 20px;
    color: #3c3c3c;
    border-bottom: 1px solid #b5b5b5;
}

.product_detail .container .details .text_360 .cover p span {
    display: block;
}

.product_detail .container .details .text_360 .cover p span:nth-child(2) {
    margin-left: 66px;
}

.product_detail .container .details .text_360 .cover .btn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #989898;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 30px;
}

.product_detail .container .details .text_360 .cover .btn.active {
    background-color: #e7463c;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.loading.small {
    position: absolute;
}

.loading .loader {
    margin: 6em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loading .loader,
.loading .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shoppingCart {
    width: 100%;
    padding: 50px 50px 80px;
    margin-top: 80px;
    display: flex;
}

.shoppingCart .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.shoppingCart .goback {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 80px; */
    height: 36px;
    padding: 0 20px;
    border: 1px solid #e7463c;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
}

.shoppingCart .goback:hover {
    color: #e7463c;
}

.shoppingCart .paging {
    width: 1650px;
    margin: 0 0 0 auto;
    padding-left: 20px;
}

.shoppingCart .paging h1 {
    font-size: 30px;
    color: #e7463c;
    text-align: center;
    margin-bottom: 25px;
}

.shoppingCart .paging .list {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}

.shoppingCart .paging .list .item {
    /* width: 25%; */
    width: 400px;
    padding-left: 20px;
    margin-bottom: 50px;
}

.shoppingCart .paging .list .item .cover {}

.shoppingCart .paging .list .item .cover figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    /* height: 28.125vw; */
    /* height: 514px; */
    height: 525px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
}

.shoppingCart .paging .list .item .cover figure:hover img {
    transform: scale(1.06);
}

.shoppingCart .paging .list .item .cover figure img {
    width: 100%;
    transition: .3s;
}

.shoppingCart .paging .list .item .cover figure .meng {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 2rem;
    height: 2rem;
    /* background-color: rgba(0, 0, 0, 0.4); */
    border: 2px solid #e7463c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .3s;
    border-radius: 50%;
}

.shoppingCart .paging .list .item .cover figure .meng:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.shoppingCart .paging .list .item .cover figure .meng img {
    width: 1.2rem !important;
}

.shoppingCart .paging .list .item .cover figure:hover .meng img {
    transform: scale(1);
}

.shoppingCart .paging .list .item .cover .bottom {
    position: relative;
    height: 56px;
}

.shoppingCart .paging .list .item .cover .bottom .name {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 16px;
}

.shoppingCart .paging .list .item .cover .bottom button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 36px;
    line-height: 36px;
    background-color: #989898;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.shoppingCart .paging .generate {
    padding-top: 20px;
    border-top: 1px solid #d4d4d4;
    text-align: right;
}

.shoppingCart .paging .generate button {
    display: inline-block;
    width: 200px;
    height: 36px;
    background-color: #e7463c;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.shoppingCart .paging .generate button:hover {
    border: 1px solid #e7463c;
    background-color: #ffffff;
    color: #e7463c;
}

.loginheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76.8px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.loginheader img {
    width: 50px;
}

.login {
    position: relative;
    padding-top: 76.8px;
    height: 100vh;
    background-image: url("../images/loginbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login h1 {
    width: 520px;
    margin: 76.8px auto 0;
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
}

.login .form {
    width: 500px;
    margin: 6vw auto 0;
}

.login .form .tips {
    font-size: 18px;
    margin-top: 26px;
    text-align: center;
}

.login .form .input {
    position: relative;
    padding: 0 10px 0 50px;
    border-bottom: 2px solid #e7463c;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 10px;
}

.login .form .input input {
    font-size: 16px;
    line-height: 80px;
}

.login .form .input input:disabled {
    cursor: not-allowed;
}

.login .form .input.username {
    background-image: url('../images/userb.png');
}

.login .form .input.password {
    background-image: url('../images/lock.png');
}

.login .form .input.vcode {
    background-image: url('../images/code.png');
}

.login .form .input.vcode .code {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 98px;
    height: 40px;
    border-radius: 200px;
    background-color: #ffffff;
    overflow: hidden;
}

.login .submit {
    width: 80px;
    height: 80px;
    margin: 4vw auto 0;
    border-radius: 50%;
    background-color: #e7463c;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    cursor: pointer;
}

.login .submit.notAllowed {
    cursor: not-allowed;
}

.login .submit:hover {
    background-color: #d03d34;
}

.login .submit .loading2 {
    width: 50px;
    height: 50px;
    margin: 50px auto;
    position: relative;
}

.login .submit .bounce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.login .submit .bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@keyframes bounce {
    0% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0.0);
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0.0);
    }
}

.pag {
    margin-top: 40px;
}

.openWindow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 299;
    display: flex;
    justify-content: center;
    align-items: center;
}

.openWindow .close {
    position: absolute;
    /* right: 3rem;
    top: 3rem; */
    right: -4rem;
    top: 2rem;
    width: 1.5rem;
    cursor: pointer;
    z-index: 9;
}

.openWindow .meng {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.openWindow .img {
    /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
    position: relative;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 2;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.openWindow .img.scale {
    transform: scale(1.5);
}

.openWindow .img img {
    cursor: pointer;
}

.orderdetail {
    width: 100%;
    padding: 50px 50px 80px;
    margin-top: 80px;
}

.orderdetail .nav {
    margin-bottom: 20px;
    user-select: none;
    -moz-user-select: none;
}

.orderdetail .nav button {
    /* width: 80px; */
    height: 36px;
    padding: 0 20px;
    border: 1px solid #e7463c;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.orderdetail .nav button:hover {
    color: #e7463c;
}

.orderdetail .info {
    margin-bottom: 25px;
}

.orderdetail .info .top {
    padding: 20px 30px;
    background-color: #eaeaea;
    border-bottom: 2px solid #e7463c;
}

.orderdetail .info .top p {
    font-size: 14px;
    color: #464646;
    margin-bottom: 10px;
}

.orderdetail .info .top h1 {
    font-size: 34px;
    color: #e7463c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.orderdetail .bottom {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    border-bottom: 1px solid #d2d2d2;
}

.orderdetail .bottom button,
.orderdetail .bottom a {
    display: inline-block;
    left: 30px;
    bottom: 30px;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: .3s;
    background-color: #e7463c;
    cursor: pointer;
}

.orderdetail .bottom button:hover {
    background-color: #d64138;
}

.orderTable {
    width: 100%;
    border: none;
}

.orderTable th {
    background-color: #ffffff;
    padding: 0 28px;
    height: 50px;
    /* border-right: 1px solid #d2d2d2; */
    font-size: 14px;
    text-align: left;
}

.orderTable th:first-child {
    width: 181px;
}

.orderTable th:last-child {
    /* width: 90%; */
    border-right: none;
}

.orderplist {
    margin-left: -25px;
}

.orderplist .item {
    float: left;
    width: 605px;
    padding-left: 25px;
    margin-bottom: 25px;
}

.orderplist .item.print {
    width: 100%;
}

.orderplist .item.print .text {
    width: auto;
    max-width: calc(100% - 375px);
}

.orderplist .item.print figure {
    width: 375px;
}

.orderplist .item.print .cover {
    height: 525px;
}

.orderplist .item .cover {
    height: 280px;
    background-color: #fff;
}

.orderplist .item figure {
    float: left;
    width: 200px;
    height: 100%;
    background-color: #d2d2d2;
    /* background-color: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderplist .item figure img {
    object-fit: contain;
}

.orderplist .item .text {
    float: left;
    width: 380px;
    height: 100%;
    background-color: #ffffff;
    padding: 30px;
    overflow: hidden;
}

.orderplist .item .text .style_number {
    font-size: 16px;
    margin-bottom: 15px;
}

.orderplist .item .text p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.nullstyle {
    display: block;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.el-pagination__total:after {
    content: ' Items';
}