@charset "utf-8";
body {
    background: #f0f0f0;
}
.text-check {
    height: 0.7rem;
}
.text-check i {
    line-height: 0.65rem;
}
.detail-box {
    width: 100%;
    background: #ffffff;
    border-radius: 0.25rem;
    padding: 0.625rem;
    box-sizing: border-box;
    margin-bottom: 0.425rem;
}
.detail-block {
    width: 100%;
}
.detail-block .detail-left {
    float: left;
    width: 12rem;
}
.detail-block .detail-left .map {
    width: 12rem;
    height: 12rem;  
    border-radius: 0.25rem;
}
.detail-block .detail-left .more-map {
    padding: 0 1.125rem;
    margin-top: 0.275rem;
    position: relative;
    box-sizing: border-box;
}
.detail-block .detail-left .more-map .swiper-slide {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 0.125rem;
    border: 2px transparent solid;
    display: block;
    box-sizing: border-box;
}
.more-map .swiper-button-next, .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px transparent solid;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 0.25rem;
    outline: none;
    cursor: pointer;
    margin-top: -0.4rem;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 0.5rem;
    content: '\e606';
    font-family: iconfont;
}
.swiper-button-prev:after {
    transform: rotate(-90deg);
}
.swiper-button-next:after {
    transform: rotate(90deg);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    border-color: #F4F4F4 !important;
    color: #E1E1E1 !important;
}
.detail-block .detail-center {
    width: 13.25rem;
    padding-left: 0.5rem;
    float: left;
}
.detail-block .detail-center .title {
    width: 100%;
    display: block;
    font-size: 0.6rem;
    color: #616161;
    line-height: 1.1rem;
    font-weight: bold;
}
.detail-block .detail-center .vip {
    padding-right: 0.4rem;
    height: 0.7rem;
    border-radius: 0.7rem;
    background: #00D8E6;
    color: #ffffff;
    font-size: 0.35rem;
    display: inline-block;
    line-height: 0.7rem;
    margin-top: 0.325rem;
}
.detail-block .detail-center .vip img {
    height: 100%;
    float: left;
}
.detail-block .detail-center .vip a {
    font-weight: bold;
    margin-left: 0.125rem;
}
.detail-block .detail-center .vip a i {
    transform: rotate(-90deg);
    display: inline-block;
}
.detail-block .detail-center .price-box {
    width: 100%;
    height: 1.65rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    line-height: 1.65rem;
    font-size: 0.35rem;
    color: #A9A9A9;
    margin-top: 0.35rem;
}
.detail-block .detail-center .price-box .price-new span {
    font-size: 0.5rem;
}
.detail-block .detail-center .price-box .price-new {
    float: left;
}
.detail-block .detail-center .price-box .price-old {
    float: left;
    margin-left: 0.925rem;
}
.detail-block .detail-center .price-box .price-old span {
    text-decoration: line-through;
}
.detail-block .detail-center .detail-center-item {
    margin-top: 0.3rem;
    line-height: 0.65rem;
    font-size: 0.35rem;
    color: #A9A9A9;
}
.detail-block .detail-center .detail-center-item .name {
    color: #A9A9A9;
    line-height: 0.7rem;
    white-space: nowrap;
}
.detail-block .detail-center .detail-center-item ul {
    flex: 1;
    margin-top: -0.275rem;
}
.detail-block .detail-center .detail-center-item ul .radio-item {
    /* height: 0.7rem; */
    float: left;
    margin-left: 0.25rem;
    margin-top: 0.275rem;
    cursor: pointer;
}
.detail-block .detail-center .detail-center-item .layui-table {
    margin: 0;
    text-align: center;
}
.detail-block .detail-center .detail-center-item .layui-table td,
.detail-block .detail-center .detail-center-item .layui-table th {
    font-size: 0.3rem;
    padding: 0.125rem 0.25rem;
}

.num-input {
    font-size: 0.35rem;
    color: #A9A9A9;
    line-height: 0.775rem;
}
.num-input .input-number {
    float: left;
    margin-right: 0.1rem;
}
.num-input .input-number .buy-num {
    margin-left: 0.275rem;
    border-radius: 0;
}
.input-number .buy-num .num-input {
    height: 0.775rem;
}
.input-number .buy-num .up-icon,
.input-number .buy-num .up-icon-item {
    height: 0.375rem;
    line-height: 0.375rem;
    border-bottom: 1px #e6e6e6 solid;
}
.input-number .buy-num .down-icon,
.input-number .buy-num .down-icon-item {
    height: 0.375rem;
    line-height: 0.375rem;
}
.detail-block .detail-center .buy-button {
    margin-top: 0.65rem;
}
.detail-center-item .surplus {
    line-height: 0.775rem;
}
.detail-block .detail-center .buy-button .shopping_cart,
.detail-block .detail-center .buy-button .buy{
    width: 4.55rem;
    height: 1.55rem;
    border-radius: 0.8rem;
    font-size: 0.4rem;
    line-height: 1.55rem;
    color: #ffffff;
    float: left;
    cursor: pointer;
}
.detail-block .detail-center .buy-button .buy {
    background: #31CE4B;
    margin-left: 0.25rem;
}
.detail-block .detail-center .buy-button .shopping_cart i,
.detail-block .detail-center .buy-button .buy i {
    font-size: 0.9rem;
    margin-right: 0.225rem;
}
.detail-block .detail-right {
    width: 6.75rem;
    float: left;
    margin-left: 0.95rem;
}
.detail-block .detail-right > div {
    box-sizing: border-box;
    border: 1px #E5E5E5 solid;
    border-radius: 0.25rem;
    overflow: hidden;
}
.detail-block .detail-right > div .tit {
    font-size: 0.35rem;
    color: #616161;
    padding-left: 0.7rem;
    padding-top: 0.5rem;
    line-height: 1;
}
.detail-block .detail-right .attribute .conten{
    font-size: 0.35rem;
    color: #A9A9A9;
    padding-left: 0.7rem;
    margin-top: 0.65rem;
    line-height: 0.6rem;
    margin-bottom: 0.525rem;
}
.detail-block .detail-right .attribute .conten span {
    color: #616161;
    margin-left: 0.125rem;
}

.detail-block .detail-right .attribute .assurance {
    width: 100%;
    background: #F0F0F0;
    font-size: 0.35rem;
    color: #616161;
    padding: 0.525rem;
    padding-top: 0.425rem;
}
.detail-block .detail-right .attribute .assurance .item {
    margin-right: 0.325rem;
}
.detail-block .detail-right .attribute .assurance .item i {
    color: #5EC770;
    font-size: 0.45rem;
    margin-right: 0.225rem;
}
.detail-block .detail-right .past-records {
    margin-top: 0.3rem;
    padding-bottom: 0.825rem;
}
.detail-block .detail-right .past-records .past-list {
    padding-top: 0.425rem;
    padding-left: 0.7rem;
}
.detail-block .detail-right .past-records .past-list .past-item {
    margin-top: 0.225rem;
    width: 100%;
    height: 2.3rem;
}
.detail-block .detail-right .past-records .past-list .past-item .past-box .past-box-left{
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 0.25rem;
    float: left;
}
.detail-block .detail-right .past-records .past-list .past-item .past-box .past-box-right {
    width: 3.7rem;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    float: left;
    padding-left: 0.325rem;
}
.detail-block .detail-right .past-records .past-list .past-item .past-box .past-box-right .title {
    font-size: 0.35rem;
    color: #616161;
    line-height: 0.6rem;
}
.detail-block .detail-right .past-records .past-list .past-item .past-box .past-box-right .price {
    font-size: 0.35rem;
    color: #616161;
    line-height: 0.6rem;
}
.detail-block .detail-right .past-records .past-list .past-item .past-box .past-box-right .weight {
    font-size: 0.3rem;
    color: #A9A9A9;
    position: absolute;
    bottom: 0;
}
.particulars-box {
    margin-top: 0.55rem;
}
.particulars-box .particulars-left {
    width: 24.625rem;
    float: left;
}
.particulars-box .particulars-left .tit,
.particulars-box .particulars-right .tit {
    font-size: 0.45rem;
    color: #616161;
    line-height: 1.15rem;
}
.hr {
    color:#E5E5E5;
}
.particulars-box .particulars-left .content,
.particulars-box .particulars-right .particulars-right-list  {
    padding-top: 0.65rem;
    font-size: 0.35rem;
    color: #616161;
    line-height: 0.6rem;
}
.particulars-box .particulars-left .content img{
    max-width: 100%;
    margin: 0 auto;
}
.particulars-box .particulars-right {
    width: 8.15rem;
    float: left;
    margin-left: 0.6rem;
}
.particulars-box .particulars-right .list-item {
    width: 8.1rem;
    border-radius: 0.25rem;
    overflow: hidden;
    background: #F0F0F0;
    padding-bottom: 0.375rem;
    margin: 0 auto;
    margin-bottom: 0.225rem;
}
.particulars-box .particulars-right .list-item .item-box img{
    width: 8.1rem;
    height: 8.1rem;
}
.particulars-box .particulars-right .list-item .item-box .title {
    font-size: 0.4rem;
    color: #616161;
    text-align: center;
    line-height: 0.95rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.particulars-box .particulars-right .list-item .item-box .price-box {
    padding: 0 0.55rem;
}
.particulars-box .particulars-right .list-item .item-box .price {
    font-size: 0.5rem;
    float: left;
    line-height: 1rem;
}
.particulars-box .particulars-right .list-item .item-box .weight {
    font-size: 0.35rem;
    color: #AAAAAA;
    float: right;
    line-height: 1rem;
}