/*
+-+-+ 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: 46px;
    height: 30px;
}
.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: 252px;
    height: 370px;
    margin-bottom: 1.5em;
    margin-left: 2.8em;
    border: #EEEEEE solid 1px;
    cursor: pointer;
}
.goods-list-box .goods-list .list-ul li .img-div{
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.goods-list-box .goods-list .list-ul li .img-div img{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.goods-list-box .goods-list .list-ul li .goods-title{
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin-top: 10px;
    padding: 0 10px;
    height: 45px;
    overflow: hidden;
}
.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: 18px;
}
.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;
}
/*商品列表 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 .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-top: 3em;
}
.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;
}
