   /*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ic-content .ic-title00{
    height:55px;
    line-height: 55px;
    border-bottom: 1px solid #ddd;
    margin:20px auto 30px ;
}
.ic-title00 h3{
    position: relative;
    display: inline-block;
    color: #525e6b;
    font-size: 20px;
    padding-left: 14px;
    vertical-align: 32px;
}

.ic-title00 h3:before{
    content:"";
    display: block;
    width: 6px;
    height: 26px;
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -13px;
    background-color: #525e6b;
}

.ic-title00 a{
    float: right;
    color: #a7a7a7;
    text-decoration: underline;
    font-size: 14px;
}


.ic-goods-list-wrap{
    overflow: hidden;
}
.ic-goods-list{
    width: 1220px;
    font-size: 0;
}

.ic-goods-list li{
    display: inline-block;
    width: 224px;
    font-size: 16px;
    margin-right:20px ;
    padding-bottom: 16px;
}
.ic-goods-list li.ic-goods-item img{
    width: 224px;
    height: 224px;
}
.ic-goods-list li h4{
    width: 100%;
    color: #333;
    font-weight: bold;
    margin: 10px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis ;
}

.ic-goods-list li .price00{
    display:inline-block;
    height:1px;
    font-size: 14px;
    color: #d7d7d7;
    text-decoration: line-through;
}

.ic-goods-list li .price01{
    color: #e30b20;
}

.ic-adPosition-wrap .ic-adPosition-list{
    width: 1220px;
    font-size: 0;
}

.ic-adPosition-wrap .ic-adPosition-list .ic-adPosition-item{
    display: inline-block;
    width: 590px;
    margin-right: 20px;
}
.ic-cart-content .ic-content-headerTop{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.ic-cart-content .ic-content-headerTop a{
    position: relative;
    text-decoration: underline;
}
.ic-cart-content .ic-content-headerTop span{
    float: right;
    margin-right: 26px;
}
.ic-content-headerTop span a{
    color: #2526cf;
    margin-left: 6px;
}
.ic-content-headerTop .iconfont img{
    vertical-align: middle;
}
.ic-cart-content .ic-content-headerTop .ic-shop-continue{
    padding-left: 20px;
    color: #525e6b;
}
.ic-content-headerTop .ic-shop-continue span{
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 2px;
    border-top: 5px solid transparent;
    border-right: 5px solid  #525e6b;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.ic-content-headerTop .ic-service-kefu .iconfont{
    margin-right: 6px;
}
.ic-cart-content .ic-content-top{
    height: 80px;
    line-height: 80px;
}

.ic-cart-content .ic-content-top h3{
    font-size: 20px;
    color: #525e6b;
}

.ic-cart-content .ic-cart-goodsList{
    width: 100%;
    text-align: center;
    border-spacing: 0;
    border-collapse:collapse
}
textarea{
    font-family: Tahoma, Arial, "PingHei", "Helvetica Neue", "Hiragino Sans GB", "Microsoft yahei", SimSum, sans-serif;
}
.ic-cart-content .ic-cart-goodsList th{
    font-size: 16px;
    font-weight: 500;
    color: #525e6b;
    height: 40px;
    line-height: 40px;
    background-color: #f0f0f0;
}
.ic-cart-content .ic-cart-goodsList .ic-checkbox-wrap{
    position: relative;
    float: left;
    margin-left: 12px;
}
.ic-cart-goodsList thead .ic-checkbox-wrap .checkbox, .ic-cart-goodsList tbody .ic-checkbox-wrap .checkbox{
    opacity: 0;
}
.ic-cart-content .ic-cart-goodsList thead .ic-checkbox-wrap label,.ic-cart-goodsList tbody .ic-checkbox-wrap label{
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #f6f6f6;
    display: inline-block;
    border: 1px solid #d7d7d7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 3px;
    padding: 1px;
    z-index: 2;
    cursor: pointer;
}

.ic-cart-content .ic-cart-goodsList tbody td input:checked+ label:after{
    content: url(../images/y.png);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 1px;
    top: -1px;
}
.ic-cart-content .ic-cart-goodsList thead th input:checked+ label:after{
    content: url(../images/y.png);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 1px;
    top: -1px;
}

.ic-cart-content .ic-cart-goodsList tbody .ic-goods-type{
    text-align: left;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #525e6b;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap{
    border-bottom: 2px solid #dcdcdc;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-info{
    position: relative;
    text-align: left;
    padding: 10px 0;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-info .ic-checkbox-wrap{
    position: static;
    margin: 0 12px;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-info .ic-checkbox-wrap label{

    margin: 0 12px;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-info img{
    width: 120px;
    height: 120px;
    margin-right: 10px;
    vertical-align: middle;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis{
    display: inline-block;
    vertical-align:bottom;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis h3{
    position: absolute;
    left: 172px;
    top: 10px;
    font-size: 16px;
    color: #333333;
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis .ic-goods-color{
    font-size: 12px;
    color: #333333;
}

.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis .ic-goods-number{
    color: #aaa9b8;
    font-size: 12px;
    /*margin-bottom: 6px;*/
    margin:0;
}

.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-goods-price{
    font-size: 12px;
    color: #333;
    font-weight: 600;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-goods-price .old-price {
    text-decoration: line-through;
    color: #ddd;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-goods-totalPrice{
    font-size: 12px;
    color: #d8271c;
    font-weight: 600;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-user-handle{
    text-align: right;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-user-handle div{
    display: inline-block;
    margin: 5px 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-user-handle .ic-goods-editBtn{
    background-color: #26394c;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-user-handle .ic-goods-editBtn:hover{
    background-color: #525e6b;
}

.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-user-handle .ic-goods-deleteBtn{
    background-color: #525e6b;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-user-handle .ic-goods-deleteBtn:hover{
    background-color: #26394c;
}
.ic-cart-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-goods-number input[type=number]{
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-align: center;
}
.ic-cart-content .ic-goods-settlement{
    position: relative;
}
.ic-cart-content .ic-goods-settlement .ic-allGoods-detail{
    background-color: #f0f0f0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 30px;
    color: #525e6b;
    font-size: 16px;
}

.ic-goods-settlement .ic-allGoods-detail .ic-allGoods-TotalPrice{
    float: right;
}
.ic-goods-settlement .ic-allGoods-detail .ic-allGoods-TotalPrice>span{
    font-size: 18px;
    color: #d8271c;
}

/*���ﳵҳ��*/

.ic-cart-content .ic-goods-settlement .ic-goods-settlementBtn{
    position: absolute;
    right: 0;
    top: 70px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #525e6b;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.ic-cart-content .ic-goods-settlement .ic-goods-settlementBtn:hover{
    background-color: #26394c;
}

.ic-cart-formWrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 3;
    overflow: auto;
}

.ic-cart-formWrap .ic-form{
    display: none;
    width: 600px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -300px;
    padding: 20px 0 20px 20px;
    background-color: #fff;
}
.ic-cart-formWrap .ic-form .iconfont{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ic-cart-formWrap .ic-form img{
    display: inline-block;
    width: 250px;
    height: 250px;
    vertical-align: middle;
}

.ic-cart-formWrap .ic-form .ic-cart-goodsDetail{
    display: inline-block;
    width: 320px;
    vertical-align: top;
    padding-left: 28px;
    box-sizing: border-box;
}
.ic-cart-formWrap .ic-form .ic-cart-goodsDetail h3{
    margin-bottom: 18px;
}
.ic-cart-formWrap .ic-form .ic-cart-goodsDetail p{
    margin-bottom: 20px;
}
.ic-cart-formWrap .ic-form .ic-cart-goodsDetail .old-price{
    text-decoration: line-through;
    color: #a7a9a9;
    font-size: 12px;
}
.ic-cart-formWrap .ic-form .ic-cart-goodsDetail .new-price{
    color: #f00;
    font-size: 18px;
}
.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType{
    cursor: pointer;
}
.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType span.min-width {
    display: inline-block;
    min-width: 61px;
}
.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType,.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cartGoods-Num{
    color: #babdc1;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
   .ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cartGoods-Num span{
       display: inline-block;
       width: 61px;
   }
.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType .ic-cartGoods-list{
    background-color: #fff;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    border-radius:0 0 4px 4px;
    width: 150px;
    position: absolute;
    top: 30px;
    left: 65px;
    z-index: 1;
}

.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType .ic-cartGoods-list .ic-cartGoods-item{
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}
.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType .ic-cartGoods-list .active{
    background-color: #525e6b;
    color: #fff;
}
.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType input,.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cartGoods-Num input{
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: left;
    text-indent: 10px;
}

.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cartGoods-Num input{
    width: 150px;
    text-align: center;
    text-indent: 0;
}

.ic-cart-formWrap .ic-form  .ic-cart-goodsDetail .ic-cart-goodsType:after{
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2.5px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

.ic-cart-formWrap .ic-form .ic-cart-goodsDetail .ic-change-goods{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #525e6b;
    border-radius: 4px;
    margin-top: 35px;
    cursor: pointer;
}
.ic-cart-formWrap .ic-form .ic-cart-goodsDetail .ic-change-goods:hover{
    background-color: #26394c;
}

.ic-cart-formWrap .ic-delete-goods{
    background-color: #fff;
    width: 320px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -160px;
    text-align: center;
    display: none;
}
.ic-cart-formWrap .ic-delete-address{
    background-color: #fff;
    width: 370px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -185px;
    text-align: center;
    display: none;
}
.ic-cart-formWrap .ic-delete-goods .iconfont  {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ic-cart-formWrap .ic-delete-address .iconfont{
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
}
.ic-cart-formWrap .ic-delete-goods h3 {
    font-size: 24px;
    color: #333333;
    margin: 30px 0 20px;
}
.ic-cart-formWrap .ic-delete-address h3{
   font-size: 24px;
   color: #333333;
   margin: 30px 0 20px;
}
.ic-cart-formWrap .ic-delete-goods div {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px;
}
.ic-cart-formWrap .ic-delete-address div{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px;
 }
.ic-cart-formWrap .ic-delete-goods .ic-cancle-btn {
    background-color: #333333;
}
.ic-cart-formWrap .ic-delete-address .ic-unSure-btn{
    background-color: #333333;
 }
.ic-cart-formWrap .ic-delete-goods .ic-delete-btn {
    background-color: #525e6b;
}
.ic-cart-formWrap .ic-delete-address .ic-sure-btn{
     background-color: #525e6b;
 }
.ic-cart-formWrap .ic-cart-warnInfo{
    position: absolute;
    width: 350px;
    min-height: 220px;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -175px;
    text-align: center;
    padding: 42px 10px 30px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.ic-cart-formWrap .ic-cart-warnInfo .iconfont{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ic-cart-formWrap .ic-cart-warnInfo p{
    margin: 8px 0;
    font-size: 16px;
    color: #333;
    text-indent: 32px;
    text-align: left;
}
.ic-cart-formWrap .ic-cart-warnInfo .ic-cart-sureBtn{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 4px;
    background-color: #525e6b;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 20px;
    text-indent: 20px;
}
.ic-cart-formWrap .ic-cart-goodsAddress{
    display: none;
    width: 780px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 40px -390px;
    background-color: #fff;
    padding: 0 20px 20px 30px;
}

.ic-cart-formWrap .ic-cart-goodsAddress h3{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    color: #525e6b;
    box-sizing: border-box;
}
.ic-cart-formWrap .ic-cart-goodsAddress>.iconfont{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ic-cart-formWrap .ic-cart-goodsAddress .ic-cartAddress-list .ic-cartAddress-item{
    font-size: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.ic-cart-formWrap .ic-cart-goodsAddress .ic-cartAddress-list .ic-cartAddress-item h4{
    font-size: 16px;
    color: #525e6b;
    margin: 0 0 20px 0;
    line-height: 1;
}
.ic-cart-formWrap .ic-cart-goodsAddress .ic-cartAddress-list .ic-cartAddress-item .ic-address-detail{
    display: inline-block;
    width: 80%;
    font-size: 16px;
    vertical-align: middle;
}
.ic-cartAddress-list .ic-cartAddress-item .ic-address-detail p{
    line-height: 1;
    margin: 10px 0;
    color: #c9c9c9;
}
.ic-cartAddress-list .ic-cartAddress-item .ic-address-detail p span{
    color: #666;
}
.ic-cart-formWrap .ic-cart-goodsAddress .ic-cartAddress-list .ic-cartAddress-item .ic-address-choose{
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
.ic-cartAddress-list .ic-cartAddress-item .currentAddress .iconfont{
    font-size: 40px;
    color: #525e6b;
}
.ic-cartAddress-list .ic-cartAddress-item .moreAddress .iconfont{
    display: inline-block;
    width: 80%;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #83909f;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.ic-cartAddress-list .ic-cartAddress-item .moreAddress .iconfont:hover{
    background-color: #525e6b;
}

.ic-cart-goodsAddress .ic-add-cartAddressBtn{
    display: none;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}
.ic-cart-goodsAddress .ic-add-cartAddressBtn:hover{
    background-color: #525e6b;
}
.ic-cart-goodsAddress .ic-add-newAddress{
    margin-top: 40px;
    display: none;
}
.ic-cart-goodsAddress .iz-account-right {
    border: none;
    padding-bottom: 0;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li{
    font-size: 0;
    margin: 20px 0;
    position: relative;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li p{
    display: inline-block;
    width: 30%;
    text-align: right;
    color: #67717c;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 20px;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li ul li {
    font-size: 16px;
    margin: 0;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li ul.province_s {
    left: 311px;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li ul.province_m {
    left: 421px;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li ul.province_z {
    left: 532px;
}
.ic-newAddress-detail li div{
    display: inline-block;
    padding: 8px 20px;
    background-color: #525e6b;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 4px;
}
.ic-newAddress-detail li div.ic-save-newAddress{
    background-color: #333;
}
.ic-newAddress-detail li textarea{
    width: 40%;
    height: 70px;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    text-indent: 10px
}
.ic-newAddress-detail li p span{
    color: #f00;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li input{
    width: 40%;
    height: 40px;
    /*line-height: 38px;*/
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    font-size: 16px;
    text-indent: 10px;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li input::-webkit-input-placeholder { /* WebKit browsers */
   color:#c6c4c4;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#c6c4c4;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#c6c4c4;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#c6c4c4;
}
.ic-newAddress-detail li .ic-address{
    position: relative;
    width: 90px;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    text-indent: 10px;
    margin-right: 15px;
}
.ic-newAddress-detail li .ic-address:after{
    content: "";
    display: block;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -2.5px;
}
.ic-newAddress-detail li .ic-address .ic-address-list{
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    max-height: 270px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    border-radius: 4px;
}
.ic-newAddress-detail li .ic-address .ic-address-list .ic-address-item{
    font-size: 16px;
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.ic-newAddress-detail li .ic-address .ic-address-list .active{
    background-color: #525e6b;
    color: #fff;
}
.ic-balance-content .ic-balance-userInfo{
    margin-bottom: 40px;
}
.ic-balance-content .ic-balance-userInfo .ic-userInfo-detail li{
    color: #aeaeae;
    font-size: 16px;
    line-height: 1.4;
}

.ic-balance-content .ic-balance-userInfo .ic-userInfo-detail li.ic-userCode span{
    float: right;
}

.ic-balance-content .ic-balance-userInfo h3{
    margin-bottom: 20px;
}

.ic-balance-content .ic-cart-goodsList tbody .ic-goods-dis-wrap .ic-user-handle{
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}
.ic-balance-content .ic-cart-goodsList tbody .ic-goods-dis h3{
    left: 114px;
}
.ic-balance-content .ic-cart-goodsList th{
    background-color: #fff;
    border-bottom: 2px solid #dcdcdc;
    box-sizing: border-box;
}

.ic-balance-content .ic-cart-goodsList tbody .ic-goods-info img{
    width: 100px;
}

.ic-balance-content .ic-useCoupon-btn{
    position: relative;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0d0d0d;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 20px 0;
    text-indent: 10px;
    cursor: pointer;
}
.ic-balance-content .ic-useCoupon-btn .ic-useCoupon-typeList{
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 38px;
    left: -1px;
    border: 1px solid #0d0d0d;
    z-index: 1;
}

.ic-balance-content .ic-useCoupon-btn:after{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2.5px;
    content: "";
    display: block;
    border-top: 5px solid #0d0d0d;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.ic-balance-content .ic-useCoupon-btn .ic-useCoupon-item{
    height: 30px;
    line-height: 30px;
}
.ic-balance-content .ic-useCoupon-btn .active{
    background-color: #525e6b;
    color: #fff;
}
.ic-balance-content .ic-goods-settlement .ic-useCoupon-wrap{
    height:80px;
    line-height: 80px;
    margin: 20px 0 10px;
}

.ic-balance-content .ic-goods-settlement .ic-allGoods-detail input[type="text"]{
    height: 30px;
    line-height: 30px;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 14px;
}

.ic-balance-content .ic-goods-settlement .ic-allGoods-detail input[type="button"]{
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #525e6b;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.ic-balance-content .ic-goods-settlement .ic-allGoods-detail .ic-select-useCoupon{
    position: relative;
    display: inline-block;
    border: 1px solid  #a3a3a3;
    border-radius: 4px;
    box-sizing: border-box;
    width: 300px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #fff;
    text-indent: 10px;
    cursor: pointer;
    font-size: 14px;
}
.ic-balance-content .ic-goods-settlement .ic-allGoods-detail .ic-select-useCoupon:after{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2.5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #0d0d0d;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.ic-balance-content .ic-goods-settlement .ic-allGoods-detail .ic-useCoupon-list{
    display: none;
    position: absolute;
    width: 100%;
    top: 28px;
    left: -1px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #a3a3a3;
}
.ic-balance-content .ic-goods-settlement .ic-allGoods-detail .ic-useCoupon-list .active{
    background-color: #525e6b;
    color: #fff;
}

.ic-balance-content .ic-goodsPayWay-list{
    font-size: 0;
}

.ic-balance-content .ic-goodsPayWay-list .ic-goodsPayWay-item{
    position: relative;
    display: inline-block;
    width: 14%;
    margin: 10px;
    border: 1px solid #e6e6e6;
    font-size: 0;
}

.ic-balance-content .ic-goodsPayWay-list .ic-goodsPayWay-item span{
    display: none;
}
.ic-balance-content .ic-goodsPayWay-list .active{
    border-color: #ff3f47;
}
.ic-balance-content .ic-goodsPayWay-list .active span{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -.5px;
    width: 18px;
    height: 17px;
    background: url("../images/ic_choose_true.jpg") bottom center no-repeat;
    cursor: pointer;
}
.ic-balance-content .ic-add-userInfo{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.ic-balance-content .ic-add-userInfo p{
    margin: 8px 0;
}
.ic-balance-content .ic-add-userInfo p textarea{
    width: 400px;
    height: 150px;
    border: 1px solid #a3a3a3;
    font-family: inherit;
    padding: 6px 10px;
    color: #333;
    margin-top: 20px;
    overflow-y: auto;
}
   .ic-balance-content .ic-add-userInfo p textarea::-webkit-input-placeholder{
       color: #c6c4c4;
   }
   .ic-balance-content .ic-add-userInfo p textarea::-moz-placeholder{
       color: #c6c4c4;
   }
   .ic-balance-content .ic-add-userInfo p textarea::-moz-placeholder{
       color: #c6c4c4;
   }
   .ic-balance-content .ic-add-userInfo p textarea:-ms-input-placeholder{
       color: #c6c4c4;
   }
.ic-balance-content .ic-add-userInfo .ic-invoice-info{
    padding-left: 26px;
}
.ic-balance-content .ic-add-userInfo .ic-invoice-info p{
    color: #bcbcbc;
}

.ic-balance-content .ic-add-userInfo .ic-invoice-info .ic-invoice-editBtn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #6a727a;
    cursor: pointer;
    margin-top: 10px;
}
.ic-balance-content .ic-add-userInfo .ic-invoice-info .ic-invoice-editBtn:hover{
    background-color: #525e6b;
}


.ic-balance-content .ic-balance-info{
    font-size: 0;
    border-bottom: 1px solid #ddd;
}
.ic-balance-content .ic-balance-info h3{
    display: inline-block;
    font-size: 20px;
    color: #525e6b;
    margin-top: 15px;
}

.ic-balance-content .ic-balance-info .ic-balance-priceDetail{
    float: right;
    font-size: 16px;
    color: #525e6b;
}

.ic-balance-content .ic-balance-info .ic-balance-priceDetail p{
    margin: 20px 0;
}

.ic-balance-content .ic-balance-info .ic-balance-priceDetail span{
    color: #333;
    float: right;
    margin-left: 110px;
}
.ic-balance-content .ic-balance-total{
    text-align: right;
    margin: 30px 0;
}
.ic-balance-content .ic-balance-total .ic-balance-totalPrice{
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #525e6b;
}

.ic-balance-content .ic-balance-total .ic-balance-totalPrice span{
    float: right;
    color: #df534b;
    margin-left: 110px;
}

.ic-balance-content .ic-balance-btnWrap{
    text-align: right;
}

.ic-balance-content .ic-balance-btnWrap span{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #6a727a;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.ic-balance-content .ic-balance-btnWrap span:hover{
    background-color: #525e6b;
}
.ic-balance-formWarp .ic-invoice-default{
    display: none;
    position: absolute;
    width: 500px;
    top: 20%;
    left: 50%;
    margin-left: -250px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 16px;
}
.ic-balance-formWarp .ic-invoice-default h2{
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.ic-balance-formWarp .ic-invoice-default .iconfont{
    position: absolute;
    right: 10px;
    top:10px;
    cursor: pointer;
}
.ic-balance-formWarp .ic-invoice-default p{
    text-indent: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #67717c;
}

.ic-balance-formWarp .ic-invoice-default .ic-input-wrap {
    display: none;
}

.ic-balance-formWarp .ic-invoice-default .ic-input-wrap input{
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    box-sizing: border-box;
    text-indent: 10px;
    margin: 10px 40px;
}

.ic-balance-formWarp .ic-invoice-default p input[type="radio"],.ic-balance-formWarp .ic-invoice-default p label{
    cursor: pointer;
}

.ic-balance-formWarp .ic-invoice-default p input[type="text"]{
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    box-sizing: border-box;
    text-indent: 10px;
    margin-left: 20px;
}

.ic-balance-formWarp .ic-invoice-default .ic-invoice-btnWrap{
    display: none;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-top: 1px solid #ddd;
}
#ic-invoice-btnWrap00 {
    text-align: left;
}
#ic-invoice-btnWrap00 .ic-addNewInvoiceBtn {
    margin-left: 20px;
}
.ic-balance-formWarp .ic-invoice-default .ic-invoice-btnWrap .ic-btn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 0 10px;
}
.ic-balance-formWarp .ic-invoice-default .ic-invoice-btnWrap .ic-falseBtn{
    background-color: #333333;
}
.ic-balance-formWarp .ic-invoice-default .ic-invoice-btnWrap .ic-sureBtn{
    background-color: #525e6b;
}
.ic-balance-formWarp .ic-invoice-default .ic-CompanyRevenueInvoice-wrap{
    display: none;
    width: 90%;
    margin: 0 auto;
    border: 4px dashed #ddd;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.ic-invoice-default .ic-CompanyRevenueInvoice-wrap p span{
    display: inline-block;
    min-width: 105px;
    font-size: 14px;
    color: #333;
}

.ic-invoice-default .ic-CompanyRevenueInvoice-wrap p input[type="text"]{
    width: 200px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
}
.ic-invoice-default .ic-CompanyRevenueInvoice-wrap .ic-companyInvoice-btnWrap{
    text-align: center;
}
.ic-invoice-default .ic-CompanyRevenueInvoice-wrap .ic-companyInvoice-btnWrap .ic-btn{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    margin: 15px;
    cursor: pointer;
}
.ic-invoice-default .ic-CompanyRevenueInvoice-wrap .ic-companyInvoice-btnWrap .ic-sureBtn{
    width: 150px;
    background-color: #333;
}
.ic-invoice-default .ic-CompanyRevenueInvoice-wrap .ic-companyInvoice-btnWrap .ic-falseBtn{
    width: 70px;
    background-color: #525e6b;
}

.ic-invoice-default .ic-companyInvoice-infoList{
    display: none;
}
.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem{
    border-top: 1px solid #ddd;
}

.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-leftInfo{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-leftInfo h3{
    text-indent: 20px;
    font-size: 16px;
    color: #333;
    margin: 14px 0;
}
.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-leftInfo p{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #bcbcbc;
}
.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-rightInfo .iconfont{
    position: static;
    color: #525e6b;
    font-size: 50px;
}
.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-rightInfo{
    display: inline-block;
    width: 28%;
    vertical-align: middle;
    text-align: center;
}

.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-bottom-btnWrap{
    padding: 14px 20px;
}

.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-bottom-btnWrap .ic-btn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
}

.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-bottom-btnWrap .ic-sureBtn{
    background-color: #333;
}

.ic-invoice-default .ic-companyInvoice-infoList .ic-companyInvoice-infoItem .ic-bottom-btnWrap .ic-deleteBtn{
    background-color: #525e6b;
}

.ic-balance-formWarp .ic-invoice-default .ic-invoice-btnWrap .ic-addNewInvoiceBtn{
    width: 200px;
    background-color: #333;
}
.ic-balance-formWarp .ic-invoice-default .ic-invoice-btnWrap .ic-addNewInvoiceBtn .iconfont{
    position: static;
}
.ic-balance-content>h3{
    height:80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #525e6b;
    border-bottom: 1px solid #ddd;
}
.ic-balance-content .ic-balance-details{
    padding-left: 200px;
}
.ic-balance-content .ic-balance-details .ic-balance-payWay{
    font-size: 16px;
    font-weight: bold;
    color: #525e6b;
    margin: 25px 0 20px;
}
.ic-balance-content .ic-balance-details .ic-balance-warnInfo{
    font-size: 16px;
    color: #aeaeae;
}
.ic-balance-content .ic-balance-details .ic-balance-warnInfo a{
    color: #2526cf;
    text-decoration: underline;
}
.ic-balance-content .ic-balance-details .ic-balance-payWrap{
    margin-top: 50px;
}
.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-payWay-Logo{
    width: 366px;
    border-right: 1px solid #ddd;
}

.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-balanceOrder-detail{
    box-sizing: border-box;
    padding-left: 56px;
    font-size: 16px;
}

.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-payWay-Logo img{
    display: block;
    width: 270px;
}
.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-payWay-Logo,.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-balanceOrder-detail{
    display: inline-block;
    min-height: 250px;
    vertical-align: middle;
}

.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-balanceOrder-detail>div{
    margin: 20px 0;
    color: #525e6b ;
}

.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-balanceOrder-detail div.ic-order-addressDetail{
    margin-top: 16px;
}
.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-balanceOrder-detail span.ic-order-num{
    color: #f00;
}
.ic-balance-content .ic-balance-details .ic-balance-payWrap .ic-balanceOrder-detail div.ic-order-addressDetail p{
    color: #aeaeae;
}
img{
    max-width: 100%;
    display: inline-block;;
}


/*��Ʒ�б�1*/
.iz-prolist{
    color: #525e6b;
}
.iz-prolist h2{
    padding:20px 0 26px 0;
    font-size: 20px;
    font-weight: 600;
}
.iz-prolist .iz_left{
    width: 225px;
    float: left;
}
.iz-prolist .iz_left a{
    color:#525e6b;
}
.iz-prolist .iz_left h2{
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px;
}
.iz-prolist .iz_left .list{
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
}
.iz-prolist .iz_left .list ul{
    padding-bottom:20px;
}
.iz-prolist .iz_left .list p{
    padding: 20px 0;
    position: relative;
    font-size: 14px;
}
.iz-prolist .iz_left .list_2{
    padding: 20px 0;
}
.iz-prolist .iz_left .list_2 p{
    padding: 0;
}
.iz-prolist .iz_left .list p span{
    position: absolute;
    right: 0;
    cursor: pointer;
    font-weight: 800;
    width: 19px;
    height:19px;
    overflow: hidden;
}
.iz-prolist .iz_left .list p span.list-toggle-up{
    top: 23px;
}
.iz-border_top{
    border-top:1px solid #dcdcdc; ;
}
.iz-border_bottom{
    border-bottom:1px solid #dcdcdc;
}
.iz-prolist .iz_right{
    width: 956px;
    float: right;

}
.font_color{
    color:#525e6b;
}
.checkbox input{
    opacity: 0;
    margin-right: 10px;
}
.checkbox li, .checkbox p{
    position: relative;
}
.checkbox label{
    width: 12px;
    height: 12px;
    background: #f6f6f6;
    display: inline-block;
    border: 1px solid #d7d7d7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    border-radius: 3px;
    padding: 1px;
}
.checkbox input:checked+ label:after{
    content: url(../images/y.png);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 1px;
    top: -5px;
}
.iz-prolist .list-toggle-up:after{
    content:'';
    width: 10px;
    height: 2px;
    background: #727a84;
    display: block;
}
.iz-prolist .list-toggle-down:after{
    content:'+';
    display: block;
    color:#727a84;
}
.iz_right{
    position: relative;
}
.iz_right .ic-goods-list{
    width: 100%;
}
.iz_right .ic-goods-list li{
    width: 23.3%;
    margin-right: 20px;
}
.iz_right .ic-goods-list li a{
    display: block;
}
.iz_right .ic-goods-list li:nth-child(4n){
    margin-right: 0;
}
.iz_more{
    position: absolute;
    right: 0;
    color: #333;
    border-bottom: 1px solid #878787;
}
/*��Ʒ����ҳ*/
.iz-prodetail-content{
    width:1000px;
    margin: 0 auto;
    position: relative;
    padding-top: 200px;

}
.iz-prodetail-content .iz-detail-pro .carousel-inner>.item{
    width: 482px;
    height: 482px;
    line-height: 482px;
    text-align: center;
}
.iz-prodetail-content .iz-detail-pro .carousel-inner>.item img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.iz-prodetail-content .iz-detail-pro .gallery-thumbs .swiper-slide{
    width:82px!important;
}
/*�ֲ�ͼ*/
.iz-prodetail-content .hc-bd{
    float: left;
    width: 48.2%;
}
.iz-prodetail-content .hc-case{
    position: relative;
}
.iz-prodetail-content .hc-case .carousel-indicators{
    position: relative;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 100%;
    margin-left: 0;
}
.iz-prodetail-content .hc-case .carousel-indicators li{
    position: relative;
    overflow: hidden;
    float: left;
    width: 82px;
    height: 82px;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-indent: 0px;
}
.iz-prodetail-content .hc-case .carousel-indicators li:nth-child(5){
    margin-right: 0;
}
.iz-prodetail-content .hc-case .carousel-indicators li.active{
    opacity: 0.95;
}
.iz-prodetail-content .hc-case .carousel-indicators li.active:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.5);
}
.iz-prodetail-content .carousel a.carousel-control {
    opacity: 0;
    line-height: 100%;
    background: none;
}
.iz-prodetail-content .carousel a.carousel-control span.circle {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -32px;
}
.iz-prodetail-content .carousel a.carousel-control.left span.circle {
    left: 1em;
}
.iz-prodetail-content .carousel a.carousel-control.right span.circle {
    right: 1em;
}
.iz-prodetail-content .carousel a.carousel-control:hover span.circle {
    background-color: rgba(0, 0, 0, 0.5);
}
.iz-prodetail-content .carousel:hover a.carousel-control {
    opacity: 1;
}
.iz-prodetail-content .carousel .carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 82px;
    height: 82px;
    margin: 0 18px 0 0;
    cursor: pointer;
    -webkit-transition: transform 0.2s, background 0.2s;
    -moz-transition: transform 0.2s, background 0.2s;
    -ms-transition: transform 0.2s, background 0.2s;
    -o-transition: transform 0.2s, background 0.2s;
    transition: transform 0.2s, background 0.2s;
}
.iz-prodetail-content .carousel .carousel-indicators li.active {
    background-color: white;
}
.iz-prodetail-content .carousel-indicators{
    z-index: 0;
}
/*�ֲ�����*/
.iz-prodetail-content .pro_detail_right{
    width: 45%;
    float: right;
    position: relative;
}
.iz-prodetail-content .pro_detail_right .pro_top{
    padding-bottom: 20px;
    border-bottom:1px solid #e2e2e2;
    position: relative;
}
.iz-prodetail-content .pro_detail_right .pro_top #iz-star{
    position: absolute;
    right: 0;
    bottom: 30px;
}
   .iz-prodetail-content .pro_detail_right .pro_top #iz-star img{
       width: 36px;
   }
   .iz-prodetail-content .pro_detail_right .pro_top #iz-star img + img{
       margin-left: -16px;
   }
.iz-prodetail-content .pro_detail_right .pro_top h2{
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}
.iz-prodetail-content .pro_detail_right .pro_top p{
    font-size: 14px;
    color: #babdc1;
}
.iz-prodetail-content .pro_detail_right .pro_top p:first-child{
    margin-bottom: 24px;
}
.iz-prodetail-content .pro_detail_right .pro_top p span.new_price{
    font-size: 32px;
    color: #d8271c;
    display: inline-block;
    margin-top: 5px;
}

.iz-prodetail-content .pro_detail_right .pro_top p span.old_price{
    text-decoration: line-through;
}

.iz-prodetail-content .pro_detail_right .pro_top p span.old_price{
    text-decoration:line-through;
}

.iz-prodetail-content .pro_detail_right .pro_center{
    height: 130px;
    text-align: left;
    /*line-height: 130px;*/
    border-bottom: 1px solid #e2e2e2;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    line-height:1.5;
}


/*�޸Ĳ���*/
.iz-prodetail-content .pro_detail_right .pro_bottom{
    padding: 30px 0;
    color: #333;
    border-bottom: 1px solid #e2e2e2;
}

.iz-prodetail-content .pro_detail_right .pro_bottom div ul.ic-xiala-list{
    position: absolute;
    width: 100%;
    left: -1px;
    top: 27px;
    background-color: #fff;
    z-index: 1;
    display: none;
    border: 1px solid #a3a3a3;
}

.iz-prodetail-content .pro_detail_right .pro_bottom div ul.ic-xiala-list .ic-xiala-item{
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.iz-prodetail-content .pro_detail_right .pro_bottom div ul.ic-xiala-list .active{
    background-color: #525e6b;
    color: #fff;
}
.iz-prodetail-content .pro_detail_right .pro_bottom .left{
    width: 180px;
    height: 30px;
    display: inline-block;
    padding: 4px;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    margin-right: 5px;
    color: #333;
    text-align: left;
    text-indent: 4px;
    position: relative;
    box-sizing: border-box;
}
.iz-prodetail-content .pro_detail_right .pro_bottom input.left{
    text-align: center;
    text-indent: 0;
    font-size:14px;
}

#ProductQtyWrap,#winCartItemNumIDWrap,.ic-goods-dis-wrap .qty-input-wrap{
    display: inline-block;
    margin: 0 ;
    padding: 0;
    position: relative;
    cursor: pointer;
}
#winCartItemNumIDWrap{
   /*margin-left: 5px;*/
}
#ProductQtyWrap span,#winCartItemNumIDWrap span,.ic-goods-dis-wrap .qty-input-wrap span{
   position: absolute;
    right: 7px;
    width: 0;
    height: 0;
    cursor:pointer;
}

#winCartItemNumIDWrap span,.ic-goods-dis-wrap .qty-input-wrap span{
    right: 2px;
}

#addCount,#addCount1,.qty-input-addBtn{
    border-color:  #f0f0f0 #f0f0f0 #000 #f0f0f0;
    border-style:  dashed dashed solid dashed;
    border-width: 6px 6px 4px;
    top: 2px;
}

#reduceCount,#reduceCount1,.qty-input-reduceBtn{
    border-color:  #000 #f0f0f0 #f0f0f0  #f0f0f0;
    border-style: solid dashed dashed  dashed;
    border-width: 4px 6px 6px;
    bottom:2px;
}

.iz-prodetail-content .pro_detail_right .pro_bottom span.left{
    cursor: pointer;
    font-size:14px;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div:first-child{
    color: #babdc1;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div:first-child span{
    text-align: center;
    cursor: default;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div{
    margin:20px 0;
    font-size:0;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div  span:first-child{
    margin-right: 15px;
    color: #babdc1;
    font-size:14px;
    width: 80px;
    text-align: left;
}
.iz-prodetail-content .pro_detail_right .pro_bottom span{
    display: inline-block;
    text-align: center;

}

.iz-prodetail-content .up{
    position: relative;
}
.iz-prodetail-content .up:after{
    content: '';
    display: block;
    border-width: 4px 6px 6px 6px;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    top: 50%;
    margin-top: -4px;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div input{
    width: 125px;
    border: 1px solid #a3a3a3;
    text-align:center ;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div.buy_btn{
    margin-top: 30px;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div.buy_btn span{
    display: inline-block;
    width: 200px;
    background: #333;
    border-radius:5px;
    padding: 10px 0;
    font-size:16px;
    color: #fff;
    cursor: pointer;
    text-align:center;
}
.iz-prodetail-content .pro_detail_right .pro_bottom div.buy_btn span.add_cart{
    background: #525e6b;
}
.iz-prodetail-content .ic-goodsDetail-userEvaluate{
    font-size: 0;
    margin: 40px 0 6px;
    position:relative;
}
.iz-prodetail-content .ic-goodsDetail-userEvaluate .ic-item{
    display: inline-block;
    min-width: 100px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    color: #333;

    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    cursor: pointer;
}
.iz-prodetail-content .ic-goodsDetail-userEvaluate .ic-item .ic-item-info{
    display: none;
}
.iz-prodetail-content .ic-goodsDetail-userEvaluate .ic-item .ic-item-info{
    width: 1000px;
    border-width:6px 2px 2px 2px;
    border-color: #f0f0f0;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 38px;
    background-color: #fff;
    text-align: left;
    padding: 10px;
}
.iz-prodetail-content .ic-goodsDetail-userEvaluate .active{
    background-color: #f0f0f0;
}
.iz-prodetail-content .ic-goodsDetail-userEvaluate .active .ic-item-info{
    display: block;
    cursor: default;
}




.iz-prodetail-content .pro_detail_right .consult{
    position: absolute;
    right: 0;
    color: #2626cf;
    bottom:-24px;
}
.iz-prodetail-content .pro_detail_right .consult:hover{
    text-decoration: none;
}
.iz-prodetail-content .pro_detail_right .consult img{
    margin-right:2px;
}
.iz-prodetail-content .pro_detail_right .consult span{
    padding-bottom: 1px;
    border-bottom: 1px solid #2626cf;
}
.iz-prodetail-content .iz-video,.iz-img{
    /*height: 400px;*/
    text-align: center;
    /*margin-top: 156px;*/
    background: #fff;
    /*border: 2px solid #f3f3f3;*/
    position: relative;
}
.iz-prodetail-content .iz-video video{
    width: 560px;
    height: 352px;
    margin-top: 24px;
	margin-bottom: 40px;
}
   .iz-prodetail-content .iz-video img{
       margin-top: 40px;
   }
.iz-prodetail-content .iz-video a{
    position: absolute;
    top: 60px;
    right:250px;
}
.iz-prodetail-content .iz-video a.share{
    right: 230px;
}
.iz-prodetail-content .iz-video img.play{
    position: absolute;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -43px;
}
.iz-prodetail-content .iz-img{
    line-height: 400px;
    font-size: 18px;
}
.iz-prodetail-content .iz-goods-list{
    width: 100%;
}
.iz-prodetail-content .iz_right .iz-goods-list li{
    margin-right: 22px;
}
.iz-prodetail-content .iz_right .ic-goods-list li:nth-child(4n){
    margin-right: 0;
}
.iz-prodetail-content .evalute{
    text-align: center;;
}
.iz-prodetail-content .evalute h2{
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #ddd;*/
}
.iz-prodetail-content .evalute h2 .red{
    color: #e30b20;
}
.iz-prodetail-content .evalute #iz-star_total{
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
}
.iz-prodetail-content .evalute #iz-star_total+span{
    vertical-align: middle;
    font-size:16px ;
    color:#e30b20;
}
.iz-prodetail-content .evalute #iz-star_total img{
    vertical-align: middle;
    width: 36px;
}
   .iz-prodetail-content .evalute #iz-star_total img + img{
       margin-left: -16px;
   }
.iz-prodetail-content .evalute .left_evalute{
    width: 670px;
    height:auto;
    display: inline-block;
    text-align: left;
    /*float: left;*/
    padding-bottom:50px;
}
   .iz-prodetail-content .evalute .left_evalute div>img{
       width: 36px;
   }
   .iz-prodetail-content .evalute .left_evalute div>img +img{
       margin-left: -16px;
   }
.iz-prodetail-content .evalute .left_evalute h3{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 5px 0 8px;
}
.iz-prodetail-content .evalute .left_evalute p{
    font-size: 12px;
    color:#d3d5d8;
    line-height:1.4;
}
.iz-prodetail-content .evalute .left_evalute p:last-child{
    color: #333;
    line-height: 20px;
    margin-top: 10px;
}
.iz-prodetail-content .evalute .right_evalute{
    width: 300px;
    display: inline-block;
    padding: 20px 0;
    text-align: right;
    margin-top: 30px;
}
.iz-prodetail-content .evalute .right_evalute img{
    margin: 0 10px;
}
.iz-prodetail-content .evalute .evalute_detail{
    padding:14px 0 0;
    border-top: 1px solid #ddd;
}
.iz-prodetail-content .pagination>li>a, .pagination>li>span{
    border:none;
}
.iz-prodetail-content .iz-pagination .border a{
    border: 1px solid #525e6b;
    text-decoration: underline;
}
.iz-prodetail-content .iz-pagination{
    width:100%;
    text-align:center;
    margin: 0;
}
.iz-prodetail-content .iz-pagination li{
    display:inline-block;
    vertical-align:middle;
}
.iz-prodetail-content .pagination>li>a, .pagination>li>span{
    color: #333;
}
.iz-prodetail-content .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color:#525e6b ;
    z-index:1;
}
.iz-prodetail-content .pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}
.iz-prodetail-content .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background-color:#525e6b;
    border-color:#525e6b;
    color: #fff;
}
.iz-prodetail-content .pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius:0;
}
.iz-prodetail-content .pagination>li>a, .pagination>li>span{
    margin-right: 2px;
}
.iz-prodetail-content .iz-goods-list li img{
    width: 234px;
}
/*���빺�ﳵ����*/
.iz-add_cart_modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(127, 127, 127, .5);
    z-index: 9999;
    overflow: auto;
}
.iz-add_cartmodal{
    width: 600px;
    height: 265px;
    position: absolute;
    z-index: 5;
    background: #fff;
    top: 200px;
    left: 50%;
    margin-left: -300px;
    padding: 20px 30px;
    box-shadow: 6px 6px 20px #ddd ;

}
.iz-add_cartmodal .cart-modal-left{
    border-right: 1px solid #ddd;
    width: 270px;
    float: left;
    text-align:center ;
    padding: 20px 0;
}
.iz-add_cartmodal .cart-modal-left h2{
    font-size: 18px;
    font-weight: 600;
}
.iz-add_cartmodal .cart-modal-left p{
    font-size: 14px;
    font-weight: 600;
}
.iz-add_cartmodal .cart-modal-left img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 20px auto 10px;
}
.iz-add_cartmodal .cart-modal-right{
    padding-top: 46px;
    width: 50%;
    float: right;
    text-align: center;
}
.iz-add_cartmodal .cart-modal-right p{
    text-align:left;
    text-indent:80px;
}
.iz-add_cartmodal .cart-modal-right p span{
    color: #d4d4d4;
}
.iz-add_cartmodal .cart-modal-right .free_send{
    width: 50%;
    font-size: 14px;
    color: #cdcfd0;
    margin: 0 auto;
}
.iz-add_cartmodal .cart-modal-right h3{
    font-size: 18px;
    /*margin-bottom: 24px;*/
    font-weight: 600;
    margin:15px 0;
    text-align:left;
    text-indent:80px;
}
.iz-add_cartmodal .cart-modal-right h3 span{
    color:#e30b20
}
.iz-add_cartmodal .cart-modal-right .iz-btn{
    /*margin-top: 40px;*/
    font-size: 16px;
    text-align: center;
    text-indent:0;
}
.iz-add_cartmodal .cart-modal-right .iz-btn span{
    width: 130px;
    color: #fff;
    background: #333;
    margin-right: 14px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 0;

}

.iz-add_cartmodal .cart-modal-right .iz-btn span a{
    width: 130px;
    color: #fff;
    background: #333;
    margin-right: 14px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
}
.iz-search-no .search{
    text-align: center;
    margin: 114px auto 150px;
}
.iz-search-no .search p{
    font-size:24px ;
    color: #ddd;
    margin-top: 35px;
}
.iz-search-no .search p:last-child{
    margin-top: 10px;
    font-size: 16px;

 }
.iz-search-no .iz-tj h2{
    font-size: 20px;
    color: #525e6c;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
}
.iz-search-no .iz-tj .ic-goods-list {
    margin-top: 20px;
}
/*.iz-add_cartmodal .cart-modal-right .iz-btn span:last-child{
    width: 68px;
    background: #525e6a;
    margin-right: 0;
}*/
.iz-add_cartmodal .cart_close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
}
.iz-disnone{
    display: none!important;
}
.iz-loading{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(127, 127, 127, .5);
    z-index: 9999;
}
/*loading*/
.loading-demo6 { margin: 60px auto; width: 60px; height: 60px;     position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px; }
.container1 > div, .container2 > div, .container3 > div { width: 18px; height: 18px; background-color: #525e6b; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.loading-demo6 .loading-demo6-container { position: absolute; width: 100%; height: 100%; }
.container2 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.container3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); }
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.container2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.container3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.container1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.container2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.container3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.container1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.container2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.container3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.container1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.container2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.container3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }
@-webkit-keyframes bouncedelay {  0%, 80%, 100% {
    -webkit-transform: scale(0.0)
}
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
}
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*�����޽��?/
.iz-search-no .search{
text-align: center;
    margin: 114px auto 150px;
}
.iz-search-no .search p{
    font-size:24px ;
    color: #ddd;
    margin-top: 35px;
}
.iz-search-no .search p:last-child{
    margin-top: 10px;
    font-size: 16px;

 }
.iz-search-no .iz-tj h2{
    font-size: 20px;
    color: #525e6c;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
}
.iz-search-no .iz-tj .ic-goods-list {
    margin-top: 20px;
}
/*����ҳ*/
.iz-error{
    height: 400px;
    position: relative;
}
.iz-error .error{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -412px;
}
.iz-error .error h2{
    color: #333;
    position: absolute;
    top: 25px;
    left: 182px;
    font-size: 24px;
}
.iz-error .error h2 span{
    font-size: 60px;
    display: inline-block;
    margin-right: 20px;
}
.iz-error .error .list{
    position: absolute;
    top:140px;
    left: 196px;
    color:#9d9d9d;
    font-size: 14px;
}
.iz-error .error .list ul li{
    line-height: 30px;
}
.iz-error .error .list p{
    color:#525f6b;
    font-size: 20px;
    margin-bottom: 2px;
}
.iz-error .error .try{
    position: absolute;
    top: 202px;
    right: 332px;
    font-size: 22px;
    color: #525f6b;
}
.iz-error .error a{
    position: absolute;
    top: 235px;
    right: 376px;
    color: #0000ff;
    font-size: 16px;
}
.iz-error .error a.back_index:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #9d9d9d;
    position: absolute;
    left: -15px;
    top: 8px;
}
/*������������*/
div.iz-account{
    padding-top: 150px;
    color: #525f6b;
}
.iz-account-left{
    width: 225px;
    float: left;
}
.iz-account-left>ul{
    margin-top:20px;
}
.iz-account-left>ul>li{
    font-weight: 600;
    margin-top: 5px;
}
.iz-account-left>ul>li span{
    cursor: pointer;
}
.iz-account-left>ul img{
    margin-right: 10px;
    vertical-align: middle;
	width:18px;
	height:16px;
}
.iz-account-left ul ul a{
    padding-left: 30px;
    color: #666;
}
.iz-account-left ul ul{
    margin: 16px 12px;
}
.iz-account h2{
    font-size: 18px;
    padding:0 0 20px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;

}
.iz-account-right{
    width: 956px;
    border-left: 1px solid #ddd;
    float: right;
    text-align: center;
    padding-bottom: 100px;

}
.iz-account-right h2{
    padding-left: 20px;
    text-align: left;
}
.iz-account-right h2 a{
     color:#525f6b;
}

.iz-account-right form{
    margin-top: 30px;
    margin-left: 55px;
    text-align: left;

}
.iz-account-right .head{
    position: relative;
    margin-bottom: 20px;
    margin-left: 220px;

}
.iz-account-right .head img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.iz-account-right form div.head span.edit{
    position: absolute;
    width: 30px;
    font-size: 14px;
    padding: 8px 15px;
    background: #525e6b;
    top: 40px;
    color: #fff;
    border-radius: 5px;
    left:120px;
    cursor:pointer;
}
.iz-account-right form input,.iz-account-right form textarea{
    width: 315px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    color: #333;
    margin-left:13px;
    font-family: Tahoma, Arial, "PingHei", "Helvetica Neue", "Hiragino Sans GB", "Microsoft yahei", SimSum, sans-serif;
}
.iz-account-right form p,.iz-account-right form>div{
    font-size: 14px;
    color:#67717c;
    margin-top: 20px;
    vertical-align: middle;

}
.iz-account-right form p:first-child{
    margin-top: 0;
}
.iz-account-right form .red{
    color:#f00;
    vertical-align: middle;
}
.iz-account-right form p>span,.iz-account-right form>div>span{
    display: inline-block;
    width: 100px;
    text-align: right;
    vertical-align: middle;
}
.iz-account-right form .password input{
    width: 245px;
}
.iz-account-right form .password .edit_password{
    display: inline-block;
    width: 74px;
    background: #333;
    color: #fff;
    height: 39px;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -4px;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
}
.iz-account-right form div.choose{
    vertical-align: middle;
    position: relative;
}
.iz-account-right form .choose .province{
    width: 62px;
    display: inline-block;
    margin-right: 7px;
    padding: 10px 30px 10px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #333;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    vertical-align: middle;
}
.iz-account-right form .choose .province:after{
    content:'';
    border-width:8px 6px 6px 6px;
    border-style:solid;
    border-color:#363636 transparent transparent transparent;
    position: absolute;
    top: 14px;
    right: 8px;
}
.iz-account-right form .choose ul.province_p{
    position: absolute;
    min-width:105px;
    left: 124px;
    top: 42px;
    z-index: 1;
    border-top: 1px solid #ddd;
    background: #fff;
    max-height: 200px;
    overflow-y: scroll;
    color: #333;
}
.iz-account-right form .choose ul.province_m{
    left: 240px;
}
.iz-account-right form .choose ul.province_z{
    left: 355px;
}

.iz-account-right form .choose ul li{
    font-size: 14px;
    padding:5px 10px;
    border: 1px solid #ddd;
    border-top: none;
    cursor: pointer;

}
.iz-account-right form .choose ul li:hover{
    background: #ddd;
    color: #fff;
}
.iz-account-right form .required_val{
    margin-left: -110px;
    font-size: 12px;
}
.iz-account-right form .iz-last{
    margin-top: 36px;
    font-size: 16px;
    color: #fff;
    margin-left: 180px;

}
.iz-account-right form .iz-last span{
    padding: 8px 10px;
    background: #333;
    margin-right: 10px;
    border-radius:5px;
    text-align: center;
    cursor: pointer;
}
.iz-account-right form .iz-last input.save{
    width: 120px;
    color: #fff;
    background: #525e6b;
    height: 38px;
    padding: 0;
    border: none;
    cursor: pointer;
}
.ml_20{
    margin-left: 20px;
}
/*��֤��Ϣ*/
.iz-account-right form p .warn-info,.iz-account-right form div .warn-info{
    display: inline-block;
    width: auto;
    margin-left: 18px;
    color: #da342a;
    font-size: 16px;
    background: url(../images/warn.jpg) no-repeat;
    padding-left: 30px;
}
.iz-account-right form p .warn-info img,.iz-account-right form div .warn-info img{
    vertical-align: middle;
    margin-right: 8px;

}
/*�༭ͷ�񵯴�*/
.iz-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index:1000;
    overflow: auto;
}
.iz-account-right form .iz-modal{
    margin: 0;
}
.iz-modal .head_img{
    width: 492px;
    height: 310px;
    background: #fff;
    left: 50%;
    margin-left: -246px;
    position: absolute;
    top: 50%;
    margin-top: -155px;
    border-radius:5px;
    padding: 30px 0 0 44px;
}
.iz-modal .head_img h2{
    font-size: 24px;
    color:#4f4f4f;
    width: 180px;
    text-align: center;
    margin-bottom: 15px;
}
.iz-modal .head_img img{
    width: 180px;
    height: 180px;
}
.iz-modal .submit_img{
    display: inline-block;font-size: 12px;
    color: #fff;
    padding: 6px 35px;
    background: #525e6b;
    left: 288px;
    border-radius: 5px;
    position: absolute;
    top: 150px;
    cursor: pointer;
}
.iz-modal .comfirm_img{
    display: inline-block;font-size: 12px;
    color: #fff;
    padding: 6px 29px;
    background: #525e6b;
    left: 288px;
    letter-spacing: 12px;
    text-indent: 12px;
    border-radius: 5px;
    position: absolute;
    top: 190px;
    cursor: pointer;
}
.iz-modal .head_img .file{
    opacity: 0;
    position: absolute;
    width: 118px;
    height: 28px;
    top: 150px;
    left: 288px;
    z-index: 5;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.iz-modal .head_img p{
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.iz-modal .iz-modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #a4aab1;
}
.iz-modal .change_password{
    padding-left: 0;
}
.iz-modal .change_password h2{
    width: 100%;
    text-align: center;
}
.iz-modal .change_password p>span{
    width:120px;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    color: #525e6b;
    margin-right: 10px;
}
.iz-modal .change_password p.warn-info,.iz-account-right form p.warn-info{
    margin: 3px 0 -18px 130px;
    font-size: 12px;
    color: #d9595f;
}
.iz-modal .change_password p span.red,.iz-account-right form p.warn-info span.red{
    color:#f00;
}
.iz-modal .change_password p input{
    border:1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    padding:8px 14px;
    width: 300px;
}
.iz-modal .change_password p.iz-last{
    margin: 40px 0 0 150px;
}
.iz-modal .change_password p.iz-last span{
    width: 28px;
    display: inline-block;
    padding: 6px 35px;
    background: #333;
    color: #fff;font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.iz-modal .change_password p.iz-last span.save{
    background: #525e6b;
}
.red-border{
    border:1px solid #f00!important;
}

/*�˻�����-��ַ����*/

.iz-address{
    padding: 20px 20px 0;

}
.address-detail{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    text-align: left;
}
.address-detail .address-left{
    width: 800px;
    float: left;
}
.address-detail .address-left h3{
    font-size: 16px;
    color: #525f6b;
    margin-bottom: 20px;
    font-weight: 600;
}
.address-detail .address-left p{
    color: #666;
    padding-left: 85px;
}
.address-detail .address-left p span{
    width: 85px;
    display: inline-block;
    color:#aaa;
    font-size: 15px;
    margin-left: -85px;
}
.address-detail .address-right{
    color: #fff;
    float: right;
    margin-top: 34px;
}
.address-detail .address-right span{
    display: block;
    border-radius: 5px;
    font-size: 13px;
    padding: 8px 37px;
    background: #333;
    text-align: center;
    cursor: pointer;
}
.address-detail .address-right span:last-child{
    margin-top: 10px;
    background: #525e6b;
}
/*ɾ����ַ*/
.iz-modal .deladdr{
    width: 300px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -150px;
}
.iz-modal .deladdr h2{
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 40px;

}
.iz-modal .deladdr p{
    margin-top: 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.iz-modal .deladdr p span{
    padding: 8px 38px;
    background: #333;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.iz-modal .deladdr p span:last-child{
    background: #525e6b;
}
/*�޵�ַ*/
/*.iz-address-no{
    padding: 20px 20px 0;
}*/
.address-no{
    border-bottom:1px solid #ddd;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
}
p.add_new{
    background: #333;
    font-size: 15px;
    width: 200px;
    border-radius: 5px;
    padding: 14px 0;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 23px;
}
p.add_new i{
    margin-right: 5px;
}
.iz-account-right p.add_new{
    margin-right: 20px;
}
/*�����µ�ַ����*/
.iz-modal-content{
    width:467px;
    background: #fff;
    top: 50%;
    margin-top: -270px;
    position: absolute;
    left: 50%;
    margin-left: -246px;
    min-height: 624px;
    text-align: center;
}
.create-addr{
    padding: 0 20px;
}
.create-addr h2{
    margin-top:30px;
    border-bottom:none;
    padding-bottom:0;
}
.iz-modal-content .set_default{
    text-align: left;
    font-size: 15px;
    color: #525e6b;
    margin: 10px 18px;
}
.create-addr .iz-account-right{
    width: 100%;
    float: none;
    border-left: 0;
    border-top: 1px solid #ddd;
    border-bottom: none;
    padding: 15px 0;
}
.create-addr form{
    margin: 0;
}
.create-addr form input{
    opacity: 1;
    margin-right: 0;
}
.create-addr form p>span{
    color:#67717c;
}
.create-addr form p input{
    color:#333;
}
.iz-modal-creataddr .checkbox label{
    margin-top: -8px;
}
.create-addr form p textarea{
    border-radius: 0;
    box-sizing: border-box;
    max-height: 60px;
    width: 335px;
}
.create-addr form p.required_val{
    margin-left: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.create-addr form p.required_val span{
    width: auto;
}
.create-addr form p.iz-last span{
    color: #fff;
}
.create-addr form .iz-last{
    text-align: right;
    margin-left: 0;
    margin-top: 15px;
}

/*��ҳ*/
.pager{
    text-align: center;
}
.pager li{
    display:inline-block;
    margin-right: 2px;
    line-height: 20px;
    font-size: 14px;
    vertical-align: middle;
}
.pager li a,.pager li span{
    display:block;
    padding: 5px 15px;
    color: #333;
}
.pager li.active{
    background: #525e6b;
    color: #fff;
}
.pager li.active a,.pager li.active span{
    color: #fff;
}
.pager li:hover{
    background: #525e6b;
    color: #fff;
}
.pager li:hover a,.pager li:hover span{
    color: #fff;
}


/*交易管理订单详情*/
.iz-account-right h2.question{
    font-size: 16px;
    padding-top: 20px;
}
.iz-account-right h2.question a{
    color: #0000cc;
    text-decoration: underline;
}
.iz-account-right .order-detail .address-detail .address-left p{
    position: relative;
}
.iz-account-right .order-detail .address-detail{
    border:none;
}
.iz-account-right .order-detail .address-detail .address-left p span{
    width: auto;
}
.iz-account-right .order-detail .address-detail .address-left p .ml_450{
    position: absolute;
    left: 550px;
}
.iz-account-right .order-detail .address-detail .address-left p .ml_450 span{
    margin-left: 0;
}
.iz-account-right .order-product{
    width: 954px;
    font-size: 16px;
    color: #333;
}
.iz-account-right .order-product .order-detail span{
    float: left;
    width: 16%;
    text-align: center;
}
.iz-account-right .order-product .order-detail{
    background: #f0f0f0;
    padding: 12px 0 12px 12px;
    border-top: 1px solid #ddd;
}
.iz-account-right .order-product .order-detail span:first-child{
    width: 36%;
    text-align: center;
}
.products{
    height: 100px;
    font-size: 12px;
    color: #333;
    float: left;
    width: 54.3%;
    margin: 10px 0 10px 10px;
    text-align: left;
    position: relative;
}
.products .order-product-detail{
    position: absolute;
    bottom: 0;
    left: 108px;
}
.order-product-list .products img{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 8px;
}
.order-product-list .products h3{
    margin-bottom: 13px;
    /*width: 100%;*/
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.order-product-list .products p.model{
    color:#bdbcc8;
    margin-top: 5px;
}
.order-product-list .product-list-detail>span{
    display: inline-block;
    text-align: center;
    /*height: 100%;*/
    float: left;
    line-height: 106px;
    font-size: 14px;
    width: 22%;
}
body{
    height: 100%;
}
.order-product-list .product-list-detail>span.price{
    line-height: 14px;
    padding-top: 45px;
}
.order-product-list .product-list-detail>span.price del{
    color: #a7a7a7;
}
.order-product-list .product-list-detail>span.price em{
    display: block;
}
.order-product-list .product-list-detail{
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.order-product-list .product-list-detail:last-child{
    border-bottom: 0;
}
.order-product-list .coupon{
    height: 100%;
    width: 15.9%;
    float: left;
    font-weight: 600;
    box-sizing:border-box;
}
.order-product-list .coupon p{
    font-size: 12px;
}
.order-product-list .coupon p a{
    color:#00c;
}
.order-product-list .coupon p.total-price{
    color: #fe0000;
}
.order-product-list .coupon p.delivery-price{
    color: #999;
}
.order-product-list .real-pay{
    border-right: 1px solid #dcdcdc;
    box-sizing:border-box;
}
.order-product-list .list{
    width: 63%;
    float: left;
}
.iz-order-no{
    padding: 0;
}
.iz-account-right .order-product{
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

/*订单管理*/
.iz-order-management{
    border: none;
    /*margin-top: 20px;*/
}
.iz-order-management h2:first-child{
    border-left: 1px solid #ddd;
}
.iz-order-management .order-status{
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-bottom: 3px solid #535f6d;
}
.iz-order-management .order-status a{
    float: left;
    font-size:16px ;
    color: #525f6b;
    width: 120px;
    text-align: center;
}
.iz-order-management .order-status a.active{
    background: #535f6d;
    color: #fff;
}
.iz-order-management .ic-stationSearch{
    margin: 20px;
    font-size: 14px;
    text-align: left;
    position: relative;
}
.iz-order-management .order-product{
    border:0;
}
.create-childAccount  .ic-stationSearch{
    display:block;
    padding:20px;
}
.iz-order-management .ic-stationSearch input{
    width: 326px;
    border: 1px solid #d2d2d2;
    color: #333;
    padding :10px 17px;
    overflow: hidden;
}
.create-childAccount .ic-stationSearch input{
    width: 326px;
    border: 1px solid #d2d2d2;
    color: #333;
    padding :10px 17px;
    overflow: hidden;
}
.create-childAccount .btnExport {
    font-weight: 600;
    text-align: center;
    padding: 10px 10px;
    background-color: #525e6b;
    color: #fff;
    width: 90px;
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
}
/*设置订单管理搜索placeholder颜色*/
.iz-order-management .ic-stationSearch input:-moz-placeholder{
color:#a3a3a3;
}
.iz-order-management .ic-stationSearch input:-ms-input-placeholder{
	color:#a3a3a3;
}
.iz-order-management .ic-stationSearch input::-webkit-input-placeholder{
	color:#a3a3a3;
}
form p input:-moz-placeholder{
color:#a3a3a3;
}
form p input:-ms-input-placeholder{
    color:#a3a3a3;
}
form p input::-webkit-input-placeholder{
    color:#a3a3a3;
}
form p textarea:-moz-placeholder{
color:#a3a3a3;
}
form p textarea:-ms-input-placeholder{
    color:#a3a3a3;
}
form p textarea::-webkit-input-placeholder{
    color:#a3a3a3;
}

.iz-order-management .ic-stationSearch .iconfont{
    background-color: #525e6b;
    font-size: 24px;
    color: #fff;
    width: 38px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
}

.iz-order-management .order-product .order-detail{
    color: #fff;
    background: #525e6b;
}
.iz-order-management .order-product .order-complain{
    text-align: left;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    background: #f0f0f0;
    position: relative;
}
.iz-order-management .order-product .order-complain a{
    font-size: 12px;
    color: #00c;
    text-decoration: underline;
    margin-right: 12px;
}
.iz-order-management .order-product .order-complain .complain{
    position: absolute;
    right: 10px;
}
.iz-order-management .order-product .order-complain .complain .close{
    color: #525e6b;
    cursor: pointer;
}
.iz-order-management .order-detail-list{
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
/*订单申诉页面*/
.iz-order-appeal h2.order-appeal{
    height: 75px;
    line-height: 75px;
    padding: 0;
    text-align: center;
    font-size: 34px;
    border: 0;
}
.iz-order-appeal .coupon-number p{
    font-size: 16px;
}
.iz-order-appeal .coupon-number p a{
    color:#00c;
    text-decoration:underline;
    font-size: 12px;
}
.appeal-detail form{
    margin: 20px 14px;
}
.appeal-detail form .appeal-details{
    position: relative;
}
.appeal-detail form .appeal-details div{
    display: inline-block;
    width: 315px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    color: #333;
    margin-left: 8px;
    position: relative;
    cursor: pointer;
}
.appeal-detail form .appeal-details ul{
    width: 336px;
    position: absolute;
    left: 113px;
    z-index: 1;
    background: #fff;
    overflow-y: scroll;
    color: #333;
}
.appeal-detail form .appeal-details ul li{
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-top: none;
    cursor: pointer;
}
.appeal-detail form .appeal-details ul li:hover{
    background: #ddd;
    color: #fff;
}
.appeal-detail form .appeal-details div.appeal-type:after{
    content: '';
    border-width: 6px 8px 8px 8px;
    border-style: solid;
    border-color: #363636 transparent transparent transparent;
    position: absolute;
    top: 14px;
    right: 8px;
}
.appeal-detail form input:-moz-placeholder,   
.appeal-detail form textarea:-moz-placeholder {   
    color: #a3a3a3;   
}  
.appeal-detail form input:-ms-input-placeholder,   
.appeal-detail form textarea:-ms-input-placeholder {   
    color: #a3a3a3;   
}
.appeal-detail form input::-webkit-input-placeholder,   
.appeal-detail form textarea::-webkit-input-placeholder {   
    color: #a3a3a3;   
}  
.appeal-detail form .q-detail span{
    vertical-align:top;
}
.appeal-detail form .q-detail textarea{
    height: 120px;
    border-radius: 0;
}
.appeal-detail form .checkbox{
    padding-bottom:17px;
    border-bottom: 1px solid #ddd;
}
.appeal-detail form .checkbox input{
    width: 12px;
    margin: 0 10px 0 0;
}
.appeal-detail form .checkbox p{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-right: 10px;
}
.appeal-detail form .checkbox label{
    margin-top: -8px;
    left: 10px;
}
.appeal-detail form .checkbox .image-upload,.checkbox .upload{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.checkbox img{
    margin: 10px 20px 10px 0;
}
.checkbox .upload .appeal-file{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding: 0;
    cursor: pointer;
}
.appeal-detail form .operate span,.appeal-detail form .operate{
    text-align: center;
}
.appeal-detail form .operate span,.appeal-detail form .operate input{
    width: 100px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    background: #333;
    padding: 8px 0;
    text-align: center;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
.appeal-detail form .operate input{
    background: #525e6b;
}
/*删除订单弹窗*/
.iz-delete-order{
    width: 330px;
    height: 160px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -165px;
    font-size: 14px;
    color: #333;
	min-height:auto;
}
.iz-delete-order p:first-child{
    margin-top: 46px;
}
.iz-delete-order p.iz-last{
    margin-top: 30px;
}
.iz-delete-order p.iz-last span{
    width: 94px;
    color: #fff;
    background: #333;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 0;
    margin-right: 10px;
    cursor: pointer;
}
.iz-delete-order p.iz-last span:last-child{
    background: #525e6b;
    margin-right: 0;
}


/*订单管理无订单页面*/
.iz-order-empty{
    border-top: 1px solid #ddd;
    padding-top: 35px;
}
.iz-order-empty p{
    margin-top: 35px;
    color: #e2e2e2;
    font-size: 26px;
}
.iz-account-right .ic-stationSearch input::-webkit-input-placeholder{
    color: #a3a3a3;
}
/*订单管理评价页面*/
.iz-order-evalute h2.order-appeal{
    font-size: 36px;
    padding-top: 20px;
    text-align: center;
}
.iz-order-evalute .products{
    width: 100%;
    padding: 10px 0;
    float: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.iz-account-right h3{
    font-weight: 600;
}
.iz-order-evalute .products img{
    float: left;
    margin:0 10px;
}
.iz-order-evalute .products .order-product-detail{
    left: 120px;
    bottom: 10px;
}
.iz-order-evalute .products .order-product-detail .model{
    color: #aaa9b9;
}
.iz-order-evalute .products .evalute-toggle{
    width: 56px;
    height: 56px;
    border-radius:100%;
    background: #aaa9b9;
    color: #fff;
    position: absolute;
    right: 23px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    cursor:pointer;
}
.iz-add-evalute{
    text-align: left;
    font-size: 16px;
    color: #67717c;
    position: relative;
    border-bottom: 1px solid #ddd;
    display: none;
}
.iz-add-evalute span>img{
    width: 36px;
}
   .iz-add-evalute span>img + img{
       margin-left: -16px;
   }
.iz-add-evalute p:first-child{
    margin-top: 30px;
}
.iz-add-evalute p{
    margin-bottom: 30px;
}
.iz-add-evalute p>span:first-child{
    width:110px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}
.iz-add-evalute .red{
    color: #f00;
}
.iz-add-evalute p input,.iz-add-evalute p textarea{
    width:315px ;
    border: 1px solid #a3a3a3;
    border-radius:5px;
    padding: 10px;
    color: #333;
}
.iz-add-evalute p input::-webkit-input-placeholder{
    color: #aaa;
}
.iz-add-evalute p textarea{
    width: 500px;
    vertical-align: top;
    height: 118px;
}
.iz-add-evalute .tuij p{
    display: inline-block;
    margin-right: 23px;
}
.iz-add-evalute .tuij p input{
    opacity: 0;
    margin-right: 10px;
    width: 12px;
}
.iz-add-evalute .radio label{
    border-radius:50%;
}
.iz-add-evalute .radio input:checked+label:after{
    content:'';
    width: 6px;
    height: 6px;
    background: #525e6b;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}
.iz-add-evalute .checkbox{
    position: relative;
    margin: 30px 0;
}
.iz-add-evalute .checkbox p{
    display: inline-block;
    margin: 0;
}
.iz-add-evalute .checkbox p input{
    width: 12px;
}
.iz-add-evalute .image-box div,.iz-add-evalute .image-box{
    display: inline-block;
    vertical-align: top;
}
.iz-add-evalute .iz-evalute-operate{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -10px;
}
.iz-add-evalute .iz-evalute-operate span.operate{
    width: 100px;
    color: #fff;
    display: inline-block;
    background: #333;
    border-radius:5px;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}
.iz-add-evalute .iz-evalute-operate span.operate:last-child{
    background: #525e6b;
}
.image-checked{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

/*企业子账号管理*/
.ic-signIn-wrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    overflow: auto;
}
.ic-signIn-wrap .ic-signIn-form {
    width: 350px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -175px;
    background-color: #fff;
    border-radius: 4px;
}

.ic-signIn-wrap .ic-signIn-form .signIn-header{
    position: relative;
    width: 100%;
    height:80px;
    line-height: 80px;
    padding: 10px;
    margin-bottom: 20px;
     background-color: #525f6b; 
    box-sizing: border-box;
}


.ic-signIn-form .signIn-header .iconfont{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
}
.ic-signIn-wrap .ic-signIn-form .ic-signIn-Info{
    width: 100%;
    text-align: center;
    height: 62px;
    padding: 0 0 40px;
    box-sizing: border-box;
}

.ic-signIn-form .ic-signIn-Info input{
    width: 310px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
}

.ic-signIn-form .ic-signIn-Info p{
    width: 310px;
    margin: 2px auto 0;
    font-size: 12px;
    color: #d9595f;
    text-align: left;
    display: none;
}

.ic-signIn-wrap .ic-signIn-form .ic-warn-info,.ic-signIn-wrap .ic-signIn-form  .ic-logoIn-exit{
    color: #929292;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.ic-signIn-form .ic-warn-info a,.ic-signIn-form  .ic-logoIn-exit a{
    color: #3c3ca7;
    text-decoration: underline;
}
.ic-signIn-wrap .ic-signIn-form .ic-signIn-btn{
    width: 310px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 20px;
    background-color: #525f6b;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing:20px;
}

.ic-signIn-wrap .ic-signIn-form  .ic-logoIn-exit{
    margin: 14px 0 24px;
}

.ic-signIn-wrap .ic-signIn-state{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 210px;
    margin-left: -175px;
    margin-top: -105px;
    padding-top: 16px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}
.ic-signIn-wrap .ic-signIn-success{
    display: none;
}
.ic-signIn-wrap .ic-signIn-failed{
    display: none;
}

.ic-signIn-wrap .ic-signIn-state .ic-signIn-logo{
    font-size: 60px;
    color: #525e6b;
}

.ic-signIn-wrap .ic-signIn-state .ic-signIn-close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.ic-signIn-wrap .ic-signIn-state h3{
    font-size: 18px;
    color: #333333;
}

.ic-signIn-wrap .ic-signIn-state p{
    font-size: 14px;
    font-weight: 300;
    margin-top: 4px;
}

.ic-signIn-wrap .ic-signIn-state .ic-back-to-loginIndex{
    cursor: pointer;
    width: 194px;
    height: 40px;
    line-height: 40px;
    margin: 18px auto 0;
    background-color: #525e6b;
    border-radius: 4px;
    color: #fff;
}
.create-childAccount .address-detail .address-left p span{
    width: auto;
    margin-right: 5px;
}
.create-childAccount .iz-address{
    padding-top: 0;
}
.create-childAccount .address-detail{
    padding-top: 20px;
    position: relative;
}
.create-childAccount p.add_new{
    background: transparent;
    font-size: 18px;
    color: #525e6b;
    border-radius:0;
    width: 920px;
    float: left;
    margin: 0 0 0 20px;
    text-align: left;
}
.create-childAccount p.add_new a{
    border-bottom: 1px solid #525e6b;
    display: inline-block;
    color: #525e6b;
}
.create-childAccount p.add_new i{
    font-size: 24px;
    vertical-align: middle;
}
#iz-operate .iz-operate{
    position: absolute;
    right: 0px;
    text-align: center;
    top: 10px;
}
#iz-operate .iz-operate span{
    width: 100px;
    display: block;
    border-radius: 5px;
    color: #fff;
    background: #333;
    margin-bottom: 10px;
    padding: 8px 0;
    cursor: pointer;
}
#iz-operate .iz-operate span:last-child{
    background: #525e6b;
}
.iz-edit-childAccount .ic-signIn-form .signIn-header{
    background: #fff;
    margin-bottom: 30px;
    background: transparent;
}
.iz-edit-childAccount .ic-signIn-form .signIn-header h3{
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.iz-edit-childAccount .ic-signIn-form .ic-signIn-Info span{
    font-size: 16px;
    color: #67717c;
    display: inline-block;
    width: 80px;
    text-align: right;
}
.iz-edit-childAccount .ic-signIn-form .ic-signIn-Info input{
    width: 230px;
}
.iz-edit-childAccount .ic-signIn-form .iz-signIn-btn{
    width: 100px;
    display: inline-block;
    height:30px;
    line-height: 30px;
    background-color:#333;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.iz-edit-childAccount .ic-signIn-form .iz-signIn-btn.cancel{
    background-color:#525e6b;
    margin-left: 10px;
}
.iz-edit-childAccount .edit-childAccount-btn{
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 24px 10px;
    width: 85%;
    margin-left: 5%;
}
.iz-edit-childAccount .ic-signIn-form .ic-signIn-Info p{
    margin: 2px 0 0 100px;
}
.iz-edit-childAccount .ic-signIn-form .signIn-header .iconfont{
    color: #525e6b;
}

/*创建子账号弹窗*/
.create-childAccount-modal .ic-signIn-form .ic-signIn-btn.cancel{
    margin: 15px auto 5px;
}


/*无子账号页面*/
.pb_400{
    padding-bottom: 400px;
}
.childAccount-no .iz-order-empty{
    border-top: 0;
    padding-top: 80px;
}

/*==================================积分兑换页 开始*==================================*/
.ic-fixedHeader-wrap {
	top: 0;
}
.it-prodetail-content {
	   padding-top: 132px;
}
.it-logo-text {
	height: 50px;
	color: #000;
	font-size: 14px;
	position: absolute;
	left: 300px;
	top: 50px;
}
.it-logo-text>a {
	color: #000;
	text-align: center;
	display: inline-block;
	height: 106%;
	line-height: 250%;
	padding: 0 20px;
	letter-spacing: 1px;
	text-decoration: none;
}
.it-logo-text>a.active {
	border-bottom: 2px solid #333333;
	color: #333333;
	font-weight: 700;
}
.it-headNav {
	height: 64px;
} 
.it-Integral {
	color: #d8271c!important;
	font-size: 26px!important;
	padding-top: 4px
}
.it-exchang-num {
	margin-right: -18px!important;
}
.it-spend-num {
	color: #babdc1;
	font-size: 10px;
}
.it-spend-num>i {
	color: #d8271c;
	font-weight: 700;
}

.it-adress .iz-account-right {
	float: none;
	margin-top: 8px;
}

.it-goodsDetail {
	width: 94%;
	min-height: 80px;
	margin-top: 20px;
	border: 1px solid #eee;
}
.it-adress .iz-account-right>h2 {
	font-size: 20px;
	font-weight: 700;
	color: #525e6b;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 50px;
	line-height: 35px;
	width: 96%;
	letter-spacing: 1px;
}
.it-adress .iz-account-righ .address-left>h3 {
	font-size: 16px;
	letter-spacing: 1px;
}
.it-adress .address-detail {
	position: relative;
}
.it-adress .address-detail .address-right {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.it-adress .address-detail .address-right.selected {
	background: url(../images/imgs/adderess_selected_bg.png) no-repeat center;
	background-size: 100%;
	width: 37px;
	height: 37px;
	right: 71px;
}
.it-adress .address-detail .address-right.selected .address-edit {
	display: none;
}
.it-goodsDetail {
	color: #babdc1;
	font-size: 12px;
}
.it-add_newAddress {
	float: left;
	margin: 23px 0 0 10px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.it-add_newAddress>a {
	font-size: 16px!important;
	color: #525e6b;
	margin-left: 4px;
	text-decoration: none;
	border-bottom: 1px solid #b6babe;
}
.it_add_new {
	width: 170px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	box-sizing: border-box;
	background: #333;
    font-size: 15px;
    border-radius: 5px;
    padding: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 23px;
}
.it-new-address .checkbox label {
	width: 12px;
    height: 12px;
    min-height: 12px;
}
.it-choose {
	box-sizing: border-box;
	height: 52px;
}
.it-choose .ml_20 {
	margin-left: 12px;
}
.it-choose>span {
	height: 54px;
	box-sizing: content-box;
}
.it-new-address .save {
	background: #525e6b!important;
}

/*积分兑换 开始*/
.it_exchang_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,.4);
	overflow: hidden;
}
.it_success {
	display: none;
}
.it_fail {
	display: none;
}
.it_exchang_mask .pos_center {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.it_exchang_success {
	width: 350px;
	height: 250px;
	background: #fff;
	box-sizing: border-box;
	top: 10%;
}
.it_exchang_success img {
	top: 7%;
	width: 64px;
}
.it_exchang_success >p {
	font-size: 14px;
	color: #000;
	top: 40%;
	width: 59%;
}
.it_exchang_success >a.goback {
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #525e6b;
	display: inline-block;
	width: 195px;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	bottom: 7%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}
.it-close {
	position: absolute;
	right: 6px;
	top: 1px;
	color: #525e6b;
	text-decoration: none;
	font-size: 16px;
}
.it-close:link,.it-close:hover,.it-close:visited,.it-close:active {
	text-decoration: none;
}
/*积分兑换 结束*/

.it-exchang-error {
	color: #d8271c;
	font-size: 10px;
	font-weight: 700;
	width: 250px;
	float: right;
	display: none;
}

/*==================================积分兑换页 结束==================================*/



/*==================================积分商城首页 开始==================================*/

.it-Integralmall_hp {
	padding-top: 105px;
	width: 1200px;
	margin:0 auto;
}

/*欢迎信息 开始*/
.wellcom-info {
	width: 100%;
	height: 298px;
	overflow: hidden;
}
.wellcom-text {
	box-sizing: border-box;
	width: 210px;
	height: 298px;
	float: left;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 6px;
	text-align: center;
	color: #333333;
	border: 1px solid #eee;
}
.wellcom-text h3 {
	font-size: 14px;
	line-height: 24px;
	color: rgb(51,51,51);
	font-weight: bold;
	text-align: center;
}
.wellcom-text h3> .name {
	color: #0078c8;
	opacity: .8;
}
.wellcom-text p {
	line-height: 24px;
	text-align: center;
}
.wellcom-text .avatar {
	padding: 40px;
	position: relative;
}
.wellcom-text .avatar>img {
	width: 110px;
	height: 110px;
	border-radius: 110px;
}
.wellcom-text .avatar .level {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 23px;
	text-align: center;
	border-radius: 20px;
	background: #fb6316;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	top: 111px;
	left: 126px;
	border: 1px solid rgba(255,255,255,.6)
}
.wellcom-banner {
	float: left;
}
/*欢迎信息 结束*/

.it-detail-tit {
	height: 50px;
	line-height: 50px;
	width: 1200px;
	border-bottom: 1px solid #eee;
}
.it-detail-tit>h3::before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 18px;
	background: #525e6b;
	position: absolute;
	left: 0;
	top: 26px;
}
.it-detail-tit>h3 {
	color: #525e6b;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 700;
	width: 1200px;
	height: 50px;
	line-height: 50px;
	padding: 10px 0 0 10px;
	position: relative;

}

.it-detail-box {
	padding:20px 0;
}
.it-detail-content {
	display: inline-block;
	cursor: pointer;
	margin-right: 16px;
}
.it-rightest {
	margin-right: 0;
}
a:link,a:hover,
a:active,a:visited{
	text-decoration: none;
}
.it-detail-content h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	color: #000;
}
.it-detail-content span {
	font-size: 14px;
	font-weight: bold;
	color: #e30b20;
	line-height: 10px;
}
/*==================================积分商城首页 结束==================================*/

/*==================================积分明细页面 开始==================================*/
.it-Integral-detail {
	padding-top: 105px;
	width: 1200px;
	margin:0 auto;
}
.it-Integral-detail-tit {
	width: 1200px;
	height: 38px;
	line-height: 38px;
	border-bottom: 3px solid #535f6d;
	margin:0 auto;
	font-size: 0;
}
.it-Integral-detail-tit>a {
	color: #525f6b;
	display: inline-block;
	width: 108px;
	height: 37px;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #f0f0f0;
}
.it-Integral-detail-tit>a.active {
	background: #535f6d;
	color: #fff;
	padding-bottom: 1px;
	border-right:none;
}

.it-Integral-detail-num {
	width: 1200px;
	margin:18px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #f8f8f8;
}
.it-Integral-detail-num .it-Integral-detail-left {
	width: 170px;
	margin: 16px 0;
	border-right: 1px solid #eee;
}
.it-Integral-detail-num span {
	color: #333;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.it-Integral-detail-num p {
	color: #d8271c;
	font-size: 38px;
	font-weight: bold;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.it-Integral-detail-btn {
	width: 303px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #525f6b;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translate(0,-50%);
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border: none;
	outline: none;
}

.it-Integral-detail-content-tit {
	background: #f0f0f0;
	padding: 8px 14px;
}
.it-Integral-detail-content-tit span {
	display: inline-block;
	width: 256px;
	color: #67727d;
	text-align: center;
}
.it-Integral-detail-content-tit span:nth-child(1){
	width: 390px;
	text-align: left;
}

.it-Integral-detail-content {
	padding:16px;
	padding-bottom: 0;
	overflow: hidden;
	height: 114px;
	border: 1px solid #f6f5f4;
	border-top: none;
}
.it-Integral-detail-content-part1,.it-Integral-detail-content-part2,
.it-Integral-detail-content-part3,.it-Integral-detail-content-part4 {
	float: left;
	height: 100px;
	line-height: 100px;
	width: 256px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.it-Integral-detail-content-part1 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 390px;
}
.it-Integral-detail-content-part1>div {
	height: 100px;
	line-height: 50px;
	margin-left: 10px;
	text-align: left;
}
.it-Integral-detail-content-part1>div,.it-Integral-detail-content-part1>a {
	display: inline-block;
	height: 100px;
	font-size: 0;
}
.it-Integral-detail-content-part1 h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.it-Integral-detail-content-part1 .it-pro-color {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-top: 45px;
	height: 20px;
	line-height: 20px;
}
.it-Integral-detail-content-part1 .it-pro-num {
	color: #aaa9b8;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}
.it-Integral-detail-content-part2 {
	color: #d8271c;
}
.it-Integral-detail-content-part4 {
	letter-spacing: 1px;
	font-size: 14px;
}

/*==================================积分明细页面 结束==================================*/



/*==================================订单查询页面 开始==================================*/
.it-search {
	display: block;
}
.it-order-manage {
	width: 1200px;
	margin:0 auto;
	color: #525e6b;
	margin-top: 40px;
}
.it-order-tit .it-order-h {
	display: inline-block;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
}
.it-order-tit >h2 {
	width: 300px;
	border-bottom: 1px solid #dcdcdc;
}
.it-order-tit> h3 {
	width: 800px;
	margin-left: 6px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}


.it-order-item-box {
	display: flex;
	display: -webkit-flex;
}
.it-order-left,.it-order-right {
	display: inline-block;
}
.it-order-left {
	width: 300px;
}
.it-order-left>ul {
	margin-top: 10px;
}
.it-order-left>ul>li {
	color: #525e6b;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.it-order-left>ul>li::before {
	display: inline-block;
	width: 21px;
	height: 21px;
	content: '';
	margin-right: 6px;
}
.it-order-left>ul>li:nth-child(1)::before {
	background: url(../images/imgs/order_manage.png) no-repeat;
	background-size: 21px;
}
.it-order-left>ul>li:nth-child(2)::before {
	background: url(../images/imgs/order_manage.png) no-repeat;
	background-size: 21px;
	background-position: -2px -25px;
}
.it-order-left>ul>li:nth-child(3)::before {
	background: url(../images/imgs/order_manage.png) no-repeat;
	background-size: 21px;
	background-position: -2px -50px;
}
.it-order-left>ul>li:nth-child(5)::before {
	background: url(../images/imgs/order_manage.png) no-repeat;
	background-size: 21px;
	background-position: -2px -138px;
}
.it-order-left>ul>li:nth-child(6)::before {
	background: url(../images/imgs/order_manage.png) no-repeat;
	background-size: 21px;
	background-position: -2px -161px;
}
.it-order-left>ul>ul {
	color: #7a7a7a;
	margin-left: 30px;
}
.it-order-left>ul>li:hover,.it-order-left>ul>ul>li:hover {
	background: #eee;
	cursor: pointer;
}
.it-order-right {
	width: 800px;
	min-height: 163px;
	margin-left: 6px;
}
.it-order-right>.it-Integral-detail-tit {
	width: 100%;
}
.it-order-right>form {
	font-size: 0;
	margin:24px 18px;
}
.it-order-right>form>input {
	border: 1px solid #d2d2d2;
	width: 363px;
	height: 38px;
	font-size: 14px;
	color: rgba(163,163,163,.4);
	padding-left: 16px;
}
.it-order-right>form> .it-btn-search {
	height: 40px;
	width: 35px;
	border: none;
	outline: none;
	padding: 0;
}

.it-order-right-tit {
	background: #525e6b;
	height: 38px;
	color: #fff;
}
.it-order-right-tit>span {
	display: inline-block;
	width: 114px;
	line-height: 38px;
	text-align: center;
}
.it-order-right-tit>span:nth-child(1) {
	width: 300px;
	text-align: left;
	padding-left: 20px;
}
.it-order-check-box {
	background: #f0f0f0;
	height: 38px;
	line-height: 38px;
	color: black;
	padding-left: 6px;
	border: 1px solid #dcdcdc;
	border-bottom: none;
}
.it-order-check-box-marginTop {
	margin-top: 20px;
}
.it-order-check {
	float: right;
}
.it-order-check-num {
	font-size: 13px;
}
.it-order-check>a {
	color: #0000cc;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	line-height: 15px;
	padding: 0 2px;
	border-bottom: 1px solid #0000cc;
}
.it-order-check-close {
	height: 38px;
	line-height: 38px;
	border: none;
	outline: none;
	background: #f0f0f0;
	font-size: 19px;
	color: #596571;
	margin-right: 4px;
}

.it-order-info {
	display: flex;
	display: -webkit-flex;
}
.it-order-info .it-order-info-item{
	display: flex;
	display: -webkit-flex;
	padding:10px;
	border: 1px solid #dcdcdc;
	border-top: none;
}
.it-order-info .it-order-info-item .it-Integral-detail-content-part1 {
	width: 320px;
}
.it-order-info-price,.it-order-info-num {
	width: 114px;
	height: 100px;
	line-height: 100px;
}
.it-order-info-price>p {
	height: 50px;
	line-height: 85px;
	text-align: center;
	text-decoration: line-through;
	color: #999;
}
.it-order-info-price>p:nth-child(2) {
	line-height: 15px;
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
.it-order-info-num {
	text-align: center;
	color: #333333;
	font-weight: bold;
}
.it-order-info-realfee,.it-order-info-status {
	width: 114px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction:column;
	border: 1px solid #dcdcdc;
}
.it-order-info-realfee {
	border: none;
	border-bottom: 1px solid #dcdcdc;
}
.it-order-info-realfee>p {
	width: 114px;
}
.it-order-info-realfee>p:nth-child(1){
	color: #fe0000;
	font-weight: bold;
}
.it-order-info-realfee>p:nth-child(2) {
	color: #999;
}
.it-order-info-realfee>p:nth-child(2)>span {
	font-size: 13px;
}

.it-order-info-status {
	border-top: none;
}
.it-order-info-status>p {
	width: 114px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.it-order-info-status>a {
	color: #0000cc;
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	line-height: 20px;
	padding: 0 2px;
	width: 52px;
	margin:0 auto;
	border-bottom: 1px solid #0000cc;
}
/*==================================订单查询页面 结束==================================*/


/*==================================订单审核页面 开始==================================*/

.it-order-check-mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,.2);
}
.it-order-check-mask>div {
	width: 331px;
	height: 160px;
	background:#fff;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translate(-50%,0);
}
.it-order-check-mask>div>p {
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
}
.it-order-check-mask>div>p:nth-child(2) {
	margin-top: 0;
}
.it-order-check-mask>div>div {
	width: 64%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}
.it-order-check-mask>div>div>button {
	width: 101px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background: #333;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.it-order-check-mask>div>div>button:nth-child(2) {
	margin-left: 5px;
	background: #525e6b;
}
.it-order-check-mask-close {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	font-size: 16px;
}
/*==================================订单审核页面 开始==================================*/


/*==================================订单管理页面 开始==================================*/
.it-manage  {
	border-left: 1px solid #dddddd;
	margin-left: 10px;
	display: none;
}
.it-manage-items {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 14px;
	padding: 12px 0;
	border-bottom: 1px solid #dddddd;
}
.it-manage-item-tit {
	color: #c9c9c9;
}
.it-manage-items-right-btn {
	border: none;
	outline: none;
	height: 30px;
	line-height: 30px;
	width: 101px;
	background: #525e6b;
	text-align: center;
	color: #fff;
}
.it-manage-items-right>p {
	line-height: 24px;
	color: #ff0000;
	font-size: 13px;
	display: none;
}
/*==================================订单管理页面 结束==================================*/


/*==================================订单详情页面 结束==================================*/
.it-detail .it-order-info-status>p {
	font-size: 12px;
	color: #333;
}

/*==================================订单详情页面 开始==================================*/

/*支付成功提交表单*/
.ic-payState-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}
.ic-payState-wrap .ic-pay{
    display: none;
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -175px;
    margin-top:-105px ;
    width: 350px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 20px 0;
}
.ic-payState-wrap .ic-pay i.ic-state{
    font-size: 80px;
    color: #525e6c;
}


.ic-payState-wrap .ic-pay p{
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    margin:10px 0 15px;
}

.ic-payState-wrap .ic-pay div.ic-sure-btn{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #525e6c;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 10px;
    text-indent: 10px;
}

/*==================================广告位轮播开始==================================*/
.ic-content .ic-adPosition-wrap .ic-swiper1 .swiper-container1{
    height: 400px;
    overflow: hidden;
}
.ic-content .ic-adPosition-wrap .ic-swiper1 .swiper-container1 img{
    width: 100%;
}
/*==================================广告位轮播结束===================================*/

/*结束*/



/*点击查看大图*/

.ic-bigImg-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

.ic-bigImg-wrap .ic-bigImg{
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(82,94,102,1);
    -webkit-box-shadow: 0 0 40px 0 rgba(82,94,102,1);
    -moz-box-shadow: 0 0 40px 0 rgba(82,94,102,1);
}
.ic-bigImg-wrap .ic-bigImg img{
    display: inline-block;
    max-width: 360px;
    max-height: 360px;
    vertical-align: middle;
}

.ic-bigImg-wrap .ic-bigImg .ic-bigImg-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    cursor: pointer;
}

.ic-add-newAddress form .choose .province {
    margin-left: 13px;
    border-color: #a3a3a3;
    margin-right: 11px;
}
.ic-add-newAddress form textarea {
    width: 40%;
    border-color: #a3a3a3;
}
.ic-add-newAddress form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:#c6c4c4;
}
.ic-add-newAddress form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#c6c4c4;
}
.ic-add-newAddress form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#c6c4c4;
}
.ic-add-newAddress form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#c6c4c4;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li ul.province_s {
    left: 303px;
}

.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li ul.province_m {
    left: 431px;
}
.ic-cart-goodsAddress .ic-add-newAddress .ic-newAddress-detail li ul.province_z {
    left: 559px;
}

.ic-empty-cart{
    text-align: center;
    margin-bottom: 200px;
}
.ic-empty-cart a{
    color: #534fd7;
    text-decoration: underline;
}

/*订单出错页*/
    .iz-order-error{
        text-align: center;
    }
    .iz-order-error .search{
        margin: 100px 0;
    }
    .iz-order-error .search .grey{
        font-size: 26px;
        color: #ddd;
        margin: 30px 0 10px;
    }
    .iz-order-error .search .back{
        color: #ddd;
        font-size: 16px;
    }
    .iz-order-error .search .back a{
        color: #0012ff;
    }
    
   .ic_welcome{
       height:280px;
       line-height: 280px;
       font-size: 25px;
       color: #525e6e;
   }

   .img-add{
    position: relative;
   margin: 0 10px 10px 0;
   display: inline-block;
    }
    .img-add i.iconfont{
    position: absolute;
    top: 0px;
    right: 9px;
    color: red;
    cursor: pointer;
    }


.ic_logistics_info{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #200ed6;
    cursor: pointer;
    margin-top: 5px;
}
        
.ic_logistics_detail{
    display: none;
    position: absolute;
    left:50%;
    top:20px;
    margin-left: -130px;
    background-color: #fff;
    width:260px;
    border: 1px solid #333;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    cursor: default;
    z-index:99;
}
.ic_logistics_detail:before{
    content: "";
    display: block;
    width: 0;
    height:0;
    border-style:dashed dashed solid dashed;
    border-width: 6px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top:-12px;
    left:50%;
    margin-left: -3px;
}
.ic_logistics_detail h3{
    font-size: 12px;
    color: #333;
    height:30px;
    line-height: 30px;
    border-bottom: 1px solid #aaa;
}
.ic_logistics_detail .ic_logistics_list{
    height:105px;
    padding: 10px 0 ;
    color: #333;
    padding-left: 20px;
    overflow: hidden;
}
.ic_logistics_detail .ic_logistics_list li{
    position: relative;
    margin: 20px 0;
}
.ic_logistics_detail .ic_logistics_list li:before{
    content: "";
    display: block;
    width: 6px;
    height:6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    top:50%;
    margin-top: -3px;
    left:-18px;
}
.ic_logistics_detail>p{
    color: #333;
    position: relative;
    padding-left: 20px;
}
.ic_logistics_detail>p:before{
    content: "";
    display: block;
    width: 6px;
    height:6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    top:50%;
    margin-top: -3px;
    left:2px;
}
.ic_logistics_detail>p span.ic_search_more{
    color: #200ed6;
    cursor: pointer;
}
.ic_logistics_detail .ic_logistics_list li:nth-child(1):before{
    background-color: #fe0100;
}
.ic_logistics_detail .ic_logistics_list li:nth-child(1){
    color: #fe0100;
}


/*三期样式*/
.ic-signIn-form .ic-select-type{
	width: 310px;
	margin: 0 auto 10px ;
}
.ic-signIn-form .ic-select-type input[type="radio"]{
	display: inline-block;
	width: 16px;
	height:16px;
	cursor: pointer;
	outline: none;
}
.ic-signIn-form .ic-signIn-Info label{
	font-size: 16px;
	color: #333;
}

.ic-signIn-form .ic-select-type .ic-checkbox-wrap{
    position: relative;
    display: inline-block;
    margin: 0 28px;
    color: #515f6a;
}

.ic-signIn-form .ic-select-type .ic-checkbox-wrap input{
    position: relative;
    z-index: 2;
    opacity: 0;
    width: 16px;
    height:16px;
    cursor: pointer;
}

.ic-signIn-form .ic-select-type .ic-checkbox-wrap label{
    position: absolute;
    top:50%;
    left:0;
    width: 16px;
    height:16px;
    margin-top: -8px;
    z-index: 1;
    border: 1px solid #515f6a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ic-signIn-form .ic-select-type .ic-checkbox-wrap label:after{
    content: '';
    width: 8px;
    height:8px;
    background-color: #515f6a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0;
}

.ic-signIn-form .ic-select-type .ic-checkbox-wrap input:checked+label:after{
    opacity: 1;
}

.ic-content .ic-form{
    padding-left: 200px;
}


.ic-content .ic-form .form-title{
    font-size: 30px;
    font-weight: bolder;
    margin: 40px 0 0;
    padding-left: 20px;
    color: #525e6c;
}
.ic-content .ic-form .form-secondTitle{
    font-size: 14px;
    color: #323232;
    padding-left: 90px;
    font-weight: bold;
}

.ic-content .ic-form  .emphasize{
    padding-left: 140px;
}

.ic-form .form-item h3{
    font-size: 20px;
    font-weight:bolder;
    margin: 20px 0;
}
.ic-form .form-item .form-info{
    margin: 10px 0;
    padding-left: 40px;
}


.ic-form .form-info span{
    display: inline-block;
    min-width: 100px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
}
.ic-form .form-info input{
    display: inline-block;
    width: 300px;
    padding: 10px;
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ic-form .form-info .address-wrap{
    display: inline-block;
    width: 322px;
    vertical-align: middle;
}
.ic-form .form-info .address-province{
    display: inline-block;
    width: 150px;
    height:38px;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ic-form .form-info .address-province:nth-child(1){
    margin-right: 17px;
}
.ic-form .form-info .address-province span{
    display: block;
    text-indent: 10px;
}
.ic-form .form-info .address-province:after{
    content: '';
    display: block;
    width: 0;
    height:0;
    border-width: 8px;
    border-style:solid dashed dashed dashed;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top:50%;
    margin-top: -4px;
    right:10px;
}

.ic-form .form-info .province-list{
    position: absolute;
    width: 100%;
    top:38px;
    left:0;
    height:0;
    overflow-y: auto;
    background-color: #fff;
    z-index:11;
}
.ic-form .form-info .province-list.active{
    height:auto;
    max-height: 150px;
    border:1px solid #a0a0a0;

}
.form-info .province-list .province-item{
    color: #333;
    border-bottom: 1px solid #a0a0a0;
    text-indent: 10px;
}
.form-info .province-list .province-item:hover{
    color: #fff;
    background-color: #515f6a;
}
.ic-form .form-info p.warn-info{
    /*display: inline-block;*/
    vertical-align: middle;
    font-size: 14px;
    color: #f00;
    display: none;
}
.ic-form .form-info p.form-detailInfo{
    padding-top:10px;
    padding-left: 40px;
    font-size: 12px;
    color: #f00;
    font-weight: bolder;
}

.ic-form p.form-other{
    font-size: 14px;
    color: #333;
}

.ic-form p.form-other a{
    color: #006de2;
    font-size: 12px;
    font-weight: bold;
}
.ic-form p.form-login{
    padding-left: 200px;
}
.ic-form div.form-btn{
    display: inline-block;
    padding: 4px 40px 4px 60px;
    letter-spacing: 20px;
    border:1px solid #a3a3a3;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px 0 20px 200px;

    color: #fff;
    background-color: #525e6c;
}
.ic-form div.form-btn:hover{
    color: #333;
    background-color: #fff;
}

.iz-account-right .userInfo-list .userInfo-item{
    margin-bottom: 60px;
    text-align: left;
}


.iz-account-right .userInfo{
    padding-top: 50px;
    padding-left: 100px;
}
.userInfo-list .userInfo-item span{
    display: inline-block;
    min-width: 100px;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.userInfo-list .userInfo-item p{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.userInfo .payment{
    text-align: left;
}

 .userInfo .payment .payment-btn{
    display: inline-block;
     vertical-align: middle;
     border:1px solid #a3a3a3;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     padding: 4px 50px;
     cursor: pointer;
     font-size: 14px;
     color: #fff;
     background-color: #525e6c;
}

.userInfo .payment .payment-btn:hover{
    color: #525e6c;
    background-color: #fff;
}

.userInfo .payment input{
    width: 300px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    border:1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.iz-account-right .subAccountPromotion-wrap{
    text-align: left;
    padding: 40px 0 0 100px;
}
.iz-account-right .subAccountPromotion-wrap .subAccountPromotion-info{
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.iz-account-right .subAccountPromotion-wrap .emSubAccountPromotion-info{
    color: #f00;
}

.subAccountPromotion-wrap p.subAccountPromotion-info span{
    font-weight: bolder;
}

.iz-account-right .subAccountPromotion-wrap ol{
    padding-left: 20px;
}
.iz-account-right .subAccountPromotion-wrap ol,
.iz-account-right .subAccountPromotion-wrap ol li{
    list-style: decimal;
}

.iz-account-right .subAccountPromotion-wrap .subAccountPromotion-way{
    margin-top: 50px;
}
.subAccountPromotion-wrap .subAccountPromotion-way p{
    margin-bottom: 20px;
}
.subAccountPromotion-wrap .subAccountPromotion-way p.indetInfo{
    text-indent: 30px;
}
.subAccountPromotion-wrap .subAccountPromotion-way p.indetInfo input.url{
    vertical-align: middle;
    padding: 2px 20px;
    background-color: #a3a3a3;
    text-indent: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #00f;
    margin: 20px 10px 0 20px;
}
.subAccountPromotion-wrap .subAccountPromotion-way p.indetInfo span.btn{
    vertical-align: middle;
    margin-top: 20px;
    padding: 2px 20px;
    text-indent: 0;
    color: #fff;
    background-color: #535f6d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.subAccountPromotion-wrap .subAccountPromotion-way p.indetImg{
    padding: 10px;
    text-indent: 200px;
}
.subAccountPromotion-wrap .subAccountPromotion-way p.indetImg img{
    display: inline-block;
    width: 160px;
    height:160px;
}
.subAccountPromotion-wrap .subAccountPromotion-way span{
    display: inline-block;
    text-indent: 20px;
}

.subAccountPromotion-wrap .subAccountPromotion-blueInfo{
    color:#333333;
    font-weight: bolder;
}



