@charset "UTF-8";
/* input[type=text],*/

input:not([type=checkbox]):not([type=radio]),
textarea {
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

/* 基于父级做定位 */
.rightTip {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30%;
}

@keyframes zy {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(0deg);
    }

    75% {
        transform: translateX(5deg);
    }

    100% {
        transform: translateX(0px);

    }
}

@media screen and (max-width: 750px) {
    .rightTip {
        display: block;
        animation: 2s zy linear infinite;
        -moz-animation: zy 2.5s .15s linear infinite;
        -webkit-animation: zy 2.5s .15s linear infinite;
        -o-animation: zy 2.5s .15s linear infinite;
    }
}

/*  ******************** 订单样式 begin ******************** */
.orderList .topW {
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    padding-bottom: 4px;
}

.orderList .topW::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

.orderList .topW::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2577C9;
}

.orderList .topW::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #F2F5F8;
}

.orderList .topW:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #E2E8F0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.orderList .topW li {
    min-width: 140px;
    padding: 8px 10px;
    background: #F2F5F8;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #a5b4c8;
    cursor: pointer;
    margin-right: 3px;
}

.orderList .topW li.selected,
.orderList .topW li:hover {
    background: #2577C9;
    color: #fff;
}

.orderList .topW li a {
    color: #a5b4c8;
}

.orderList .topW li.selected a,
.orderList .topW li:hover a {
    color: #fff;
}

.orderList .topW li:last-child {
    margin-right: 0;
}

.orderList .botW .cont {
    padding: 20px;
}

.orderList .botW .cont:nth-child(2n) {
    background: #F7FAFC;
}

.orderList .botW .msg {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}

.orderList .botW .msg span {
    margin-right: 10px;
}

.orderList .botW .msg .price b {
    color: #f59a23;
}

.orderList .botW .msg span:last-child {
    margin-right: 0;
}


/* 表格样式 */

.orderList .botW .tableView {
    position: relative;
    width: 100%;
    overflow-x: auto;
    border: 1px solid #E2E8F0;
}

.orderList .botW table td {
    min-width: 150px;
    border-color: #E2E8F0;
}


/* 第一行 */
.orderList .botW table thead td {
    padding: 20px;
    border-top: none;
    color: #2D3748;
    font-size: 14px;
}

/* 最后一行 */
.orderList .botW table tbody tr:last-child td {
    border-bottom: none;
}

/* 每一行的第一列 */
.orderList .botW table tr td:first-child {
    border-left: none;
    min-width: 300px;
}

/* 每一行的最后一列 */
.orderList .botW table tr td:last-child {
    border-right: none;
}

.orderList .botW table .noBottomBorder {
    border-bottom: none;
}

.orderList .active {
    max-width: 200px;
}

.orderList .botW .proMsg {
    font-size: 12px;
    color: #7d8a9f;
    display: flex;
}

.orderList .botW .proMsg .imgW {
    width: 90px;
    margin-right: 15px;
}

.orderList .botW .proMsg .textW .name {
    width: 210px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 3px;
}

.orderList .botW .tableView .price {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    color: #2D3748;
}

.orderList .botW .btnW a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 5px 15px;
    background: #2577C9;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    margin: 2px 0;
    margin-right: 5px;
}

.orderList .botW .btnW a:nth-child(2) {
    background: #F59A23;

}

.orderList .botW .btnW a:nth-child(3) {
    background: #CBCBCB;
}

.orderList .botW .btnW svg,
.orderList .botW .btnW span {
    display: inline-block;
    vertical-align: middle;
}


.orderList .center .defaultPage {
    color: #ccc;
    margin: 68px auto 95px;
}

.orderList .center .defaultPage p {
    margin-top: 38px;
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
}

.orderList .center .defaultPage button {
    width: 150px;
    height: 40px;
    background: #2577C9;
    border-radius: 3px;
    margin: 30px auto 0;
    border: none;


    color: #fff;
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
}



@media screen and (max-width: 875px) {
    .orderList .topW li {
        min-width: 60px;
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    .orderList .botW .thead {
        display: none;
    }

    .orderList .botW .tr .td {
        width: 100%;
    }

    .orderList .botW .tr .td:nth-child(2):before,
    .orderList .botW .tr .td:nth-child(3):before {
        content: attr(data-title);
        font-weight: bold;
    }

    .orderList .botW .tr .td {
        display: block;
    }

    .orderList .botW .tr .proMsg {
        display: flex;
    }

    .orderList .botW .td {
        padding: 10px;
    }
}


/* 订单详情 */
.orderDetail .orderMSg {
    font-size: 20px;
}

.orderDetail .orderMSg div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

.orderDetail .orderMSg div span {
    margin-left: 10px;
}

.orderDetail .orderMSg .num {
    color: #333;
    font-weight: bold;
}

.orderDetail .orderMSg .date {
    color: #7d8a9f;
}

.orderDetail .orderMSg .price {
    font-weight: bold;
    color: #333;
}


.orderDetail .orderMSg .price span {
    color: #f59a23;
}

.orderDetail .wrap {
    padding: 20px;
    border: 1px solid #E2E8F0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.orderDetail .title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.orderDetail .bgW {
    background: #F7FAFC;
    padding: 15px;
    border-radius: 5px;
}

.orderDetail .formMsg li {
    color: #333;
}

.orderDetail .formMsg li p {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 10px 20px 0 0;
}

.orderDetail .formMsg li p label {
    width: 20%;
    min-width: 160px;
    margin-right: 10px;
}

.orderDetail .formMsg li p .shortLabel {
    width: 130px;
}

.orderDetail .formMsg li p span {
    flex: 1;
    margin-right: 20px;
    color: #333;
}

.orderDetail .formMsg li:first-child {
    display: flex;
    flex-direction: row;
}

.orderDetail .formMsg li:first-child p {
    flex: 1;
}


.orderDetail .block1 .btn {
    padding: 5px 18px;
    background: #09BB07;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
    font-size: 12px;
}

.orderDetail .block1 .btn svg,
.orderDetail .block1 .btn span {
    display: inline-block;
    vertical-align: middle;
}

.orderDetail .block2 {
    color: #666;
}

.orderDetail .block2 .table {
    color: #333;
}

.orderDetail .block2 .table2 span {
    color: #f59a23;
}

.orderDetail .block2 .table2 small {
    color: #7d8a9f;
    display: inline;
}

.orderDetail .block2 .thead,
.orderDetail .block2 .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F7FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 3px;
}

.orderDetail .block2 .thead .td {
    padding: 10px 20px;
    position: relative;
}

.orderDetail .block2 .thead .td:before {
    content: "";
    width: 1px;
    background: #E2E8F0;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0;
}

.orderDetail .block2 .thead .td:last-child:before {
    display: none;
}

.orderDetail .block2 .tr {
    margin-top: 10px;
    border-bottom: 0;
    border-right: 0;
}

.orderDetail .block2 .tr .td {
    border-right: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}


.orderDetail .block2 .td {
    width: 16%;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.orderDetail .block2 .td.col-8-8 {
    width: 100%;
    display: block;
}

.orderDetail .block2 .td.col-3-8 {
    width: 37.5%;
}

.orderDetail .block2 .td.col-1-6 {
    width: 16.66667%;
}

.orderDetail .block2 .td.col-2-6 {
    width: 33.33333%;
}

.orderDetail .block2 .td.col-3-6 {
    width: 50%;
}


.orderDetail .block2 .text a {
    color: #2577C9;
    margin: 0 10px;
}

.orderDetail .block2 .text a,
.orderDetail .block2 .text svg {
    display: inline-block;
    vertical-align: middle;
}

.orderDetail .block2 .cust {
    text-align: right;
    margin-top: 15px;
}

.orderDetail .block2 .total {
    background: #F8F5F1;
    margin-top: 10px;
    text-align: right;
    color: #333;
    padding: 8px 20px;

}

.orderDetail .block2 .total strong {
    font-size: 18px;
    font-weight: bold;
}

.orderDetail .block2 .total span {
    display: block;
    color: #7d8a9f;
    font-size: 14px;
}

.orderDetail .block3 .bgW {
    min-height: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.orderDetail .block4 span {
    color: #f09216;
}

.orderDetail .block4 strong {
    color: #333;
}

.orderDetail .block5 li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 40px;
}

.orderDetail .block5 li.active:before {
    background: #F59A23;
    box-shadow: 0 0 0 2px #F7FAFC, 0 0 0 3px #F59A23;
}

.orderDetail .block5 li:last-child {
    padding-bottom: 0;
}

.orderDetail .block5 li:last-child:after {
    display: none;
}

.orderDetail .block5 li:before {
    content: "";
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    background: #F7FAFC;
    position: absolute;
    top: 5px;
    left: 0;
    box-shadow: 0 0 0 2px #F7FAFC, 0 0 0 3px #D2D2D2;
}

.orderDetail .block5 li:after {
    content: "";
    width: 1px;
    background: #DADADA;
    position: absolute;
    left: 5px;
    top: 25px;
    bottom: 5px;
}

@media screen and (max-width: 875px) {
    .orderDetail .orderMSg {
        font-size: 14px;
    }

    .orderDetail .orderMSg div {
        margin-right: 0;
        display: block;
    }

    .orderDetail .formMsg li p {
        flex-direction: column;
    }

    .orderDetail .formMsg li:first-child {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {

    .orderDetail .wrap,
    .orderDetail .block2 .td {
        padding: 10px;
    }

    .orderDetail .block2 .td {
        width: 100% !important;
        display: block;
    }

    .orderDetail .block2 .thead,
    .orderDetail .block2 .thead {
        display: none;
    }

    .orderDetail .block2 .tr .td:before {
        content: attr(data-title);
        font-weight: bold;
    }

    .orderDetail .block2 .td.col-3-8 {
        display: flex;
    }

    .orderDetail .block2 .total strong {
        font-size: 14px;
    }

    .orderDetail .block2 .total {
        font-size: 12px;
    }
}

/*  ******************** 订单样式 end ******************** */

/*  ******************** 登录注册+地址+忘记密码的样式 begin ******************** */

.pt25 {
    padding-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

/*a {*/
/*color: var(--brand);*/
/*}*/

a:hover {
    text-decoration: none;
}

.display_none {
    display: none;
}

/* 输入框公共样式 */
.loginRegister_block1 .inputW input,
.loginRegister_block1 .inputW select,
.loginRegister_block1 .selectWrap input,
.loginRegister_block1 .selectWrap select {
    border: 1px solid #E2E8F0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    padding: 0 10px;
}

.loginRegister_block1 .titW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--font);

}

.loginRegister_block1 .titW .r {
    color: var(--font);
}

.loginRegister_block1 .titW .r a {
    font-weight: bold;
}

.loginRegister_block1 .validateBox {
    position: relative;
    padding-bottom: 25px;
}

.loginRegister_block1 .tit {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-top: 40px;
}

.loginRegister_block1 .subTit {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6B7A94;
    margin: -20px auto 50px;
}

.loginRegister_block1 label {
    margin-bottom: 5px;
    display: inline-block;
    color: #000;
}

.loginRegister_block1 .checkBoxW {
    font-size: 14px;
    margin-top: 5px;
}

.loginRegister_block1 .checkBoxW label {
    color: var(--secondary);
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginRegister_block1 .checkBoxW input[type=checkbox] {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.loginRegister_block1 .checkBoxW a {
    font-weight: normal;
}

.loginRegister_block1 .flexCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.loginRegister_block1 .flexCol2>div {
    width: 49%;
}

.loginRegister_block1 .btnW {
    width: 80%;
    margin: 30px 10% 40px 10%;
    position: relative;
}

.loginRegister_block1 .btnW button {
    width: 100%;
    height: 44px;
    background: var(--brand);
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 3px;
}

.loginRegister_block1 .btnW .subText {
    text-align: center;
    color: #4d4d4d;
    font-size: 14px;
    margin-top: 20px;
}

.loginRegister_block1 .btnW .subText a {
    font-weight: bold;
}

.loginRegister_block1 .reaciveError {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: normal;
    margin-bottom: 10px;

}

.loginRegister_block1 .reaciveError li {
    color: #f44336;
    margin-right: 10px;
    font-weight: bold;
}

.formError label.error {
    color: #f44336;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-weight: bold;
}

.formError span.error {
    padding-bottom: 2px;
    color: #f44336;
}

/* 边框样式 */
.loginRegisterCenter {
    max-width: 544px;
    border: 1px solid #E2E8F0;
    border-radius: 5px;
    margin: 0 auto 80px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.loginRegisterCenter .wrap {
    width: 80%;
    margin-left: 10%;
}

.loginRegisterCenter .px60 {
    padding-left: 60px;
    padding-right: 60px;
}

.addressBookCenter {
    width: 100%;
}

.addressBookCenter .titW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    color: var(--font);
}

.addressBookCenter .titW .l {
    font-size: 22px;
    font-weight: bold;
}

.addressBookCenter .titW .r {
    padding: 10px;
    background: #2577C9;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 12;
}

.addressBookCenter .addressW {
    background: #F5F8FA;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 2px solid #F5F8FA;
    padding: 0 20px 20px;
    position: relative;
}

.addressBookCenter .addressW .addressInfo {
    width: 80%;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.addressBookCenter .addressW .addressInfo p {
    margin-top: 20px;
}

.addressBookCenter .addressW .addressActionW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.addressBookCenter .addressW .addressActionW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.addressBookCenter .addressW .addressActionW a:hover {
    text-decoration: none;
}

.addressBookCenter .addressW .addressActionW .btn_default {
    border: none;
    border-radius: 3px;
    color: #fff;
    height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.addressBookCenter .addressW .addressActionW .btn_default .icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.addressBookCenter .addressW .addressActionW .editBtn {
    background: #91C714;
}

.addressBookCenter .addressW .addressActionW .deleteBtn {
    background: #DB0706;
}

.addressBookCenter .addressW .imgW {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.addressBookCenter .addressW .imgW .defaultIcon {
    width: 30px;
    height: 30px;
    background: #91C714;
    border-radius: 50%;
}

.addressBookCenter .addressW .imgW_active {
    display: block;
}

.addressBookCenter .addressW_active {
    border: 2px solid #91C714;
    background-color: #fff;
}

.addressBookCenter .defaultPage {
    color: #ccc;
    margin: 68px auto 95px;
}

.addressBookCenter .defaultPage p {
    margin-top: 38px;
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
}

.addressBookCenter #createAddressForm .titW {
    margin-bottom: 15px;
}

.addressBookCenter #createAddressForm .addressBtnW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.addressBookCenter #createAddressForm .addressBtnW .defaultBtn {
    width: 160px;
    background: none;
    font-size: 14px;
    color: #4D4D4D;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.addressBookCenter #createAddressForm .addressBtnW .cancelBtn {
    margin-right: 20px;
}

.addressBookCenter #createAddressForm .addressBtnW .addBtn {
    background: #2577C9;
    border: 1px solid #2577C9;
    color: #fff;
}

.addressBookCenter #createAddressForm .validateBox .error {
    padding-left: 20px;
}

.addressModal .modal-content {
    width: 300px;
    margin: 30% auto 0;
    border: none;
}

.addressModal .modal-content h5 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    width: 100%;
    padding: 1.5rem 0;
}

.addressModal .modal-body {
    color: #718096;
    border: none !important;
    background-color: #fff;
    overflow: visible;
    border-radius: 6px !important;
    padding: 14px;
}

.addressModal .modal-footer {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.addressModal .modal-footer button {
    display: block;
    width: 50%;
    margin: 0 !important;
    border: none;
    float: left;
    height: 50px;
    letter-spacing: 0.25px;
    border-radius: 0;
}

.addressModal .modal-footer .cancelBtn {
    background: #dee8ff;
    color: #2d3748;
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.addressModal .modal-footer .deleteBtn {
    background: #d24136;
    color: #fff;
    border-bottom-right-radius: calc(0.3rem - 1px);
}

/*  ******************** 登录注册+地址的样式 end ******************** */