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

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

.form-resetpw {
    margin-top: 15px;
    height: 1px;
}

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

.register {
    margin: 0 auto;
}

.register_totaltip {
    color: #e24247;
    /*font-size: .875rem;*/
}

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

.common_group {
    margin-bottom: 1rem;
}

/*.common_label {*/
/*    font-size: .875rem;*/
/*}*/

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

.register_form-href {
    text-decoration: underline !important;
    /*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 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;
}

/* 登录 */

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

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

.login_form-href {
    text-decoration: underline !important;
    /*font-size: .875rem;*/
}

.login_form-resetpw {
    text-align: right;
    display: inline-block;
    width: 100%;
}

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

/* 找回 */

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

.resetpw_tip {
    display: none;
	color: #e24247;
}

.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;
    align-items: center;
    flex-direction: row;
}

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

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

.resetpw_form-submit {
    text-align: center;
    margin-top: 0;
}

.resetpw_code-input {
    display: inline-block !important;
    width: 100% !important;
    height: 2.75rem !important;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 0.9375rem !important;
    font-size: .875rem;
    line-height: 1.0625rem !important;
    margin-right: 0.875rem !important;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
}

#content {
    min-height: 300px;
}

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

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

.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 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.address_list {
    margin: 20px auto 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
    gap: 40px;
}

.address_list .address-item {
    width: 100%;
    max-width: 400px;
    min-height: 200px;
    border: 1px solid #dfdfdf;
    color: #444951;
    font-size: 14px;
    padding: 0 20px;
    overflow: hidden;
    /*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(--secondary-button-bg);
    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;
}

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

.address_list .address-item_header {
    padding: 60px 0 15px;
    display: flex;
    align-items: center;
	margin: 0;
}
.address-item_content{
    margin-bottom: 20px;
}
.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(--secondary-button-text);
    border-bottom: 0.2em solid var(--secondary-button-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.container-page{
        margin-bottom: 60px;
    }
    .address-book .address-form {
        width: 100%;
    }
}

.changepwd_form{
    width: 100%;
    max-width: 430px;
}


.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;
    flex-direction: column;
}

.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 {
	font-size: var(--font-size);
	font-stretch: normal;
	font-family: var(--main-family) !important;
	font-weight: var(--main-weight);
	font-style: var(--main-style);
	letter-spacing: var(--main-spacing);
	color: var(--text-color);
	border-top: 0;
	border-left: none;
	border-right: 0;
	border-bottom: 1px solid var(--dotted-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	height: var(--space-8);
	padding: 0 var(--space-5);
	line-height: var(--space-8);
	width: 100%;
	background: transparent;
}

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

.form-check {
    position: relative;
    display: block;
    text-align: left;
    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 {
    margin-left: 5px;
    font-size: 12px;
    line-height: 18px;
}

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

.layui-layer-btn a {
	font-family: var(--main-family);
	font-size: var(--font-size);
	font-weight: var(--main-weight);
	font-style: var(--main-style);
	text-transform: var(--buttons-transform);
	letter-spacing: var(--buttons-spacing);
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 0 var(--space-4);
	width: auto;
	-webkit-appearance: none;
	box-shadow: unset;
	transition: .3s ease-out;
	border: var(--buttons-border-weight) solid;
	background-color: transparent;
	border-color: var(--button-bg);
	color: var(--button-bg);
}

.layui-layer-btn .layui-layer-btn0 {
	border: none;
	border-radius: 1px;
	color: var(--secondary-button-text);
	background-color: var(--secondary-button-bg);
}

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

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

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

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

a.cancel {
    display: inline-block;
    text-align: right;
    width: 100%;
    text-decoration: underline;
}

.col-md-12 {
    width: 100%;
}


@media (min-width: 768px) {
    .col-md-6{
        width: 48%;
    }

    .form-row {
        align-content: space-around;
        justify-content: space-between;
        flex-direction: row;
    }
}
