@media (min-width: 768px) {
    .container-page {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .container-empty-gap {
        padding-top: 6.25rem;
        padding-bottom: 12.5rem;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
    margin-bottom: 0 !important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    position: relative !important;
    background: #404752;
    color: #FFFFFF !important;
}

.btn {
    width: 100%;
}

.main .layout .msshop-section .content .inner.with-layout-options {
	max-width: var(--page-max-width);
}

.section-header--title {
	font-family: var(--font-header-family);
	font-style: var(--font-header-style);
	text-transform: var(--font-header-text-transform);
	font-size: calc(28px * var(--font-header-scale));
	color: var(--color-body-text);
	font-weight: var(--font-header-weight-bolder);
}

.section-header--content {
	font-family: var(--font-base-family);
	font-style: var(--font-base-style);
	font-weight: var(--font-base-weight);
	font-size: calc(20px * var(--font-base-scale));
	color: var(--color-body-text);
	text-transform: none;
}

.contact-form .field-error, form .field-error {
	text-align: left;
}

/*注册 */
.register-box {
    width: 100%;
    text-align: center;
}

.register {
    margin: 0 auto;
    width: 100%;
}

.register_title {
    font-size: 1.75rem;
    line-height: 2.0625rem;
    color: #444951;
}

.register_totaltip {
    margin-top: 0.625rem;
    color: #e24247;
    font-size: .875rem;
    height: 0.875rem;
}

.register_form {
    text-align: left;
}

.common_input {
    margin-bottom: 0px !important;
}

.register_form-href {
    text-decoration: underline !important;
    color: #212121;
    font-size: .875rem;
}

.register_form-tip {
    display: block;
    font-size: .75rem;
    color: #e24247;
    line-height: .875rem;
    margin-top: 0.3125rem;
}

.register_form-prompt {
    color: #777;
    font-size: .875rem;
    line-height: 1.0625rem;
    margin-right: 0.625rem;
}

.register_form-href {
    text-decoration: underline !important;
    color: #212121;
    font-size: .875rem;
}

.register_form-submit {
    text-align: center;
    margin-top: 20px;
}

.register label.checkbox {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.register label.checkbox::before {
    content: "";
    width: 15px;
    height: 15px;
    float: left;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    margin-right: 9px;
    margin-top: 3px;
}

.register_form-subscribe {
    font-size: .875rem;
    color: #2a2a2a;
}

.register_form-button {
    min-width: 13.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
}

/* 登录 */

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.login {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.login_title {
    font-size: 1.75rem;
    color: #444951;
    line-height: 2.125rem;
}

.login_form {
    text-align: left;
    padding-top: 1rem;
}

.login_form-href {
    text-decoration: underline !important;
    color: #212121;
    font-size: .875rem;
}

.login_form-resetpw {
    float: right;
}

.login_form-tip {
    display: block;
    font-size: .75rem;
    color: #e24247;
    line-height: .875rem;
    margin-top: 0.3125rem;
}

.login_form-prompt {
    color: #777;
    font-size: .875rem;
}

.login_form-button {
    min-width: 13.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
}

/* 找回 */

.resetpw-box {
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.resetpw_title {
    font-size: 1.75rem;
    color: #444951;
    line-height: 2.0625rem;
}

.resetpw_tip {
    display: none;
}

.resetpw_totaltip {
    margin-top: 0.625rem;
    color: #e24247;
    font-size: .875rem;
    height: 0.875rem;
}

.resetpw_form {
    text-align: left;
    padding-top: 0.375rem;
}

.resetpw_form-tip {
    display: block;
    font-size: .75rem;
    color: #e24247;
    line-height: .875rem;
    margin-top: 0.3125rem;
}

.resetpw_code {
    display: flex;
    justify-content: space-between;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.resetpw_code-button {
    width: 11.125rem;
    height: 2.75rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -2px;
    margin-bottom: 0px !important;
}

[type="button"] {
    -webkit-appearance: none !important;
}

.resetpw_form-button {
    min-width: 13.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
}

#content {
    min-height: 300px;
}

.register-box {
    width: 100%;
    text-align: center;
}

.register-success {
    width: 35rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.5rem;
    text-align: center;
}

.register-success_title {
    margin: 0;
    margin-top: 1.5rem;
}

.register-success_title-text {
    font-size: 1.5rem;
    color: #212121;
    line-height: 1.75rem;
}

.register-success_bottom {
    margin-top: 2.25rem;
    margin-bottom: 10.125rem;
}

.register-success_button {
    width: 12.5rem;
    height: 3.125rem;
    font-size: 1.125rem;
}

/* 地址 */
.address_title {
    font-size: 28px;
    line-height: 2.625rem;
    text-align: center;
    color: #212121;
}

.address-book .address-form {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
}

.address-book .address-form .form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    justify-content: space-between;
}

.address-book .address-form .form-row > .col, .address-book .address-form .form-row > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.address-book .address-form .form-group {
    position: relative;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
	width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.address-book .address-form select {
        min-width: auto;
}

.row form select.text {
    border: 0;
    padding: 10px 10px 9px;
}

.address_book .address__form .form-check {
    margin-top: 25px;
    text-align: center;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.address_book .address__form input[type=checkbox] {
    width: 18px;
    height: 18px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    width: 16px;
    height: 16px;
}

.address-book .address-form .form-check .form-check-label {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #404752;
    text-transform: uppercase;
    position: relative;
    top: unset;
    left: unset;
}

.form-check-label {
    margin-bottom: 0;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.address {
    text-align: center;
}

.address_title {
    font-size: 28px;
    line-height: 2.625rem;
    text-align: center;
    color: #212121;
}

.address_add {
    margin-top: 15px;
    display: inline-block;
}


.address_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    align-items: center;
	gap: 20px;
}

.address_list .address-item {
    min-width: 400px;
    height: 218px;
    border: 1px solid #404752;
    color: #404752;
    font-size: 14px;
    padding: 0 20px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

@media (max-width: 768px) {
    .address_list .address-item {
	    min-width: unset;
        width: 100%;
    }
}

.address_list .address-item_header_tag {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 4em solid var(--color-body-text);
    border-left: 4em solid transparent;
}

.address_list .address-item_header_operate {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
}

.address_list .address-item_header_operate a:not(:first-child) {
    margin-left: 15px;
}

.address_list .address-item_header {
    height: 51px;
    padding: 20px 0 15px;
    line-height: 16 px;
    display: flex;
    align-items: center
}

.address_list .address-item_header_name {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address_list .address-item_content .address-info_item {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa-check {
    content: '';
    width: 0.8em;
    height: 1.4em;
    border-top: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
    border-right: 0.2em solid var(--color-body-text-neg);
    border-bottom: 0.2em solid var(--color-body-text-neg);
    position: absolute;
    top: -3.9em;
    right: 0.8em;
    transform: rotate(40deg);
}

.address_book .address_form .form-group_inline select {
    width: 99px;
    border: none;
    background: 0 0;
    background-position: right 5.5px center;
    padding-right: 15px;
    position: absolute;
}

.address_book .form-group_inline select {
    height: 44px;
    border: 1px solid #dfdfdf;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    padding-right: 30px;
    background: 0 0;
    color: #000;
}


.address_book .address_form .form-group_inline input {
    padding-left: 108px;
}

.address_book .address_form input[type=text] {
    height: 44px;
    border: 1px solid #dfdfdf;
    color: #212121;
}


.address_book .no-address_msg {
    font-size: 1rem;
    color: #212121;
    margin-bottom: 2rem;
}

.address_book .no-address_title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    color: #212121;
}

.address-book .address-form .text-danger {
    font-size: 14px;
    color: #d31616;
    text-align: left;
}

.address-book .address-form .input-danger input {
    border: 1px solid #d31616;
}

.layui-layer-btn a {
	text-decoration: none;
	cursor: pointer;
	font-family: var(--font-buttons-family);
	font-style: var(--font-buttons-style);
	font-weight: var(--font-buttons-weight);
	text-transform: var(--font-buttons-text-transform);
	font-size: calc(15px * var(--font-base-scale));
	color: var(--color-body-text);
	display: inline-block;
	text-align: center;
	background: transparent;
	transition: background 200ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
	transition: color 200ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
	transition: border-color 200ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
	border: 2px solid;
}

.layui-layer-btn .layui-layer-btn0 {
	border: 0;
	background: var(--color-body-text);
	border-color: var(--color-body-text);
	color: var(--color-body-text-neg);
}

.changepwd {
    margin: 0 auto;
    width: 100%;
}
.changepwd_title {
    font-size: 1.75rem;
    color: #444951;
    line-height: 2.125rem;
    text-align: center;
}
.changepwd_form-button {
    min-width: 13.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
}

span.changepwd_form-tip{
    color: #eb2020;
}

.btn-secondary {
    cursor: pointer;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    background: #404752;
    color: #fff;
    border-color: #404752;
    transition: background .2s cubic-bezier(.2, .3, .25, .9) 0s;
    padding: 14px;
    text-decoration: none;
}
.btn-secondary:hover  {
    background: #2a2e35
}
.register_form,.resetpw_form,.changepwd_form {
    max-width: 400px;
}

.address_delete{
    padding: 14px;
}

.address-book{
    max-width: 400px;
}

.register_form .btn-secondary,.resetpw_form .btn-secondary{
    padding: 0.375rem 0.75rem;
}