.weixin-icon {
    padding: 0px;
    border-radius: 5px;
    width: 100px;
    height: 100px;
}

.partner-logo {
    width: 150px;
    height: 75px;
    margin: 0.25rem;
    background-color: #FFF;
    border: grey 2px solid;
}


.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #343a40;
    cursor: pointer;
}

.step-no {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #bbb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #17a2b8!important;
}

.step-no-sm {
    margin: 0px;
    display: inline-flex;
    border: 3px solid #bbb;
    width: 30px;
    height: 30px;
    background-color: #fff;
}

.step-label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.vertical-line {
    border: 2px solid #bbb;
    width: 1px;
    height: 40px;
}

.jiehuo-image {
}

.partner-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #eee;
    border-radius: 10px;
}
.partner-icon-small {
    width: 36px;
    height: 36px;
    border: 2px solid #eee;
    border-radius: 10px;
}

#express-price-form {
    max-width: 660px;
    border: 2px solid #17a2b8;
    border-radius: 15px;
    padding: 15px;
}

.express-ship-div {
    border: 2px solid #17a2b8;
    border-radius: 15px;
}

.expreess-ship-form-header {
    border-radius: 11px 11px 0px 0px;
    padding-left: 10px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.w-90 {
    width: 90%!important;
}

.w-40 {
    width: 40%!important;
}

#address-modal-address-list div:hover {
  cursor: pointer;
  border: 1px solid #17a2b8;
}

.payment-logo {
    width: 80px;
    height: 80px;
    margin: 0.50rem;
    background-color: #FFF;
}
