.row input[type=text], .row input[type=password], .row input[type=email], .row input[type=url], .row 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;
}

.form-resetpw {
    text-align: right;
    margin-bottom: 1rem;
}

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

.register {
    margin: 0 auto;
}

.register_totaltip,
.resetpw_tip {
    color: #e24247;
}

.register_form {
    text-align: left;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.common_group {
    margin-bottom: 1rem;
}

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

.register_form-href {
    text-decoration: underline !important;
}

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

.register_form-submit,
.resetpw_form-submit,
#content.row .section-header__title {
    text-align: center;
}

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

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

.register_form-subscribe {
    color: #2a2a2a;
}

/* 登录 */

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

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

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

.login_form-href {
    text-decoration: underline !important;
}

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

.login_form-submit {
    margin-top: 1rem;
}

/* 找回 */

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

.resetpw_tip {
    display: none;
}

.resetpw_totaltip {
    margin-top: 0.625rem;
    color: #e24247;
    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;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

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

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

.resetpw_code-input {
    height: 44px;
}

#content {
    min-height: 300px;
}

#content.row .button {
    width: 100%;
	margin-bottom: 1rem;
}

#content.row {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0;
}

.register-box {
    margin: 0 auto;
}

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

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

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

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

.address_add {
    margin-top: 1rem;
}

.address_list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-evenly;
}

.address_list .address-item {
    width: 390px;
    min-height: 200px;
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    margin-top: 30px;
    position: relative;
}

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

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

.address_list .address-item_header_operate_btn {
    text-decoration: underline;
    cursor: pointer;
    color: var(--mcshop-editor-setting-color_primary);
}

.address_list .address-item_header_operate_btn:not(:first-child) {
    margin-left: 17px;
    margin-right: 1rem;
}

.address_list .address-item_header {
    height: 51px;
    padding: 20px 0 1rem;
    line-height: 16px;
    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(--mcshop-editor-setting-color_button_primary_text);
    border-bottom: 0.2em solid var(--mcshop-editor-setting-color_button_primary_text);
    position: absolute;
    top: -3.9em;
    right: 0.8em;
    transform: rotate(40deg);
}

/* 地址 */

.address-book .address-form {
    width: 430px;
    margin: 40px auto 0;
    text-align: center;
}
@media only screen and (max-width: 749px){
    .address-book .address-form {
        width: 100%;
    }
}

.changepwd_form{
    width: 100%;
}

.col-md-6{
    width: 50%;
}


.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;
    align-content: space-around;
    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;
}

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

.form-control {
    height: 44px;
    padding: 6px 12px;
    font-size: var(--system-type-body-font-size);
    line-height: 1.7;
    border-radius: 2px;
}

.form-control {
    margin-bottom: 0;
}

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

.form-check {
    position: relative;
    display: flex;
}

.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 {
    margin-left: 25px;
    font-size: 12px;
    line-height: 18px;
}

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

.layui-layer-btn a {
	display: inline-block;
	font-size: var(--system-type-btn-font-size);
	font-family: var(--mcshop-editor-setting-btn_font_family), serif;
	font-weight: var(--font--button-weight);
	font-style: var(--font--button-style);
	letter-spacing: var(--system-type-btn-letters-spaced);
	text-transform: var(--system-type-btn-font-all-caps);
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	background-color: transparent;
	color: var(--mcshop-editor-setting-color_primary);
	border-color: var(--mcshop-editor-setting-color_primary);
}

.layui-layer-btn .layui-layer-btn0 {
	border: 1px solid transparent;
	background-color: var(--mcshop-editor-setting-color_primary);
	color: var(--mcshop-editor-setting-color_button_primary_text);
}

.changepwd {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.changepwd_form-submit {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.changepwd_form-tip {
    color: #eb2020;
}

.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_title {
    margin-bottom: 2rem;
}

.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;
}