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

    .container-page-gap {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

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

#content.row .btn {
    width: 100%;
    max-width: 430px;
}

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

/*.btn-primary {*/
/*    position: relative !important;*/
/*    color: #FFFFFF !important;*/
/*}*/

/*.btn {*/
/*    font-family: Rubik, sans-serif !important;*/
/*    font-style: normal !important;*/
/*    font-weight: 400 !important;*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    color: #212529;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    border: 1px solid transparent;*/
/*    padding: 0.675rem 1.75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 0.5;*/
/*    border-radius: 0;*/
/*    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
/*}*/

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

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

.register {
    margin: 0 auto;
}

.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;
    padding-top: 1rem;
}

.common_group {
    height: auto;
}

.common_label {
    height: 1rem;
    font-size: .875rem;
    color: #777;
    line-height: 1rem;
    margin-bottom: 0.75rem;
    display: block;
}

/*.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-bottom: 1.25rem;
    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 {
    width: 92%;
    text-align: center;
    margin: 0 auto;
}

.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 {
    width: 100%;
    text-align: right;
    display: inherit;
}

.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-submit {
    display: flex;
    text-align: center;
    margin-bottom: 1.375rem;
    flex-direction: column;
}


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

.resetpw_title {
    font-size: 1.23rem;
    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;
}

.common_input {
    width: 100%;
    height: 2.75rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 0.9375rem;
    font-size: .875rem;
    line-height: 1.0625rem;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
}

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

.resetpw_code-button {
    min-width: 50%;
    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-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;
}

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

#content {
    min-height: 300px;
}

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

.register-box {
    margin: 0 auto;
}

.register-success {
    width: 35rem;
	max-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_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;
	max-width: 100%;
	height: 3.125rem;
    font-size: 1.125rem;
}

.address {
    width: 92%;
    margin: 0 auto;
    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 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-evenly;
}

.address_list .address-item {
    width: 390px;
    height: 218px;
    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 #000000;
    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: #444951;
}

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

.address_list .address-item_header_operate_btn {
    text-decoration: underline;
    cursor: pointer;
    color: #444951;
}

.address_list .address-item_header {
    height: 51px;
    padding: 20px 0 15px;
    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 #fff;
    border-bottom: 0.2em solid #fff;
    position: absolute;
    top: -3.9em;
    right: 0.8em;
    transform: rotate(40deg);
}

/* 地址 */

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

.address-book .address-form {
    width: 100%;
    max-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 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000 !important;
    background-color: rgba(88, 88, 88, 0.1);
    background-clip: padding-box;
    border: 1px solid #d7dcde;
    border-radius: 0;
    margin-bottom: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-check {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.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;
    color: #777;
}

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

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

/*#address_submit {*/
/*    margin-bottom: 1rem;*/
/*    padding: 10px;*/
/*    background-color: #0d0d0d;*/
/*    color: #FFFFFF;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*}*/

.layui-layer-btn .layui-layer-btn0 {
    border-color: #528ec1;
    background-color: #528ec1;
    color: #fff;
}

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

.changepwd_title {
    font-size: 1.75rem;
    color: #444951;
    line-height: 2.125rem;
    text-align: center;
    margin-bottom: 2rem;
}

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

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

div.input-danger {
    color: #eb2020;
}

span.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 {
    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 .layui-layer-btn0 {
    border-color: #528ec1;
    background-color: #528ec1;
    color: #fff;
}


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

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

div.input-danger {
    color: #eb2020;
}

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


@media (min-width: 768px) {

    #content.row {
        width: 50%;
    }

    .register {
        margin: 0 auto;
        width: 100%;
        max-width: 430px;
    }

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

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

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

}