.singlePage {
    background: #FAFAFA !important;
}

.singlePage.help {
    background: #fff !important;
}

.singlePage .wrap {
    padding: 90px 0 40px;
    width: 980px;
    display: flex;
}

.loginBox {
    text-align: right;
    margin-top: 20px;
}

.singleBox {
    background: #fff;
    margin-top: 20px;
    min-height: 300px;
    padding: 20px;
    width: 100%;
}

.regForm {
    margin: 0 auto;
    width: 400px;
    padding: 40px 0;
}

.regForm h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

.regForm .li {
    margin-bottom: 20px;
}

.regForm label {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    line-height: 36px;
}

.regForm .ant-radio-button-wrapper {
    text-align: center;
    padding: 0;
    height: 36px;
    line-height: 36px;
}

.regForm .ant-input {
    width: 280px;
    height: 36px;
    padding-left: 15px;
    font-size: 14px;
}

.regForm .ant-btn {
    width: 280px;
}

.regForm .agree {
    padding-left: 110px;
    margin-bottom: 5px;
    margin-top: -10px;
}

.regForm .agree label {
    text-align: left;
    width: 280px;
}

#loginForm {
    position: relative;
}

#loginForm .click {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 67px;
    height: 68px;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 8px;
}

#loginForm .click.qr {
    background: url(../images/icon/login_qr.png) right top no-repeat;
}

#loginForm .click.pc {
    background: url(../images/icon/login_pc.png) right top no-repeat;
}

#loginForm .wechat_img {
    height: 180px;
    width: 180px;
    margin: 10px auto;
    overflow: hidden;
}

#loginForm .qr_reload {
    position: relative;
    width: 160px;
    height: 160px;
    margin-top: 10px;
    cursor: pointer;
}

#loginForm .qr_reload:after {
    content: "";
    background: url(../images/icon/login_reload.png) center no-repeat rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#loginForm .wechat_img img {
    width: 100%;
}

#loginForm .wechat_tip {
    text-align: center;
    padding: 5px;
    width: 200px;
    margin: 5px auto;
    border-radius: 20px;
    background: #ff6600;
    color: #fff;
    font-size: 12px;
}

.sliderBox {
    position: relative;
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #fff;
    background: #e8e8e8;
    border: 0;
    outline: none;
}

.sliderBox .bg, .sliderBox .slider, .sliderBox .txt {
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.sliderBox .slider {
    width: 50px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #d7d8d9;
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, .1);
    color: #737383;
}

.sliderBox .bg {
    width: 0;
    background-color: #52ccba;
    overflow: hidden;
    transition: background 1s ease-in;
}

.sliderBox .txt {
    width: 100%;
    background: #e8e8e8;
    overflow: hidden;
    color: #737383;
    text-align: center;
}

.sliderBox .txt span {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slideMove 3s infinite;
    -webkit-text-size-adjust: none;
}

@-webkit-keyframes slideMove {
    0% {
        background-position: -300px 0
    }
    100% {
        background-position: 300px 0
    }
}

.productImg {
    float: left;
    width: 450px;
    height: 450px;
    border: 1px solid #efefef;
    padding: 5px
}

.productDetail {
    float: left;
    width: 600px;
    margin-left: 40px
}

.productDetail h2 {
    font-size: 24px;
    color: #333;
}

.productDetail .priceBox {
    background: #f9f9f9;
    padding: 12px;
    margin: 20px 0;
    color: #999;
}

.productDetail .salePrice {
    font-size: 14px;
    color: #f04146;
}

.productDetail .salePrice em {
    margin-left: 4px;
    font-size: 36px;
    margin-right: 10px;
    font-style: normal;
}

.productDetail .marketPrice {
    text-decoration: line-through
}

.productDetail .priceDesc {
    margin-top: 10px;
    color: #999;
}

.productDetail .priceDesc span {
    padding-left: 10px;
    color: #333;
}

.productDetail .priceDesc em {
    font-style: normal;
    padding: 0 5px;
    color: #f04146;
    font-size: 14px;
}

.iptComp {
    display: flex;
    height: 27px;
    width: 97px;
    font-size: 14px;
}

.iptComp .dec, .iptComp .inc {
    width: 20px;
    height: 100%;
    border: 1px solid #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #363636;
}

.iptComp .dec::before {
    content: '-';
}

.iptComp .inc::before {
    content: '+';
}


.iptComp .ipt {
    margin: 0;
    width: 52px;
    height: 100%;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
    line-height: 25px;
    border: 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 0;
    font-size: 14px;
    color: #363636;
    font-weight: 100;
}

.buyBtn {
    border: 0;
    background: none;
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 14px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF5055), to(#FF3030));
    background-image: linear-gradient(90deg, #FF5055, #FF3030);
    border-radius: 7px;
    width: 146px;
}

.column {
    background: rgba(216, 216, 216, 0.1);
    padding: 15px 25px;
    font-size: 24px;
    color: #00CAB7;
    margin-top: 20px;
}

.attrs {
    display: inline-block;
    min-width: 78px;
    width: auto;
    padding: 0 10px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    margin-right: 10px;
}

.attrs.selected {
    position: relative;
    color: #F04146;
    border: 1px solid #F04146;
}

.attrBox {
    display: flex;
    padding: 0 0 20px 10px;
    line-height: 30px;
}

.attrBox .name {
    margin-right: 24px;
    color: #999;
}

.cartBox a {
    color: #00CAB7;
}

.cartBox .addressHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cartBox .addressHead h2 {
    font-size: 16px;
}

.cartBox .addressHead a {
    font-size: 14px;
}

.cartBox .addressList {
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 0;
}

.cartBox .addressList p {
    text-align: center;
}

.cartBox .addressItem {
    font-size: 14px;
    padding: 12px 20px 12px 60px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.cartBox .addressItem:hover {
    background: rgba(240, 65, 70, 0.05);
}

.cartBox .addressItem.selected {
    background: rgba(240, 65, 70, 0.1);
}

.cartBox .addressItem .opt {
    cursor: pointer;
    border: 1px solid #818181;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.cartBox .addressItem .checked {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    height: 15px;
    width: 15px;
}

.cartBox .addressItem .addr {
    margin: 0 30px 0 12px;
}

.cartBox .addressItem .name, .addressItem .tele {
    margin-right: 30px;
}

.cartBox .addressItem .edit {
    position: absolute;
    right: 30px;
    display: none;
}

.cartBox .goodsHead {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.cartBox .goodsList {
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 50px;
}

.cartBox .goodsList th {
    line-height: 50px;
    padding-bottom: 15px;
}

.cartBox .goodsList td {
    text-align: center;
    padding-bottom: 15px;
}

.cartBox .goodsList img {
    width: 100px;
    height: 100px;
    border: 1px solid #F6F6F6;
    margin-right: 12px;
}

.cartBox .feeTotal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
}

.cartBox .feeTotal li {
    display: flex;
    text-align: right;
    padding: 8px 0;
}

.cartBox .feeTotal .label {
    width: 300px;
    text-align: right;
}

.cartBox .feeTotal .value {
    width: 110px;
}

.cartBox .feeTotal .total {
    font-size: 22px;
    line-height: 28px;
    color: #F04146
}

.cartBox .feeTotal .balance {
    color: #F04146
}

.cartBox .feeTotal .ant-input {
    width: 90px;
    text-align: right;
}

.cartBox .bottomBar {
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F8F8;
}

.cartBox .bottomBar.fixed {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 1180px;
}

.cartBox .bottomBar p {
    padding-left: 14px;
}

.cartBox .bottomBar .btn {
    font-size: 16px;
    width: 158px;
    height: 100%;
    background: #F04146;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cartBox .goodsDesc {
    text-align: left;
    line-height: 22px;
}

.cartBox .goodsDesc .name {
    padding-bottom: 12px;
    font-size: 16px;
}

.cartBox .goodsDesc span {
    color: #999;
}

.cartBox .goodsDesc em {
    font-style: normal;
    padding: 0 2px;
    color: #f04146;
    font-size: 14px;
}

.orderBasic, .orderPay {
    margin-top: 30px;
    margin-left: 50px;
    display: flex;
}

.orderBasic .sIcon {
    margin-top: -10px;
    margin-right: 30px;
}

.orderBasic .sIcon i {
    font-size: 120px;
    color: #00CAB7;
}

.orderBasic .sTxt {
    padding-top: 10px;
}

.orderBasic .title {
    color: #4A4A4A;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}

.orderBasic .pay {
    margin-top: 10px;
}

.orderBasic .pay span {
    color: #F04146;
}

.orderBasic .amount {
    font-size: 22px;
    font-weight: bold;
}

.orderPay {
    position: relative;
    margin-bottom: 150px;
    margin-left: 110px;
}

.orderPay .label {
    line-height: 60px;
    margin-right: 20px;
}

.orderPay ul {
    position: relative;
    overflow: hidden;
}

.orderPay li.active {
    border: 1px solid #00CAB7;
}

.orderPay li {
    width: 210px;
    text-align: center;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    margin: 0 20px 20px 0;
}

.orderPay .payBox {
    position: absolute;
    top: -140px;
    right: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 10px 0 rgba(218, 218, 218, .46);
    border-radius: 2px;
    background: #fff;
    z-index: 5;
    display: none;
}

.orderPay .payBox .title {
    margin-bottom: 15px;
}

.orderPay .payBox .tip {
    font-size: 12px;
}

.orderPay .payBox em {
    color: #f60;
    font-style: normal;
}

.orderPay .payBox .qrFrame {
    width: 210px;
    height: 210px;
    border: 0;
    margin: 0 auto;
}

.payBtnArea {
    margin-left: 200px;
    padding-top: 30px;
}

.payBtnArea .ant-btn {
    font-size: 25px;
}

.payBtnArea .layui-icon {
    font-size: 20px;
}


.filter {
    padding: 10px 0 10px 15px;
    background-color: #f6f6f6;
    border-radius: 4px;
    margin-top: 10px;
}

.quickFilter {
    overflow: hidden;
    position: relative;
}

.filter .form-items {
    float: left;
}

.filter .form-item {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    width: auto;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
}

.filter .form-item label {
    width: auto;
    padding: 5px 5px 5px 0;
    font-size: 12px;
}

.filter .form-item .ant-input {
    margin-right: 5px;
    width: 180px;
}


.quickFilter .form-btns {
    float: left;
    padding-top: 2px;
}

.quickFilter .quickTimeSelect {
    overflow: hidden;
    float: left;
    padding-left: 5px;
}

.quickFilter .quickTimeSelect li {
    float: left;
    padding: 10px 5px;
    cursor: pointer;
    line-height: 1;
    font-size: 12px
}

.quickFilter .quickTimeSelect li:hover, .quickFilter .quickTimeSelect .active {
    color: #108ee9
}

.quickFilter .moreTip {
    font-size: 12px;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
}

.quickFilter .moreTip i {
    font-size: 13px
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #f60;
}

.detailFilter {
    margin-top: 8px;
    overflow: hidden;
    border-top: 2px solid #fff;
    padding-top: 10px;
    padding-right: 30px
}

.detailFilter .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
}

.detailFilter .row:after {
    content: " ";
    display: table;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
    margin-bottom: 10px;
}

.detailFilter .form-btns {
    float: right
}

.detailFilter .form-btns i {
    font-size: 13px
}

.detailFilter .form-btns .ant-btn {
    margin-right: 15px
}

.sideTree {
    width: 150px;
    margin-right: 12px;
    background-color: #fff;
    padding: 24px 0;
}

.sideTree dl {
    padding: 0 24px;
}

.sideTree dt {
    font-size: 16px;
    height: 15px;
    line-height: 15px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 20px;
}

.sideTree dt::before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 15px;
    background-color: #00CAB7;
    border-radius: 25%;
}

.sideTree dd {
    font-size: 14px;
    margin-bottom: 24px;
    padding-left: 16px;
}

.sideTree a {
    color: #363636;
    transition: 0.15s ease-out;
}

.sideTree a:hover {
    color: #00CAB7;
}

.sideTree dd a.active {
    color: #00CAB7;
}

.rtCont {
    background-color: #FFFFFF;
    padding: 24px;
    width: 1018px;
}

.rtCont .hTitle {
    font-size: 16px;
    margin-bottom: 10px;
}

.rtCont .pageList {
    text-align: center
}

.rtCont .helpCont {
    border: 1px dashed #E1E1E1;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 20px;
}

.orderList {
    padding-top: 16px;
}

.orderItem {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #e1e1e1;
}

.orderItem.unpay {
    border: 1px solid rgba(249, 221, 221, 0.8);
}

.orderItem .title {
    display: flex;
    justify-content: space-between;
    height: 34px;
    line-height: 20px;
    padding: 7px 20px;
    background: #f2f2f2;
    font-size: 12px;
}

.orderItem.unpay .title {
    background: #feedee;
}

.orderItem.unpay .title .status {
    color: #F04146;
}

.orderList .tDesc span {
    display: inline-block;
}

.orderList .tDesc span:not(:last-child) {
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid #E1E1E1;
}

.orderItem .oCont {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.orderItem .oCont a.goods:hover {
    color: #333;
}

.orderItem .oCont .goods {
    display: flex;
    width: 600px;
}

.orderItem .oCont .goods img {
    border: 1px solid #f6f6f6;
    width: 112px;
    height: 112px;
}

.orderItem .oCont .info {
    padding-left: 11px;
}

.orderItem .oCont .sub {
    padding-top: 5px;
    color: #999;
    font-size: 12px;
}

.orderItem .oCont .price {
    width: 120px;
}

.orderItem .oCont .price .num {
    padding-top: 8px;
}

.orderItem .oCont .total {
    width: 120px;
}

.orderItem .oCont .total .num {
    color: #999;
    margin-top: 4px;
}

.orderItem .oCont .btns {
    width: 110px;
}

.orderItem .oCont .btns .ant-btn {
    width: 110px;
    margin-bottom: 14px;
    margin-left: 0;
    font-size: 14px;
}

.noList {
    padding: 80px 0;
    text-align: center;
    color: #999;
}

.rtCont .nav {
    margin-bottom: 24px;
    font-size: 16px;
    color: #363636;
}

.rtCont .nav .my {
    font-size: 16px;
    color: #363636;
    font-weight: bold;
}

.rtCont .nav span {
    margin: 0 6px;
    display: inline-block;
    color: #6f6f6f;
    vertical-align: 1px;
}

.ordDetail .statusOpt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.ordDetail .statusDes {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    display: flex;
    min-width: 400px;
}

.ordDetail .statusDes h2 {
    color: #F04146;
    font-size: 16px;
    padding-right: 15px;
}

.ordDetail .stepBox .step {
    height: 24px;
    line-height: 24px;
    background: #f1f1f1;
    border-radius: 20px;
    position: relative;
}

.ordDetail .stepBox .current {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    text-align: center;
    background-image: linear-gradient(45deg, #7FBEFC 0%, #51A9FF 43%, #8C78F3 100%);
    color: #fff;
}

.ordDetail .stepBox .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.ordDetail .stepBox .progress span {
    width: 100%;
}

.ordDetail .stepBox .progress span.over {
    color: #fff;
}

.ordDetail .stepBox .txt {
    font-size: 12px;
    color: #363636;
    margin-top: 12px;
    display: flex;
    justify-content: space-around;
}

.ordDetail .stepBox .txt span {
    white-space: nowrap;
}

.ordDetail .orderItem {
    margin: 24px 0;
}

.ordDetail .orderItem h3 {
    height: 34px;
    line-height: 34px;
    background-color: #ffecee;
    padding: 0 20px;
    font-size: 12px;
}

.ordDetail .addr {
    overflow: hidden;
    padding-bottom: 15px;
}

.ordDetail .addr .label {
    float: left;
    font-size: 16px;
    width: 140px;
}

.ordDetail .addr .value {
    float: left;
    margin-top: 3px;
    font-size: 14px;
    width: 700px;
}

.ordDetail .sum {
    border-top: 1px solid #F2F2F2;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ordDetail .sum li {
    display: flex;
    text-align: right;
    padding-bottom: 10px;
}

.ordDetail .sum .label {
    width: 90px;
}

.ordDetail .sum .value {
    width: 130px;
}

.ordDetail .sum li.total {
    border-top: 1px solid #F2F2F2;
    padding-top: 10px;
}

.ordDetail .sum li.total .value {
    font-size: 22px;
    line-height: 28px;
    margin-top: 2px;
    color: #F04146;
    font-family: 'PingFangSC-Medium';
}


.invoiceBox {
    padding-bottom: 30px;
}

.invoiceBox .tip {
    padding: 20px;
    border: 1px dashed #E1E1E1;
    border-radius: 5px;
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    margin-bottom: 20px;
}

.invoiceBox .title {
    font-size: 16px;
    line-height: 25px;
}

.invoiceBox li {
    padding-top: 20px;
    display: flex;
    line-height: 36px;
}

.invoiceBox li .label {
    width: 150px;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
    color: #333;
}

.invoiceBox li .ant-input {
    width: 300px;
}

.invoiceBox li a {
    margin-left: 20px;
}

.mineTop {
    display: flex;
    flex-direction: row;
    margin: -24px -24px 24px;
    border-bottom: 16px solid #fafafa;

}

.mineTop .avt {
    display: flex;
    align-items: center;
    width: 300px;
    flex-direction: column;
    padding: 24px;
    border-right: 1px solid #efefef;
}

.mineTop .avt .name {
    font-size: 16px;
    color: #363636;
    height: 22px;
    line-height: 22px;
    padding-bottom: 30px;
}

.mineTop .avt .img {
    margin-bottom: 8px;
    width: 50px;
    border-radius: 25px;
}

.mineTop .account {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}

.mineTop .item {
    width: 220px;
    text-align: center;
}

.mineTop .item:not(:last-child) {
    border-right: 1px solid #E1E1E1;
}

.mineTop .item .type {
    padding: 15px 0;
}

.mineTop .item .val {
    font-size: 26px;
    color: #363636;
}

.mineOrder {
    border-top: 1px solid #efefef;
}

.mineOrder .item {
    padding: 20px 50px 20px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #efefef;
}

.mineOrder .item .img {
    width: 80px;
}

.mineOrder .item .desc {
    flex: 1;
    padding: 0 200px 0 20px;
}

.mineOrder .item .desc .tip {
    font-size: 12px;
    line-height: 22px;
    color: #666;
}

.mineOrder .item .desc .date {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    color: #999;
}

.mineAddrList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 16px 0;
}

.mineAddrList .addressAdd, .mineAddrList .addressItem {
    position: relative;
    margin-bottom: 26px;
    margin-left: 0;
    margin-right: 16px;
    width: 290px;
    height: 129px;
}

.mineAddrList .addressItem:hover .btns {
    visibility: visible !important;
}

.mineAddrList .addressItem:nth-of-type(3n) {
    margin-right: 0;
}

.mineAddrList .addressAdd {
    cursor: pointer;
    border: 6px solid #F2F2F2;
    margin-right: 0;
}

.mineAddrList .line,
.mineAddrList .vline {
    position: absolute;
    background: #F2F2F2;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.mineAddrList .line {
    width: 60px;
    height: 6px;
}

.mineAddrList .vline {
    height: 60px;
    width: 6px;
}

.mineAddrList .addressItem {
    padding: 1px;
    background-image: url('../images/icon/addr_0.png');
    background-size: cover;
}

.mineAddrList .addressItem.default {
    background-image: url('../images/icon/addr_1.png');
}

.mineAddrList .addressItem .def {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.26);
    color: #FFFFFF;
}

.mineAddrList .addressItem .cont {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 30px 13px;
    background-color: transparent;
}

.mineAddrList .addressItem .cont .info {
    margin-bottom: 10px;
}

.mineAddrList .addressItem .cont .info span:first-child {
    margin-right: 34px;
}

.mineAddrList .addressItem .cont .name {
    width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.mineAddrList .addressItem .cont .addr {
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.mineAddrList .addressItem .btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.mineAddrList .addressItem a {
    color: #256EFF;
    margin-left: 16px;
    cursor: pointer;
}

.homeGoods {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.homeGoods .item {
    margin-top: 20px;
}

.homeGoods .item .pos {
    position: relative;
    width: 100%;
    height: 600px;
    overflow-x: hidden;
}

.homeGoods .item .pos.left .info {
    left: 30px;
}

.homeGoods .item .pos .bg {
    width: 1920px;
    position: absolute;
    height: 600px;
    top: 0;
    bottom: 0;
    left: calc(50% - 960px);
    background-repeat: no-repeat;
    background-size: cover;
}

.homeGoods .item .pos .bg .info {
    position: absolute;
    top: 120px;
    right: 30px;
    width: 500px;
}

.homeGoods .item .pos .bg .info .name {
    width: 500px;
    font-size: 50px;
    font-weight: bold;
    color: #333333;
    line-height: 70px;
}

.homeGoods .item .pos .bg .info .desc {
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.homeGoods .item .pos .bg .info .desc .tag-span {
    display: inline-block;
    width: 64px;
    height: 2px;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    background-color: #F04146;
    color: #fff;
    font-size: 18px;
    margin-right: 6px;
}

.homeGoods .item .pos .bg .info .desc p {
    line-height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    color: #333333;
}

.homeGoods .item .pos .bg .info .price {
    margin-top: 60px;
    display: flex;
    font-family: 'Heiti TC';
}

.homeGoods .item .pos .bg .info .price .sale {
    font-size: 30px;
    color: #F04146;
}

.homeGoods .item .pos .bg .info .price .ori {
    font-size: 18px;
    color: #999999;
    margin-left: 8px;
    line-height: 38px;
    text-decoration: line-through;
}

.homeGoods .wBox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.help-idx {
    background: url(../images/hlp_bg.png) 500px 50px no-repeat;
    min-height: 300px;
}

.help-idx h2 {
    font-size: 32px;
    padding: 30px 0;
    color: #00CAB7;
}

.help-idx h3 {
    padding: 150px 0 20px;
    font-size: 14px;
    color: #00CAB7;
}

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

.goodsList .item {
    display: flex;
    width: 585px;
    padding: 40px 20px;
    background: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
}

.goodsList .item:hover {
    border: 1px solid #00CAB7;
}

.goodsList .item .img {
    width: 200px;
    height: 200px;
    position: relative;
}

.goodsList .item .img img {
    width: 100%;
    height: 100%;
}

.goodsList .item .info {
    width: 355px;
    padding-left: 20px;
}

.goodsList .item .info .name {
    font-size: 24px;
    color: #363636;
    font-weight: bold;
    margin-top: 15px;
    width: 330px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goodsList .item .info .tip {
    margin-top: 6px;
    color: #FF5055;
    background: rgba(232, 80, 75, 0.1);
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 9px;
    display: inline-block;
}

.goodsList .item .info .desc {
    font-size: 14px;
    color: #363636;
    margin-top: 6px;
    width: 330px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goodsList .item .info .price {
    display: flex;
    margin: 15px 0;
    font-family: "PingFangSC-Light", "Microsoft YaHei";
}

.goodsList .item .info .price .sale {
    font-size: 28px;
    color: #FF5055;
}

.goodsList .item .info .price .org {
    font-size: 18px;
    color: #999999;
    text-decoration: line-through;
    position: relative;
    top: 10px;
    left: 10px;
}

.goodsList .item .btn {
    border-radius: 20px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background: #E8504B;
    color: #fff;
}

@media screen and (max-width: 960px) {
    #header .menu {
        display: none;
    }
}