body {
    background-color: #FFF !important;
}
.header {
    position: absolute !important;
}
.subtitle {
    margin-top: 30px;
    height: 45px;
    margin-bottom: 30px;
}
.subtitle .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.subtitle .title{
    display: block;
    font-weight: bold;
    font-size: 32px;
    background: linear-gradient(45deg, #0099FF 0%, #CC00FF 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.subtitle .searchbox{
    position: relative;
    width: 320px;
    margin: 0 0;
}
.subtitle .searchbox input{
    display: block;
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 13px 46px 13px 20px;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid #EAEAEA;
}
.subtitle .searchbox input::-webkit-input-placeholder{
    color:#999;
}
.subtitle .searchbox button{
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background: linear-gradient(90deg, #0099FF, #CC00FF);
}
.subtitle .searchbox button:hover{
    background: linear-gradient(90deg, #0479ff, #b700ff);
}
.subtitle .searchbox button i{
    font-size: 16px;
    color: #FFF;
    margin-right: 0;
}
.product-main{
    padding: 0 0 60px;
}
.product-main .wrapper{
    display: flex;
    width: 1500px;
    justify-content: space-between;
}
.product-main .pro-left{
    flex: 0 0 200px;
    width: 200px;
}
.product-main .pro-right{
    padding-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.side-menu {
    width: 200px;
    min-height: 500px;
    background: #FFF;
    padding-top: 0;
    position: relative;
}
.side-menu ul {
    line-height: 28px;
    font-size: 12px;
    color: #93989f;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0 20px 0 10px;
    margin-top: 0;
    overflow-y: auto;
}
.side-menu li{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.side-menu .title{
    display: flex;
    height: 40px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}
.side-menu .title:hover,.side-menu li.cur .title{
    color: #0695ff;
}
.side-menu .link{
    display: none;
}
.side-menu li.cur .link{
    display: block;
    margin-bottom: 10px;
}
.side-menu .link strong{
    padding-left: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}
.side-menu .link a{
    display: block;
    padding-left: 32px;
    height: 40px;
    color: #999;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side-menu .link a:hover{
    color: #0695ff;
}
.side-menu li:first-child .title::before{
    display: none;
}
.side-menu .title::before {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAfUlEQVQImW3NsQqBYRQG4OfHdVhNshpxJRaUVZTVXXyTkslqsrkALsA92JSJ6NT5y+Ctt9Opp3OqUsoMN5z9Tx/DBjrYY/Djqpw97MIEXOGQHSX4oIsjrpi38MISTWwxxj2/XDDBM2DkjQUeeTlywjRQLDWMxOUN2tl1jeALHhcZ8Tw64dwAAAAASUVORK5CYII=) no-repeat center / contain;
}
.side-menu li.cur .title::before{
    transform: rotate(180deg);
    top: 40%;
    margin-top: 1px;
}
.pro-nav{
    display: block;
    margin-top: 0;
    position: relative;
    z-index: 20;
}
.pro-nav strong{
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}
.pro-nav a,.pro-nav li{
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    margin-right: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 18px;
    color: #FFF;
    display: inline-block;
    background: #b5b8bf;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.pro-nav a.cur,.pro-nav a:hover,.pro-nav li.on{
    position: relative;
    background: linear-gradient(90deg, #0099FF, #CC00FF);
}
.filter-wrapper{
    margin-bottom: 36px;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.statusFilter{
    display: flex;
    align-items: center;
}
.checkbox-wrapper{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.checkbox-wrapper span{
    margin: 0 0;
    color: rgba(0, 0, 0, 0.85);
}
.checkbox-wrapper input[type=checkbox] {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-right: 8px;
    border-radius: 3px;
}
.checkbox-wrapper input[type=checkbox]:hover {
    background-color: #0695ff;
    opacity: .7;
}
.checkbox-wrapper input[type=checkbox]:checked {
    background-color: #0695ff;
    outline: 1px solid #0695ff;
}
.checkbox-wrapper input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    margin-left: 3px;
    position: absolute;
}
.sort-wrapper{
    font-size: 15px;
}
.sort-wrapper select{
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}
.product-list{
    display: block !important;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 20;
}
.product-list h2{
    display: flex;
    font-size: 26px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}
.product-list h2 a{
    font-size: 14px;
}
.product-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.product-list li{
    padding: 0;
    margin-right: 18px;
    width: 300px;
    margin-bottom: 18px;
}
.product-list li:nth-child(4n){
    margin-right: 0;
}
.product-list.det li{
    width: 285px;
    margin-right: 18px !important;
}
.product-list.det li:nth-child(5n){
    margin-right: 0 !important;
}
.product-list.det li a{
    width: 285px;
}
.product-list.det li .pic .img{
    background-size: cover;
}
.product-list li a{
    display: block;
    width: 300px;
    height: 450px;
    background-color: #fafafa;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s;
}
.product-list li:hover a{
    background-color: #EAEAEA;
    /*transform: translateY(-10px);
    box-shadow: rgba(0, 155, 255, 0.3) 0 0 15px 0;*/
}
.product-list li .pic{
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.product-list li .pic .img{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #fafafa;
    background-blend-mode: multiply;
    transition: background-size 1.2s;
    transition: all 0.3s ease-in-out;
}
.product-list li:hover .pic .img{
    transform: scale(1.05);
}

.product-list li .pic i.item{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: auto;
    height: 30px;
    padding: 0 18px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    background: #ff5741;
    z-index: 10;
    border-radius: 0 0 0 8px;
}
.product-list li .pic i.icon-delivery{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: auto;
    height: 30px;
    padding: 0 12px 0 28px;
    text-align: left;
    line-height: 30px;
    color: #FFF;
    background: #ff5741 url(../img/icon-delivery.png) no-repeat 8px center;
    background-size: 16px 16px;
    z-index: 10;
    border-radius: 0 0 0 8px;
}
.product-list li .pic i.icon-usa{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 30px;
    padding: 0 0;
    text-align: left;
    line-height: 30px;
    color: #FFF;
    background: url(../img/icon-usa.png) no-repeat right center;
    background-size: auto 30px;
    z-index: 10;
    border-radius: 0 0 0 8px;
    text-indent: -99999px;
}
.product-list li .text{
    display: block;
    min-height: 150px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 15px 20px;
    text-align: left;
}
.product-list li .title {
    font-size: 16px;
    line-height: 26px;
    color: #1a1a1a;
    padding-bottom: 8px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-list li .size {
    font-size: 14px;
    color: #808080;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 6px;
}
.product-list li .price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.pro-pages {
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: center;
}
.pro-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #F6F6F6;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.pro-pages a:hover{
    background: linear-gradient(90deg, #0099FF, #CC00FF);
    color: #fff;
}
.pro-pages a i{
    margin-right: 0;
}
.pro-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: linear-gradient(90deg, #0099FF, #CC00FF);
    color: #fff;
    text-align: center;
    margin: 0 6px;
}


.zs-path-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1500px;
}
.zs-path {
  position: relative;
}

.zs-path a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  color: #666;
}

.zs-path span {
  display: inline-block;
  vertical-align: bottom;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  padding: 0 5px;
  font-size: 13px;
  font-weight: bold;
  color: #999;
}
.zs-path a:hover {
  color: #0695ff;
}
.zs-fav{
    padding-right: 15px;
}
.zs-fav a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    color: #666666;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    line-height: 32px;
    margin-left: 0.12rem;
    padding: 0 16px;
    white-space: nowrap;
}
.zs-fav a:hover{
  color: #0695ff;
}
.zs-product-info{
    display: block;
    width: 1500px;
    margin: 0 auto;
    padding: 20px 0 70px 0;
}
.zs-product-info .zs-wp{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.zs-product-info .pic{/*有改动*/
    flex: 0 0 608px;
    width: 608px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.zs-product-info .pro-bigpic{
    display: block;
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.zs-product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zs-product-info .pro-thumbs{/*有改动*/
    display: block;
    margin: 35px 0 30px 0;
    padding-bottom: 10px;
    width: 88px;
    height: auto;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.zs-product-info .pro-thumbs .swiper-slide{/*有改动*/
    overflow: hidden;
    width: 100% !important;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    margin: 0 0;
    border-radius: 5px;
}
.zs-product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #0695FF;
}
/*箭头*/
.zs-product-info .pic .swiper-button-prev,.zs-product-info .pic .swiper-button-next{/*有改动*/
    width: 88px;
    height: 30px;
    border: none;
    align-items: center;
    background: #fafafa;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.zs-product-info .pic .swiper-button-prev{/*有改动*/
    left: 0;
    top: 20px;
}
.zs-product-info .pic .swiper-button-next{/*有改动*/
    left: 0;
    top: unset;
    bottom: 0;
}
.zs-product-info .pic .swiper-button-next:after, .zs-product-info .pic .swiper-button-prev:after{/*有改动*/
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(90deg);
}
.zs-product-info .pic .swiper-button-prev:hover,.zs-product-info .pic .swiper-button-next:hover{/*有改动*/
    background: #f1f1f1;
    border: none;
}
.zs-product-info .pic .swiper-button-next:hover:after, .zs-product-info .pic .swiper-button-prev:hover:after{
    color: #0695ff;
}

.zs-product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 60px;
}
.zs-product-info .text .color{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-product-info .text .form-checkbox2{
    display: inline-block;
    margin: 5px 22px 5px 0;
}
.zs-product-info .text .form-checkbox2 .color-name{
    font-size: 15px;
    color: #5F5F5F;
}
.zs-product-info .text .form-checkbox2 input[type=checkbox],.zs-product-info .text .form-checkbox2 input[type=radio]{
    display: none;
}
.zs-product-info .text .form-checkbox2 label {
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin: 5px 8px;
    margin-bottom: 8px;
    border: 2px solid #EAEAEA;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.zs-product-info .text .form-checkbox2 input:checked+label{
    border: 2px solid #000000;
}
.zs-product-info .text .form-checkbox2 input:checked+label:after {
    content: "\2713";
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-left: 6px;
}
.zs-product-info .text .form-checkbox2 span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.zs-product-info .text .title{
    display: block;
    padding: 15px 0 25px 0;
    font-size: 28px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0;
    color: #333;
}
.zs-product-info .text .subtitle{
    display: block;
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
}
.zs-product-info .text .desc{
    display: block;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.zs-product-info .text .price{
    font-size: 28px;
    color: #FF6600;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 5px;
}
.zs-product-info .text .btn{
    display: table;
    padding-top: 20px;
}
.zs-product-content{
    display: block;
    width: 1500px;
    margin: 0 auto;
    padding-bottom: 0;
}
.pro-info-title{
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 17px;
    border-radius: 15px;
    background-color: #f2f2f2;
}
.pro-info-title.show{
    position: fixed;
    top: 0;
    left: 50%;
    width: 1500px;
    transform: translate(-50%,0);
    z-index: 100;
}
.pro-info-title li{
    display: block;
    width: auto;
    height: 100%;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.pro-info-title li a{
    display: block;
    padding: 0 38px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
}
.pro-info-title li.current a{
    color: #FFF;
    background: linear-gradient(.25turn,#2c80ff,#9562ff) !important;
}
/*.pro-info-title li.current::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #0695ff;
}*/
.zs-product-content .pc-desc{
    display: block;
    font-size: 15px;
    line-height: 1.8;
    margin:0 0 0 0;
    padding: 50px 0 0 0;
}
.zs-product-content .pc-desc .title-box{
    display: block;
    height: 44px;
    padding: 0 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 44px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}
#recommend{
    padding-top: 30px;
}
.detaiName{
    display: block;
}
.detaiName .item{
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
}
.detaiName .item label{
    display: inline-block;
    width: 80px;
    text-align-last: justify;
}
.mr30 {
    margin-right: 30px !important;
}
table.normal {
    width: 100%;
    border-collapse: collapse;
}

.normal thead th {
    background: rgb(245, 247, 250);
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 40px;
    white-space: nowrap;
    text-align: center;
     /*position: relative;*/
}

.normal thead th:first-child {
    border-left: 1px solid rgb(221, 221, 221);
}

.normal thead th:last-child {
    border-right: 1px solid rgb(221, 221, 221);
}

.normal td {
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    height: 38px;
    padding: 5px;
}

.normal td.empty-td {
    height: 120px;
}

.normal.not-border tbody td {
    border: none;
}

.normal tbody td a {
    color: #1e7ec8;
}
.normal tbody td a.main-btn-w {
    color: #444;
}

.normal tbody td a:hover {
    opacity: 0.8;
}

.com-table-box thead th:first-child, .com-table-box tbody td:first-child {
    border-left: none;
}

.com-table-box thead th:last-child, .com-table-box tbody td:last-child {
    border-right: none;
}
.normal tbody tr:NTH-CHILD(even) {
    background-color: rgb(250, 252, 255);
}

.normal tbody tr:HOVER {
    background-color: rgba(242, 242, 242, 0.6);
}

.normal tbody tr.no-use {
	background: #f7f7f7;
	color: #c4c4c4;
}

.normal tbody tr.no-use td a:not(.turn) {
	color: #c4c4c4;
	cursor: default;
}
.zs-product-content .pc-desc video,.zs-product-content .pc-desc img{
    display: block;
    max-width: 100%;
    height: auto;
}
.zs-product-content .zs-homepro-list{
    padding-top: 45px
}
.zs-product-content .page-box{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
}
.zs-product-content .page-next{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.zs-product-content .page-next .pn-item{
    margin: 15px 0;
}
.zs-product-content .page-next h3{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}
.zs-product-info .tag,.zs-product-content .tag{
    display: block;
    padding: 30px 0 20px 0;
}
.zs-product-info .tag strong,.zs-product-content .tag strong{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
}
.btn-box{
    display: block;
    width: 100%;
    margin: 25px auto;
    text-align: center;
}
.btn-buy{
    display: block;
    width: 160px;
    padding: 0 15px;
    text-align: center;
    margin: 5px 0;
    margin-right: 12px;
    display: inline-block;
    height: 46px;
    font-size: 20px;
    font-weight: normal;
    line-height: 46px;
    background: #e60012;
    border: none;
    color: #fff !important;
    cursor: pointer;
    border-radius: 23px;
}
.btn-buy:hover{
    opacity: 0.8;
}
.zs-product-info .tag.cur .tag-link{
    display: block;
}
.zs-product-info .tag .tag-link{
    display: none;
    width: 100%;
    padding-top: 20px;
} 
.zs-product-content .tag .tag-link{
    display: block;
    width: 100%;
    padding-top: 10px;
}
.zs-product-info .tag .tag-link a,.zs-product-content .tag .tag-link a {
    width: auto;
    padding: 0 15px;
    text-align: center;
    margin: 5px 0;
    margin-right: 12px;
    display: inline-block;
    height: 38px;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    background: transparent;
    color: #e60012;
    cursor: pointer;
    border-radius: 19px;
    border: 1px solid #e60012;
}
.zs-product-info .tag .tag-link a:hover,.zs-product-content .tag .tag-link a:hover{
    background: #e60012;
    color: #fff;
}

.pd-item{
    display: flex;
    align-items: center;
    font-size: 16px;
    min-height: 78px;
}
.pd-item.line{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

.pdi-label{
    flex: 0 0 85px;
    width: 85px;
}
.pdi-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.pdi-parameter{
    display: flex;
    width: 100%;
    padding-right: 10%;
}
.pdi-parameter div{
    display: block;
    width: 25%;
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}
.pdi-parameter div strong{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.pdi-size{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pdi-size div{
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border: solid 1px #ddd;
    border-radius: 20px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: content-box;
}
.pdi-size div.cur{
    border: solid 2px #0695FF;
}
.m30{
    margin-top: 30px;
}
.zs-product-info .pro-btn {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    min-width: 135px;
    line-height: 50px;
    border: 1px solid transparent;
    padding: 0 25px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    user-select: none;
    border-color: #d2d2d2;
    background: 0 0;
    color: #5f5f5f;
    margin-right: 10px;
    box-sizing: border-box;
}
.zs-product-info .pro-btn.gradient{
    border: none;
    color: #FFF;
    background: linear-gradient(.25turn,#2c80ff,#9562ff) !important;
}
.zs-product-info .pro-btn.gradient:hover{
    opacity: 0.8 !important;
}
.zs-product-info .pro-btn:hover{
    border: none;
    opacity: 1 !important;
    color: #FFF !important;
    background: linear-gradient(.25turn,#2c80ff,#9562ff) !important;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){

}