.good-detail-box {
    margin-bottom: 30px;
}

.detail-box-header {
    margin-bottom: 30px;
    position: relative;
}

.detail-box-header .goods-detail-focus {
    width: 522px;
    float: left;
    position: relative;
}

.detail-box-header .goods-detail-focus .show-focus {
    width: 100%;
    height: 522px;
    box-shadow: 0 0 15px #ccc;
    margin-bottom: 10px;
    position: relative;
}

.detail-box-header .goods-detail-focus .show-focus img {
    width: 100%;
    height: 100%;
    cursor: url("../icon/zoom-icon-mag.svg") 16 16, zoom-in;
}

.detail-box-header .goods-detail-focus .show-focus .video-play-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.layui-layer-photos .layui-layer-content{
    overflow: visible!important;
}
.layui-layer.layui-layer-photos .layui-layer-imguide {
    display: inline!important;
}
.layui-layer.layui-layer-photos .layui-layer-imgprev {
    left: -50px;
    background-position: -35px -5px;
}
.layui-layer.layui-layer-photos .layui-layer-imgnext {
    right: -50px;
    background-position: -33px -50px;
}



@media screen and (max-width: 1023px) {
    .detail-box-header .goods-detail-focus {
        width: 405px;
        margin: 0 20px;
    }

    .detail-box-header .goods-detail-focus .show-focus {
        height: 405px;
    }
}
@media screen and (max-width: 768px) {
    .detail-box-header .goods-detail-focus {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }

    .detail-box-header .goods-detail-focus .show-focus {
        height: auto;
    }
}

.show-focus .zoom-box {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #FEDE4F;
    opacity: .5;
    cursor: move;
    display: none;
}

.show-focus + .zoomdiv {
    width: 575px;
    height: 575px;
    position: absolute;
    left: 538px;
    top: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    display: none;
    z-index: 2;
}

.zoomdiv img {
    width: 718.75px;
    height: 718.75px;
    position: relative;
}

.detail-box-header .goods-detail-focus .focus-handle {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.detail-box-header .goods-detail-focus .focus-handle .left-handle,.detail-box-header .goods-detail-focus .focus-handle .right-handle  {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    color: #333;
    position: absolute;
    top: 250px;
    box-shadow: 0 0 10px #ccc;
    transition: all .2s;
}

.detail-box-header .goods-detail-focus .focus-handle .left-handle{
    left: -60px;
}
.detail-box-header .goods-detail-focus .focus-handle .left-handle:hover{
    left: -65px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 245px;
}

.detail-box-header .goods-detail-focus .focus-handle .right-handle{
    right: -60px;
}
.detail-box-header .goods-detail-focus .focus-handle .right-handle:hover{
    right: -65px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 245px;
}

.detail-box-header .goods-detail-focus .focus-handle .handle-img {
    height: 100px;
    overflow: hidden;
    margin-top: 17px;
    width: 100%;
    position: relative;
}
.detail-box-header .goods-detail-focus .focus-handle .carousel-container{
    height: 100%;
    overflow: hidden;
}

.detail-box-header .goods-detail-focus .focus-handle .handle-img .img-box {
    cursor: pointer;
    padding: 0 3px;
    box-sizing: border-box;
    width: 74px;
}
.detail-box-header .goods-detail-focus .focus-handle .handle-img .video-slide{
    position: relative;
}
.video-slide .icon.play {
    width: 50px;
    height: 50px;
    background: url(../images/icon_play.png) no-repeat 0 0/50px;
    margin: -25px 0 0 -25px;
}

.focus-handle .handle-img .img-box.carousel-slide-active img{
    border: 1px solid #FF671C;
}

.detail-box-header .goods-detail-inf {
    float: left;
    margin-left: 25px;
}



@media screen and (max-width: 768px) {
    .detail-box-header .goods-detail-inf {
        width: 100%;
        float: none;
        margin:0;
        padding: 0 15px;
    }
    .detail-box-header .goods-detail-focus .focus-handle .left-handle,.detail-box-header .goods-detail-focus .focus-handle .right-handle{
        display: none;
    }
    .detail-box-header .goods-detail-focus .focus-handle{
        overflow: auto;
    }
}

.detail-box-header .goods-detail-inf .good-detail-list {
    margin-bottom: 10px;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-title {
    font-size: 14px;
    color: #999;
    width: 90px;
    float: left;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-title.mc {
    height: 40px;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main {
    width: 502px;
    float: left;
}

@media screen and (max-width: 1240px) {
    .detail-box-header .goods-detail-inf .good-detail-list .detail-main {
        width: 448px;
    }
}

@media screen and (max-width: 1004px) {
    .detail-box-header .goods-detail-inf .good-detail-list .detail-main {
        width:100%;
    }
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-detail-base {
    float: left;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-detail-price {
    margin-bottom: 0px;
    float: left;
    margin-left: 10px;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-detail-price .current-price {
    font-size: 27px;
    color: #ff9850;
    float: left;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-detail-price .current-price .rmb {
    font-size: 18px;
    float: left;
    margin-top: 10px;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-detail-price .current-price .unit {
    font-size: 14px;
    color: #898989;
    float: right;
    margin-top: 14px;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-detail-price .original-price {
    margin-left: 20px;
    font-size: 20px;
    color: #b5b5b6;
    text-decoration: line-through;
    float: left;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-code {
    font-size: 18px;
    color: #898989;
    margin-right: 25px;
    line-height: 30px;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .good-code .status {
    font-size: 12px;
    border: 1px #ff9850 solid;
    color: #ff9850;
    border-radius: 3px;
    margin-right: 5px;
    padding: 2px;
    float: left;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .collect-box {
    float: right;
    cursor: pointer;
    -webkit-user-select: none;
    line-height: 18px;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .collect-box .collect {
    width: 22px;
    height: 18px;
    background-position: -329px -76px;
    margin-right: 10px;
    float: left;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .collect-box p {
    font-size: 18px;
    color: #666;
    float: left;
}

.detail-box-header .goods-detail-inf .good-detail-list .detail-main .active .collect {
    background-position: -303px -76px;
}

.goods-detail-inf .good-detail-list .detail-main .size-list,
.goods-detail-inf .good-detail-list .detail-main .from-list {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.goods-detail-inf .good-detail-list .detail-main .size-list li,
.goods-detail-inf .good-detail-list .detail-main .from-list li {
    float: left;
    position: relative;
    padding: 0 42px 0 18px;
    height: 36px;
    width: 157px;
    font-size: 16px;
    margin: 0 0 10px 10px;
    color: #666;
    border: 1px #e6e6e6 solid;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}


.good-detail-list .detail-main .stock-num {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 12px;
    line-height: 18px;
    color: #C10000;
}

.goods-detail-inf .good-detail-list .detail-main .size-list .active,
.goods-detail-inf .good-detail-list .detail-main .from-list .active {
    border-color: #a3533e;
    color: #a3533e;
}
.goods-detail-inf .good-detail-list .detail-main .size-list li.disabled,
.goods-detail-inf .good-detail-list .detail-main .from-list li.disabled{
    cursor: not-allowed;
    color: #ccc;
    border: 1px #ccc solid;
}
.size-list li.disabled .stock-num,.from-list li.disabled .stock-num{
    color: #ccc;
}

@media screen and (max-width: 1004px) {
    .goods-detail-inf .good-detail-list .detail-main .size-list li, .goods-detail-inf .good-detail-list .detail-main .from-list li{
        padding-left: 15px;
    }
}

.detail-box-header .goods-detail-inf .good-detail-list .bnt-group button {
    width: 30%;
    height: 50px;
    margin-right: 2.5%;
    border: 0;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1004px){
    .detail-box-header .goods-detail-inf .good-detail-list .bnt-group button{
        width:30%;
    }
}
.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .normsBtnOut_noStock {
    background: #ff8e2d !important;
}
.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .normsBtnOut_noStock:hover {
    background: #d46f18 !important;
}

.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .buy-now {
    background: #a3533e;
    color: #fff;
}

.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .buy-now:hover {
    background: #8e7e52;
}
.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .go-share {
    line-height: 48px;
    padding: 0 20px;
    vertical-align: bottom;
    margin-right: 3px;
    font-size: 18px;
}

.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .add-cart {
    background: #e6e6e6;
    color: #666;
}

.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .add-cart:hover {
    background: #d5d2d2;
}
.detail-box-header .goods-detail-inf .good-detail-list .bnt-group .go-frame{
    vertical-align: bottom;
    margin-right: 0;
    height: 50px;
    line-height: 38px;
    width: 31%;
    font-size: 18px;
}

.amount {
    width: 31%;
    height: 40px;
    border: 1px #c8cacc solid;
    margin-right: 20px;
    overflow: hidden;
    float: left;
    user-select: none;
}

.amount .amonut-less {
    width: 30px;
    height: 100%;
    border-right: 1px #c8cacc solid;
    float: left;
    cursor: pointer;
}

.amount .amonut-less .icon {
    display: block;
    width: 16px;
    height: 2px;
    background-position: -357px -103px;
    margin: 18px auto 0 auto;
}

.amount .amonut-more {
    width: 30px;
    height: 100%;
    border-left: 1px #c8cacc solid;
    float: right;
    cursor: pointer;
}

.amount .amonut-more .icon {
    width: 16px;
    height: 16px;
    background-position: -357px -133px;
    display: block;
    margin: 11px auto;
}

.amount .amount-input {
    width: 90px;
    height: 100%;
    float: left;
}

.amount .amount-input input {
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 40px;
    height: 100%;
    padding-left: 10px;
}

.amount .able {
    background: #f2f2f2;
}

.amount .amonut-less.able .icon {
    background-position: -357px -108px;
}
.amount .amonut-more.able .icon {
    background-position: -357px -114px;
}

.instock {
    font-size: 16px;
    color: #999;
    float: left;
    line-height: 40px;
}

.instock span {
    /*float: left;*/
}

.detail-box-body {
    border: 1px #e8e8e8 solid;
}

.detail-box-body .tab-nav-box {
    height: 50px;
    box-shadow: 0 0 5px #f3f3f3;
    cursor: pointer;
    background-color: #EEEEEE;
}

.detail-box-body .tab-nav-box .tab-items {
    width: 200px;
    height: 50px;
    color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    float: left;
}

.detail-box-body .tab-nav-box .active {
    border-top: 2px #AD997C solid;
    color: #AD997C;
    box-shadow: 0 0 5px #f3f3f3;
    margin-top: -2px;
    background-color: #fff;
}

.detail-box-body .goods-detail-inf {
    padding: 20px 30px;
}

.min-main-box {
    position: relative;
    *height: 632px;
    min-height: 632px;
}

@media screen and (max-width: 1440px) {
    .min-main-box {
        *height: 632px;
        min-height: 632px;
    }

}
@media screen and (max-width: 980px){
    .detail-box-body .tab-nav-box .tab-items{
        width: 50%;
    }
}

.detail-box-body .goods-detail-inf .infs-base {
    margin-bottom: 10px;
    /*border-bottom: 1px #e7e7e7 solid;*/
    padding-bottom: 15px;
    font-size: 16px;
    color: #666;
}

.detail-box-body .goods-detail-inf .infs-base table {
    width: 100%;
    line-height: 28px;
}

.detail-box-body .goods-detail-inf .infs-base table tbody {
    width: 100%;
}

.detail-box-body .goods-detail-inf .infs-des {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 15px;
}

.detail-box-body .goods-detail-inf .infs-img {
    width: 100%;
}

.detail-box-body .goods-detail-inf .infs-img img {
    width: 100%;
    margin-bottom: 10px;
}

.detail-box-body .goods-detail-inf .moudle-title {
    margin: 20px 0 30px;
}

.detail-box-body .goods-detail-inf .title-con {
    width: 160px;
    position: relative;
    margin: 0 auto;
}

.detail-box-body .goods-detail-inf .moudle-title .line {
    width: 80px;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    top: 50%;
}

.detail-box-body .goods-detail-inf .moudle-title h4 {
    font-size: 18px;
    color: #666;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

.detail-box-body .goods-detail-inf .series {
    width: 100%;
}

.detail-box-body .goods-detail-inf .series table {
    width: 100%;
    line-height: 40px;
    border-top: 1px #c4c4c4 solid;
    border-left: 1px #c4c4c4 solid;
    text-align: center;
}

.detail-box-body .goods-detail-inf .series table td {
    width: 50%;
    border-bottom: 1px #c4c4c4 solid;
    border-right: 1px #c4c4c4 solid;
    font-size: 16px;
    color: #898989;
}

.detail-box-body .goods-detail-inf .series table td:first-child {
    background: #f2f2f2;
    color: #666;
}

.detail-box-body .goods-comments {
    padding-top: 20px;
}

.detail-box-body .goods-comments .comments-list {
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}

.detail-box-body .goods-comments .comments-list .comment-user {
    width: 140px;
    min-width: 140px;
    float: left;
    text-align: center;
}

.detail-box-body .goods-comments .comments-list .comment-user .avatar {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
}

.detail-box-body .goods-comments .comments-list .comment-user .user {
    font-size: 16px;
    color: #2e2e2e;
    padding: 0 10px;
}

.detail-box-body .goods-comments .comments-list .comment-main {
    padding-right: 40px;
    padding-bottom: 46px;
    border-bottom: 1px #dbdbdb solid;
    float: left;
    width: 1020px;
}

@media screen and (max-width: 1440px) {
    .detail-box-body .goods-comments .comments-list .comment-main {
        width: 858px;
    }
}

@media screen and (max-width: 1004px) {
    .detail-box-body .goods-comments .comments-list .comment-main {
        width: 626px;
    }
}

.detail-box-body .goods-comments .comments-list .comment-main:last-child {
    border: 0;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 10px;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-img {
    margin-bottom: 16px;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-img img {
    width: 135px;
    height: 135px;
    margin: 0 10px 10px;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-base {
    margin-bottom: 20px;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-base .comment-time {
    font-size: 14px;
    color: #999;
    margin-right: 60px;
    float: left;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-base .comment-goods {
    font-size: 14px;
    color: #666;
    float: left;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-base .comment-goods span {
    color: #999;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-reply {
    background: #fafafa;
    padding: 10px;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-reply .replay-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-reply .replay-main .replayer {
    font-size: 18px;
    color: #24ada5;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-reply .replay-main .replay-text {
    font-size: 18px;
    color: #666;
}

.detail-box-body .goods-comments .comments-list .comment-main .comment-reply .replay-time {
    font-size: 18px;
    color: #999;
}


.modal-body .size-list li{
    float: left;
    position: relative;
    padding: 0 45px 0 20px;
    height: 36px;
    font-size: 16px;
    margin: 0 0 20px 10px;
    color: #666;
    border: 1px #e6e6e6 solid;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.modal-body .size-list li.disabled{
    cursor: not-allowed;
    color: #ccc;
    border: 1px #ccc solid;
}
.modal-body .size-list li.disabled .stock-num{
    color: #ccc;
}

.modal-body  .stock-num {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 12px;
    line-height: 18px;
    color: #ab0000;
}

.modal-body .size-list .active{
    border-color: #a3533e;
    color: #a3533e;
}
.select-other-spec{
    font-size: 14px;
}
.select-other-spec .spec-name{
    color: #a3533e;

}
.detail-main .select-other-spec .stock-num{
    position: relative;
    left: 8px;
}

@media screen and (max-width: 1366px){
    /*.good-detail-box{*/
    /*    width: 1000px;*/
    /*}*/
    .detail-box-header .goods-detail-focus {
        width: 514px;
        float: left;
        position: relative;
    }
    .detail-box-header .goods-detail-inf .good-detail-list .detail-title{
        width: 80px;
    }
    .goods-detail-inf .good-detail-list .detail-main .size-list li, .goods-detail-inf .good-detail-list .detail-main .from-list li{
        padding: 0 42px 0 11px;
        width: 150px;
    }
    .detail-box-header .goods-detail-inf .good-detail-list .detail-main{
        width: 480px;
    }
    .amount {
        width: 35%;
    }

}
@media screen and (max-width: 536px){
    .good-detail-box{
        width: 100%;
    }
    .detail-box-header .goods-detail-inf .good-detail-list .detail-main {
        width: 100%;
    }
    .goods-detail-inf .good-detail-list .detail-main .size-list li, .goods-detail-inf .good-detail-list .detail-main .from-list li {
        padding: 0 42px 0 5px;
        width: 155px;
    }
    .modal-body .size-list li {
        float: left;
        position: relative;
        padding: 0 45px 0 20px;
        height: 36px;
        font-size: 14px;
        margin: 0 0 20px 10px;
        color: #666;
        border: 1px #e6e6e6 solid;
        text-align: center;
        line-height: 36px;
        cursor: pointer;
    }
    .detail-box-header .goods-detail-inf .good-detail-list .bnt-group button {
        width: 30%;
    }
    .detail-box-header .goods-detail-inf .good-detail-list .bnt-group .go-frame {
        vertical-align: bottom;
        margin-right: 0;
        height: 40px;
        line-height: 25px;
        width: 30%;
        font-size: 15px;
    }
    .detail-box-header .goods-detail-inf .good-detail-list .bnt-group button {
        width: 31%;
        height: 40px;
        margin-right: 2.5%;
        border: 0;
        font-size: 15px;
        transition: all 0.3s ease-in-out;
    }
    .detail-box-header .goods-detail-focus .focus-handle .handle-img {
        height: 71px;
        overflow-x: scroll;
        margin-top: 17px;
        width: 100%;
    }
    .detail-box-header .goods-detail-focus .focus-handle .carousel-container {
        height: 100%;
        overflow-x: auto;
    }
    .amount {
        width: 52%;
    }
}
@media screen and (max-width: 330px){
    .amount {
        width: 57%;
    }
}

