.fw6 {
  font-weight: 600;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.img_d {
  overflow: hidden;
}
.img_d:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.m-30 {
  margin-top: 30px;
}
/*复选框基本（未选中）的样式*/
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  background: no-repeat center #fff;
  background-size: 8px 12px;
  border: solid 1px #ceced1;
  cursor: pointer;
}
/* 复选框鼠标按下时增加的样式 */
input[type="checkbox"]:active {
  background-image: url(../img/sel.png);
}
/*复选框选中后增加的样式*/
input[type="checkbox"]:checked {
  background-image: url(../img/sel.png);
}
/*复选框选中后增加的样式*/
input[type="checkbox"]:checked:active {
  background-image: url(../img/sel.png);
}
@media only screen and (max-width: 1200px) {
  .m-30 {
    margin-top: 0.3rem;
  }
}
.main {
  padding-top: 0.7rem;
}
body {
  line-height: 1.7;
  position: relative;
}
::-webkit-scrollbar-thumb {
  opacity: 1;
}
::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
  opacity: 0;
}
::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
}
::-webkit-scrollbar-button {
  display: none;
  background-color: #df001f;
  border-radius: 5px;
  height: 0;
}
::-webkit-scrollbar-button:hover {
  background-color: #999999;
}
.rs::-webkit-scrollbar-thumb {
  background: #df001f;
  border-radius: 10px;
  opacity: 0;
}
body .g-head a .close {
  display: none;
}
body .g-head a.navA .ss2 {
  margin: 0 0.15rem;
  width: 1px;
  height: 0.25rem;
  background-color: #fff;
  opacity: 0.3;
}
body.navShow a.navA .open {
  display: none;
}
body.navShow a.navA .close {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .g-nav {
    position: absolute;
    left: 2.89rem;
    top: 0;
  }
  .g-nav ul {
    width: 12.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-nav li a {
    line-height: 0.7rem;
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.92;
  }
  .g-nav li a:hover {
    opacity: 1;
  }
  .g-right {
    width: 1.93rem;
    height: 0.4rem;
    position: absolute;
    right: 0;
    top: 0.15rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.15rem;
    cursor: pointer;
  }
  .g-right p {
    color: #fff;
    width: 100%;
    flex: 1;
    font-size: 0.16rem;
  }
  .g-right .icon {
    width: 0.19rem;
    height: 0.19rem;
  }
  .g-right .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    display: flex;
    height: 67vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nav-left {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 215px;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 24px;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 40px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 270px;
    margin-right: 120px;
    font-size: 18px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 240px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 50px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 14px;
    top: 3px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 {
    margin-right: 85px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-right {
    flex: 1;
    width: 100%;
    padding-left: 65px;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    font-size: 18px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-left: 15px;
    font-size: 14px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .g-nav2 .nav-box .tab-item {
    width: 260px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .g-nav2 .nav-box .tab-item a {
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 14px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(33vh - 1.35rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 24px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 20px;
    font-size: 18px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 375px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .ja {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .g-right {
    position: absolute;
    right: 0.7rem;
    top: 0.15rem;
  }
  .g-right p {
    display: none;
  }
  .g-right .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .g-right .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    height: 65vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 16px;
    opacity: 0.4;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 .tit::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 22px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit.on::after {
    transform: rotate(90deg);
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 100%;
    opacity: 0.4;
    font-size: 14px;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 40px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 2px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-u2,
  .g-nav2 .nav-box .nav-u1 {
    display: none;
  }
  .g-nav2 .nav-box .nav-u2.on,
  .g-nav2 .nav-box .nav-u1.on {
    display: block;
  }
  .g-nav2 .nav-box .nav-right {
    width: 100%;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    display: block;
    font-size: 16px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-right: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 10px;
  }
  .g-nav2 .nav-box .tab-item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a {
    font-size: 12px;
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 12px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(34vh - 1.38rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 16px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .btn-list {
    width: 100%;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
    flex: 1;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .ja {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
  }
  .ja a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .ja a img {
    height: 15px;
    margin-right: 5px;
  }
}
.sy {
  background: url(../img/bg.jpg) repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 1200px) {
  .footer {
    background-color: #414141;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .footer .ft-logo {
    padding: 35px 0;
    text-align: center;
  }
  .footer .tp {
    line-height: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }
  .footer .tp a {
    color: #fff;
    display: inline-block;
    margin: 0 50px;
  }
  .footer .tp a:hover {
    color: #df001f;
  }
  .footer .bt {
    color: #fff;
    line-height: 45px;
  }
  .footer .bt span {
    margin-right: 20px;
  }
  .footer .bt .wal {
    border-top: 1px solid ;
    height: 122px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer2 {
    background: #f5f5f5;
  }
  .footer2 .tp {
    border-bottom: 1px solid #fff;
  }
  .footer2 .tp a {
    color: #333;
  }
  .footer2 .bt {
    color: rgba(51, 51, 51, 0.7);
  }
  #toTop {
    width: 0.79rem;
    height: 0.79rem;
  }
  #toTop img {
    width: 0.79rem;
    height: 0.79rem;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    background-color: #414141;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .footer .ft-logo {
    padding: 0.35rem 0;
    text-align: center;
  }
  .footer .tp {
    line-height: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }
  .footer .tp a {
    color: #fff;
    display: inline-block;
    margin: 0 0.3rem;
  }
  .footer .tp a:hover {
    color: #df001f;
  }
  .footer .bt {
    color: #fff;
    line-height: 45px;
  }
  .footer .bt span {
    margin-right: 0.2rem;
  }
  .footer .bt .wal {
    border-top: 1px solid ;
    height: 122px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer2 {
    background: #f5f5f5;
  }
  .footer2 .tp {
    border-bottom: 1px solid #fff;
  }
  .footer2 .tp a {
    color: #333;
  }
  .footer2 .bt {
    color: rgba(51, 51, 51, 0.7);
  }
  #toTop {
    width: 0.79rem;
    height: 0.79rem;
  }
  #toTop img {
    width: 0.79rem;
    height: 0.79rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    min-width: 30px;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    border-radius: 3px;
    margin: 0px 5px;
    background-color: transparent;
    box-sizing: border-box;
  }
  .cd_sx {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .fy1 {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    float: left;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    margin-left: 5px;
    font-size: 14px;
  }
}
.fy1 a:hover,
.fy1 a.on {
  background: #be1e21;
  color: #ffffff;
  border: solid 1px #be1e21;
}
.fy2 a.on,
.fy2 a:hover {
  background: #be1e21;
  color: #ffffff;
  border: solid 1px #be1e21;
}
@media only screen and (min-width: 1200px) {
  .sy-ban {
    position: relative;
  }
  .sy-ban .imgk {
    height: 845px;
  }
  .sy-ban .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-ban .txtk {
    position: absolute;
    left: calc((100vw - 1200px)/2);
    top: 110px;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    line-height: 1;
  }
  .sy-ban .txtk .p1 {
    font-size: 44px;
    margin-bottom: 60px;
  }
  .sy-ban .txtk .p2 {
    font-size: 24px;
  }
  .sy-ban .rt-box {
    position: absolute;
    right: calc((100vw - 1200px)/2);
    top: 245px;
    color: #fff;
  }
  .sy-ban .rt-box li p {
    font-size: 20px;
    margin-top: 5px;
  }
  .sy-ban .rt-box li a {
    position: relative;
    z-index: 3;
    letter-spacing: 2px;
  }
  .sy-ban .rt-box li a:hover .icon {
    animation: flipInY linear 1 1s;
  }
  .sy-ban .rt-box li:nth-child(1) {
    position: absolute;
    right: 365px;
    top: 27px;
    width: 259px;
    height: 400px;
    background: url(../img/sy-4.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(1) a {
    color: #fff;
    display: block;
    width: 130px;
    height: 130px;
    text-align: center;
    font-style: italic;
  }
  .sy-ban .rt-box li:nth-child(2) {
    position: absolute;
    right: 135px;
    top: 0px;
    width: 356px;
    height: 226px;
    background: url(../img/sy-5.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(2) a {
    color: #fff;
    display: block;
    width: 220px;
    height: 170px;
    text-align: center;
  }
  .sy-ban .rt-box li:nth-child(3) {
    position: absolute;
    right: 135px;
    top: 232px;
    width: 356px;
    height: 226px;
    background: url(../img/sy-6.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(3) a {
    color: #fff;
    display: block;
    width: 200px;
    height: 130px;
    text-align: center;
  }
  .sy-ban .rt-box li:nth-child(4) {
    position: absolute;
    right: 0px;
    top: 27px;
    width: 259px;
    height: 400px;
    background: url(../img/sy-4.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(4) a {
    color: #fff;
    display: block;
    width: 200px;
    height: 130px;
    text-align: center;
  }
  .sy-ban .rt-box li:nth-child(4) .icon {
    height: 42px;
    padding-top: 15px;
  }
  .sy-ban .rt-box .tip {
    display: block;
    position: absolute;
    font-style: italic;
    text-decoration: underline;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    right: 155px;
    top: 490px;
    white-space: nowrap;
  }
  .mode-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
  .mode-box.on {
    display: flex;
  }
  .mode-box .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .mode-box .mode-close {
    cursor: pointer;
  }
  .mode-box .mode-cont {
    position: relative;
    z-index: 2;
    width: 950px;
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
  }
  .mode-box .tit {
    background: #df001f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 0 43px;
  }
  .mode-box .mode-cent {
    padding: 43px;
    max-height: 70vh;
    overflow-y: auto;
  }
  .mode-box .sel-box {
    margin-bottom: 40px;
  }
  .mode-box .sel-box p {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .mode-box .sel-box .sel-li {
    display: flex;
    flex-wrap: wrap;
  }
  .mode-box .sel-box .sel-li li {
    cursor: pointer;
    min-width: 135px;
    height: 52px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #edf1f5;
    border-radius: 8px;
    margin-right: 16px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .mode-box .sel-box .sel-li li.on {
    border-color: #df001f;
    background-color: #fff1f3;
  }
  .mode-box .btn1 {
    width: 120px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    background: #df001f;
    float: right;
    color: #fff;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1200px) {
  .sy-ban {
    position: relative;
    padding: 30px 15px;
    padding-bottom: 6rem;
  }
  .sy-ban .imgk {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sy-ban .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-ban .txtk {
    position: relative;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    line-height: 1;
  }
  .sy-ban .txtk .p1 {
    font-size: 0.44rem;
    margin-bottom: 0.6rem;
  }
  .sy-ban .txtk .p2 {
    font-size: 0.3rem;
  }
  .sy-ban .rt-box {
    margin-top: 0.5rem;
    position: relative;
    color: #fff;
  }
  .sy-ban .rt-box li .icon img {
    height: 0.4rem;
  }
  .sy-ban .rt-box li p {
    font-size: 0.22rem;
    margin-top: 0.05rem;
  }
  .sy-ban .rt-box li a {
    position: relative;
    z-index: 3;
    letter-spacing: 0.02rem;
  }
  .sy-ban .rt-box li a:hover .icon {
    animation: flipInY linear 1 1s;
  }
  .sy-ban .rt-box li:nth-child(1) {
    position: absolute;
    right: 3rem;
    top: 0.61rem;
    width: 2.33rem;
    height: 3.37rem;
    background: url(../img/sy-1.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(1) a {
    color: #fff;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    font-style: italic;
  }
  .sy-ban .rt-box li:nth-child(2) {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 4.38rem;
    height: 2.26rem;
    background: url(../img/sy-2.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(2) a {
    color: #fff;
    display: block;
    width: 2.3rem;
    height: 1.3rem;
    text-align: center;
  }
  .sy-ban .rt-box li:nth-child(3) {
    position: absolute;
    right: 0px;
    top: 2.32rem;
    width: 4.35rem;
    height: 2.26rem;
    background: url(../img/sy-3.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(3) a {
    color: #fff;
    display: block;
    width: 2rem;
    height: 1.3rem;
    text-align: center;
  }
  .sy-ban .rt-box li:nth-child(1) {
    position: absolute;
    right: 3.65rem;
    top: 0.27rem;
    width: 2.59rem;
    height: 4rem;
    background: url(../img/sy-4.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(1) a {
    color: #fff;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    font-style: italic;
  }
  .sy-ban .rt-box li:nth-child(2) {
    position: absolute;
    right: 1.35rem;
    top: 0px;
    width: 3.56rem;
    height: 2.26rem;
    background: url(../img/sy-5.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(2) a {
    color: #fff;
    display: block;
    width: 2.2rem;
    height: 1.7rem;
    text-align: center;
  }
  .sy-ban .rt-box li:nth-child(3) {
    position: absolute;
    right: 1.35rem;
    top: 2.32rem;
    width: 3.56rem;
    height: 2.26rem;
    background: url(../img/sy-6.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(3) a {
    color: #fff;
    display: block;
    width: 2rem;
    height: 1.3rem;
    text-align: center;
  }
  .sy-ban .rt-box li:nth-child(4) {
    position: absolute;
    right: 0px;
    top: 0.27rem;
    width: 2.59rem;
    height: 4rem;
    background: url(../img/sy-4.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sy-ban .rt-box li:nth-child(4) a {
    color: #fff;
    display: block;
    width: 2rem;
    height: 1.3rem;
    text-align: center;
    font-style: italic;
  }
  .sy-ban .rt-box li:nth-child(4) .icon {
    height: 0.42rem;
    padding-top: 0.15rem;
  }
  .sy-ban .rt-box li:nth-child(4) .icon img {
    height: 0.2rem;
  }
  .sy-ban .rt-box .tip {
    display: block;
    font-style: italic;
    text-decoration: underline;
    font-size: 0.24rem;
    color: #fff;
    letter-spacing: 1px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 4.8rem;
    right: 1rem;
  }
  .mode-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
  .mode-box.on {
    display: flex;
  }
  .mode-box .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .mode-box .mode-close {
    cursor: pointer;
  }
  .mode-box .mode-close img {
    width: 0.3rem;
  }
  .mode-box .mode-cont {
    position: relative;
    z-index: 2;
    width: 85%;
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
  }
  .mode-box .tit {
    background: #df001f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.85rem;
    color: #fff;
    font-size: 0.26rem;
    font-weight: 600;
    padding: 0 0.43rem;
  }
  .mode-box .mode-cent {
    padding: 0.43rem;
    max-height: 70vh;
    overflow-y: auto;
  }
  .mode-box .sel-box {
    margin-bottom: 0.4rem;
  }
  .mode-box .sel-box p {
    font-size: 0.24rem;
    margin-bottom: 0.35rem;
  }
  .mode-box .sel-box .sel-li {
    display: flex;
    flex-wrap: wrap;
  }
  .mode-box .sel-box .sel-li li {
    cursor: pointer;
    min-width: 1.35rem;
    height: 0.52rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.02rem solid #edf1f5;
    border-radius: 0.08rem;
    margin-right: 0.16rem;
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
  }
  .mode-box .sel-box .sel-li li.on {
    border-color: #df001f;
    background-color: #fff1f3;
  }
  .mode-box .btn1 {
    width: 1.2rem;
    height: 0.45rem;
    font-size: 0.22rem;
    line-height: 0.45rem;
    text-align: center;
    border-radius: 0.08rem;
    background: #df001f;
    float: right;
    color: #fff;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1200px) {
  .ny-box {
    padding: 85px 0;
  }
  .ny-tit {
    font-size: 28px;
    font-weight: 600;
  }
  .xy-txt {
    padding: 40px 0;
  }
  .xy-cont {
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    padding: 45px 58px;
    font-size: 18px;
  }
  .xy-cont .tit {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .xy-cont .tit2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .xy-cont .txt {
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 40px;
  }
  .u1 {
    margin-bottom: 50px;
  }
  .u1 li {
    float: left;
    width: 277px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u1 li:nth-child(4n) {
    margin-right: 0;
  }
  .u1 li .imgk {
    width: 100%;
    height: 209px;
    position: relative;
  }
  .u1 li .imgk::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 80px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    background: url(../img/video.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u1 li .txt {
    height: 62px;
    background-color: #fff;
    line-height: 62px;
    font-size: 16px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .ny-box {
    padding: 30px 0;
  }
  .ny-tit {
    font-size: 0.28rem;
    font-weight: 600;
  }
  .xy-txt {
    padding: 30px 0;
  }
  .xy-cont {
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-size: 16px;
  }
  .xy-cont .tit {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .xy-cont .tit2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .xy-cont .txt {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .u1 {
    margin-top: 0.2rem;
    margin-bottom: 20px;
  }
  .u1 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u1 li:nth-child(2n) {
    margin-right: 0;
  }
  .u1 li .imgk {
    width: 100%;
    height: 2.5rem;
    position: relative;
  }
  .u1 li .imgk::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0.8rem;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    background: url(../img/video.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u1 li .txt {
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    font-size: 14px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .wx-mode .tit2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
  }
  .wx-mode .mode-cent {
    padding-top: 0;
    max-height: 70vh;
    overflow-y: auto;
  }
  .wx-mode .wx-txt {
    font-size: 14px;
    line-height: 2;
  }
  .wx-mode .wx-txt .tit3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .wx-mode .wx-txt .tit4 {
    font-weight: 600;
    margin: 15px 0;
  }
  .wx-mode .wx-txt .p1 {
    margin-top: 15px;
  }
  .wx-mode .wx-txt .li {
    padding-left: 33px;
    position: relative;
  }
  .wx-mode .wx-txt .li::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #333;
    left: 15px;
    top: 11px;
  }
  .wx-mode .btn1 {
    margin-top: 0.4rem;
  }
  .wx-box {
    padding: 45px 0;
    padding-bottom: 80px;
  }
  .bz {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    text-align: center;
    padding: 20px 30px;
    background-color: #f1f4f7;
    border-radius: 8px;
  }
  .bz li {
    width: 108px;
    position: relative;
    margin-right: 150px;
  }
  .bz li:last-child {
    margin-right: 0;
  }
  .bz li:last-child i {
    display: none;
  }
  .bz li i {
    position: absolute;
    width: 150px;
    border-bottom: 1px dashed #888a9a;
    left: 100%;
    top: 24px;
  }
  .bz li p {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 48px;
    color: #9194a2;
    background: #fff;
    border: 2px solid #dde1ec;
  }
  .bz li p img {
    width: 22px;
    height: 16px;
  }
  .bz li p.p1 {
    display: block;
  }
  .bz li p.p2 {
    display: none;
  }
  .bz li .name {
    margin-top: 10px;
    font-size: 16px;
    color: #9194a2;
  }
  .bz li.on p {
    background: #df001f;
    border: 2px solid #df001f;
    color: #fff;
  }
  .bz li.on p.p1 {
    display: block;
  }
  .bz li.on p.p2 {
    display: none;
  }
  .bz li.on .name {
    color: #df001f;
  }
  .bz li.on2 p {
    background: #df001f;
    border: 2px solid #df001f;
  }
  .bz li.on2 p.p1 {
    display: none;
  }
  .bz li.on2 p.p2 {
    display: block;
  }
  .bz li.on2 i {
    border-bottom: 1px solid #df001f;
  }
  .bz li.on2 .name {
    color: #333;
  }
  .wx-btns {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wx-btns .btn1 {
    display: block;
    font-size: 18px;
    color: #fff;
    background: #df001f;
    width: 220px;
    height: 57px;
    border-radius: 5px;
    text-align: center;
    line-height: 57px;
    cursor: pointer;
  }
  .form {
    font-size: 18px;
  }
  .form .ipt-box {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .form .ipt-box .tit {
    margin-bottom: 10px;
  }
  .form .ipt-box .tip {
    font-size: 14px;
    color: #999;
  }
  .form .ipt-box .ipt input {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 0 15px;
    color: #999999;
  }
  .form .ipt-box .ipt select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    padding: 0 15px;
    padding-right: 30px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    outline: none;
    background: url(../img/sel-2.png) no-repeat 98% center;
    font-size: 16px;
  }
  .form .ipt-box .ipt2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form .ipt-box .ipt2 input:first-child {
    width: 717px;
  }
  .form .ipt-box .ipt2 input:last-child {
    flex: 1;
  }
  .form .ipt-box .ipt3 {
    display: flex;
    align-items: center;
  }
  .form .ipt-box .ipt3 input {
    width: 485px;
  }
  .form .ipt-box .ipt4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form .ipt-box .ipt4 .line {
    width: 19px;
    height: 1px;
    background-color: #333;
    margin: 0 10px;
  }
  .form .ipt-box .video .add-video {
    background-color: #fff;
    width: 485px;
    height: 50px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .form .ipt-box .video p {
    margin-left: 15px;
    font-size: 16px;
    color: #c3c4c7;
  }
  .form .ipt-box .video .icon2 {
    position: absolute;
    right: 20px;
    top: 7px;
  }
  .form .ipt-box .txt {
    position: relative;
  }
  .form .ipt-box .txt i {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    color: #999;
  }
  .form .ipt-box textarea {
    width: 100%;
    height: 190px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    resize: none;
    padding: 15px;
    font-size: 16px;
    background-color: #fff;
  }
  .form .ipt-box .yz {
    width: 150px;
    height: 50px;
    background: #df001f;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  .form .ipt-box .ipt-box1 {
    width: 100%;
  }
  .form .ipt-box .ipt-box2 {
    width: 580px;
  }
  .form .ipt-box .ipt-box3 {
    width: 760px;
  }
  .form .ipt-box .ipt-box4 {
    width: 420px;
  }
  .form .xy {
    font-size: 16px;
  }
  .form .xy label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .form .xy label p {
    margin-left: 12px;
    color: #df001f;
  }
  .form .xy label p:hover {
    text-decoration: underline;
  }
  .pro-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pro-list .item {
    width: 587px;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: #fcf6f6;
    border: 1px solid #fcf6f6;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
  }
  .pro-list .item i {
    position: absolute;
    width: 29px;
    height: 29px;
    right: 10px;
    bottom: 10px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
  }
  .pro-list .item p {
    margin-left: 40px;
  }
  .pro-list .item.on {
    background-color: #fff;
    border: 1px solid #df001f;
  }
  .pro-list .item.on i {
    background: url(../img/sel4.png) no-repeat center #df001f;
    background-size: 65%;
    border-color: #df001f;
  }
  .form-list .form-box {
    display: none;
  }
  .form-list .form-box.on {
    display: block;
  }
  .u3 li {
    float: left;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 32.5px;
    width: 214px;
    height: 204px;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    padding: 8px;
  }
  .u3 li.on {
    border-color: #df001f;
  }
  .u3 li:nth-child(5n) {
    margin-right: 0;
  }
  .u3 li .imgk {
    width: 100%;
    height: 153px;
    padding: 0 ;
  }
  .u3 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u3 li .name {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  .u4 li {
    float: left;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 27.5px;
    width: 177px;
    height: 167px;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    padding: 8px;
  }
  .u4 li.on {
    border-color: #000;
  }
  .u4 li:nth-child(6n) {
    margin-right: 0;
  }
  .u4 li .imgk {
    width: 100%;
    height: 120px;
    padding: 0 ;
  }
  .u4 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u4 li .name {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  .sel-color-box {
    width: 485px;
    height: 50px;
    position: relative;
  }
  .sel-color-box .sel-ipt {
    width: 485px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 15px;
    padding-right: 25px;
  }
  .sel-color-box .sel-ipt p {
    line-height: 50px;
  }
  .sel-color-box .sel-ipt i {
    width: 14px;
    height: 8px;
    background: url(../img/sel-1.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 21px;
    transition: all 0.2s;
  }
  .sel-color-box .sel-ipt.on i {
    transform: rotate(180deg);
  }
  .sel-color-box .sel-list {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    padding: 12px 0;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    z-index: 2;
  }
  .sel-color-box .sel-list.on {
    display: block;
  }
  .sel-color-box .sel-list::after {
    position: absolute;
    content: '';
    left: 40px;
    top: -4px;
    width: 17px;
    height: 4px;
    background: url(../img/color-sjx_02.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-color-box .sel-list li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 20px;
    cursor: pointer;
  }
  .sel-color-box .sel-list li .color-name {
    width: 100%;
    flex: 1;
  }
  .sel-color-box .sel-list li .color {
    width: 334px;
    height: 34px;
  }
  .sel-color-box .sel-list li:hover {
    background-color: #f5f7fa;
  }
  .dc-box {
    font-size: 26px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 15px;
    background-color: #f5f7f9;
    border: 1px solid #dcdfe6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 235px;
    margin-bottom: 50px;
  }
  .rl input {
    background: url(../img/rl.png) no-repeat 98% center;
    background-size: 23px 21px;
  }
  .upload-img .imgk-box {
    width: 190px;
    height: 190px;
    border-radius: 5px;
    border: 1px dashed #dcdfe6;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right: 60px;
    margin-bottom: 20px;
    float: left;
  }
  .upload-img .imgk-box:nth-child(5n) {
    margin-right: 0;
  }
  .upload-img .imgk-box .imgk {
    width: 100%;
    height: 100%;
  }
  .upload-img .imgk-box .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .upload-img .imgk-box .del {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .upload-img .imgk-box .del img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    cursor: pointer;
  }
  .upload-img .add-box {
    cursor: pointer;
    float: left;
    width: 190px;
    height: 190px;
    border-radius: 5px;
    border: 1px dashed #dcdfe6;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    font-size: 16px;
    color: #c3c4c7;
    background-color: #fff;
  }
  .upload-img .add-box .icon {
    margin-bottom: 25px;
  }
  .fw-list {
    display: flex;
    align-items: center;
  }
  .fw-list li {
    width: 220px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin-right: 30px;
  }
  .fw-list li.on {
    background: #df001f;
    box-shadow: none;
    color: #fff;
  }
  .fw-list li:last-child {
    margin-right: 0;
  }
  .chose-box {
    display: flex;
    justify-content: space-between;
  }
  .chose-box .l {
    width: 327px;
  }
  .chose-box .l .ipt {
    margin-bottom: 7px;
  }
  .chose-box .l .ad {
    height: 240px;
    padding: 15px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    overflow-y: auto;
  }
  .chose-box .l .ad .item {
    border-bottom: 1px solid #dcdfe6;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .chose-box .l .ad .item:last-child {
    border-bottom: 0 solid #000;
    padding-bottom: 0;
  }
  .chose-box .l .ad .name {
    font-size: 16px;
  }
  .chose-box .l .ad .name img {
    margin-right: 10px;
  }
  .chose-box .l .ad .ct {
    padding-top: 10px;
    font-size: 14px;
  }
  .chose-box .r {
    width: 850px;
    padding: 15px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
  }
  .wx-mode2 .mode-cont {
    border-radius: 5px;
    width: 755px;
    padding-bottom: 20px;
  }
  .wx-mode2 .wx-txt {
    text-align: center;
  }
  .wx-mode2 .wx-txt .icon {
    margin-bottom: 30px;
  }
  .wx-mode2 .wx-txt p {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .wx-mode2 .mode-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wx-mode2 .mode-btns .btn1 {
    width: 212px;
    margin: 0 25px;
  }
  .info-card {
    border-radius: 15px;
    border: 1px solid #dcdfe6;
    background-color: #f4f4f4;
    padding: 20px 34px;
    padding-top: 50px;
  }
  .info-card .info-item {
    display: flex;
    align-items: center;
  }
  .info-card .item {
    padding: 0 20px;
    border-right: 1px dashed #dfdcde;
    margin-bottom: 30px;
  }
  .info-card .item:first-child {
    padding-left: 0;
  }
  .info-card .item:last-child {
    border-right: 0;
  }
  .info-card .item .name {
    font-size: 14px;
  }
  .info-card .item .tt {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
  }
}
@media only screen and (max-width: 1200px) {
  .wx-mode .tit2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.45rem;
  }
  .wx-mode .mode-cent {
    padding-top: 0;
    max-height: 70vh;
    overflow-y: auto;
  }
  .wx-mode .wx-txt {
    font-size: 0.22rem;
    line-height: 2;
  }
  .wx-mode .wx-txt .tit3 {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .wx-mode .wx-txt .tit4 {
    font-weight: 600;
    margin: 0.15rem 0;
  }
  .wx-mode .wx-txt .p1 {
    margin-top: 0.15rem;
  }
  .wx-mode .wx-txt .li {
    padding-left: 0.33rem;
    position: relative;
  }
  .wx-mode .wx-txt .li::after {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.05rem;
    background-color: #333;
    left: 0.1rem;
    top: 0.15rem;
  }
  .wx-mode .btn1 {
    margin-top: 0.4rem;
  }
  .wx-box {
    padding: 30px 0;
  }
  .bz {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    text-align: center;
    padding: 0.2rem 0.3rem;
    background-color: #f1f4f7;
    border-radius: 8px;
  }
  .bz li {
    position: relative;
    margin-right: 0.2rem;
  }
  .bz li:last-child {
    margin-right: 0;
  }
  .bz li:last-child i {
    display: none;
  }
  .bz li i {
    position: absolute;
    width: 0.2rem;
    border-bottom: 1px dashed #888a9a;
    left: 100%;
    top: 0.24rem;
  }
  .bz li p {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #9194a2;
    background: #fff;
    border: 0.02rem solid #dde1ec;
  }
  .bz li p img {
    width: 0.22rem;
    height: 0.16rem;
  }
  .bz li p.p1 {
    display: block;
  }
  .bz li p.p2 {
    display: none;
  }
  .bz li .name {
    margin-top: 10px;
    font-size: 0.28rem;
    color: #9194a2;
  }
  .bz li.on p {
    background: #df001f;
    border: 0.02rem solid #df001f;
    color: #fff;
  }
  .bz li.on p.p1 {
    display: block;
  }
  .bz li.on p.p2 {
    display: none;
  }
  .bz li.on .name {
    color: #df001f;
  }
  .bz li.on2 p {
    background: #df001f;
    border: 0.02rem solid #df001f;
  }
  .bz li.on2 p.p1 {
    display: none;
  }
  .bz li.on2 p.p2 {
    display: block;
  }
  .bz li.on2 i {
    border-bottom: 1px solid #df001f;
  }
  .bz li.on2 .name {
    color: #333;
  }
  .wx-btns {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wx-btns .btn1 {
    display: block;
    font-size: 0.24rem;
    color: #fff;
    background: #df001f;
    width: 2.2rem;
    height: 0.57rem;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.57rem;
    cursor: pointer;
  }
  .form {
    font-size: 0.24rem;
  }
  .form .ipt-box {
    width: 100%;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .form .ipt-box .tit {
    margin-bottom: 0.1rem;
  }
  .form .ipt-box .tip {
    font-size: 0.2rem;
    color: #999;
  }
  .form .ipt-box .ipt input {
    border: 1px solid #dcdfe6;
    border-radius: 0.05rem;
    height: 0.5rem;
    width: 100%;
    font-size: 0.22rem;
    padding: 0 0.15rem;
    color: #999999;
  }
  .form .ipt-box .ipt select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0.5rem;
    padding: 0 0.15rem;
    padding-right: 0.3rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.05rem;
    outline: none;
    background: url(../img/sel-2.png) no-repeat 98% center;
    background-size: 0.2rem;
    font-size: 0.22rem;
  }
  .form .ipt-box .ipt2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form .ipt-box .ipt2 input:first-child {
    width: 3.5rem;
  }
  .form .ipt-box .ipt2 input:last-child {
    flex: 1;
  }
  .form .ipt-box .ipt3 {
    display: flex;
    align-items: center;
  }
  .form .ipt-box .ipt3 input {
    width: 3rem;
  }
  .form .ipt-box .ipt4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form .ipt-box .ipt4 .line {
    width: 0.19rem;
    height: 1px;
    background-color: #333;
    margin: 0 0.1rem;
  }
  .form .ipt-box .video .add-video {
    background-color: #fff;
    width: 5.5rem;
    height: 0.5rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.05rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .form .ipt-box .video p {
    margin-left: 0.15rem;
    font-size: 0.22rem;
    color: #c3c4c7;
  }
  .form .ipt-box .video img {
    height: 0.25rem;
  }
  .form .ipt-box .video .icon2 {
    position: absolute;
    right: 0.2rem;
    top: 0.01rem;
  }
  .form .ipt-box .txt {
    position: relative;
  }
  .form .ipt-box .txt i {
    position: absolute;
    right: 0.2rem;
    bottom: 0.1rem;
    font-size: 0.22rem;
    color: #999;
  }
  .form .ipt-box textarea {
    width: 100%;
    height: 1.9rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.05rem;
    resize: none;
    padding: 0.15rem;
    font-size: 0.22rem;
    background-color: #fff;
  }
  .form .ipt-box .yz {
    width: 1.5rem;
    height: 0.5rem;
    background: #df001f;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    margin-left: 0.2rem;
    margin-right: 0.1rem;
    border-radius: 0.05rem;
    cursor: pointer;
    font-size: 0.2rem;
  }
  .form .ipt-box .ipt-box1 {
    width: 100%;
  }
  .form .ipt-box .ipt-box2 {
    width: 3.3rem;
  }
  .form .ipt-box .ipt-box3 {
    width: 4rem;
  }
  .form .ipt-box .ipt-box4 {
    width: 2.6rem;
  }
  .form .xy {
    font-size: 0.22rem;
  }
  .form .xy label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .form .xy label p {
    margin-left: 0.12rem;
    color: #df001f;
  }
  .form .xy label p:hover {
    text-decoration: underline;
  }
  .pro-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pro-list .item {
    width: 49%;
    height: 1.37rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.26rem;
    background-color: #fcf6f6;
    border: 1px solid #fcf6f6;
    border-radius: 0.1rem;
    cursor: pointer;
    position: relative;
  }
  .pro-list .item .icon img {
    height: 0.53rem;
  }
  .pro-list .item i {
    position: absolute;
    width: 0.29rem;
    height: 0.29rem;
    right: 0.1rem;
    bottom: 0.1rem;
    border-radius: 0.2rem;
    background-color: #fff;
    border: 1px solid #ebebeb;
  }
  .pro-list .item p {
    margin-left: 0.4rem;
  }
  .pro-list .item.on {
    background-color: #fff;
    border: 1px solid #df001f;
  }
  .pro-list .item.on i {
    background: url(../img/sel4.png) no-repeat center #df001f;
    background-size: 65%;
    border-color: #df001f;
  }
  .form-list .form-box {
    display: none;
  }
  .form-list .form-box.on {
    display: block;
  }
  .u3 li {
    float: left;
    cursor: pointer;
    margin-bottom: 0.2rem;
    margin-right: 2%;
    width: 49%;
    height: 2.4rem;
    border-radius: 0.05rem;
    border: 1px solid #dcdfe6;
    padding: 0.08rem;
  }
  .u3 li.on {
    border-color: #df001f;
  }
  .u3 li:nth-child(2n) {
    margin-right: 0;
  }
  .u3 li .imgk {
    width: 100%;
    height: 1.63rem;
    padding: 0 ;
  }
  .u3 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u3 li .name {
    font-size: 0.22rem;
    text-align: center;
    margin-top: 0.05rem;
  }
  .u4 li {
    float: left;
    cursor: pointer;
    margin-bottom: 0.2rem;
    margin-right: 2%;
    width: 32%;
    height: 2.3rem;
    border-radius: 0.05rem;
    border: 1px solid #dcdfe6;
    padding: 0.08rem;
  }
  .u4 li.on {
    border-color: #000;
  }
  .u4 li:nth-child(3n) {
    margin-right: 0;
  }
  .u4 li .imgk {
    width: 100%;
    height: 1.3rem;
    padding: 0 ;
  }
  .u4 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u4 li .name {
    font-size: 0.22rem;
    text-align: center;
    margin-top: 0.05rem;
  }
  .sel-color-box {
    width: 5.5rem;
    height: 0.5rem;
    position: relative;
  }
  .sel-color-box .sel-ipt {
    width: 5.5rem;
    height: 0.5rem;
    border: 1px solid #000000;
    border-radius: 0.05rem;
    cursor: pointer;
    padding: 0 0.15rem;
    padding-right: 0.25rem;
  }
  .sel-color-box .sel-ipt p {
    line-height: 0.5rem;
  }
  .sel-color-box .sel-ipt i {
    width: 0.14rem;
    height: 0.08rem;
    background: url(../img/sel-1.png) no-repeat center;
    position: absolute;
    right: 0.1rem;
    top: 0.21rem;
    transition: all 0.2s;
  }
  .sel-color-box .sel-ipt.on i {
    transform: rotate(180deg);
  }
  .sel-color-box .sel-list {
    display: none;
    position: absolute;
    left: 0;
    top: 0.58rem;
    width: 100%;
    padding: 0.12rem 0;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    z-index: 2;
  }
  .sel-color-box .sel-list.on {
    display: block;
  }
  .sel-color-box .sel-list::after {
    position: absolute;
    content: '';
    left: 0.4rem;
    top: -0.04rem;
    width: 0.17rem;
    height: 0.04rem;
    background: url(../img/color-sjx_02.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-color-box .sel-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .sel-color-box .sel-list li .color-name {
    width: 100%;
    flex: 1;
  }
  .sel-color-box .sel-list li .color {
    width: 3.34rem;
    height: 0.34rem;
  }
  .sel-color-box .sel-list li:hover {
    background-color: #f5f7fa;
  }
  .dc-box {
    font-size: 0.26rem;
    border-radius: 0.05rem;
    border: 1px solid #000;
    padding: 0.15rem;
    background-color: #f5f7f9;
    border: 1px solid #dcdfe6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.35rem;
    margin-bottom: 0.5rem;
  }
  .rl input {
    background: url(../img/rl.png) no-repeat 98% center;
    background-size: 0.23rem 0.21rem;
  }
  .upload-img .imgk-box {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.05rem;
    border: 1px dashed #dcdfe6;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right: 0.6rem;
    margin-bottom: 0.2rem;
    float: left;
  }
  .upload-img .imgk-box:nth-child(3n) {
    margin-right: 0;
  }
  .upload-img .imgk-box .imgk {
    width: 100%;
    height: 100%;
  }
  .upload-img .imgk-box .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .upload-img .imgk-box .del {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .upload-img .imgk-box .del img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    cursor: pointer;
  }
  .upload-img .add-box {
    cursor: pointer;
    float: left;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.05rem;
    border: 1px dashed #dcdfe6;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 0.5rem;
    font-size: 0.22rem;
    color: #c3c4c7;
    background-color: #fff;
  }
  .upload-img .add-box .icon {
    margin-bottom: 0.25rem;
  }
  .upload-img .add-box .icon img {
    height: 0.5rem;
  }
  .fw-list {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0.2rem 0;
  }
  .fw-list li {
    word-break: keep-all;
    white-space: nowrap;
    height: 0.5rem;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.5rem;
    box-shadow: 0 0 0.1rem 0.05rem rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin-right: 0.2rem;
    padding: 0 0.2rem;
  }
  .fw-list li.on {
    background: #df001f;
    box-shadow: none;
    color: #fff;
  }
  .chose-box .l {
    width: 100%;
  }
  .chose-box .l .ipt {
    margin-bottom: 0.07rem;
  }
  .chose-box .l .ad {
    height: 2.4rem;
    padding: 0.15rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.05rem;
    overflow-y: auto;
  }
  .chose-box .l .ad .name {
    font-size: 0.24rem;
  }
  .chose-box .l .ad .name img {
    margin-right: 0.1rem;
    height: 0.3rem;
  }
  .chose-box .l .ad .ct {
    padding-top: 0.1rem;
    font-size: 0.24rem;
  }
  .chose-box .r {
    margin-top: 0.2rem;
    width: 100%;
    padding: 0.15rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.05rem;
    min-height: 2rem;
    font-size: 0.24rem;
  }
  .wx-mode2 .mode-cont {
    border-radius: 0.05rem;
    width: 85%;
    padding-bottom: 0.2rem;
  }
  .wx-mode2 .wx-txt {
    text-align: center;
  }
  .wx-mode2 .wx-txt .icon {
    margin-bottom: 0.3rem;
  }
  .wx-mode2 .wx-txt p {
    font-size: 0.28rem;
    margin-bottom: 0.6rem;
  }
  .wx-mode2 .mode-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wx-mode2 .mode-btns .btn1 {
    width: 2.12rem;
    margin: 0 0.25rem;
  }
  .info-card {
    border-radius: 0.15rem;
    border: 1px solid #dcdfe6;
    background-color: #f4f4f4;
    padding: 0.2rem 0.34rem;
    padding-top: 0.5rem;
  }
  .info-card .info-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .info-card .item {
    padding: 0 0.2rem;
    border-right: 1px dashed #dfdcde;
    margin-bottom: 0.3rem;
  }
  .info-card .item:first-child {
    padding-left: 0;
  }
  .info-card .item:last-child {
    border-right: 0;
  }
  .info-card .item .name {
    font-size: 0.2rem;
  }
  .info-card .item .tt {
    font-size: 0.24rem;
    font-weight: 600;
    font-style: italic;
  }
}
.red {
  color: #df001f;
}
@media only screen and (min-width: 1200px) {
  .buy-box {
    padding: 45px 0;
    padding-bottom: 80px;
  }
  .buy-box .tips {
    font-size: 16px;
    color: #df001f;
    margin-top: 20px;
    cursor: pointer;
  }
  .buy-box .tips:hover {
    text-decoration: underline;
  }
  .buy-list {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
  }
  .buy-list .item {
    width: 578px;
    height: 263px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .buy-list .item .imgk {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    border-radius: 15px;
  }
  .buy-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .buy-list .item a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 63px 28px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
  }
  .buy-list .item .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    margin-top: 35px;
  }
  .buy-list .item:hover .imgk {
    transform: scale(1.1);
  }
  .buy-list2 .item a {
    background: #eaeaea;
    color: #333;
    transition: all 0s;
  }
  .buy-list2 .item a .icon img:nth-child(2),
  .buy-list2 .item a .icon2 img:nth-child(2) {
    display: none;
  }
  .buy-list2 .item a:hover {
    color: #fff;
    background-color: #df001f;
  }
  .buy-list2 .item a:hover .icon img:nth-child(1),
  .buy-list2 .item a:hover .icon2 img:nth-child(1) {
    display: none;
  }
  .buy-list2 .item a:hover .icon img:nth-child(2),
  .buy-list2 .item a:hover .icon2 img:nth-child(2) {
    display: block;
  }
  .buy-list3 .item {
    width: 385px;
  }
  .buy-list3 .item .txt {
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .buy-list3 .item a {
    background: #eaeaea;
    color: #333;
    transition: all 0s;
    padding: 40px 28px;
  }
  .buy-list3 .item a .icon img:nth-child(2),
  .buy-list3 .item a .icon2 img:nth-child(2) {
    display: none;
  }
  .buy-list3 .item a:hover {
    color: #fff;
    background-color: #df001f;
  }
  .buy-list3 .item a:hover .icon img:nth-child(1),
  .buy-list3 .item a:hover .icon2 img:nth-child(1) {
    display: none;
  }
  .buy-list3 .item a:hover .icon img:nth-child(2),
  .buy-list3 .item a:hover .icon2 img:nth-child(2) {
    display: block;
  }
  .xf-box {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .xf-box .box-list .item {
    display: none;
  }
  .xf-box .box-list .item.on {
    display: block;
  }
  .u5 li {
    width: 210px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    font-size: 16px;
    cursor: pointer;
  }
  .u5 li.on {
    background-color: #f5f5f5;
  }
  .u6.u6-2 li {
    width: 1200px;
  }
  .u6 li {
    width: 945px;
    margin-bottom: 25px;
    border: 1px solid #dcdfe6;
    padding: 25px;
  }
  .u6 li .tit {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .u6 li .tit p {
    width: 100%;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .u6 li .tit .icon {
    width: 18px;
    height: 18px;
    background: url(../img/xf1.png) no-repeat center;
    background-size: contain;
  }
  .u6 li .txt {
    display: none;
    margin-top: 15px;
    font-size: 16px;
    color: #999999;
  }
  .u6 li.on .tit .icon {
    background-image: url(../img/xf2.png);
  }
  .u6 li.on .txt {
    display: block;
  }
  .pic-mode .close-btn {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .pic-mode .mode-cont {
    background: transparent;
    box-shadow: none;
    width: auto;
  }
  .pic-mode .pic {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pic-mode .pic video,
  .pic-mode .pic img {
    max-width: 80vw;
    max-height: 80vh;
  }
  .u7 li {
    position: relative;
    float: left;
    width: 278px;
    height: 330px;
    margin-right: 28px;
    margin-bottom: 35px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
  }
  .u7 li:nth-child(4n) {
    margin-right: 0;
  }
  .u7 li .name {
    font-size: 22px;
    min-height: 55px;
    line-height: 1.25;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
  }
  .u7 li .price {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .u7 li .p-pic {
    cursor: pointer;
  }
  .u7 li .p-pic img {
    max-width: 100%;
    height: 110px;
  }
  .u7 li .num {
    width: 214px;
    height: 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 33px;
    bottom: 85px;
  }
  .u7 li .num span {
    color: #999;
    font-size: 16px;
    display: none;
  }
  .u7 li .num .num-box {
    display: none;
  }
  .u7 li .add {
    position: absolute;
    left: 33px;
    bottom: 35px;
    font-size: 14px;
    width: 214px;
    margin: 0 auto;
    margin-top: 12px;
  }
  .u7 li .add .re,
  .u7 li .add .ad {
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    background: #df001f;
    height: 40px;
    line-height: 40px;
  }
  .u7 li .add .re {
    display: none;
  }
  .u7 li .add .ad {
    display: block;
  }
  .u7 li .icon-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    left: 33px;
  }
  .u7 li .icon-btn .btn {
    cursor: pointer;
    margin-right: 5px;
  }
  .u7 li .icon-btn .btn img {
    height: 24px;
  }
  .u7 li .view {
    font-size: 14px;
    width: 214px;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #eef2f5;
    color: #df001f;
  }
  .u7 li.on .num span {
    display: block;
  }
  .u7 li.on .num .num-box {
    display: flex;
    align-items: center;
  }
  .u7 li.on .num .num-box button {
    width: 24px;
    height: 24px;
    background-color: #eeeeee;
    color: #333;
    font-size: 14px;
  }
  .u7 li.on .num .num-box input {
    width: 75px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    height: 24px;
    text-align: center;
    margin: 0 7px;
    font-size: 18px;
  }
  .u7 li.on .add .re {
    display: block;
  }
  .u7 li.on .add .ad {
    display: none;
  }
  .num-box {
    display: flex;
    align-items: center;
  }
  .num-box button {
    width: 24px;
    height: 24px;
    background-color: #eeeeee;
    color: #333;
    font-size: 14px;
  }
  .num-box input {
    width: 75px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    height: 24px;
    text-align: center;
    margin: 0 7px;
    font-size: 18px;
  }
  .ipt-box-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .ipt-box-2 .ipt-box1 {
    width: auto !important;
  }
  .info-card2 {
    border-radius: 15px;
    background-color: #f4f4f4;
    padding: 34px;
    margin-bottom: 22px;
  }
  .info-tit {
    font-size: 20px;
    font-weight: 600;
  }
  .info-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .info-order .num {
    font-size: 16px;
  }
  .info-order2 {
    display: flex;
    align-items: center;
  }
  .info-order2 .num {
    font-size: 16px;
  }
  .info-card3 {
    border: 0;
  }
  .info-card3 .dd-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .info-card3 .dd-type p {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px;
  }
  .info-card3 .dd-type p img {
    width: 31px;
    height: 31px;
    margin-right: 20px;
  }
  .info-card3 .dd-type span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 40px;
  }
  .info-card3 .dd-type .span2 {
    font-size: 18px;
    margin-left: 0;
  }
  .info-card3 .dd-type .span3 {
    margin-left: 0;
  }
  .info-card3 .wd {
    background-color: #fff;
    padding: 10px 20px;
  }
  .info-card3 .wd .name {
    font-size: 14px;
  }
  .info-card3 .wd .tt {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
  }
  .info-card3 .wd .tt img {
    vertical-align: unset;
  }
  .buy-tab {
    margin-top: 22px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
    padding: 0 20px;
  }
  .buy-tab table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .buy-tab table thead {
    background-color: #f4f4f4;
    position: relative;
  }
  .buy-tab table thead th {
    height: 50px;
    padding: 0 20px;
  }
  .buy-tab table thead th:nth-child(1) {
    text-align: left;
  }
  .buy-tab table thead::after {
    position: absolute;
    width: 20px;
    height: 50px;
    background-color: #f4f4f4;
    right: -20px;
    top: 0;
    content: '';
  }
  .buy-tab table thead::before {
    position: absolute;
    width: 20px;
    height: 50px;
    background-color: #f4f4f4;
    left: -20px;
    top: 0;
    content: '';
  }
  .buy-tab table tbody {
    background-color: #fff;
  }
  .buy-tab table tbody td {
    padding: 30px 60px;
    border-bottom: 1px solid #eeeeee;
  }
  .buy-tab table tbody tr td:nth-child(1) {
    padding: 30px 0;
  }
  .buy-tab table tbody tr td:nth-child(2) {
    text-align: center;
  }
  .buy-tab table tbody tr td:nth-child(3) {
    width: 300px;
    text-align: right;
  }
  .buy-tab table tbody tr td:nth-child(4) {
    width: 240px;
  }
  .buy-tab table tbody .red {
    font-size: 20px;
    font-weight: 600;
  }
  .buy-tab table tbody .red span {
    font-size: 14px;
  }
  .buy-tab table .num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .buy-tab table .num .del {
    padding-left: 12px;
  }
  .diy-tab table thead tr th:nth-child(1) {
    text-align: center;
  }
  .diy-tab table tbody tr td:nth-child(1) {
    padding: 30px 60px;
    text-align: center;
  }
  .diy-tab table .num {
    justify-content: center;
  }
  .cx-ipt {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #df001f;
    width: 1100px;
    margin-bottom: 85px;
  }
  .cx-ipt .icon {
    margin-left: 22px;
  }
  .cx-ipt input {
    width: 100%;
    flex: 1;
    font-size: 16px;
    padding: 0 15px;
  }
  .cx-ipt .search {
    width: 150px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #df001f;
  }
  .wx-tab {
    margin-bottom: 36px;
  }
  .wx-tab .tit {
    background-color: #77777e;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
  }
  .wx-tab table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
  }
  .wx-tab table thead {
    font-size: 18px;
  }
  .wx-tab table thead tr {
    height: 50px;
    background-color: #c1c0ca;
  }
  .wx-tab table thead tr th {
    font-weight: 400;
    color: #fff;
  }
  .wx-tab table tbody {
    font-size: 16px;
  }
  .wx-tab table tbody tr {
    background-color: #f4f6f9;
  }
  .wx-tab table tbody tr td {
    padding: 20px 10px;
  }
  .wx-tab a.rd {
    color: #df001f;
  }
  .wx-tab a.rd:hover {
    text-decoration: underline;
  }
  .wx-tab .bg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wx-tab .bg .zt {
    min-width: 70px;
    margin: 0 5px;
  }
  .wx-tab .bg .zt a {
    color: #df001f;
    text-decoration: underline;
  }
  .wx-tab .tp2 {
    color: #1b9953;
  }
  .wx-tab .tp3 {
    color: #df001f;
  }
  .wx-tab .more-box {
    position: relative;
  }
  .wx-tab .more-box .span {
    position: relative;
  }
  .wx-tab .more-box .span:hover .xq-box {
    display: flex;
  }
  .wx-tab .more-box .xq-box {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0, -50%);
    margin: auto;
    text-align: left;
    width: 156px;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
    word-break: break-word;
    font-size: 14px;
    min-height: 80px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
  }
  .wx-tab .more-box .xq-box p {
    width: 100%;
  }
  .wx-tab .more-box .xq-box span {
    margin-left: 5px;
  }
  .wx-tab .more-box .xq-box a {
    color: #707070;
    text-decoration: underline;
  }
  .wx-tab .more-box .xq-box::after {
    position: absolute;
    content: '';
    background: url(../img/more-sjx.png) no-repeat center;
    background-size: 100% 100%;
    width: 11px;
    height: 32px;
    left: -10px;
    top: 50%;
    margin-top: -16px;
  }
  .dd-btns {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dd-btns a {
    display: block;
    width: 582px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background-color: #f4f4f4;
    font-size: 18px;
    color: #df001f;
  }
  .dd-btns a img {
    margin-right: 7px;
    vertical-align: text-bottom;
  }
  .order-tab {
    margin-bottom: 28px;
    box-shadow: none;
    border: 1px solid #dcdfe6;
  }
  .order-tab table tbody tr td {
    text-align: center;
  }
  .order-tab table tbody tr td:nth-child(3) {
    text-align: center;
  }
  .order-tab table tbody tr td:nth-child(4) {
    width: auto;
    padding: 20px 0;
  }
  .order-tab table tbody .no-bd td {
    border-bottom: 0;
    padding: 20px;
  }
  .order-tab table tbody .tt td {
    color: #df001f;
    font-size: 16px;
    font-weight: 600;
  }
  .order-tab table tbody .tt td:nth-child(5) {
    font-size: 20px;
  }
  .order-tab table tbody .tt span {
    font-size: 14px;
  }
  .upimg .imgk-box {
    width: 532px;
    height: 227px;
    border-radius: 5px;
    border: 1px dashed #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right: 60px;
    margin-bottom: 20px;
    float: left;
  }
  .upimg .imgk-box:nth-child(2n) {
    margin-right: 0;
  }
  .upimg .imgk-box .imgk {
    width: 100%;
    height: 100%;
  }
  .upimg .imgk-box .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .upimg .imgk-box .del {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .upimg .imgk-box .del img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    cursor: pointer;
  }
  .upimg .add-box {
    cursor: pointer;
    float: left;
    width: 532px;
    height: 227px;
    border-radius: 5px;
    border: 1px dashed #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    font-size: 16px;
    color: #c3c4c7;
    background-color: #fff;
  }
  .upimg .add-box .icon {
    margin-bottom: 25px;
  }
  .upimg .add-box.on {
    display: none;
  }
  .order-type {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 50px;
  }
  .info-card4 .tips {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .info-card5 {
    padding-top: 20px;
    margin-top: 28px;
  }
  .info-card5 .info-item {
    margin-top: 15px;
  }
  .info-card5 .item {
    margin-bottom: 0;
  }
  .info-card5 .item .tt2 {
    font-style: normal;
    font-size: 16px;
  }
  .line-ds {
    border: 1px dashed #dcdfe6;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .buy-box {
    padding: 30px 0;
  }
  .buy-box .tips {
    font-size: 0.24rem;
    color: #df001f;
    margin-top: 0.2rem;
    cursor: pointer;
  }
  .buy-box .tips:hover {
    text-decoration: underline;
  }
  .buy-list {
    margin-top: 0.4rem;
    margin-bottom: 0.65rem;
  }
  .buy-list .item {
    width: 100%;
    height: 2.63rem;
    border-radius: 0.15rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.15rem;
  }
  .buy-list .item .imgk {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  .buy-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .buy-list .item .icon2 img,
  .buy-list .item .icon img {
    height: 0.5rem;
  }
  .buy-list .item a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.63rem 0.28rem;
    padding-right: 0.4rem;
    position: relative;
    z-index: 2;
  }
  .buy-list .item .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.28rem;
    margin-top: 0.35rem;
  }
  .buy-list .item:hover .imgk {
    transform: scale(1.1);
  }
  .buy-list2 .item a {
    background: #eaeaea;
    color: #333;
    transition: all 0s;
  }
  .buy-list2 .item a .icon img:nth-child(2),
  .buy-list2 .item a .icon2 img:nth-child(2) {
    display: none;
  }
  .buy-list2 .item a:hover {
    color: #fff;
    background-color: #df001f;
  }
  .buy-list2 .item a:hover .icon img:nth-child(1),
  .buy-list2 .item a:hover .icon2 img:nth-child(1) {
    display: none;
  }
  .buy-list2 .item a:hover .icon img:nth-child(2),
  .buy-list2 .item a:hover .icon2 img:nth-child(2) {
    display: block;
  }
  .buy-list3 .item .txt {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .buy-list3 .item a {
    background: #eaeaea;
    color: #333;
    transition: all 0s;
    padding: 0.5rem 0.28rem;
  }
  .buy-list3 .item a .icon img:nth-child(2),
  .buy-list3 .item a .icon2 img:nth-child(2) {
    display: none;
  }
  .buy-list3 .item a:hover {
    color: #fff;
    background-color: #df001f;
  }
  .buy-list3 .item a:hover .icon img:nth-child(1),
  .buy-list3 .item a:hover .icon2 img:nth-child(1) {
    display: none;
  }
  .buy-list3 .item a:hover .icon img:nth-child(2),
  .buy-list3 .item a:hover .icon2 img:nth-child(2) {
    display: block;
  }
  .xf-box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
  }
  .xf-box .box-list .item {
    display: none;
  }
  .xf-box .box-list .item.on {
    display: block;
  }
  .u5 li {
    width: 2.1rem;
    min-height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.22rem;
    font-size: 0.24rem;
    cursor: pointer;
  }
  .u5 li.on {
    background-color: #f5f5f5;
  }
  .u6 li {
    width: 100%;
    margin-bottom: 0.25rem;
    border: 1px solid #dcdfe6;
    padding: 0.25rem;
  }
  .u6 li .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .u6 li .tit p {
    width: 100%;
    padding-right: 0.1rem;
    font-size: 0.24rem;
    font-weight: 600;
  }
  .u6 li .tit .icon {
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/xf1.png) no-repeat center;
    background-size: contain;
  }
  .u6 li .txt {
    display: none;
    margin-top: 0.15rem;
    font-size: 0.24rem;
    color: #999999;
  }
  .u6 li.on .tit .icon {
    background-image: url(../img/xf2.png);
  }
  .u6 li.on .txt {
    display: block;
  }
  .pic-mode .close-btn {
    position: absolute;
    right: -0.4rem;
    top: -0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
  }
  .pic-mode .mode-cont {
    background: transparent;
    box-shadow: none;
    width: auto;
  }
  .pic-mode .pic {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pic-mode .pic video,
  .pic-mode .pic img {
    max-width: 80vw;
    max-height: 80vh;
  }
  .u7 li {
    position: relative;
    float: left;
    width: 49%;
    height: 3.8rem;
    margin-right: 2%;
    margin-bottom: 0.35rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.05rem;
    padding: 0.1rem;
    text-align: center;
  }
  .u7 li:nth-child(2n) {
    margin-right: 0;
  }
  .u7 li .name {
    font-size: 0.28rem;
    min-height: 0.7rem;
    line-height: 1.25;
    align-items: center;
    justify-content: center;
  }
  .u7 li .price {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .u7 li .p-pic img {
    max-width: 90%;
    height: 0.85rem;
  }
  .u7 li .num {
    width: 80%;
    height: 0.35rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0.95rem;
    left: 50%;
    margin-left: -40%;
  }
  .u7 li .num span {
    color: #999;
    font-size: 0.24rem;
    display: none;
  }
  .u7 li .num .num-box {
    display: none;
  }
  .u7 li .add {
    position: absolute;
    left: 50%;
    bottom: 0.43rem;
    font-size: 0.22rem;
    width: 2.14rem;
    margin: 0 auto;
    margin-top: 0.12rem;
    margin-left: -1.07rem;
  }
  .u7 li .add .re,
  .u7 li .add .ad {
    cursor: pointer;
    color: #fff;
    border-radius: 0.05rem;
    background: #df001f;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .u7 li .add .re {
    display: none;
  }
  .u7 li .add .ad {
    display: block;
  }
  .u7 li .icon-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0.05rem;
    left: 0.33rem;
  }
  .u7 li .icon-btn .btn {
    cursor: pointer;
    margin-right: 0.1rem;
  }
  .u7 li .icon-btn .btn img {
    height: 0.24rem;
  }
  .u7 li .view {
    font-size: 0.22rem;
    width: 2.14rem;
    margin: 0 auto;
    margin-top: 0.1rem;
    cursor: pointer;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.05rem;
    background-color: #eef2f5;
    color: #df001f;
  }
  .u7 li.on .num span {
    display: block;
  }
  .u7 li.on .num .num-box {
    display: flex;
    align-items: center;
  }
  .u7 li.on .num .num-box button {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #eeeeee;
    color: #333;
    font-size: 0.22rem;
  }
  .u7 li.on .num .num-box input {
    width: 0.75rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.03rem;
    height: 0.35rem;
    text-align: center;
    margin: 0 0.07rem;
    font-size: 0.26rem;
  }
  .u7 li.on .add .re {
    display: block;
  }
  .u7 li.on .add .ad {
    display: none;
  }
  .num-box {
    display: flex;
    align-items: center;
  }
  .num-box button {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #eeeeee;
    color: #333;
    font-size: 0.22rem;
  }
  .num-box input {
    width: 0.75rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.03rem;
    height: 0.3rem;
    text-align: center;
    margin: 0 0.07rem;
    font-size: 0.26rem;
  }
  .ipt-box-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .info-card2 {
    border-radius: 0.15rem;
    background-color: #f4f4f4;
    padding: 0.34rem;
    margin-bottom: 0.22rem;
  }
  .info-tit {
    font-size: 0.28rem;
    font-weight: 600;
  }
  .info-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .info-order .num {
    font-size: 0.24rem;
  }
  .info-order2 {
    display: flex;
    align-items: center;
  }
  .info-order2 .num {
    font-size: 0.24rem;
  }
  .info-card3 {
    border: 0;
  }
  .info-card3 .dd-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .info-card3 .dd-type p {
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .info-card3 .dd-type p img {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.2rem;
  }
  .info-card3 .dd-type span {
    font-size: 0.22rem;
    font-weight: 400;
    margin-left: 0.4rem;
  }
  .info-card3 .dd-type .span2 {
    font-size: 0.24rem;
    margin-left: 0;
  }
  .info-card3 .dd-type .span3 {
    margin-left: 0;
  }
  .info-card3 .wd {
    background-color: #fff;
    padding: 0.1rem 0.2rem;
  }
  .info-card3 .wd .name {
    font-size: 0.22rem;
  }
  .info-card3 .wd .tt {
    font-size: 0.26rem;
    font-weight: 600;
    font-style: italic;
  }
  .info-card3 .wd .tt img {
    vertical-align: unset;
  }
  .buy-tab {
    margin-top: 0.22rem;
    box-shadow: 0 0 0.07rem 0.03rem rgba(0, 0, 0, 0.08);
    padding: 0 0.2rem;
  }
  .buy-tab table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.22rem;
  }
  .buy-tab table thead {
    background-color: #f4f4f4;
    position: relative;
  }
  .buy-tab table thead th {
    height: 0.5rem;
    padding: 0 0.1rem;
  }
  .buy-tab table thead th:nth-child(1) {
    text-align: left;
  }
  .buy-tab table thead::after {
    position: absolute;
    width: 0.2rem;
    height: 0.5rem;
    background-color: #f4f4f4;
    right: -0.2rem;
    top: 0;
    content: '';
  }
  .buy-tab table thead::before {
    position: absolute;
    width: 0.2rem;
    height: 0.5rem;
    background-color: #f4f4f4;
    left: -0.2rem;
    top: 0;
    content: '';
  }
  .buy-tab table tbody {
    background-color: #fff;
  }
  .buy-tab table tbody td {
    padding: 0.2rem 0.2rem;
    border-bottom: 1px solid #eeeeee;
  }
  .buy-tab table tbody tr td:nth-child(1) {
    padding: 0.2rem 0;
  }
  .buy-tab table tbody tr td:nth-child(2) {
    text-align: center;
  }
  .buy-tab table tbody tr td:nth-child(3) {
    text-align: right;
  }
  .buy-tab table tbody .red {
    font-size: 0.22rem;
    font-weight: 600;
  }
  .buy-tab table tbody .red span {
    font-size: 0.2rem;
  }
  .buy-tab table .num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .buy-tab table .num .del {
    padding-left: 0.12rem;
  }
  .buy-tab table .num .del img {
    height: 0.3rem;
  }
  .diy-tab table thead tr th {
    word-break: keep-all;
  }
  .diy-tab table thead tr th:nth-child(1) {
    text-align: center;
  }
  .diy-tab table tbody tr td:nth-child(1) {
    text-align: center;
  }
  .diy-tab table .num {
    justify-content: center;
  }
  .cx-ipt {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #df001f;
    width: 100%;
    margin-bottom: 0.85rem;
  }
  .cx-ipt .icon {
    margin-left: 0.22rem;
  }
  .cx-ipt .icon img {
    height: 0.3rem;
  }
  .cx-ipt input {
    width: 100%;
    flex: 1;
    font-size: 0.24rem;
    padding: 0 0.15rem;
  }
  .cx-ipt .search {
    width: 1.5rem;
    height: 0.53rem;
    text-align: center;
    line-height: 0.53rem;
    font-size: 0.28rem;
    color: #fff;
    cursor: pointer;
    background-color: #df001f;
  }
  .wx-tab {
    margin-bottom: 0.36rem;
    overflow-x: auto;
  }
  .wx-tab .tit {
    background-color: #77777e;
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 0.5rem;
    width: 100%;
  }
  .wx-tab table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
  }
  .wx-tab table thead {
    font-size: 0.26rem;
  }
  .wx-tab table thead tr {
    height: 0.5rem;
    background-color: #c1c0ca;
  }
  .wx-tab table thead tr th {
    font-weight: 400;
    color: #fff;
    word-break: keep-all;
    padding: 0.1rem 0.2rem;
    white-space: nowrap;
  }
  .wx-tab table tbody {
    font-size: 0.24rem;
  }
  .wx-tab table tbody tr {
    background-color: #f4f6f9;
  }
  .wx-tab table tbody tr td {
    padding: 0.2rem 0.1rem;
  }
  .wx-tab table tbody tr td:last-child .more-box .xq-box {
    left: auto;
    right: calc(100% + 0.1rem);
  }
  .wx-tab table tbody tr td:last-child .more-box .xq-box::after {
    left: auto;
    right: -0.1rem;
    transform: scale(-1);
  }
  .wx-tab a.rd {
    color: #df001f;
  }
  .wx-tab a.rd:hover {
    text-decoration: underline;
  }
  .wx-tab .bg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wx-tab .bg .zt {
    min-width: 0.7rem;
    margin: 0 0.05rem;
  }
  .wx-tab .bg .zt a {
    color: #df001f;
    text-decoration: underline;
  }
  .wx-tab .tp2 {
    color: #1b9953;
  }
  .wx-tab .tp3 {
    color: #df001f;
  }
  .wx-tab .more-box {
    position: relative;
  }
  .wx-tab .more-box .span {
    position: relative;
  }
  .wx-tab .more-box .span:hover .xq-box {
    display: flex;
  }
  .wx-tab .more-box .xq-box {
    position: absolute;
    left: calc(100% + 0.1rem);
    top: 50%;
    transform: translate(0, -50%);
    margin: auto;
    text-align: left;
    width: 1.56rem;
    padding: 0.1rem 0.18rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem 0.02rem rgba(0, 0, 0, 0.08);
    word-break: break-word;
    font-size: 0.22rem;
    min-height: 0.8rem;
    display: none;
    align-items: center;
    flex-wrap: wrap;
  }
  .wx-tab .more-box .xq-box p {
    width: 100%;
  }
  .wx-tab .more-box .xq-box span {
    margin-left: 0.05rem;
  }
  .wx-tab .more-box .xq-box a {
    color: #707070;
    text-decoration: underline;
  }
  .wx-tab .more-box .xq-box::after {
    position: absolute;
    content: '';
    background: url(../img/more-sjx.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.11rem;
    height: 0.32rem;
    left: -0.1rem;
    top: 50%;
    margin-top: -0.16rem;
  }
  .dd-btns {
    margin-top: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dd-btns a {
    display: block;
    width: 3.2rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 0.05rem;
    background-color: #f4f4f4;
    font-size: 0.26rem;
    color: #df001f;
  }
  .dd-btns a img {
    height: 0.3rem;
    margin-right: 0.07rem;
    vertical-align: text-bottom;
  }
  .order-tab {
    margin-bottom: 0.28rem;
    box-shadow: none;
    border: 1px solid #dcdfe6;
  }
  .order-tab table tbody tr td {
    text-align: center;
  }
  .order-tab table tbody tr td:nth-child(3) {
    text-align: center;
  }
  .order-tab table tbody tr td:nth-child(4) {
    width: auto;
    padding: 0.2rem 0;
  }
  .order-tab table tbody .no-bd td {
    border-bottom: 0;
    padding: 0.2rem;
  }
  .order-tab table tbody .tt td {
    color: #df001f;
    font-size: 0.24rem;
    font-weight: 600;
  }
  .order-tab table tbody .tt td:nth-child(5) {
    font-size: 0.28rem;
  }
  .order-tab table tbody .tt span {
    font-size: 0.22rem;
  }
  .upimg .imgk-box {
    width: 5.32rem;
    height: 2.27rem;
    border-radius: 0.05rem;
    border: 1px dashed #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.2rem;
    float: left;
  }
  .upimg .imgk-box:nth-child(2n) {
    margin-right: 0;
  }
  .upimg .imgk-box .imgk {
    width: 100%;
    height: 100%;
  }
  .upimg .imgk-box .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .upimg .imgk-box .del {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .upimg .imgk-box .del img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    cursor: pointer;
  }
  .upimg .add-box {
    cursor: pointer;
    float: left;
    width: 5.32rem;
    height: 2.27rem;
    border-radius: 0.05rem;
    border: 1px dashed #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 0.5rem;
    font-size: 0.24rem;
    color: #c3c4c7;
    background-color: #fff;
  }
  .upimg .add-box .icon {
    margin-bottom: 0.25rem;
  }
  .upimg .add-box.on {
    display: none;
  }
  .order-type {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.5rem;
  }
  .info-card4 .tips {
    font-size: 0.22rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .info-card5 {
    padding-top: 0.2rem;
    margin-top: 0.28rem;
  }
  .info-card5 .info-item {
    margin-top: 0.15rem;
  }
  .info-card5 .item {
    margin-bottom: 0;
  }
  .info-card5 .item .tt2 {
    font-style: normal;
    font-size: 0.24rem;
  }
  .line-ds {
    border: 1px dashed #dcdfe6;
    margin: 0.25rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  a.sq {
    text-decoration: underline;
    font-size: 18px;
    color: #df001f;
    float: right;
    margin-bottom: 30px;
  }
  a.sq img {
    margin-right: 7px;
  }
  .form-sq {
    padding: 65px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }
  .form-sq .ipt-box .ipt-box2 {
    width: 530px;
  }
  .form-chat {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }
  .form-chat .ipt-box .ipt-box2 {
    width: 530px;
  }
  .form-chat .tit2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .tk-ss {
    margin-top: 20px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
  }
  .tk-ss input {
    width: 585px;
    height: 50px;
    padding: 0 25px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #000;
  }
  .tk-ss button {
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #df001f;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 20px;
  }
  .zl-box {
    padding: 30px 48px;
    background-color: #f1f4f7;
    margin-bottom: 28px;
  }
  .zl-box .tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .zl-box .tit img {
    margin-right: 20px;
  }
  .zl-box .tip {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .zl-box .tip2 {
    font-size: 16px;
  }
  .zl-box .dl2,
  .zl-box .dl {
    margin-bottom: 30px;
  }
  .zl-box .dl2 a,
  .zl-box .dl a {
    width: 320px;
    height: 118px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #fff;
    border: 1px solid #d7dfea;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 40px;
    font-size: 18px;
    text-decoration: underline;
  }
  .zl-box .dl2 a span,
  .zl-box .dl a span {
    display: block;
    margin-left: 22px;
  }
  .zl-box .dl2 .icon,
  .zl-box .dl .icon {
    position: absolute;
    right: 40px;
  }
  .zl-box .dl2 label {
    width: 482px;
    height: 50px;
  }
  .zl-box .dl2 a {
    width: 482px;
    height: 50px;
    border-radius: 5px;
    justify-content: center;
    cursor: pointer;
  }
  .zl-box .dl2 .pdf img {
    height: 23px;
  }
  .zl-box .dl2 .icon {
    right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  a.sq {
    text-decoration: underline;
    font-size: 0.26rem;
    color: #df001f;
    float: right;
    margin-bottom: 0.3rem;
  }
  a.sq img {
    margin-right: 0.07rem;
  }
  .form-sq {
    padding: 0.65rem 0.4rem;
    background-color: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, 0.08);
  }
  .form-sq .ipt-box .ipt-box2 {
    width: 3rem;
  }
  .form-chat {
    padding: 0.4rem;
    background-color: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, 0.08);
  }
  .form-chat .ipt-box .ipt-box2 {
    width: 3rem;
  }
  .form-chat .tit2 {
    text-align: center;
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
  .tk-ss {
    margin-top: 0.2rem;
    margin-bottom: 0.38rem;
    display: flex;
    align-items: center;
  }
  .tk-ss input {
    width: 4rem;
    height: 0.5rem;
    padding: 0 0.25rem;
    font-size: 0.26rem;
    border-radius: 0.05rem;
    border: 1px solid #000;
  }
  .tk-ss button {
    margin-left: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    background-color: #df001f;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.05rem;
    padding: 0 0.2rem;
  }
  .zl-box {
    padding: 0.3rem 0.48rem;
    background-color: #f1f4f7;
    margin-bottom: 0.28rem;
  }
  .zl-box .tit {
    font-size: 0.26rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .zl-box .tit img {
    margin-right: 0.2rem;
  }
  .zl-box .tip {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .zl-box .tip2 {
    font-size: 0.24rem;
  }
  .zl-box .dl2,
  .zl-box .dl {
    margin-bottom: 0.3rem;
  }
  .zl-box .dl2 a,
  .zl-box .dl a {
    width: 3.2rem;
    height: 1.18rem;
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    background-color: #fff;
    border: 1px solid #d7dfea;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0.4rem;
    font-size: 0.26rem;
    text-decoration: underline;
  }
  .zl-box .dl2 a span,
  .zl-box .dl a span {
    display: block;
    margin-left: 0.22rem;
  }
  .zl-box .dl2 .pdf img,
  .zl-box .dl .pdf img {
    height: 0.5rem;
  }
  .zl-box .dl2 .icon,
  .zl-box .dl .icon {
    position: absolute;
    right: 0.4rem;
  }
  .zl-box .dl2 .icon img,
  .zl-box .dl .icon img {
    height: 0.3rem;
  }
  .zl-box .dl2 label {
    width: 4.82rem;
    height: 0.5rem;
  }
  .zl-box .dl2 a {
    width: 4.82rem;
    height: 0.5rem;
    border-radius: 0.05rem;
    justify-content: center;
    cursor: pointer;
    font-size: 0.24rem;
  }
  .zl-box .dl2 .pdf img {
    height: 0.23rem;
  }
  .zl-box .dl2 .icon {
    right: 0.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .wx-mode3 .wx-txt p {
    margin-bottom: 20px;
  }
  .wx-mode3 .wx-txt .tip {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .wx-mode3 .wx-txt p {
    margin-bottom: 0.2rem;
  }
  .wx-mode3 .wx-txt .tip {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .info-chat .info-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .info-chat .info-detail .info-item {
    width: 50%;
    font-size: 18px;
  }
  .info-chat .chat-tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .info-chat .chat-item {
    margin-bottom: 20px;
  }
  .info-chat .chat-item .chat-name {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .info-chat .chat-item .chat-name .art {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .info-chat .chat-item .chat-name .art img {
    width: 100%;
    height: 100%;
  }
  .info-chat .chat-item .chat-info {
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #fff;
    margin-left: 42px;
    padding: 25px;
    border-radius: 5px;
    width: 800px;
  }
  .info-chat .chat-item .chat-info img {
    max-width: 100%;
    height: auto !important;
    margin-top: 15px;
  }
  .info-chat .line {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    margin: 40px 0;
  }
  .info-chat .tip {
    font-size: 16px;
  }
  .info-chat .sub-btn {
    margin-top: 40px;
    font-size: 20px;
    width: 235px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background-color: #df001f;
  }
}
@media only screen and (max-width: 1200px) {
  .info-chat .info-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.2rem;
  }
  .info-chat .info-detail .info-item {
    width: 50%;
    font-size: 0.28rem;
    word-break: break-all;
  }
  .info-chat .chat-tit {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
  .info-chat .chat-item {
    margin-bottom: 0.2rem;
  }
  .info-chat .chat-item .chat-name {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
  }
  .info-chat .chat-item .chat-name .art {
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.1rem;
  }
  .info-chat .chat-item .chat-name .art img {
    width: 100%;
    height: 100%;
  }
  .info-chat .chat-item .chat-info {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    background-color: #fff;
    margin-left: 0.52rem;
    padding: 0.25rem;
    border-radius: 0.05rem;
    width: 85%;
  }
  .info-chat .chat-item .chat-info img {
    max-width: 100%;
    height: auto !important;
    margin-top: 0.15rem;
  }
  .info-chat .line {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    margin: 0.4rem 0;
  }
  .info-chat .tip {
    font-size: 0.24rem;
  }
  .info-chat .sub-btn {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    width: 2.35rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 0.05rem;
    background-color: #df001f;
  }
}
.no-ss {
  display: none;
  text-align: center;
  margin: 130px auto;
  color: #c3c4c7;
}
.no-ss.on {
  display: block;
}
.no-ss .txt {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}
