/*
+-+-+ goods start +-+-+
 */
/*搜索框 star*/
.screen-box{
    width: 1200px;
    margin: 1em auto;
    border: #EEEEEE solid 1px;
    height: 100%;
}
.screen-box .screen-list-box{
    width: 100%;
    display: inline-block;
    margin: 1em 0;
}
.screen-box [class^="layui-col-"].name{
    margin-top: 1em;
    font-size: 14px;
}
.screen-box [class^="layui-col-"].list{
    /*margin-top: 0.3em;*/
}
.screen-box .name{
    text-align: center;
    color: #333333;
}
.screen-box ul{
    text-align: left;
    display: inline-block;
    width: 100%;
}
.screen-box li{
    float: left;
    padding: 3px 8px;
    font-size: 14px;
    margin-right: 0.5em;
    margin-top: 0.8em;
    border-radius: 5px;
    cursor: pointer;
}
.screen-box li a{
    display: block;
    color: #333333;
}
.screen-box li.active{
    background: #FF7F00;
    padding: 3px 8px;
    border-radius: 5px;
}
.screen-box li.active a{
    color: white;
}
/*搜索框 end*/
.img-object{
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: 50% 20%;
}
.ck_ad_slide{
    width: 100%;
    height: 25vh;
    margin-top: 5px;
}
/*商品列表 star*/
.goods-list-box{
    width: 100%;
    height: auto;
    border-top: #999999 solid 1px;
}
.goods-list-box .goods-list{
    width: 1200px;
    margin: 1em auto;
}
.goods-list-box .goods-list [class^="layui-col-"].title{
    text-align: left;
}
.goods-list-box .goods-list [class^="layui-col-"].title img{
    width: 39px;
    height: 40px;
}
.goods-list-box .goods-list [class^="layui-col-"].title span{
    font-size: 16px;
    color: black;
    margin-left: 5px;
    font-weight: bold;
}
.goods-list-box .goods-list [class^="layui-col-"].sort{
    text-align: right;
}
.goods-list-box .goods-list [class^="layui-col-"].sort li{
    float: left;
    margin-left: 1em;
    color: #333333;
    padding: 3px 8px;
    font-size: 14px;
    cursor: pointer;
}
.goods-list-box .goods-list [class^="layui-col-"].sort li a{
    font-size: 14px;
}
.goods-list-box .goods-list [class^="layui-col-"].sort li.active{
    background-color: #F17607;
    border-radius: 5px;
    padding: 3px 8px;
    color: white;
}
.goods-list-box .goods-list .list-ul{
    margin-top: 2em;
    display: inline-block;
    width: 100%;
}
.goods-list-box .goods-list .list-ul li{
    float: left;
    width: 280px;
    height: 430px;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    border: #F4F2F2 solid 1px;
    box-shadow: 5px 5px 5px #DDDDDD;
    position: relative;
}
.goods-list-box .goods-list .list-ul li:nth-of-type(4n+1){
    margin-left: 0;
}
.goods-list-box .goods-list .list-ul li .tj-img{
    width: 72px;
    height: 81px;
    line-height: 61px;
    text-align: center;
    position: absolute;
    right: 1em;
    top: 0;
    background:url(../images/tj.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 20px;
}
.goods-list-box .goods-list .list-ul li .img-div{
    width: 252px;
    height: 250px;
    margin: 1em auto;
    cursor: pointer;
}
.goods-list-box .goods-list .list-ul li .goods-title{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0 15px;
}
.goods-list-box .goods-list .list-ul li .price{
    font-size: 14px;
    padding: 0 10px;
    margin-top: 1em;
}
.goods-list-box .goods-list .list-ul li .price span{
    color: #FF0000;
    font-size: 14px;
}
.goods-list-box .goods-list .list-ul li .price b{
    float: right;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}
.goods-list-box .goods-list .list-ul li .price span font{
    color: #FF0000;
    font-size: 12px;
}
.goods-list-box .goods-list .list-ul li .enter-div{
    margin-top: 1em;
    padding: 0 15px;
    text-align: center;
}
.goods-list-box .goods-list .list-ul li .enter-div a{
    float: left;
    width: 115px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    border-radius: 8px;
}
.goods-list-box .goods-list .list-ul li .enter-div a:nth-of-type(1){
    border: #E9E9E9 solid 1px;
    color: #BABABA;
}
.goods-list-box .goods-list .list-ul li .enter-div a:nth-of-type(2){
    background-color: #FD6C02;
    color: white;
    margin-left: 1em;
}
/*商品列表 end*/
/*商品详情页 star*/
.goods_nav{font-size: 14px;
    line-height: 35px;
    height: 35px;
    float: left;
    width: 100%;
    color: #333333;
    text-indent: 10px;}
.goods-show-box{
    width: 1200px;
    margin: 1em auto 0 auto;
    padding-bottom: 2em;
}
.goods-show-info{
    width: 100%;
    height: auto;
    display: inline-block;
}
.goods-show-info .info-left{
    padding: 1.5em 1em;
    background-color: white;
    float: left;
    width: 71%;
}
.goods-show-info .info-left .goods-banner{
    width: 350px;
    height: 340px;
    float: left;
}
.goods-show-info .info-left .goods-banner .ck_goods_show_slide{
    width: 350px;
    height: 340px;
}
.goods-show-info  img{
    border-radius: 0;
}
.goods-show-info .info-left .goods-info{
    float: right;
    width: 480px;
}
.goods-show-info .info-left .goods-info .title span{
    padding: 2px 8px;
    background-color: #FF0000;
    color: white;
    font-size: 14px;
}
.goods-show-info .info-left .goods-info .title font{
    font-size: 20px;
    color: #000000;
    margin-left: 5px;
    font-weight: bold;
}
.goods-show-info .info-left .goods-info p{
    margin-bottom: 0.5em;
}
.goods-show-info .info-left .goods-info p font{
    margin-left: 1em;
}
.goods-show-info .info-left .goods-info .goods-price-freight{
    display: inline-block;
    width: 100%;
    margin: 1em 0;
}
.goods-show-info .info-left .goods-info .goods-price{
    font-size: 14px;
    color: #333333;
}
.goods-show-info .info-left .goods-info .goods-price span:nth-of-type(2){
    font-size: 14px;
    color: #FF5B26;
    margin-left: 1.5em;
}
.goods-show-info .info-left .goods-info .goods-price b{
    font-size: 20px;
    color: #FF5B26;
}
.goods-show-info .info-left .goods-info .goods-freight{
    margin: 1em 0 0 1em;
}
.goods-show-info .info-left .goods-info .service-price{
    font-size: 14px;
}
.goods-show-info .info-left .goods-info .application-id{
    margin-top: 1em;
    font-size: 14px;
}
.goods-show-info .goods-info .goods-qty a{
    display: inline-block;
    background-color: #eee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.goods-show-info .info-left .goods-info .goods-qty a:nth-of-type(1){
    border-radius: 5px 0 0 5px;
}
.goods-show-info .info-left .goods-info .goods-qty a:nth-of-type(2){
    border-radius: 0 5px 5px 0;
}
.goods-show-info .info-left .goods-info .goods-qty .qty-input{
    border: none;
    background-color: #eee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.goods-show-info .info-left .goods-info .goods-specs{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #333333;
}
.goods-show-info .info-left .goods-enter{
    margin-top: 1.5em;
    display: inline-block;
}
.goods-show-info .info-left .goods-enter a{
    float: left;
    width: 140px;
    height: 48px;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 48px;
    background: linear-gradient(to right, #FFCB00, #FF9702);
    border-radius: 0 30px 30px 0;
}
.goods-show-info .info-left .goods-enter button{
    float: left;
    width: 140px;
    height: 48px;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 48px;
    background: linear-gradient(to right, #FF7500, #FF5000);
    border-radius: 30px 0 0 30px;
    border: none;
}
.goods-show-info .info-left .goods-collect{
    font-size: 14px;
    float: right;
    margin-left: 3.5em;
    cursor: pointer;
    margin-top: 10px;
}
.goods-show-info .info-left .goods-collect i{
    font-size: 25px;
    color: #F39819;
    vertical-align: middle;
    margin-right: 5px;
}
.goods-show-info .info-left .goods-enter span{
    font-size: 14px;
    color: #FF8000;
    margin-left: 10px;
}
.goods-show-info .info-left .attached-list{
    margin-top: 0.6em;
    height: 90px;
}
.goods-show-info .info-left .attached-list ul{
    height: 90px;
}
.goods-show-info .info-left .attached-list li{
    margin-right: 0.5em;
    margin-top: 0.5em;
    height: 70px;
    cursor: pointer;
}
.goods-show-info .info-left .attached-list li .ck_goods_show_slide{
    width: 100%;
    height: 70px;
    border: #f00 solid 1px;
}
.goods-show-info .info-left .attached-list li .ck_goods_show_slide img{
    border-radius: 0;
}
.goods-show-info .info-left .goods-info .goods-specs{
    display: inline-block;
    margin: 1.5em 0;
    width: 100%;
}
.goods-show-info .info-left .goods-info .goods-specs ul{
    margin-left: 55px;
}
.goods-show-info .info-left .goods-info .goods-specs li{
    float: left;
    margin-right: 15px;
    height: 30px;
    margin-bottom: 1em;
    position: relative;
}
.goods-show-info .info-left .goods-info .goods-specs li a{
    display: block;
    padding:3px 10px;
    font-size: 12px;
    color: #333;
    border:solid 1px #eee;
    border-radius: 2px;
    cursor: pointer;
}
.goods-show-info .info-left .goods-info .goods-specs li input{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.goods-show-info .info-left .goods-info .goods-specs li.active a{
    color: #CF1110;
    border-color: #CF1110;
    border-width: 1px;
}
.goods-show-info .info-right{
    height: 488px;
    width: 25%;
    float: right;
    background-color: white;
}
.goods-show-info .info-right .title{
    height: 50px;
    border-bottom: #EEEEEE solid 1px;
    line-height: 50px;
    background-image: url( ../images/tel-phone.jpg);
    background-repeat: no-repeat;
    background-size: 31px 25px;
    background-position: 5px 15px;
    padding-left: 35px;
    font-size: 14px;
}
.goods-show-info .info-right .title i{
    color: #FF0000;
    float: right;
    font-weight: bold;
    margin-right: 1em;
}
.goods-show-info .info-right .qq-box{
    margin-top: 1.5em;
}
.goods-show-info .info-right .qq-box [class^="layui-col"] div{
    font-size: 14px;
    text-align: center;
}
.goods-show-info .info-right .qq-box [class^="layui-col"] a{
    display: block;
    text-align: center;
}
.goods-show-info .info-right .wechat-box{
    width: auto;
    height: 35px;
    line-height: 35px;
    margin-top: 1em;
    background-image: url( ../images/wei.jpg);
    background-repeat: no-repeat;
    background-size: 36px 29px;
    padding-left: 45px;
    margin-left: 2em;
    font-size: 14px;
}
.goods-show-info .info-right .line-time p{
    margin-left: 2em;
    margin-top: 1em;
    font-size: 14px;
}
.goods-show-info .info-right .ys-wechat{
    margin-top: 1em;
}
.goods-show-info .info-right .ys-wechat .ys-title{
    width: auto;
    height: 30px;
    line-height: 30px;
    background-image: url( ../images/pc.jpg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 1em 3px;
    padding-left: 45px;
    border-bottom: #666666 solid 1px;
    font-size: 14px;
}
.goods-show-info .info-right .ys-wechat .wechat-img{
    text-align: center;
    width: 100%;
    height: 137px;
    padding: 1em 0;
}
.goods-show-info .info-right .ys-wechat .wechat-img img{
    width: 137px;
    height: 137px;
}
.goods-show-box .goods-content{
    width: 100%;
    height: 100%;
    background-color: white;
    margin-top: 1em;
}
.goods-show-box .goods-content .tab-div{
    width: 100%;
    height: 50px;
    border-bottom: #CCCCCC solid 1px;
    margin-top: 1em;
}
.goods-show-box .goods-content .tab-div a{
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    padding: 0 1.5em;
}
.goods-show-box .goods-content .tab-div a.layui-this{
    color: #666666;
    border-bottom: #FF0000 solid 2px;
}
.goods-show-box .goods-content [class^="layui-tab-"]{
    line-height: 30px;
    font-size: 14px;
}
.goods-show-box .goods-content [class^="layui-tab-"] .layui-show img{
    max-width: 100%;
}
.goods-show-box .goods-content .goods-appraise{
    display: inline-block;
    width: 100%;
}
.goods-show-box .goods-content .goods-appraise [class^="layui-col"]:nth-of-type(1){
    color: #333333;
}
.goods-show-box .goods-content .goods-appraise [class^="layui-col"]:nth-of-type(2) a{
    font-size: 12px;
    color: #FB0101;
}
.goods-show-box .goods-content .goods-appraise .div-list{
    margin-top: 0.5em;
}
.goods-show-box .goods-content .goods-appraise [class^="layui-col"] .list-img{
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 0.5em;
}
.goods-show-box .goods-content .goods-appraise [class^="layui-col"] .list-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.goods-show-box .goods-content .goods-appraise [class^="layui-col"] .list-name{
    text-align: left;
    margin-left: 48px;
}
.goods-show-box .goods-content .goods-appraise [class^="layui-col"] .list-name p{
    margin-top: 0.3em;
}
.goods-show-box .goods-content .goods-appraise .list-content{
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    padding: 0 0.8em;
}
.goods-show-box .goods-content .association-goods-list{
    width: 100%;
    display: inline-block;
    padding: 1em;
}
.goods-show-box .goods-content .association-goods-list li{
    width: 20%;
    float: left;
    cursor: pointer;
    margin-top: 1em;
}
.goods-show-box .goods-content .association-goods-list li .img-div{
    width: 89px;
    height: 81px;
    float: left;
}
.goods-show-box .goods-content .association-goods-list li .info-box{
    margin-left: 96px;
    line-height: 20px;
}
.goods-buy .ck_goods_list_img{
    width: 370px;
    height: 370px;
    float: left;
}
.goods-buy .member_goods_list{
    margin-left: 400px;
}
.goods-buy .goods-specs{
    display: inline-block;
    width: 100%;
    padding: 0 0.5em;
}
.goods-buy .goods-specs ul{
    display: inline-block;
    width: 100%;
}
.goods-buy .goods-specs{
    display: inline-block;
    width: 100%;
}
.goods-buy .goods-specs li{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
}
.goods-buy .goods-specs li a{
    display: block;
    padding:3px 10px;
    font-size: 12px;
    color: #333;
    border:solid 1px #eee;
    background: #eee;
    border-radius: 4px;
}
.goods-buy .goods-specs li input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.goods-buy .goods-specs li.active a{
    background: #ffeeee;
    border-color: #ff0101;
}
/*商品详情页 end*/
/*商品下单页 star*/
.goods-order-box{
    width: 1200px;
    margin: 0 auto;
}
.goods-order-box .ul-progress{
    display: inline-block;
    margin-top: 2em;
    padding: 0 16em;
}
.goods-order-box .ul-progress li{
    float: left;
    position: relative;
    width: 134px;
}
.goods-order-box .ul-progress li .number{
    width: 34px;
    height: 34px;
    border: #CCCCCC solid 1px;
    border-radius: 50%;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}
.goods-order-box .ul-progress li .number.active{
    border: none;
    color: white;
    background-color: #FF0036;
}
.goods-order-box .ul-progress .line{
    display: inline-block;
    width: 100px;
    height: 1px;
    border: #CCCCCC solid 1px;
    position: absolute;
    left: 34px;
    top: 18px;
}
.goods-order-box .ul-progress .name{
    margin-top: 2em;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.goods-order-box .website-name{
    margin-top: 3em;
}
.goods-order-box .website-name label,.goods-order-box .website-url label{
    font-size: 14px;
    color: #666666;
}
.goods-order-box .website-name input,.goods-order-box .website-url input{
    width: 400px;
    height: 33px;
    line-height: 33px;
    border: #CCCCCC solid 1px;
    padding: 0 0.5em;
}
.goods-order-box .website-url{
    margin-top: 1em;
}
.goods-order-box .address-list{
    width: 100%;
    margin-top: 2em;
}
.goods-order-box .address-list ul{
    display: inline-block;
    width: 100%;
}
.goods-order-box .address-list li{
    float: left;
    width: 273px;
    height: 106px;
    background-image: url( ../images/address02.png);
    background-repeat: no-repeat;
    background-size: 273px 100%;
    font-size: 12px;
    padding: 0 15px;
    color: #666;
    margin-left: 3em;
    position: relative;
    margin-bottom: 2em;
}
.goods-order-box .address-list li.display-li{
    display: none;
}
.goods-order-box .address-list li:nth-of-type(4n+1){
    margin-left: 0;
}
.goods-order-box .address-list li:hover{
    background-image: url( ../images/address01.png);
}
.goods-order-box .address-list li.active{
    background-image: url( ../images/address01.png);
}
.goods-order-box .address-list li .name-info{
    height: 35px;
    line-height: 40px;
    width: 100%;
    border-bottom: #f2f2f2 solid 1px;
    margin-bottom: 5px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.goods-order-box .address-list li .address-info{
    height: 35px;
    width: 100%;
    word-wrap: normal;
    overflow-y: hidden;
}
.goods-order-box .address-list li .edit-etn{
    color: #CC9977;
    margin-top: 5px;
    font-weight: bold;
    display: none;
}
.goods-order-box .address-list li.active .edit-etn{
    display: block;
}
.goods-order-box .address-list li .default-tip{
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: #ccc;
    opacity: .7;
    z-index: 3;
    padding: 3px;
}
.goods-order-box .address-list li.active .curMarker{
    visibility: visible;
}
.goods-order-box .address-list li .curMarker{
    z-index: 3;
    position: absolute;
    background: url(../images/img.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 0 -272px;
    width: 28px;
    height: 28px;
    top: 77px;
    right: 1px;
    visibility: hidden;
}
.goods-order-box .address-list .layui-row [class^="layui-col-"]{
    color: #c97;
    font-size: 14px;
    margin-top: 1em;
}
.goods-order-box .address-list .layui-row a{
    color: #c97;
    cursor: pointer;
}
.goods-order-box .goods-order-info{
    margin: 3em 0;
}
.goods-order-box .goods-order-info .info-title{
    height: 40px;
    line-height: 40px;
    border-bottom:#DDDDDD solid 1px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.goods-order-box .goods-order-info .info-c{
    font-size: 14px;
    color: #666666;
    height: 160px;
    padding: 15px 0;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"]{
    height: 129px;
    text-align: center;
    line-height: 129px;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"]:nth-of-type(1) .img-div{
    width: 129px;
    height: 129px;
    margin-left: 2em;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"]:nth-of-type(2) p{
    width: 100%;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"]:nth-of-type(3){
    color: #FF7F00;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"] font{
    font-size: 10px;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"]:nth-of-type(6){
    color: #FF0000;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"] a{
    display: inline-block;
    background-color: #eee;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"] a:nth-of-type(1){
    border-radius: 5px 0 0 5px;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"] a:nth-of-type(2){
    border-radius: 0 5px 5px 0;
}
.goods-order-box .goods-order-info .info-c [class^="layui-col-"] .qty-input{
    border: none;
    background-color: #eee;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.goods-order-box .goods-order-info .user-message{
    background-color: #EEEEEE;
    padding: 0.5em 0;
    font-size: 14px;
}
.goods-order-box .goods-order-info .user-message [class^="layui-col-"]:nth-of-type(1) span{
    vertical-align: top;
    margin-left: 2em;
}
.goods-order-box .goods-order-info .user-message [class^="layui-col-"]:nth-of-type(1) textarea{
    padding: 10px;
}
.goods-order-box .goods-order-info .user-message [class^="layui-col-"]:nth-of-type(2){
    text-align: right;
    line-height: 30px;
}
.goods-order-box .goods-order-info .user-message [class^="layui-col-"]:nth-of-type(2) p{
    margin-top: 1em;
    margin-right: 1em;
}
.goods-order-box .goods-order-info .user-message [class^="layui-col-"]:nth-of-type(2) p font{
    color: #FF0000;
    font-weight: bold;
}
.goods-order-box .goods-order-info .goods-price-total{
    text-align: right;
    margin-top: 2em;
}
.goods-order-box .goods-order-info .goods-price-total p{
    color: #FF0000;
    height: 40px;
    line-height: 40px;
}
.goods-order-box .goods-order-info .goods-price-total p b{
    font-size: 26px;
}
.goods-order-box .goods-order-info .submit-box{
    text-align: right;
    margin-top: 2em;
}
.goods-order-box .goods-order-info .submit-box button{
    width: 180px;
    height: 45px;
    line-height: 45px;
    background-color: #FF0036;
    color: white;
    font-size: 16px;
    text-align: center;
    border: none;
}
