.product-page {
    position: relative
}

.product-page .pro-img {
    margin-right: 40px;
    width: 440px
}

.product-page .pro-img .product-main-image {
    width: 440px;
    height: 440px;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    line-height: 440px;
    position: relative
}

.product-page .pro-img .product-main-image img {
    width: 100%;
    height: 100%
}

.product-page .pro-img .product-main-image .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    cursor: move;
    z-index: 10
}

.product-page .pro-img .product-main-image .float_layer {
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(0,0,0,.5);
    display: none
}

.product-page .pro-img .product-max-img {
    position: absolute;
    background: #FFF;
    width: 540px;
    height: 540px;
    left: 440px;
    top: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-left: none;
    z-index: 5;
    overflow: hidden;
    display: none
}

.product-page .pro-img .product-max-img img {
    position: absolute
}

.product-page .pro-img .product-other-images {
    margin-right: -10px
}

.product-page .pro-img .product-other-images li {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px
}

.product-page .pro-img .product-other-images li img {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,.1)
}

.product-page .pro-img .product-other-images li.current img {
    border-color: #0052A4
}

.product-page .favorite-button {
    padding: 0
}

.product-page .favorite-button .f {
    width: 18px;
    height: 15px;
    vertical-align: middle
}

.product-page .favorite-button span {
    color: #6E6E6E;
    font-size: 14px
}

.product-page .pro-inf {
    width: 720px
}

.product-page .pro-inf .name {
    color: #232323;
    font-size: 18px
}

.product-page .pro-inf .brief {
    color: #6E6E6E;
    font-size: 14px;
    line-height: 30px
}

.product-page .pro-inf .pro-price {
    margin: 10px 0 20px 0;
    background: #F3F4F5;
    line-height: 60px;
    padding-left: 22px;
    color: #4A4A4A;
    font-size: 14px
}

.product-page .pro-inf .pro-price span {
    color: #CA161A;
    font-size: 16px
}

.product-page .pro-inf .pro-price span .price {
    font-size: 24px
}

/*.product-page .pro-inf .pro-detail-inf {
    padding-bottom: 20px
}

.product-page .pro-inf .pro-detail-inf li {
    margin-right: 100px;
    color: #9B9B9B;
    font-size: 14px
}

.product-page .pro-inf .pro-detail-inf .inf {
    display: block;
    line-height: 24px
}*/

.product-page .pro-detail-inf {
    padding-bottom: 20px
}

.product-page .pro-detail-inf li {
    margin-right: 100px;
    color: #9B9B9B;
    font-size: 14px
}

.product-page .product-fixed .pro-detail-inf li{
    margin-right:50px;
    color: #333;
}

.product-page .pro-detail-inf .inf {
    display: block;
    line-height: 24px
}

.product-page .pro-inf .product-spec-options {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 20px 0
}

.product-page .pro-inf .product-spec-options .options-dl.disabled {
    display: none
}

.product-page .pro-inf .product-spec-options dt {
    width: 100px;
    text-align: left;
    color: #9B9B9B;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    line-height: 30px
}

.product-page .pro-inf .product-spec-options .ps-opt-sel li {
    border: 1px solid rgba(0,0,0,.2);
    margin: 0 12px 12px 0
}

.product-page .pro-inf .product-spec-options .ps-opt-sel li span {
    background: #FFF
}

.product-page .pro-inf .product-spec-options .ps-opt-sel li.current {
    border-color: #CA161A;
    color: #CA161A
}

.product-page .pro-inf .product-spec-options .options-line {
    position: relative;
    color: #6E6E6E;
    text-align: center;
    height: 40px;
    cursor: pointer
}

.product-page .pro-inf .product-spec-options .options-line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    bottom: 50%;
    left: 0;
    background: #6E6E6E;
    z-index: 1
}

.product-page .pro-inf .product-spec-options .options-line span {
    position: absolute;
    z-index: 2;
    display: inline-block;
    background: #FFF;
    width: 110px;
    line-height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

/*.product-page .pro-inf .product-page-cart .num-text {
    width: 100px;
    text-align: left;
    color: #9B9B9B;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    line-height: 30px
}

.product-page .pro-inf .product-page-cart .product-quantity input {
    text-align: center;
    float: left;
    color: #4A4A4A;
    height: 26px;
    background: #FFF;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    padding: 0
}

.product-page .pro-inf .product-page-cart .product-quantity button {
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 26px;
    text-align: center;
    background: #EEE;
    border: none
}

.product-page .pro-inf .product-page-cart .product-quantity button[disabled] {
    color: #9B9B9B
}*/

.product-page .num-text {
    width: 100px;
    text-align: left;
    color: #9B9B9B;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    line-height: 30px
}

.product-page .product-quantity input {
    text-align: center;
    float: left;
    color: #4A4A4A;
    height: 26px;
    background: #FFF;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    padding: 0
}

.product-page .product-quantity button {
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 26px;
    text-align: center;
    background: #EEE;
    border: none
}

.product-page .product-quantity button[disabled] {
    color: #9B9B9B
}

.product-page .pro-inf .product-page-cart .address-con {
    margin-top: 20px
}

.product-page .pro-inf .product-page-cart .address-con .address-box {
    cursor: pointer
}

.product-page .pro-inf .product-page-cart .address-con .address-box .addr-text {
    color: #333;
    font-size: 14px;
    line-height: 30px
}

.product-page .pro-inf .product-page-cart .address-con .address-box .addr-text span {
    color: #999;
    font-size: 14px;
    position: relative;
    padding-right: 12px;
    padding-left: 10px;
    display: inline-block
}

.product-page .pro-inf .product-page-cart .address-con .address-box .addr-text span:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1.5px 1.5px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.product-page .pro-inf .product-page-cart .btns {
    padding-top: 52px;
    font-size: 18px;
    text-align: left;
    line-height: 46px
}

/*.product-page .pro-inf .product-page-cart .btns .btn-success {
    width: 160px;
    color: #FFF;
    border-color: #0052A4;
    background: #0052A4
}

.product-page .pro-inf .product-page-cart .btns .btn-danger {
    width: 160px;
    background: rgba(0,82,164,.1);
    color: #0052A4;
    border-color: #0052A4
}

.product-page .pro-inf .product-page-cart .btns a.btn.disabled {
    background: #767676;
    border: 1px solid #767676;
    color: #FFF
}*/

.product-page .btns .btn-success {
    width: 160px;
    color: #FFF;
    /*border-color: #0052A4;
    background: #0052A4*/
    border-color: #af0000;
    background: #af0000
}

.product-page .btns .btn-danger {
    width: 160px;
/*    background: rgba(0,82,164,.1);
    color: #0052A4;
    border-color: #0052A4*/
    /*background: rgba(175,0,0,.04);*/
    background: #fff;
    color: #af0000;
    border-color: #af0000
}

.product-page .btns a.btn.disabled {
    background: #767676;
    border: 1px solid #767676;
    color: #FFF
}

.product-page .product-fixed .btns >a{
    margin-bottom: 10px;
    display: block;
}


.product-page .pro-lectotype{
    margin-left: 30px;
    width: 250px;
}
.product-page .pro-lectotype >div{
    overflow: hidden;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.product-page .pro-lectotype .num-text{
    width: 50px;
    height: 28px;
    line-height: 28px;
    color: #333;
}
.product-page .pro-price .price,
.product-page .pro-price .price span{
    color: #CA161A;
}

.product-fixed{
    width: 100%;
    position: fixed;
    left:0;
    top:-143px;
    z-index: 9998;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fixed-content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.product-page .pro-more-inf {
    padding-top: 40px;
/*    margin-top: 50px;
    border-top: 1px solid rgba(0,0,0,.2)*/
}

.product-page .pro-more-inf .goods-rel-items {
    border: 1px solid rgba(0,0,0,.1)
}

.product-page .pro-more-inf .goods-rel-items .name {
    text-align: center;
    line-height: 40px;
    background: #F7F7F7;
    color: #232323;
    font-size: 14px
}

.product-page .pro-more-inf .goods-rel-items .thumbnail {
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    margin: 0
}

.product-page .pro-more-inf .goods-rel-items .thumbnail .g-name {
    color: #4A4A4A;
    line-height: 20px
}

.product-page .pro-more-inf .goods-rel-items .thumbnail .sku {
    color: #4A4A4A
}

.product-page .pro-more-inf .goods-rel-items .thumbnail .fh-time {
    color: #9B9B9B;
    line-height: 20px;
    height: 20px
}

.product-page .pro-more-inf .goods-rel-items .thumbnail .price-1 {
    color: #CA161A
}

.product-page .pro-more-inf .pro-content {
    color: #4A4A4A;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.1);
    width: 930px
}
.product-page .pro-more-inf.other-model{
    margin-top: 50px;
    border-top: 1px solid rgba(0,0,0,.2)
}
.product-page .pro-more-inf.other-model .pro-content{
    width: 100%;
    margin-bottom: 30px;
    border: none;
}

.other-model .search-box{
    margin: 20px 0;
}
.other-model .search-model-keyword{
    padding-left: 10px;
    width: 300px;
    height: 38px;
    line-height: 36px;
    color: #9B9B9B;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    font-size: 12px;
}
.other-model .search-model-btn{
    display: inline-block;
    width: 60px;
    box-sizing: border-box;
    line-height: 38px;
    background: #e0201d;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 2px;
}

.other-model .cart-header{
    border: 1px solid #e2e2e2;
    text-align: center;
}
.model-body .goods-list{
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.model-body .c-ci-price{
    text-align: center;
    color: #CA161A;
}
.model-body .c-ci-quantity{
    /*padding-left: 80px;*/
    text-align: center;
}
.model-body .c-ci-quantity button {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px;
    color: #232323;
    font-size: 12px;
    background: #EEEEEE;
    border: none;
    float: left;
    outline: none;
    margin: 0;
    padding: 0;
}
.model-body .c-ci-quantity button[disabled] {
    color: #9B9B9B;
}
.model-body .c-ci-quantity input {
    width: 90px !important;
    height: 26px;
    background: #FFF;
    border: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
}
.model-body .c-ci-opt{
    text-align: center;
}
.model-body .c-ci-opt .add-cart-btn{
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: #e0201d;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}
.model-body .c-ci-title .img-thumbnail{
    width: 80px;
    height: 80px;
    border: none;
    overflow: hidden;
    margin: 0 10px 0 30px;
}
.model-body .c-ci-title .spec-info{
    color: #9B9B9B;
    line-height: 20px;
}
.model-body .c-ch-price{
    text-align: center;
}
.M-box{
    float: right;
    margin-top: 10px;
}

.product-page .pro-more-inf .pro-content .tab-content {
    background: #fcfcfc;
    padding: 40px 0;
    overflow: hidden;
}

.product-page .pro-more-inf .pro-content .detail {
    padding-left: 40px
}

.product-page .pro-more-inf .pro-content .detail .con {
    width: 770px;
    background: #f7f7f7
}

.product-page .pro-more-inf .pro-content .detail .con li {
    border-bottom: 1px solid #FFF;
    line-height: 40px;
    height: 40px
}

.product-page .pro-more-inf .pro-content .detail .con li span {
    padding-left: 10px
}

.product-page .pro-more-inf .pro-content .detail .con li .con-n {
    width: 200px;
    display: inline-block;
    height: 40px;
    border-right: 1px solid #FFF;
    /*background: rgba(0,82,164,.1)*/
    background: rgba(175,0,0,.04)
}

.product-page .pro-more-inf .pro-content .description {
    text-align: left;
    position: relative
}

.product-page .pro-more-inf .pro-content .description ul li {
    list-style: disc inside none
}

.product-page .pro-more-inf .pro-content .description ol li {
    list-style: decimal inside none
}

.product-page .pro-more-inf .pro-content .content-nav {
    /*border-bottom: 2px solid #0052A4;*/
    border-bottom: 2px solid #e0201d;
    line-height: 40px;
    background: #F7F7F7
}

.product-page .pro-more-inf .pro-content .content-nav li {
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    float: left
}

.product-page .pro-more-inf .pro-content .content-nav li a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.product-page .pro-more-inf .pro-content .content-nav li.active {
    /*background: #0052A4*/
    background: #e0201d
}

.product-page .pro-more-inf .pro-content .content-nav li.active a {
    color: #FFF
}

#package {
    padding-top: 27px
}

#package .banner {
    width: 100%;
    height: 252px
}

#package .banner-img {
    width: 100%;
    height: 333px;
    margin-top: -125px
}

#package .pagination {
    float: right
}

#package .pack-box {
    padding-top: 58px
}

#package .pack-box .pack-box-con {
    display: block;
    width: 581px;
    margin-bottom: 12px
}

#package .pack-box .pack-box-con:nth-child(2n-1) {
    margin-right: 38px
}

#package .pack-box .pack-box-con:hover {
    box-shadow: 0 0 10px #eee
}

#package .pack-box .pack-box-con .package-middle {
    height: 148px;
    width: 148px;
    float: left;
    margin-right: 20px;
    position: relative
}

#package .pack-box .pack-box-con .package-middle img {
    width: 148px;
    max-height: 148px;
    margin-right: 20px;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#package .pack-box .pack-box-con .pack-box-con-inf {
    width: 413px
}

#package .pack-box .pack-box-con .pack-box-con-inf .name {
    color: #333;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    max-height: 30px;
    padding-right: 5px
}

#package .pack-box .pack-box-con .pack-box-con-inf .label {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    max-height: 30px;
    font-weight: 500;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left
}

#package .pack-box .pack-box-con .pack-box-con-inf .pack-box-price {
    line-height: 30px
}

#package .pack-box .pack-box-con .pack-box-con-inf .price {
    color: #CA161A;
    font-size: 18px;
    margin-right: 10px
}

#package .pack-box .pack-box-con .pack-box-con-inf .mkt-price {
    color: #999;
    font-size: 12px;
    margin-right: 10px
}

#package .pack-box .pack-box-con .pack-box-con-inf .sh {
    color: #F5A623;
    font-size: 14px;
    margin-right: 3px
}

#package .pack-box .pack-box-con .pack-box-con-inf .sh-price {
    color: #333;
    font-size: 18px
}

#package .pack-box .pack-box-con .pack-box-con-inf .con-btn {
    display: inline-block;
    background: #0052A4;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    width: 80px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    margin-top: 4px
}

#package-detail {
    font-size: 32px;
    box-sizing: border-box
}

#package-detail .pg-de-pro .swiper-box {
    width: 100%;
    height: 333px;
    overflow: hidden;
    margin: 17px 0 43px
}

#package-detail .pg-de-pro .pg-de-pro-img {
    width: 100%;
    height: 333px;
    box-sizing: border-box
}

#package-detail .pg-de-pro .pg-de-pro-inf {
    box-sizing: border-box
}

#package-detail .pg-de-pro .pg-de-pro-inf .name {
    color: #232323;
    font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    line-height: 20px;
    max-height: 30px
}

#package-detail .pg-de-pro .pg-de-pro-inf .name span {
    background: #0052A4;
    display: inline-block;
    width: 72px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    border-radius: 1px
}

#package-detail .pg-de-pro .pg-de-pro-inf .label {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0;
    margin-top: 17px
}

#package-detail .pg-de-list {
    margin-top: 39px;
    background: #F3F4F5;
    padding-bottom: 65px
}

#package-detail .pg-de-list .name {
    height: 60px;
    line-height: 60px;
    background: #CA161A;
    color: #FFFF;
    padding: 0 21px 0 32px;
    border-radius: 1px
}

#package-detail .pg-de-list .name .title {
    font-size: 24px
}

#package-detail .pg-de-list .name .title img {
    width: 26px;
    height: 26px;
    margin-right: 12px
}

#package-detail .pg-de-list .name .time {
    font-size: 16px;
    font-weight: 300
}

#package-detail .pg-de-list .name .time span {
    font-size: 20px
}

#package-detail .pg-de-list .pg-de-list-items {
    padding: 44px 60px;
    position: relative
}

#package-detail .pg-de-list .pg-de-list-items .pro {
    width: 380px
}

#package-detail .pg-de-list .pg-de-list-items .spec {
    width: 270px;
    box-sizing: border-box;
    padding-left: 30px
}

#package-detail .pg-de-list .pg-de-list-items .price {
    width: 170px
}

#package-detail .pg-de-list .pg-de-list-items .pg-price {
    width: 170px
}

#package-detail .pg-de-list .pg-de-list-items .handle {
    width: 70px;
    cursor: pointer
}

#package-detail .pg-de-list .pg-de-list-items .items-grid {
    color: #333;
    font-size: 18px
}

#package-detail .pg-de-list .pg-de-list-items .pg-de-list-item {
    color: #999;
    font-size: 16px;
    padding-top: 23px
}

#package-detail .pg-de-list .pg-de-list-items .pg-de-list-item .pro {
    color: #333;
    font-size: 16px
}

#package-detail .pg-de-list .pg-de-list-items .pg-de-list-item .pro img {
    width: 60px;
    height: 60px
}

#package-detail .pg-de-list .pg-de-list-items .pg-de-list-item .pro .pack-name {
    width: 320px;
    padding-left: 30px;
    box-sizing: border-box
}

#package-detail .pg-de-list .pg-de-list-items .pg-de-list-item .handle {
    color: #CB4B11
}

#package-detail .pg-de-list .pg-de-list-items:after {
    content: " ";
    position: absolute;
    left: 60px;
    bottom: 0;
    right: 60px;
    height: 1px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: rgba(0,0,0,.1)
}

#package-detail .pg-de-list .c-ci-quantity {
    margin-top: 34px;
    margin-left: 60px;
    display: flex;
    align-items: center
}

#package-detail .pg-de-list .c-ci-quantity .product-quantity {
    width: 134px;
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px
}

#package-detail .pg-de-list .c-ci-quantity .product-quantity .r-btn,#package-detail .pg-de-list .c-ci-quantity .product-quantity .r-ipt {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #4A4A4A;
    background: #FBFBFB
}

#package-detail .pg-de-list .c-ci-quantity .product-quantity .r-btn {
    justify-content: center;
    width: 36px;
    border: 1px solid #ddd
}

#package-detail .pg-de-list .c-ci-quantity .product-quantity .r-ipt {
    min-height: 0;
    min-width: 0;
    border: none;
    flex: 1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px
}

#package-detail .pg-de-list .c-ci-quantity .number {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4A4A4A;
    margin-right: 10px
}

#package-detail .pg-de-list .pg-price-box {
    padding: 0 60px
}

#package-detail .pg-de-list .pg-price-box .pg-matchprice {
    color: #4A4A4A;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    padding-top: 25px
}

#package-detail .pg-de-list .pg-price-box .pg-matchprice span {
    color: #CA161A;
    font-weight: 600
}

#package-detail .pg-de-list .pg-price-box .pg-matchprice span:last-child {
    margin-left: 2px;
    font-size: 24px
}

#package-detail .pg-de-list .pg-price-box .pg-proprice,#package-detail .pg-de-list .pg-price-box .pg-sh {
    color: #999;
    font-size: 14px;
    margin-top: 16px
}

#package-detail .pg-de-list .pg-price-box .pg-proprice span,#package-detail .pg-de-list .pg-price-box .pg-sh span {
    color: #666
}

#package-detail .pg-de-list .pg-price-box .pg-sh {
    padding-bottom: 31px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

#package-detail .pg-de-list .pg-price-box .buynow {
    display: inline-block;
    background: #0052A4;
    font-size: 16px;
    color: #fff;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    margin-top: 40px;
    border-radius: 1px
}

#package-detail .pro-img {
    margin-right: 54px;
    width: 225px;
    position: relative
}

#package-detail .pro-img .product-main-image {
    width: 225px;
    height: 225px;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    position: relative;
    box-sizing: border-box
}

#package-detail .pro-img .product-main-image img {
    width: 100%;
    height: 100%
}

#package-detail .pro-img .product-main-image .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    cursor: move;
    z-index: 10
}

#package-detail .pro-img .product-main-image .float_layer {
    position: absolute;
    width: 110px;
    height: 110px;
    background: rgba(0,0,0,.5);
    display: none
}

#package-detail .pro-img .product-max-img {
    position: absolute;
    background: #FFF;
    width: 340px;
    height: 340px;
    left: 224px;
    top: 0;
    border: 1px solid rgba(0,0,0,.1);
    z-index: 5;
    overflow: hidden;
    display: none
}

#package-detail .pro-img .product-max-img img {
    position: absolute
}

#package-detail .pro-img .product-other-images {
    margin-right: -5px;
    padding: 5px 0
}

#package-detail .pro-img .product-other-images li {
    width: 41px;
    height: 41px;
    margin-right: 5px;
    margin-bottom: 5px
}

#package-detail .pro-img .product-other-images li img {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,.1)
}

#package-detail .pro-img .product-other-images li.current img {
    border-color: #0052A4
}

#package-detail .pro-inf {
    width: 720px
}

#package-detail .pro-inf .name {
    color: #232323;
    font-size: 18px
}

#package-detail .pro-inf .brief {
    color: #6E6E6E;
    font-size: 14px;
    line-height: 30px
}

#package-detail .pro-inf .pro-price {
    margin: 10px 0 20px 0;
    background: #F3F4F5;
    line-height: 60px;
    padding-left: 22px;
    color: #4A4A4A;
    font-size: 14px
}

#package-detail .pro-inf .pro-price span {
    color: #CA161A;
    font-size: 16px
}

#package-detail .pro-inf .pro-price .price {
    font-size: 16px;
    font-weight: 600
}

#package-detail .pro-inf .pro-price .buy_price_text {
    font-size: 24px;
    font-weight: 600
}

#package-detail .pro-inf .pro-price .sh {
    color: #F5A623
}

#package-detail .pro-inf .pro-price .sh-price {
    color: #333;
    font-size: 18px
}

#package-detail .pro-inf .pro-price .del_price_text {
    font-size: 16px;
    color: #999
}

#package-detail .pro-inf .product-spec-options {
    padding: 20px 0
}

#package-detail .pro-inf .product-spec-options .inter-spec {
    color: #6E6E6E;
    font-size: 14px;
    line-height: 60px;
    display: inline-block
}

#package-detail .pro-inf .product-spec-options .options-dl.disabled {
    display: none
}

#package-detail .pro-inf .product-spec-options dt {
    width: 90px;
    margin-right: 10px;
    text-align: left;
    color: #9B9B9B;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    line-height: 30px
}

#package-detail .pro-inf .product-spec-options .ps-opt-sel li {
    margin: 0 12px 12px 0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1px;
    color: #6E6E6E;
    font-size: 12px;
    background: #FFF;
    cursor: pointer
}

#package-detail .pro-inf .product-spec-options .ps-opt-sel li span {
    border: none
}

#package-detail .pro-inf .product-spec-options .ps-opt-sel li.current {
    border-color: #CA161A;
    color: #CA161A
}

#package-detail .pro-inf .product-spec-options .ps-opt-sel li.disabled span {
    color: #ececec;
    cursor: not-allowed
}

#package-detail .modal-content .modal-body-button {
    padding-top: 50px
}

#package-detail .modal-content .modal-body {
    padding: 68px 78px
}

#package-detail .modal-content .modal-body .none {
    display: none
}

#package-detail .modal-content .modal-body .order,#package-detail .modal-content .modal-body .package-product {
    display: inline-block;
    width: 160px;
    height: 46px;
    border: 1px solid #0052A4;
    font-size: 18px;
    text-align: center;
    line-height: 46px
}

#package-detail .modal-content .modal-body .package-product {
    background: rgba(0,82,164,.1);
    color: #0052A4
}

#package-detail .modal-content .modal-body .order {
    background: #0052A4;
    color: #FFF
}

#package-detail .modal-content .modal-body .disabled {
    background: #767676;
    border: 1px solid #767676;
    color: #FFF;
    opacity: .4;
    pointer-events: none
}[v-cloak] {
     display: none!important
 }

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}