.content {
    width: 100%;
}

.content-left {
    width: 24rem;
}

.about-swiper {
    width: 100%;
    height: 11rem;
    overflow: hidden;
    position: relative;
}

.about-swiper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-swiper .about-swiper-con {
    width: 100%;
    height: 100%;
    padding: 3rem 1.6rem 0 2rem;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.about-swiper .about-swiper-h2 {
    font-size: 2rem;
    font-family: '宋体';
}

.about-swiper .about-swiper-tit {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.content-logo {
    width: 100%;
    height: 7.6rem;
    box-sizing: border-box;
    padding: 1.6rem 0 1.7rem 2rem;
    border-bottom: .1rem solid #EBEBEB;
    background: #fff;
}

.content-logo .logo-tit {
    font-size: 2rem;
    font-weight: bold;
    color: #1C1D21;
}

.content-logo .logo-en {
    font-size: 1.2rem;
    color: #B2B2B2;
    margin-top: 0.4rem;
}

.content-left-ul {
    width: 100%;
    padding-left: 2rem;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 4rem;
}

.content-left-ul li {
    width: 100%;
    height: 5.6rem;
    line-height: 5.6rem;
    font-weight: bold;
    border-bottom: .1rem solid #EBEBEB;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #737373;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-left-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #737373;
}

.content-left-ul .active {
    border-bottom: .1rem solid #71BD1D !important;
}

.content-left-ul a:hover,
.content-left-ul .active a {
    color: #71BD1D;
}

.content-left-ul li:last-child {
    border-bottom: none;
}

.content-right {
    width: 100%;
    background: #fff;
    padding: 2rem 1.6rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 4rem;
    position: relative;
}

.product-top {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.product-bottom {
    padding: 2rem 1.6rem 1rem;
}

.product-details {
    padding: 2rem 1.6rem;
}

.content-fz-top {
    padding-bottom: 2rem;
}

.content-h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1C1D21;
    margin-bottom: 1rem;
}

.content-fz-js {
    width: 100%;
}

.content-fz-js-img {
    width: 100%;
    height: 27.4rem;
    overflow: hidden;
    margin-top: 1rem;
}

.content-fz-js img {
    width: 100%;
}

.content-fz-js-tit {
    width: 100%;
    font-size: 1.4rem;
    color: #737373;
    line-height: 2.8rem;
    overflow: hidden;
}

.content-fz-conent-d {
    width: 100%;
    margin: 2rem 0;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding-bottom: 1.6rem;
    border-bottom: .1rem solid #EBEBEB;
    color: #737373;
}

.content-fz-l {
    width: 100%;
    line-height: 2.8rem;
    color: #1C1D21;
}

.content-fz-l p span {
    font-weight: bold;
}

.content-fz-table {
    width: 100%;
    margin-top: 2rem;
}


.content-fz-table-td {
    position: relative;
    line-height: 2.8rem;
    font-size: 1.4rem;
    color: #1C1D21;
    padding-left: 7rem;
    box-sizing: border-box;
    margin-bottom: 1rem;

}

.content-fz-table-tit {
    width: 7rem;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}

.fz-credential {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fz-credential li {
    width: 100%;
    margin-bottom: 2rem;
}

.fz-credential li img {
    width: 100%;
}

.content-lei {
    width: 100%;
    line-height: 4rem;
    line-height: 4rem;
}

.content-lei span {
    display: inline-block;
    width: 30%;
}

.content-lei .show-ul {
    color: #71BD1D;
    width: 70%;
}

.product-hide-ul {
    position: fixed;
    bottom: -60%;
    left: 0;
    width: 100%;
    height: 60vh;
    background: #fff;
    z-index: 9999;
    transition: all .4s;
    box-sizing: border-box;
    overflow-y: auto;
}

.product-top-ul {
    padding: 1.6rem 0;
    width: 100%;
    min-height: 60vh;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.product-top-ul li {
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
    margin: 0 .4rem 1rem 0;
}

.product-top-ul li a {
    height: 100%;
    display: block;
    font-size: 1.2rem;
    color: #737373;
    padding: 0 1.6rem;
    /* background: #F5F6FA; */
    transition: all .4s;
}

.product-top-ul .active a {
    /* color: #fff;
    background: #71BD1D; */
}

.product-table {
    width: 100%;
}

.table-tb,
.table-th {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.table-tb {
    background: #fff;
    color: #1C1D21;
}

.table-tb:nth-child(2n-1) {
    background: #F5F6FA;
}

.table-tb a {
    display: flex;
    color: #1C1D21;
    transition: all .4s;
}

.table-tb a .current {
    color: #FF5A0E;
}

.table-th {
    color: #fff;
    background: #71BD1D;
    display: flex;
}

.table-name,
.table-id,
.table-num,
.table-pack,
.table-price {
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.table-name {
    width: 45%;
    padding-left: 1rem;
}

.table-name sup {
    line-height: 3rem;
}

.table-id {
    width: 35%;
    padding-left: 1rem;
}

.table-num {
    width: 20%;
    padding-right: 1rem;
}

.table-pack {
    display: none;
    width: 15%;
    padding-left: 1rem;
}

.table-price {
    display: none;
    width: 25%;
    padding-right: 1rem;
}

.uploadimg {
    padding: 2rem;
    height: 4rem;
    line-height: 4rem;
    color: #666;
    text-align: center;
    font-size: 1.4rem;

}

.uploadimg a {
    color: #666;
}

.detailsback {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 1.5rem;
    color: #737373;
    font-size: 1.4rem;
    z-index: 9;
}

.detailsback img {
    width: 1.8rem;
    height: 1.5rem;
    margin: .2rem .4rem 0 0;
}

.product-details-top {
    width: 100%;
    overflow: hidden;
}

.product-details-top-img {
    width: 100%;
    height: 26.8rem;
    overflow: hidden;
    border: solid .1rem #dedede;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.product-details-top-img img {
    width: 100%;
}

.details-top-h2 {
    color: #1C1D21;
    line-height: 2.5rem;
    margin: 1rem 0;
    font-weight: bold;
    font-size: 1.6rem;
}

.details-top-h2 .topic {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-top-h2 .current {
    color: #FF5A0E;
    padding: 0 1rem 0 .8rem;
}

.details-top-h2 .original {
    font-size: 1.4rem;
    color: #737373;
    font-weight: normal;
    text-decoration: line-through;
}

.details-top-con {
    font-size: 1.4rem;
    color: #666666;
    line-height: 2rem;
}

.details-top-con>div {
    margin-bottom: 1rem;
}

.figures {
    display: flex;
}

.figure {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #E5E5E5;
    text-align: center;
    color: #71BD1D;
    cursor: pointer;
}

/* .details-top-con p .cart {
    border: .1rem solid #E5E5E5;
} */

.num {
    display: block;
    width: 4.5rem;
    height: 2.2rem;
    outline: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    border-top: .1rem solid #E5E5E5;
    border-bottom: .1rem solid #E5E5E5;
    box-sizing: border-box;
    background: none;
}


/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 在Firefox浏览器下 */
input[type="number"] {
    -moz-appearance: textfield;
}

.detail-btn {
    margin-top: 1.7rem;
}

.detail-btn a {
    display: inline-block;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 0.3rem;
    border: none;
    outline: none;
    font-size: 1.4rem;
    color: #fff;
    background: #71BD1D;
    padding: 0 2rem;
    margin-right: 2rem;
    transition: all .4s;
    text-align: center;
}

.detail-btn a img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 1.2rem;
}

.detail-btn .download {
    background: #FF5A0E;
}

.details-table {
    width: 100%;
    margin: 4rem 0;
    font-size: 1.4rem;
}

.details-table td {
    height: 4.8rem;
    border: .1rem solid #b2b2b2;
    background: #F5F6FA;
    box-sizing: border-box;
    padding: 0 2rem;
    position: relative;
}

.details-table td span {
    color: #737373;
}

.details-table-td {
    width: 100%;
    /* height: 4.8rem; */
    display: flex;
    line-height: 1.8rem;
}

.details-top-span {
    display: inline-block;
    width: 5.6rem;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-line;
}

.details-top-div {
    flex: 1;
}

.details-content {
    width: 100%;
    line-height: 2.8rem;
    color: #737373;
    font-size: 1.4rem;
    overflow: hidden;
}

.details-content img {
    max-width: 100%;
}

.details-content-top {
    width: 100%;
    border-bottom: .1rem solid #F0F0F0;
    margin-bottom: 2rem;
}

.details-content-top .details-content-h2 {
    width: 11rem;
    height: 4.2rem;
    line-height: 4.2rem;
    background: #71BD1D;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.details-content-con {
    width: 100%;
}

.details-content-tit {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1C1D21;
    line-height: 2.2rem;
    position: relative;
    padding-left: 1.2rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.details-content-tit::before {
    content: '';
    width: 0.4rem;
    height: 1.6rem;
    background: #FF5A0E;
    position: absolute;
    top: .2rem;
    left: 0;
}

.new-details {
    padding: 0 1.6rem;
    margin-bottom: 2rem;
}

.new-ul {
    width: 100%;
    font-size: 1.4rem;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-ul li {
    width: 16.7rem;
    margin-top: 1rem;
    overflow: hidden;
    transition: all .4s;
    background: #F5F6FA;
}

.new-ul li>a {
    width: 100%;
    transition: all 4s;
    position: relative;
}

.new-ul li .new-ul-img {
    width: 100%;
    height: 10.6rem;
    overflow: hidden;
}

.new-ul li .new-ul-img img {
    width: 100%;
}

.new-ul li .new-ul-con {
    position: relative;
    overflow: hidden;
    padding: .8rem;
    box-sizing: border-box;
}

.new-ul li .new-tit {
    font-size: 1.4rem;
    color: #1C1D21;
    line-height: 2rem;
    margin-bottom: .5rem;
}

.new-ul li .new-title {
    color: #737373;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.paging {
    display: flex;
    justify-content: space-between;
    line-height: 3rem;
    margin-bottom: 4rem;
    color: #666 !important;
}

.paging a {
    color: #666 !important;
}

.paging .layui-laypage-btn {
    color: #666 !important;
}

.paging a:hover {
    color: #71BD1D !important;
}

.paging .paging-left span {
    color: #FF5A0E;
}

.paging .layui-laypage {
    margin: 0 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #71BD1D !important;
}

.new-content-top {
    width: 100%;
    position: relative;
    font-size: 1.8rem;
    color: #1C1D21;
    line-height: 2.8rem;
    padding-left: 1.2rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.new-content-time {
    font-size: 1.2rem;
    color: #666;
    padding-left: 1.2rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.new-content-top::before {
    content: '';
    width: 0.4rem;
    height: 1.8rem;
    background: #71BD1D;
    position: absolute;
    top: .5rem;
    left: 0;
}

.new-content-p {
    line-height: 2.8rem;
    color: #737373;
    font-size: 1.4rem;
}

.new-content-p img {
    max-width: 100%;
}

.join-t {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    background: #fff;
    margin-top: 1rem;
}

.join-tb {
    width: 100%;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 1.4rem;
    display: flex;
    transition: all .4s;
}

.join-th {
    padding: 0 2rem;
    box-sizing: border-box;
}

.join-th>div,
.join-tb>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-name {
    width: 25%;
    text-align: center;
}

.join-num {
    width: 25%;
    text-align: center;
}

.join-pay {
    width: 25%;
    text-align: center;
}

.join-year {
    width: 25%;
    text-align: center;
}

.join-job {
    width: 25%;
    text-align: center;
}

.join-operation {
    width: 25%;
    text-align: center;
}

.join-operation span {
    margin: 0 .8rem;
}

.operation-move {
    color: #71BD1D;
    cursor: pointer;
}

.operation-resume {
    color: #FF5A0E;
}

.join-hide {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 0;
    border-top: .1rem solid #EBEBEB;
    color: #737373;
    line-height: 2.8rem;
    overflow: hidden;
    display: none;
}

.join-hide-left {
    width: 100%;
}

.join-hide-h2 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.8rem;
}

.clear {
    clear: both;
}

.new-page {
    margin-top: 3rem;
}

.contact {
    padding: 2rem;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 4rem;
}

.api {
    width: 100%;
    height: 25.8rem;
    margin-top: 2rem;
}

.contact-us {
    width: 100%;
    position: relative;
    font-size: 1.4rem;
    color: #737373;
}

.contact-h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #71BD1D;
    margin-bottom: 1rem;
}

.contact-tit p {
    /* margin-top: 2rem; */
    line-height: 2.8rem;
}

.contact-code {
    width: 18rem;
    overflow: hidden;
    text-align: center;
    line-height: 3.8rem;
    margin-top: 2rem;

}

.contact-code img {
    border: .1rem solid #dedede;
    width: 100%;
    box-sizing: border-box;
}

.personal {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0 1.6rem;
    box-sizing: border-box;
}

.form-one {
    width: 100%;
    padding-bottom: 4rem;
}

.formlist {
    padding: 1.6rem;
    box-sizing: border-box;
}

.formlist .layui-input-affix {
    width: 3.5rem !important;
    line-height: 3.8rem !important;
    padding: 0 1rem !important;
}

.formlist .layui-input-affix .layui-icon {
    font-size: 1.6rem !important;
}

.formlist .layui-form-mid {
    position: absolute;
    top: -0.3rem !important;
    right: 3rem;
    margin: 0 !important;
}

.form-h2 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #1C1D21;
    line-height: 2.5rem;
    position: relative;
    padding: 0 0 1rem 1.4rem;
    border-bottom: 0.1rem solid #EBEBEB;
    box-sizing: border-box;
}

.form-h2::before {
    content: '';
    position: absolute;
    top: .3rem;
    left: 0;
    width: 0.4rem;
    height: 1.8rem;
    background: #71BD1D;
}

.form-one .layui-form-item {
    margin-top: 1rem !important;
}

.form-one .layui-form-label {
    font-size: 1.4rem !important;
    color: #1C1D21 !important;
    text-align: left !important;
}

.form-one input {
    width: 20.8rem !important;
    height: 3.6rem !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #F5F6FA !important;
    font-size: 1.4rem !important;
    border-radius: 0.4rem !important;
    color: #1C1D21 !important;
}

.form-one .layui-form-item .layui-inline {
    margin: 0 !important;
}

.form-one input::placeholder {
    color: #B2B2B2 !important;
    font-size: 1.4rem !important;
}

.form-one .layui-form-select,
.form-one .layui-select-title input {
    margin-right: 0 !important;
}

.form-one .layui-form-select dl dd.layui-this {
    color: #71BD1D !important;
}


.form-btn {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
}

.form-btn button {
    font-size: 1.4rem !important;
    width: 12.8rem !important;
    height: 4rem !important;
    line-height: 4rem !important;
    background: #71BD1D !important;
    border-radius: 0.4rem !important;
    margin-bottom: 4rem;
}

.order-table {
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 4rem;
    font-size: 1.4rem;
}

.order-search {
    width: 100%;
    padding: 0 1.6rem 1.6rem;
    background: #fff;
    box-sizing: border-box;
}

.order-details-tb,
.order-th,
.order-tb>a {
    width: 100%;
    color: #1C1D21;
    display: flex;
    text-align: center;
    position: relative;
}

.order-ta .order-tb {
    width: 100%;
    padding: 1.6rem 0;
    color: #1C1D21;
    text-align: center;
    position: relative;
}

.order-ta {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    margin: 1.6rem 0;
}

.order-ta .order-th {
    height: 4rem;
    line-height: 4rem;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
}

.order-ta .order-ta-time {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    display: flex;
    justify-content: space-between;
}

.order-ta .order-tb::after,
.order-tb>a::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #EBEBEB;
    position: absolute;
    left: 0;
    bottom: 0;
}

.order-details-tb,
.order-th {
    border-bottom: .1rem solid #EBEBEB;
}

.order-th>div,
.order-tb>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-th {
    height: 6rem;
    line-height: 6rem;
    font-weight: bold;
}

.order-name {
    width: 90%;
}

.order-num {
    width: 10%;
}

.order-price {
    width: 15%;
}

.order-time {
    width: 15%;
}

.order-id {
    width: 15%;
}

.order-state {
    width: 15%;
}

.order-tb {
    width: 100%;
}

.order-ta .order-name {
    width: 100%;
    height: 6.8rem;
}

.order-ta .order-num {
    width: 33.33%;
    line-height: 3.9rem;
    text-align: left;
}

.order-details-tb,
.order-tb>a {
    height: 7.8rem;
    line-height: 7.8rem;
    padding: 2rem 0;
    transition: all .4s;
}

.order-ta-time i,
.order-th i,
.order-state i {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: .5rem;
}

.green {
    background: #71BD1D;
}

.red {
    background: #FF0E00;
}

.orange {
    background: #FF5A0E;
}

.order-tb-name {
    display: flex;
    text-align: left;
}

.order-name-img {
    width: 10rem;
    height: 100%;
    overflow: hidden;
    margin-right: 1rem;
}

.order-name-img img {
    width: 100%;
    height: 100%;
    border: .1rem solid #dedede;
    box-sizing: border-box;
}

.order-name-con {
    flex: 1;
}

.order-name-h2 {
    line-height: 2rem;
    margin-bottom: 1.4rem;
}

.order-name-tit {
    font-size: 1.2rem;
    color: #737373;
    line-height: 1.7rem;
    transition: all .4s;
}

.order-name-and {
    text-align: right;
    color: #333;
    font-weight: bold;
    margin-top: 1.6rem;
}

.order-de .order-name-and {
    margin-top: .8rem;
}

.order-de .order-tb {
    padding: .8rem 0;
}

.order-name-and span {
    margin-left: 2rem;
    line-height: 2rem;
}

.order-de .order-name-and span {
    line-height: 2.5rem;
}

.order-details-tb {
    border-bottom: none !important;
    border-top: .1rem solid #dedede;
}

.order-details {
    padding: 2rem;
    color: #1C1D21;
    font-size: 1.4rem;
}

.order-details-top {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    position: relative;
    padding: 0 0 1rem 1.4rem;
    border-bottom: .1rem solid #dedede;
    box-sizing: border-box;
}

.order-details-top::before {
    content: '';
    position: absolute;
    top: .3rem;
    left: 0;
    width: 0.4rem;
    height: 1.8rem;
    background: #71BD1D;
}

.order-details-con>div {
    margin: 2rem 0;
    line-height: 2.8rem;
}

.order-details-con .details-label {
    font-weight: bold;
}

.cart-padd {
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
}

.cart-table {
    padding: 1.6rem .8rem;
}

.cart-table .order-num {
    width: 40%;
}

.cart-table .order-price {
    width: 60%;
    height: 3.2rem;
    padding-top: 1rem;
    line-height: 2.2rem;
    font-weight: bold;
    box-sizing: border-box;
    text-align: right;
}

.cart-table .order-state {
    width: 20%;
}

.cart-table .order-check {
    width: 10%;
    line-height: 6.8rem;
}

.cart-table .order-check input {
    background: #71BD1D;
    color: #71BD1D;
}

.cart-table .order-num .figures {
    margin-top: 1rem;
    justify-content: end;
}

.cart-table .order-tb {
    padding: 2rem 0;
    color: #1C1D21;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all .4s;
    position: relative;
}

.cart-table .order-tb::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #EBEBEB;
    position: absolute;
    left: 0;
    bottom: 0;
}

.succeed {
    display: inline-block;
    width: 8rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: .3rem;
    cursor: pointer;
    text-align: center;
    color: #71BD1D;
    border: 0.1rem solid #71BD1D;
    background: #fff;
    margin-left: 1rem;
}

.dele {
    display: block;
    position: absolute;
    top: .8rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #1C1D21;
    border: 0.1rem solid #ccc;
}

.dele i {
    font-size: 1.6rem;
}

.cartdetails {
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
    margin-bottom: 4rem;
}

.cartdetail-form {
    padding: 1.6rem;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 2rem;
}

.cartdetails .form-one {
    padding: 0;
}

.cartdetails .form-one .indetail input {
    width: calc(100% - 10rem) !important;
    margin: 0 !important;
}

.layui-form-label {
    line-height: 3.6rem !important;
    width: 8rem !important;
    padding: 0 1rem !important;
}

.layui-edge {
    right: 1rem !important;
    border-width: .6rem !important;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    line-height: 3.6rem !important;
    font-size: 1.4rem !important;
}

.layui-form-item .layui-input-inline {
    margin: 0 0 1rem 10.2rem !important;
    width: 19rem;
}

.layui-form-item .layui-input-block {
    margin-left: 10rem !important;
}

.layui-form-item .province {
    margin-bottom: 1rem;
}

.layui-layer-dialog .layui-layer-padding {
    font-size: 1.4rem !important;
    padding: 1.8rem 2.4rem 1.8rem 5.8rem !important;
    line-height: 2.4rem !important;
}

.layui-layer-dialog .layui-layer-padding .layui-icon-error {
    top: 1.9rem !important;
    left: 1.6rem !important;
}

.layui-layer-content {
    font-size: 1.4rem !important;
}

.layui-layer-btn0,
.layui-layer-btn1 {
    font-size: 1.4rem !important;
    height: 2.8rem !important;
    line-height: 2.8rem !important;
    margin: .5rem .5rem 0 !important;
    padding: 0 1.5rem !important;
    border: .1rem solid #dedede !important;
}

.cartdetails .form-one .layui-form-label {
    color: #737373 !important;
}

.layui-layer-dialog .layui-layer-content .layui-layer-face {
    font-size: 3.2rem !important;
}

.layui-layer-title {
    padding: 0 8.1rem 0 1.6rem !important;
    font-size: 1.4rem !important;
    height: 5rem !important;
    line-height: 5rem !important;
}

.layui-layer-setwin {
    right: 1.5rem !important;
}

.layui-layer-setwin .layui-layer-close {
    font-size: 1.6rem !important;
}

.layui-layer-btn {
    padding: 0 1.5rem 1.2rem !important;
}

.cartdetails .personal {
    margin-bottom: 2rem;
}

.cartdetails .order-num {
    padding-top: 1rem;
    width: 50%;
    text-align: right;
}

.cartdetails .order-price {
    width: 50%;
}

.total-prices {
    color: #71BD1D;
}

.search-content {
    width: 100%;
    background: #fff;
    padding: 1.6rem;
    box-sizing: border-box;
}

.join-content {
    width: 100%;
    padding: 1.6rem;
    box-sizing: border-box;
}

.cart-table .order-check input[type="checkbox"] {
    display: none
}

.cart-table .order-check label {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../image/check.png) no-repeat;
    background-size: 100% 100%;
}

.cart-table .order-check label.active {
    background: url(../image/checked.png) no-repeat;
    background-size: 100% 100%;
}

.cart-footer-b {
    width: 100%;
    height: 6rem;
}

.cart-footer {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 7rem;
    left: 0;
    z-index: 99;
    padding: 0 1.6rem;
    box-sizing: border-box;
    background: #fff;
    height: 6rem;
    line-height: 6rem;
    justify-content: space-between;
    font-size: 1.4rem;
}

.cart-foot .order-check {
    line-height: 2rem;
}

.pay-price {
    font-size: 1.8rem;
    color: #71BD1D;
    font-weight: bold;
}

.order-th label {
    margin-right: .5rem;
    vertical-align: middle;
}

.cart-foot label {
    margin-right: .5rem;
    vertical-align: middle;
}