@charset "UTF-8";
.main-title {
    width: 100%;
    line-height: 32px;
}

.main-title h2 {
    color: #515151;
    font-size: 24px;
    float: left;
    width: 50%;
}

.main-title span {
    float: right;
    color: #6a6a6a;
    font-size: 12px;
    position: relative;
    top: 5px;
}

.title-line {
    width: 100%;
    height: 8px;
    background: #E2E2E2;
    margin-top: 5px;
    box-shadow: 3px 3px 4px #ccc;
}

.shop-cart {
    padding: 20px 0;
}

.shop-cart .shop-table {
    width: 100%;
}

.shop-cart .shop-table table {
    width: 100%;
    border-collapse: collapse;
}

.shop-cart .shop-table table .checkbox {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #E2E2E2;
    background: #fff;
    position: relative;
    border-radius: 3px;
    top: 2px;
}

.shop-cart .shop-table table .checkbox.choose {
    background: #fff url("//cdn.zallsteel.com/portal/market/newImages/choose.png") no-repeat center/100% 100%;
    border: 0 none;
}

.shop-cart .shop-table table th {
    background: #5E6982;
    height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}

.shop-cart .shop-table table td {
    font-size: 14px;
    height: 60px;
    color: #4d4d4d;
    padding: 0 5px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.shop-cart .shop-table table td .num-box {
    width: 62px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
}

.shop-cart .shop-table table td input[type=checkbox] {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #E2E2E2;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.shop-cart .shop-table table td .reduce, .shop-cart .shop-table table td .plus {
    display: inline-block;
    width: 16px;
    height: 22px;
    border: 1px solid #BDBDBD;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #BDBDBD;
    float: none;
}

.shop-cart .shop-table table td .reduce:hover, .shop-cart .shop-table table td .plus:hover {
    color: #007de4;
}

.shop-cart .shop-table table td input[type=text] {
    width: 50px;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    outline: 0 none;
    margin: 0;
    float: none;
    text-align: center;
}

.shop-cart .shop-table table td .delete {
    display: inline-block;
    background: url("//cdn.zallsteel.com/portal/market/newImages/delete.png") no-repeat center;
    width: 26px;
    height: 26px;
}

.shop-cart .shop-table table tr td {
    text-align: center;
}

.shop-cart .shop-table table tr td:nth-child(1) {
    width: 50px;
}

.shop-cart .shop-table table tr td:nth-child(2) {
    text-align: left;
}

.shop-cart .shop-table table .storage-title td {
    background: #f4f4f4;
    border-bottom: 0 none;
}

.shop-cart .shop-table table tfoot .tfoot-top .checkbox {
    margin-left: 13px;
    margin-right: 80px;
    top: 3px;
}

.shop-cart .shop-table table tfoot .tfoot-top .checkbox i {
    position: absolute;
    left: 30px;
    top: -3px;
    display: inline-block;
    width: 50px;
    font-style: normal;
}

.shop-cart .shop-table table tfoot .tfoot-top .checkbox.choose i {
    left: 31px;
    top: -2px;
}

.shop-cart .shop-table table tfoot .tfoot-top td {
    height: 50px;
    text-align: left;
    border-bottom: 0 none;
}

.shop-cart .shop-table table tfoot .tfoot-top td a {
    width: 106px;
    height: 26px;
    line-height: 26px;
    margin: 12px 15px;
}

.shop-cart .shop-table table tfoot .tfoot-bottom td {
    padding-left: 20px;
    height: 50px;
    text-align: left;
    background: #F2F2F2;
}

.shop-cart .shop-table table tfoot .tfoot-bottom td p {
    display: inline-block;
    font-size: 14px;
    color: #515151;
    margin-right: 80px;
    line-height: 30px;
}

.shop-cart .shop-table table tfoot .tfoot-bottom td a {
    width: 85px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: 15px;
    margin-top: 2px;
}

.shop-cart .shop-table table tfoot .tfoot-bottom td .total-money {
    font-size: 24px;
    color: #fe5c14;
    font-weight: bold;
}

.cart-top-info {
    width: 100%;
}

.cart-top-info .company-info {
    width: 570px;
}

.cart-top-info .company-info .company-info-box {
    width: 100%;
}

.cart-top-info .company-info .company-info-box .company-show {
    width: 380px;
    height: 60px;
    border: 1px solid #FE5C14;
    background: url("//cdn.zallsteel.com/portal/market/newImages/moren_big.png") no-repeat left top;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #4d4d4d;
    overflow: hidden;
}

.cart-top-info .company-info .company-info-box .company-choose {
    cursor: pointer;
    background: url("//cdn.zallsteel.com/portal/market/newImages/company_bg.jpg") no-repeat center;
    width: 155px;
    height: 67px;
    margin-left: 15px;
    position: relative;
    top: -6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 42px;
}



.cart-top-info .admin-info {
    width: 570px;
}

.cart-top-info .admin-info .admin-info-box {
    width: 100%;
}

.cart-top-info .admin-info .admin-info-box .admin-show {
    width: 380px;
    height: 60px;
    border: 1px solid #FE5C14;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #4d4d4d;
    overflow: hidden;
}

.cart-top-info .admin-info .admin-info-box .admin-choose {
    cursor: pointer;
    background: url("//cdn.zallsteel.com/portal/market/newImages/admin_bg.png") no-repeat center;
    width: 155px;
    height: 67px;
    margin-left: 15px;
    position: relative;
    top: -6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 42px;
}



.cart-top-info .receiving-address {
    width: 570px;
    margin-left: 20px;
}

.cart-top-info .receiving-address .address-info-box {
    width: 100%;
    position: relative;
}

.cart-top-info .receiving-address .address-info-box .address-show {
    width: 380px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
    cursor: pointer;
}

.cart-top-info .receiving-address .address-info-box .address-show .add-address {
    width: 100%;
    height: 100%;
    border: 2px dashed #EEEEEE;
    color: #d9d9d9;
    font-size: 18px;
}

.cart-top-info .receiving-address .address-info-box .address-show .has-choose {
    width: 100%;
    height: 100%;
    border: 1px solid #50596C;
}

.cart-top-info .receiving-address .address-info-box .address-show .has-choose .name {
    width: 60px;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    font-family: 宋体;
    font-weight: bold;
    letter-spacing: 1px;
}

.cart-top-info .receiving-address .address-info-box .address-show .has-choose .info {
    text-align: justify;
    width: 158px;
    padding: 1px 5px;
    height: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #515151;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box {
    display: none;
    width: 380px;
    position: absolute;
    left: 0;
    top: 61px;
    min-height: 305px;
    background: #ffffff;
    border: 1px solid #50596C;
    z-index: 2;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box h4 {
    height: 40px;
    background: #5E6982;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box ul {
    width: 360px;
    margin: 0 auto;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box ul li {
    width: 360px;
    min-height: 90px;
    margin: 10px 0;
    border: 2px solid #eee;
    padding: 5px 8px;
    cursor: pointer;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box ul li .name {
    font-size: 14px;
    color: #515151;
    font-weight: bold;
    font-family: 宋体;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box ul li .info, .cart-top-info .receiving-address .address-info-box #choose-address-box ul li .address-info {
    font-size: 12px;
    color: #515151;
    line-height: 20px;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box ul li .detail-info .info {
    width: 50%;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box ul li:hover {
    border: 2px solid #5E6982;
    background: url("//cdn.zallsteel.com/portal/market/newImages/choose_gray.png") no-repeat right top;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box ul li.choose {
    background: url("//cdn.zallsteel.com/portal/market/newImages/choose_address.png") no-repeat right top;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box .btn-box {
    text-align: center;
    padding: 15px 0;
}

.cart-top-info .receiving-address .address-info-box #choose-address-box .btn-box button {
    width: 110px;
    height: 36px;
    line-height: 36px;
    margin: 0 15px;
}

.cart-top-info .receiving-address .address-info-box .address-choose {
    cursor: pointer;
    background: url("//cdn.zallsteel.com/portal/market/newImages/address_bg.jpg") no-repeat center;
    width: 155px;
    height: 67px;
    margin-left: 15px;
    position: relative;
    top: -6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 42px;
}

.address-info-box .pay-type {
    width: 570px;
    height: 100%;
    padding-right: 0;
    padding-left: 50px;
}

.address-info-box .pay-type span {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 33px;
    cursor: pointer;
    border: 1px solid #289CFF;
    border-radius: 3px;
}

.address-info-box .pay-type span.choose {

    background: url("//cdn.zallsteel.com/portal/market/newImages/choose.png") no-repeat center;
}

.address-info-box .pay-type img {
    float: right;
}

.pay-info {
    width: 100%;
    height: 87px;
}

.pay-info .pay-type {
    width: 570px;
    height: 100%;
    padding-right: 22px;
    padding-left: 48px;
}

.pay-info .pay-type span {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 33px;
    cursor: pointer;
    background: url("//cdn.zallsteel.com/portal/market/newImages/choose.png") no-repeat center;
}

.pay-info .pay-type img {
    float: right;
}

.pay-info .recharge {
    width: 570px;
    height: 100%;
    margin-left: 20px;
    line-height: 87px;
}

.pay-info .recharge p {
    float: left;
    width: 380px;
    text-align: center;
    font-size: 18px;
    color: #4d4d4d;
}

.pay-info .recharge p span {
    color: #fe5c14;
    font-size: 24px;
}

.pay-info .recharge a {
    width: 136px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

#add-address {
    width: 500px;
    height: 468px;
    margin: 100px auto;
}

#add-address .modal-dialog {
    width: 500px;
    height: 468px;
    border: 1px solid #50596C;
}

#add-address .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
}

#add-address .modal-dialog .modal-content .modal-header {
    height: 40px;
    background: #5E6982;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

#add-address .add-address-content {
    padding: 20px 0;
}

#add-address .add-address-content form {
    width: 500px;
    margin: 0 auto;
}

#add-address .add-address-content .form-control {
    padding: 8px 0;
    line-height: 30px;
    font-size: 14px;
}

#add-address .add-address-content .form-control label {
    float: left;
    display: block;
    width: 130px;
    text-align: right;
    font-size: 14px;
    color: #515151;
    padding-right: 15px;
    min-height: 30px;
}

#add-address .add-address-content .form-control label i {
    color: #ff2929;
    position: relative;
    padding-right: 5px;
    font-style: normal;
    top: 2px;
}

#add-address .add-address-content .form-control .input-box {
    float: left;
    width: 370px;
}

#add-address .add-address-content .form-control .input-box span {
    color: #515151;
    font-size: 14px;
}

#add-address .add-address-content .form-control .input-box input[type^=te] {
    width: 165px;
    height: 30px;
    border: 1px solid #A0A0A0;
    padding: 0 10px;
}

#add-address .add-address-content .form-control .input-box input[type=checkbox] {
    position: relative;
    top: 1px;
}

#add-address .add-address-content .form-control .input-box select {
    max-width: 110px;
}

#add-address .add-address-content .form-control .input-box label {
    display: inline-block;
    float: none;
    width: auto;
    cursor: pointer;
}

#add-address .add-address-content .form-control .input-box label span {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #636363;
    border-radius: 50%;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

#add-address .add-address-content .form-control .input-box label input:checked + span {
    border: 1px solid #EE6957;
}

#add-address .add-address-content .form-control .input-box label input:checked + span i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 2px;
    background: #EE6957;
}

#add-address .add-address-content .form-control .input-box select {
    border: 1px solid #A0A0A0;
    height: 30px;
}

#add-address .add-address-content .form-control .input-box #address {
    width: 165px;
}

#add-address .add-address-content .form-control .input-box button {
    width: 120px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    outline: 0 none;
    margin: 0 10px;
}

#add-address .add-address-content .form-control .input-box #save, #add-address .add-address-content .form-control .input-box #add {
    background: #289CFF;
}

#add-address .add-address-content .form-control .input-box #add {
    display: none;
}

#add-address .add-address-content .form-control .input-box #reset {
    background: #5E6982;
}

#add-address .add-address-content .form-control .button-box {
    width: 100%;
    text-align: center;
}

/** 二次结算确认收货*/
#settle-confirm {
    width: 500px;
    height: 468px;
    margin: 100px auto;
}
#settle-confirm .modal-dialog {
    width: 500px;
    height: 468px;
    border: 1px solid #50596C;
}
#settle-confirm .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
}
#settle-confirm .modal-dialog .modal-content .modal-header {
    height: 40px;
    background: #5E6982;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
#settle-confirm .add-address-content {
    padding: 20px 0;
}
#settle-confirm .add-address-content form {
    width: 500px;
    margin: 0 auto;
}
#settle-confirm .add-address-content .form-control {
    padding: 8px 0;
    line-height: 30px;
    font-size: 14px;
}
#settle-confirm .add-address-content .form-control label {
    float: left;
    display: block;
    width: 130px;
    text-align: right;
    font-size: 14px;
    color: #515151;
    padding-right: 15px;
    min-height: 30px;
}
#settle-confirm .add-address-content .form-control label i {
    color: #ff2929;
    position: relative;
    padding-right: 5px;
    font-style: normal;
    top: 2px;
}
#settle-confirm .add-address-content .form-control .input-box {
    float: left;
    width: 370px;
}
#settle-confirm .add-address-content .form-control .input-box span {
    color: #515151;
    font-size: 14px;
}
#settle-confirm .add-address-content .form-control .input-box input[type^=te] {
    width: 165px;
    height: 30px;
    border: 1px solid #A0A0A0;
    padding: 0 10px;
}
#settle-confirm .add-address-content .form-control .input-box input[type=checkbox] {
    position: relative;
    top: 1px;
}
#settle-confirm .add-address-content .form-control .input-box select {
    max-width: 110px;
}
#settle-confirm .add-address-content .form-control .input-box label {
    display: inline-block;
    float: none;
    width: auto;
    cursor: pointer;
}
#settle-confirm .add-address-content .form-control .input-box label span {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #636363;
    border-radius: 50%;
    position: relative;
    top: 7px;
    margin-right: 5px;
}
#settle-confirm .add-address-content .form-control .input-box label input:checked + span {
    border: 1px solid #EE6957;
}
#settle-confirm .add-address-content .form-control .input-box label input:checked + span i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 2px;
    background: #EE6957;
}
#settle-confirm .add-address-content .form-control .input-box select {
    border: 1px solid #A0A0A0;
    height: 30px;
}
#settle-confirm .add-address-content .form-control .input-box #address {
    width: 165px;
}
#settle-confirm .add-address-content .form-control .input-box button {
    width: 120px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    outline: 0 none;
    margin: 0 10px;
}
#settle-confirm .add-address-content .form-control .input-box #save, #add-address .add-address-content .form-control .input-box #add {
    background: #289CFF;
}
#settle-confirm .add-address-content .form-control .input-box #add {
    display: none;
}
#settle-confirm .add-address-content .form-control .input-box #reset {
    background: #5E6982;
}
#settle-confirm .add-address-content .form-control .button-box {
    width: 100%;
    text-align: center;
}

#choose-company {
    width: 325px;
    margin: 200px auto;
}

#choose-company .modal-dialog {
    width: 325px;
    border: 1px solid #50596C;
}

#choose-company .modal-dialog .modal-content {
    width: 100%;
    border-radius: 0;
    background: #fff;
}

#choose-company .modal-dialog .modal-content .modal-header {
    height: 40px;
    background: #5E6982;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

#choose-company .modal-dialog .modal-content .title {
    width: 100%;
    color: #515151;
    font-size: 14px;
    background: #f2f2f2;
    line-height: 30px;
    text-align: center;
}

#choose-company .modal-dialog .modal-content .title .left {
    width: 50px;
}

#choose-company .modal-dialog .modal-content .title .right {
    width: 270px;
}

#choose-company .modal-dialog .modal-content ul li {
    line-height: 35px;
    border-bottom: 1px solid #E2E2E2;
}

#choose-company .modal-dialog .modal-content .btn-box {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

#choose-company .modal-dialog .modal-content .btn-box button {
    width: 110px;
    height: 36px;
    line-height: 36px;
    margin: 0 15px;
    cursor: pointer;
}

#choose-company .modal-dialog .modal-content label {
    display: inline-block;
    float: none;
    width: auto;
    cursor: pointer;
}

#choose-company .modal-dialog .modal-content label input {
    position: relative;
    top: 2px;
    display: none;
}

#choose-company .modal-dialog .modal-content label span {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #636363;
    border-radius: 50%;
    position: relative;
    top: 10px;
    margin: 0 15px;
}

#choose-company .modal-dialog .modal-content label input:checked + span {
    border: 1px solid #5E6982;
}

#choose-company .modal-dialog .modal-content label input:checked + span i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 2px;
    background: #5E6982;
}



#choose-admin {
    width: 325px;
    margin: 200px auto;
}

#choose-admin .modal-dialog {
    width: 325px;
    border: 1px solid #50596C;
}

#choose-admin .modal-dialog .modal-content {
    width: 100%;
    border-radius: 0;
    background: #fff;
}

#choose-admin .modal-dialog .modal-content .modal-header {
    height: 40px;
    background: #5E6982;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

#choose-admin .modal-dialog .modal-content .title {
    width: 100%;
    color: #515151;
    font-size: 14px;
    background: #f2f2f2;
    line-height: 30px;
    text-align: center;
}

#choose-admin .modal-dialog .modal-content .title .left {
    width: 50px;
}

#choose-admin .modal-dialog .modal-content .title .right {
    width: 270px;
}

#choose-admin .modal-dialog .modal-content .content-box {
    text-align: center;
    color: #515151;
    margin-top: 40px;
    margin-left: 25px;
}

#choose-admin .modal-dialog .modal-content .content-box .title-admin {
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    color: #515151;
    line-height: 28px;
}

#choose-admin .modal-dialog .modal-content .content-box .select-admin {
    display: block;
    float: left;
    width: 200px;
    height: 80px;
    color: #515151;
    text-align: left;
}

#choose-admin .modal-dialog .modal-content .btn-box {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

#choose-admin .modal-dialog .modal-content .btn-box button {
    width: 110px;
    height: 36px;
    line-height: 36px;
    margin: 0 15px;
    cursor: pointer;
}



#recharge-modal .modal-dialog {
    width: 325px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -162px;
}

#recharge-modal .modal-content {
    height: 100%;
    background: #fff;
    border-radius: 0;
}

#recharge-modal .modal-content .modal-header {
    height: 25px;
    background: #5E6982;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    position: relative;
}

#recharge-modal .modal-content .modal-header a {
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    font-size: 25px;
    color: #fff;
}

#recharge-modal .modal-content .recharge-content {
    width: 100%;
}

#recharge-modal .modal-content .recharge-content .img {
    width: 90px;
    height: 90px;
}

#recharge-modal .modal-content .recharge-content .img img {
    display: block;
    width: 55px;
    margin: 17px auto;
}

#recharge-modal .modal-content .recharge-content p {
    width: 230px;
    font-size: 14px;
    padding: 15px 0;
    color: #515151;
    line-height: 30px;
}

#recharge-modal .modal-content .recharge-content p span {
    color: #fe5c14;
    font-size: 18px;
}

.no-shopping {
    width: 320px;
    height: 110px;
    margin: 50px auto;
}

.no-shopping img {
    float: left;
    margin-right: 15px;
}

.no-shopping p {
    padding: 25px 10px 25px 20px;
    color: #515151;
    font-size: 14px;
    line-height: 30px;
}

.no-shopping p a {
    color: #289cff;
}

.order-result {
    width: 600px;
    margin: 50px auto;
}

.order-result img {
    float: left;
    margin-right: 20px;
}

.order-result p {
    color: #515151;
    font-size: 18px;
    padding: 20px 0;
    line-height: 30px;
}

.order-result p span {
    color: #5e6982;
    font-size: 30px;
    line-height: 80px;
}

.order-result p .fail {
    color: #fe5c14;
}

.order-result p a {
    color: #289cff;
}

/*# sourceMappingURL=shoppingCart.css.map */
