﻿.gxzLis {
    padding: 0.1rem;
}

.gxzLis dd {
    border-bottom: 1px solid #efefef;
    margin-bottom: 0.15rem;
    padding-bottom: 0.15rem
}

.gxzLis dd h1 {
    font-weight: normal;
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.1rem
}

.gxzLis dd p {
    display: flex;
    justify-content: left;
    align-items: center;
}

.gxzLis dd p a {
    color: #fff;
    font-size: 0.14rem;
    border-radius: 0.1rem;
    background: #4872a2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.02rem 0.1rem;
    margin-right: 0.1rem
}

.proXzbtn {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.proXzbtn li {
    background: #4872a2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    padding: 0.1rem;
    margin-right: 0.2rem;
    position: relative
}

.proXzbtn li a {
    color: #fff;
    padding: 0 0.1rem
}

.ylxzPop {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 100%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    border-radius: 0.1rem;
    display: none;
    z-index: 10;
}


.xzOrder {
    background: #fafafa;
    padding: 0.35rem;
}


.xzOrder dt p {
    font-size: 0.18rem;
    display: inline-block;
    border-bottom: 1px dashed #878787;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}

.xzOrder dt p span {
    color: #c6231d;
}

.xzOrder dt h1 {
    color: #c6231d;
    font-size: 0.26rem;
}

.ddBh,
.ddPrice p {
    font-size: 0.18rem;
}

.xzHt {
    width: 1.8rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c6231d;
    border-radius: 30px;
    color: #c6231d;
    margin-top: 0.2rem;
    transition-duration: .5s;
    font-size: 0.18rem;
}

.xzHt:hover {
    color: #fff;
    background: #c6231d;
}

.dgzhBox {
    border: 1px solid #dddddd;
    padding: 0.25rem;
    margin: 0.4rem 0;
}

.dgzhBox {
    position: relative;
}

.dgzhBox h1 {
    position: absolute;
    top: -0.15rem;
    color: #c6231d;
    font-size: 0.2rem;
    background: #fff;
    line-height: 1.3;
    padding: 0 0.05rem;
}

.dgzhBox p {
    font-size: 0.18rem;
    line-height: 2;
}

.xzxTips h1 {
    font-size: 0.22rem;
    line-height: 1.3;
    margin-bottom: 0.1rem;
}

.xzxTips p {
    font-size: 0.18rem;
    margin-bottom: 0.25rem;
}

.xzBtn {
    display: flex;
}

.xzBtn a {
    width: auto;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c6231d;
    color: #c6231d;
    font-size: 0.18rem;
    border-radius: 5px;
    margin-right: 0.2rem;
    padding: 0 0.1rem
}

.xzBtn a:nth-child(1),
.xzBtn a:hover {
    background: #c6231d;
    color: #fff;
}

.gwzn-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 0.6rem
}

.gwzn-container .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem
}

.gwzn-container .swiper-pagination-bullet-active {
    background: #4872a2;
    width: 0.35rem;
    border-radius: 20px
}

.Bimg {
    margin-top: 0.9rem;
}

.Bimg img {
    width: 100%;
    display: block;
}

.abBox {
    background: #4c5b67;
    padding: 0.89rem 0;
}

.neTitle {
    text-align: center;
}

.abZi {
    color: #fff;
    font-size: 0.2rem;
    text-align: justify;
    padding-bottom: 0.5rem;
}


.yjLIs .wrap {

    display: flex;
    justify-content: space-between;
}

.yjLIs dl {
    width: 31.5%;
    background: #f4f5f9;
    height: 4.58rem;
    text-align: center;
    padding-top: 0.9rem;
    transition-duration: .5s;
}

.yjLIs dl dt img {
    transition-duration: .5s;
}

.yjLIs dl:hover dt img {
    animation: icon-bounce 0.5s alternate;
}

.yjLIs dl dd h1 {
    font-size: 0.42rem;
    color: #4a729f;
    font-family: "SourceHanSansCN-bold";
    padding-top: 0.15rem;
}

.yjLIs dl dd p {
    font-size: 0.18rem;
    padding: 0 0.15rem;
    line-height: 1.4;
}

.yjLIs dl:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    border-radius: 30px;
}


.proleMenubox ul {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    margin-top: 0.2rem;
    padding-top: 0.15rem;
}

.proleMenubox ul li {
    width: 32%;
    cursor: pointer;
    height: 1.7rem;
    position: relative;
}

.proleMenubox ul li img {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #efefef
}

.proleMenubox ul li.hover img {
    border: 2px solid #4872a2
}


.neBar {
    margin-top: 0.9rem;
    background: #4872a2;
    height: 0.7rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;
}

.neBar a {
    color: #fff;
}

.neBar img {
    margin-right: 0.15rem;
}

.proBox,
.neBox {
    background: #4c5b67;
    padding: 0.8rem 0;
}

.neBox {
    margin-top: 0.6rem;
}

.neTitle {
    font-size: 0.36rem;
    font-family: "SourceHanSansCN-bold";
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.proDebox .neTitle {
    color: #333
}

.rdjsList dl {
    width: 48.5%;
    float: left;
}

.rdjsList dl:nth-child(2) {
    float: right;
}

.rdjsList dl dt {
    overflow: hidden;
}



.rdjsList dl dd {
    padding: 0.4rem 0.5rem;
    background-color: #fff;
}

.rdjsList dl dd h2 {
    font-size: 0.30rem;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 0.1rem;
}

.jsJs {
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.1rem 0 0.3rem 0;
}

.rdjsList dl dd ul li a:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.rdjsList dl dd ul {
    display: flex;
}

.rdjsList dl dd ul li a {
    display: block;
    width: 1.53rem;
    line-height: 0.43rem;
    color: #fff;
    text-align: center;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
    color: #fff;
    background: #4872a2;
    border-radius: 6px;
    margin-right: 0.15rem;
    transition-duration: .5s;
}

.rdjsList dl dd ul li:nth-child(2) a {
    border: 1px solid #4872a2;
    color: #4872a2;
    background: #fff;
}

.proList dl {
    width: 33%;
    float: left;
    margin-right: 0.5%;
    margin-bottom: 0.3rem;
}

.proList dl:nth-child(3n) {
    margin-right: 0;
}

.proList dl dt {
    height: 3.44rem;
    overflow: hidden;
}

.proList dl dd {
    height: 0.6rem;
    background: #fff;
    text-align: center;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
}

.gxList dl {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.56rem;
}

.gxList dl dt {
    height: 3.78rem;
    position: relative;
}

.proLe {
    width: 3.33rem;
    background: #fff;
    padding: 0.42rem 0.3rem;
    float: left;
}

.leTitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.1rem;
    align-items: center;
}

.leTitle h1 {
    font-size: 0.2rem;
    font-family: "SourceHanSansCN-bold";
}

.moveBox {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.moSq {
    text-align: right;
    margin-top: 0.15rem;
}

.moSq a {
    background: #0091dc;
    font-size: 0.16rem;
    color: #fff;
    border-radius: 30px;
    padding: 0.05rem 0.15rem;
}

.proRi {
    width: calc(100% - 3.33rem);
    width: -webkit-calc(100% - 3.33rem);
    padding-left: 0.5rem;
    float: left;
}

.lgpList dl {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.6rem;
}

.lgpList dl:nth-child(3n) {
    margin-right: 0;
}

.lgpList dl dt {
    overflow: hidden;
    background: #f6f6f6;

}

.lgpList dl dd {
    background: #fff;
    padding: 0.2rem 0.25rem;
    position: relative;
    height: 1.6rem
}

.pro-info p {
    font-size: 0.16rem;
    line-height: 1.6;
    justify-content: center;
    color: #666;
}

.pro-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lgpList dl dd h1 {
    font-size: 0.2rem;
    line-height: 1.4;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 0.13rem;
}

.lgpList dl dd .add_cart_large {
    /*position: absolute;
    right: 0.2rem;
    top: 0.2rem;*/
    display: block;
}

.lgpList dl dd .add_cart_large i {
    color: #ff0101;
    font-size: 0.3rem;
}

.lgpList dl dd p {
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
}

.lgpList dl dd p span:nth-child(1) {
    background: #4872a2;
    color: #fff;
    padding: 0.05em 0.2rem;
    border-radius: 5px;
}

.lgpList dl dd p span:nth-child(2) {
    color: #0059ab;
}

.proDebox {
    background: #d9d9d9;
    padding: 0.37rem 0 0.8rem 0;
    background-size: 100% 100%;
}

.proXq01 {

    padding: 0rem 0.2rem;
}

.proDele {
    width: 6.1rem;
    float: left;
}

.proDeri {
    width: calc(100% - 6.1rem);
    width: -webkit-calc(100% - 6.1rem);
    padding-left: 0.44rem;
    float: left;
}

.price {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
}

.num {
    margin: 0 0.2rem 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.num span {
    width: 0.274rem;
    height: 0.38rem;
    border: 1px solid #dee2e6;
    display: block;
    text-align: center;
    font-size: 0.22rem;
    cursor: pointer;
    background: #fff;
}

.num input {
    width: 0.59rem;
    height: 0.38rem;
    border: 1px solid #dee2e6;
    text-align: center;
    font-size: 0.2rem;
    border-right: none;
    border-left: none;
}

.sdsd {
    font-size: 0.4rem;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
    color: #e70000;
    line-height: 1.2;
}

.proButton {
    display: flex;
    align-items: center;
    margin: 0.2rem 0;
}

.gwc,
.ljgm,
.plgw {
    display: block;
    width: 1.95rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #4872a2;
    font-weight: bold;
    font-size: 0.18rem;
    margin-right: 0.313rem;
    transition-duration: .5s;
}

.ljgm {
    background: #4872a2;
}

.gwc:hover,
.ljgm:hover {
    color: #fff;
    border-radius: 10px;
}

.proButton a:nth-child(3) {
    color: #4872a2;
    border-bottom: 1px solid #4872a2;
}

.proSj {
    border: 1px solid #cecece;
    border-bottom: none;
    border-left: none;
}

.proSj li {
    width: 16.666%;
    float: left;
    border: 1px solid #cecece;
    border-top: none;
    border-right: none;
}

.proSj li p {
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    border-bottom: 1px solid #cecece;
    text-align: center;
    line-height: 1.3;
}

.proSj li p:nth-child(2) {
    border-bottom: none;
}

.proBox2 {
    padding-bottom: 0.8rem;
}

.proBox2 .Menubox {
    position: relative;
    top: -0.52rem;
}

.proBox2 .Menubox ul {
    display: flex;
    align-items: center;
}

.proBox2 .Menubox ul li {
    cursor: pointer;
    height: 0.52rem;
    background: #ecf1f6;
    line-height: 0.52rem;
    padding: 0 0.15rem;
    text-align: center;
    margin-right: 1px;
    font-size: 0.2rem;
}

.proBox2 .Menubox ul li.hover {
    font-weight: bold;
    color: #4872a2;
    font-weight: bold;
    background: #fff;
}

.proBox2 .CbContainer li .p {
    width: 49.8%;
    float: left;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    height: 0.5rem;
    padding-left: 0.35rem;

}

.proBox2 .CbContainer li .p span {
    width: 50%;
}

.proBox2 .CbContainer li .p:nth-child(2n) {
    float: right;
}

.proBox2 .CbContainer li:nth-child(2n) .p {
    background: #ecf1f3;
}

.proBox2 .CbContainer .lgpList dl {
    width: 23%;
    margin-bottom: 0.3rem;
}

.proBox2 .CbContainer .lgpList dl:nth-child(3n) {
    margin-right: 2%;
}

.gwcPop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;

}

.zxPop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;

}

.popBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w536,
.w803 {
    width: 5.36rem;
    background: #fff;
    padding: 0.42rem 0.2rem;
    text-align: center;
    position: relative;
}

.closed {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer;
}

.w536 p {
    font-size: 0.2rem;
}

.w536 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
}

.w536 ul li {
    width: 39%;
    margin: 0 3%;
}

.w536 ul li a {
    display: block;
    background: #cf0a2c;
    width: 100%;
    line-height: 0.42rem;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #cf0a2c;
}

.w536 ul li:nth-child(1) a {
    background: none;
    color: #cf0a2c;
}

.rdjsList dl dt img,
.proList dl dt img,
.lgpList dl dt img,
.proDele img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.rdjsList dl:hover dt img,
.proList dl:hover dt img,
.lgpList dl:hover dt img {
    transform: scale(1.1);
}

.bjjs {
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.35rem;
}

.form ul li {
    width: 30%;
    float: left;
    color: #fff;
    font-size: 0.2rem;
    margin-right: 5%;
    margin-bottom: 0.25rem;
}

.form ul li input,
.form ul li select,
.form ul li textarea {
    width: 100%;
    height: 0.44rem;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 0.1rem;
}

.form ul li:nth-child(3n) {
    margin-right: 0;
}

.form ul li:last-child {
    width: 100%;
}

.form ul li textarea {
    height: 1.52rem;
}

.submit {
    display: block;
    width: 3.07rem;
    line-height: 0.55rem;
    color: #4872a2;
    background: #fff;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 0.3rem;
    text-align: center;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
}

.addPro,
.proInput {
    display: flex;
    align-items: center;
}

.proInput input {
    width: 4.34rem;
    height: 0.46rem;
    background: #fff;
    border: none;
    font-size: 0.16rem;
    padding-left: 0.15rem;
}

.proInput button {
    background: #4872a2;
    color: #fff;
    height: 0.46rem;
    width: 0.5rem;
    outline: none;
    border: none;
    cursor: pointer;
}

.addPro {
    margin-bottom: 0.3rem;
}

.addPro ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.addPro ul li {
    padding: 0 0.15rem;
    position: relative;
}

.addPro ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 0.14rem;
    background: #65717b;
    margin-top: -0.07rem;
    width: 1px;
}

.addPro ul li:last-child::after {
    display: none;
}

.addPro ul li a {
    color: #fff;
    text-decoration: underline;
}

.gwcLe {
    width: 76%;
    float: left;
}

.gwcRi {
    width: 20%;
    float: right;
    background: #fff;
    padding: 0.3rem 0.2rem;
}

.kZi {
    color: #fff;
    font-size: 0.2rem;
}

.kZi a {
    color: #93c5ff;
    text-decoration: underline;
}

.addBox {
    background: #fff;
    padding: 0.29rem;
    margin-bottom: 0.3rem;
}

.adBoc .order_lists {
    margin: 0;
}

.addTi {
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
}

.addTi a {
    border: 1px solid #ddd;
    padding: 0.02rem 0.25rem;
}

.addList dl {
    border: 1px solid #ddd;
    padding: 0.24rem;
    font-size: 0.16rem;
    margin-bottom: 0.3rem;
    width: 60%;
}

.addList dl dt {
    display: flex;
    align-items: center;
}

.addList dl dd {
    margin-top: 0.05rem;
    font-size: 0.16rem;
    color: #999;
    line-height: 1.6;
}

.addList dl dt span {
    border: 1px solid #4872a2;
    color: #4872a2;
    margin-left: 0.2rem;
    padding: 0 0.15rem;
    border-radius: 6px;
    cursor: pointer;
}

.addList dl dt span:hover {
    color: #fff;
    background: #4872a2;
}

.fz-hidden {
    display: none;
}

.new-an span {
    cursor: pointer;
}

.new-an span:nth-child(2) {
    display: none;
}

.currentDd span:nth-child(1) {
    display: none;
}

.currentDd span:nth-child(2) {
    display: block;
}

.w803 {
    width: 8.03rem;
}

.dTi {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
}

.w803 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
    width: 48%;
    float: left;
}

.w803 ul li:nth-child(3) {
    float: right;
}

.w803 ul li p {
    width: 1.18rem;
    font-size: 0.18rem;
}

.w803 ul li input,
.sjld select,
.w803 ul li textarea {
    width: calc(100% - 1.18rem);
    width: -webkit-calc(100% - 1.18rem);
    height: 0.4rem;
    border: 1px solid #dedede;
    outline: none;
}

.w803 ul li p span {
    color: red;
}

.w803 ul li:nth-child(1),
.w803 ul li:nth-child(4),
.w803 ul li:nth-child(5),
.w803 ul li:nth-child(6),
.w803 ul li:nth-child(7) {
    width: 100%;
}

.sjld {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 1.18rem);
    width: -webkit-calc(100% - 1.18rem);
}

.sjld select {
    width: 32%;
}

.w803 ul li textarea {
    height: 0.74rem;
}

.dzButn,
.zfXuan .Menubox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.15rem;
}

.dzButn a {
    display: block;
    width: 1.69rem;
    line-height: 0.43rem;
    text-align: center;
    border-radius: 6px;
    font-size: 0.2rem;
    border: 1px solid #dedede;
    margin: 0 0.15rem;
}

.dzButn a:nth-child(2) {
    color: #fff;
    background: #4872a2;
    border: 1px solid #4872a2;
}

.bgWhite {
    background: #fff;
    padding: 0.7rem;
}

.zfXuan .Menubox {
    border-top: 1px solid #dedede;
    padding-top: 0.6rem;
    margin-top: 0.5rem;
}

.zfXuan .Menubox li,
.zfXuan .Menubox p .transfer_btn {
    width: 2.18rem;
    height: 1.35rem;
    border: 1px solid #dedede;
    position: relative;
    margin: 0 0.2rem;
    cursor: pointer;

}

.ewmCbContainer {
    width: 130px;
    margin: 40px auto 0;
    border: 1px solid #dedede;
}

.zfXuan .Menubox li img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
}

.zfXuan .Menubox li.hover {
    border: 2px solid #da3232;
}

.qrzf {
    display: block;
    width: 3.7rem;
    line-height: 0.45rem;
    color: #fff;
    background: #da3232;
    text-align: center;
    border-radius: 4px;
    margin: 0.6rem auto 0;
}

.cgTips {
    display: flex;
    justify-content: space-between;
}

.navContent {
    display: none;
}

.cgTips dt,
.cgTips dt h1,
.ddPrice,
.otherBtn {
    display: flex;
    align-items: center;
}

.cgTips dt img {
    margin-right: 0.2rem;
}

.cgTips dt h1 {
    font-size: 0.22rem;
}

.cgTips dt h1 p {
    font-size: 0.18rem;
    padding-left: 0.18rem;
}



.cgTips p span {
    color: #da3232;
}

.cgTips dd {
    font-size: 0.18rem;
}

.ddPrice h1 {
    font-size: 0.3rem;
    color: #e70000;
    font-family: "SourceHanSansCN-bold";
}

.zfXuan1 {
    border-top: 1px solid #dedede;
    padding-top: 0.33rem;
    margin-top: 0.4rem;
    padding-left: 0.7rem;
}

.f18 {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
}

.layui-form-radio {
    margin-top: 0 !important;
}

.otherBtn a {
    display: block;
    width: 1.72rem;
    line-height: 0.43rem;
    background: #4872a2;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 0.15rem;
    font-size: 0.18rem;
}

.ewm {
    width: 150px;
    margin: 0 auto;
}

.new-nr-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;

}

.new-nr-ti h1 {
    font-size: 0.22rem;
    padding-bottom: 0.15rem;
}

.new-nr-ti p {
    font-size: 0.19rem;
}

.new-nr-zi {
    font-size: 0.16rem;
    line-height: 1.8;
}

.cssjXq li {

    color: #fff;
    margin-bottom: 0.1rem;
}

.cssjXq li p {
    display: inline-block;
    background: #0091dc;
    font-size: 0.14rem;
    padding: 0rem 0.1rem;
    border-radius: 3px;
}

.closedBtn {
    font-size: 0.16rem;
    margin-right: 0.1rem;
    cursor: pointer;
}

.clearAll {
    display: block;
    text-align: right;
    font-size: 0.16rem;
    color: #0091dc;
    cursor: pointer;
}

/*20240828*/
.pro-D-Info {
    display: flex;
}

.pro-send-time {
    display: flex;
}

.pro-D-Info-fl {
    width: 0.82rem;
}

.pro-D-Info-fr {
    width: calc(100% - 0.82rem);
}

.pro-time01,
.pro-time02 {
    display: none;
    color: #e70000;
}

.pro-time02 a {
    color: #e70000 !important;
}

.noClick {
    background: #999 !important;
    cursor: not-allowed;
}

.invoice-box {
    background: #fff;
    padding: 0.29rem;
    margin-bottom: 0.3rem;
}

.invoice-check {
    margin-bottom: 0.2rem;
}

.invoice-check ul {
    display: flex;
}

.invoice-check ul li:nth-child(1) {
    margin-right: 0.35rem;
}

.invoice-check ul li {
    display: flex;
}

.invoice-check ul li p {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 0.05rem;
}

.invoice-checkBox {
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #b8b8b8;
    margin-top: 3px;
    position: relative;
}

.invoice-checkBox input[type="radio"] {
    position: relative;
    display: block !important;
    width: 100%;
    height: 100%;
    appearance: none;
}

.invoice-checkBox input[type="radio"]:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.invoice-checkBox input[type="radio"]:checked:before {
    background: url(../images/mark1.png) no-repeat -1px -1px;
}

.invoice-email {
    display: flex;
    align-items: center;
}

.invoice-email span {
    font-size: 0.18rem;
    color: #4872a2;
    line-height: 1.4;
}

.invoice-email input {
    display: block;
    width: 3rem;
    height: 0.34rem;
    padding: 0 0.1rem;
    border: 1px solid #b8b8b8;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    color: #333;
    margin-left: 0.1rem;
}

.invoice-box .addList dl {
    margin-bottom: 0.2rem !important;
}

.invoicePop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;
}

.invoice-popCheck ul {
    display: flex;
    justify-content: center;
}

.invoice-popCheck ul li {
    width: auto !important;
}

.invoice-popCheck ul li:nth-child(1) {
    margin-right: 0.4rem;
}

.invoice-popCheck ul li p {
    width: auto;
    font-size: 0.14rem;
    line-height: 1.6;
    margin-left: 0.1rem;
}

.invoice-popCheck .invoice-checkBox {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: none;
}

.invoice-popCheck .layui-unselect {
    display: none;
}

.invoice-popCheck .invoice-checkBox {
    margin-top: 0;
}

.invoice-popCheck .invoice-checkBox input[type="radio"] {
    border: 1px solid #b8b8b8;
    border-radius: 5px;
}

.invoice-popCheck .invoice-checkBox input[type="radio"]:checked {
    border: 1px solid #ed1c24;
}

.invoice-popCheck .invoice-checkBox input[type="radio"]:checked:before {
    background: url(../images/fp-gou.jpg) no-repeat;
    background-size: 100% 100%;
}

.invoice-input {
    margin-bottom: 0.2rem;
}

.invoice-input li {
    width: 76.8% !important;
    float: none !important;
    margin: 0 auto 0.16rem;
}

.invoice-input li p {
    width: 25% !important;
    padding-right: 0.1rem;
    text-align: right;
}

.invoice-input li input {
    width: 75% !important;
    padding: 0 0.1rem;
}

.transfer_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.transfer_btn span {
    font-size: 0.24rem;
    color: #333333;
}

.transferPop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;
}

.transferPop-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transferPop-box-info {
    width: 5rem;
    background: #fff;
    position: relative;
}

.transferPop-top {
    width: 100%;
    padding: 0 0.1rem;
    height: 0.42rem;
    background: #eae7e7;
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.close-transfer {
    width: 0.17rem;
    cursor: pointer;
}

.close-transfer img {
    display: block;
    width: 100%;
}

.transferPop-bottom {
    padding: 0.45rem 0.4rem;
}

.transferPop-bottom ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.transferPop-bottom ul li p {
    width: 0.92rem;
    font-size: 0.18rem;
    line-height: 1.4;
    text-align: right;
}

.transferPop-bottom ul li input {
    width: calc(100% - 0.92rem);
    height: 0.4rem;
    padding: 0 0.1rem;
    border: 1px solid #dedede;
    font-size: 0.16rem;
    color: #333;
}

.transfer-cz {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem
}

.transfer-cz a {
    display: block;
    width: 1.9rem;
    height: 0.42rem;
    margin: 0 0.1rem;
    font-size: 0.15rem;
    text-align: center;
    line-height: 0.42rem;
}

.change-pay {
    border: 1px solid #cccccc;
    color: #666666 !important;
}

.finished-pay {
    background: #da3232;
    color: #fff !important;
}

.wjImg {
    position: relative;
    text-align: center;
}

.wjBox {
    display: flex;
    margin-bottom: 0.35rem;
}

.wjRi {
    width: 5.7rem;
}

.wjLe {
    width: calc(100% - 5.7rem);
    width: -webkit-calc(100% - 5.7rem);
    padding-right: 0.5rem;
    padding-top: 0.15rem;
}

.wjLe p {
    font-size: 0.18rem;
}

.wjLe p span {
    font-size: 0.08rem;
}

.wjLe p.wjZi {
    text-indent: 0.34rem;
}

.wjTi {
    font-size: 0.22rem;
    font-family: "SourceHanSansCN-bold";
    color: #4872a2;
}

.wjBi {
    font-size: 0.18rem;
    font-family: "SourceHanSansCN-bold";
}

.cjZi {
    font-size: 0.18rem;
}

.cjImg {
    text-align: center;
    margin: 0.2rem 0 0.4rem 0;
}

.cjLis {
    border: 1px solid #e0e0e0;
    border-bottom: none;
}

.cjLis dl {
    min-height: 3.6rem;
    border-bottom: 1px solid #e0e0e0;
    width: 50%;
    float: left;
    padding: 0.45rem;
    border-right: 1px solid #e0e0e0;
}

.cjLis dl:nth-child(2n) {
    border-right: none;
}

.cjLis dl dt h1 {
    color: #4872a2;
    font-size: 0.22rem;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 0.1rem;
}

.cjLis dl dd {
    text-align: center;
}

.cjLis dl dt p {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}

.cjLis dl:nth-child(1),
.cjLis dl:nth-child(2) {
    min-height: 6.7rem;
}

.csTi {
    height: 0.88rem;
    background: #4c5b67;
    display: flex;
    justify-content: space-between;
}

.csTi li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    width: 1rem;
}

.csTi li.size {
    display: block;
    margin-top: 0.1rem;
}

.csTi li h1 {
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.1rem;
}

.csTi li .liss {
    display: flex;
    justify-content: space-between;
}

.csTi li .liss span {
    display: block;
    padding-right: 0.15rem;
}

.csTi li:nth-child(1) {
    width: 2.7rem;
}

.csTi li:nth-child(8) {
    width: 1.38rem;
}

.csTi li:nth-child(9) {
    width: 1.04rem;
}

.csTi li:last-child {
    width: 1.3rem;
}

.cjBi {
    background: #4872a2;
    height: 0.55rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;
    padding-left: 0.2rem;
    font-family: "SourceHanSansCN-bold";
}

.cjTd {
    display: flex;
    justify-content: space-between;
}

.tdTi {
    display: flex;
    font-size: 0.18rem;
    justify-content: center;
}

.tdTi h1 {
    font-size: 0.2rem;
    font-family: "SourceHanSansCN-bold";
}

.zkBox {
    padding: 0.32rem 0 0.5rem 0;
}

.zkBox .ljgm {
    margin-right: 0;
    width: 1.54rem;
    line-height: 0.48rem;
}

.cjBox {
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-top: 0.3rem;
}

.csImg {
    width: 48%;
    text-align: center;
    display: none
}

.csLis {
    width: 100%;
    font-size: 0.18rem
}

.csLis li {
    height: 0.6rem;
    background: #efefef;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
}

.proBox2 .CbContainer .csLis li .p1 {
    line-height: 1.3;
    height: 0.6rem;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
}

.csLis li:nth-child(2n) {
    background: #fff;
}

.proBox2 .CbContainer .csLis li .p1:nth-child(1) {
    width: 80%;
}

.proBox2 .CbContainer .csLis li .p1:nth-child(2) {
    width: 20%;
}

.proBox2 .CbContainer .csLis li:nth-child(2n) .p1 {
    background: #fff;
}

.subNavBox {
    width: 100%;
}

.subNav {
    display: block;
    width: 100%;
    background: #ebeff4;
    position: relative;

}

.layui-form-radio {
    padding-right: 0 !important;
}

.layui-form-radio>i {
    font-size: 14px !important;
    margin-right: 0 !important;
}

.navContent {
    display: none;
    border-top: 1px solid #e3e3e3;
}

.subNav .csTi {
    background: none;
    color: #333;
}

.subNav .csTi li {
    color: #333;
    display: block;

}

.subNav .csTi li .hiden {
    opacity: 0;
    height: 0.18rem;
}

.csTi li.rjg {
    width: 1.1rem;
}

.subNav .csTi li .price1 {
    display: block;
    line-height: 1.4;
    position: relative;
    top: -0.25rem;
}

.subNav .csTi li .price1 h2 {
    font-size: 0.18rem;
    color: #e70000;
    font-family: "SourceHanSansCN-bold";
}

.subNav .csTi {
    position: relative;
}

.subNav .csTi li .price1 a {
    color: #0091dc;
    font-size: 0.16rem;
}

.subNav .csTi li {
    margin-top: 0.15rem;
}

.jgBo {
    display: flex;
    align-items: center;
    border: 1px solid #4872a2;
    border-radius: 5px;
    overflow: hidden;
    justify-content: space-between;
    background: #fff;
}

.jgBo input {
    width: 0.65rem;
    height: 0.4rem;
    border: none;
    font-size: 0.16rem;

}

.jgBo a {
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4872a2;
    width: 0.35rem;
}

.jgBo a img {
    width: 0.24rem;
}

.subNav .csTi li .ljgm {
    width: 100%;
    position: relative;
    right: 0rem;
    background: #4872a2;
    font-size: 0.14rem
}

.btnTn {
    position: absolute;
    left: 0.1rem;
    top: 0.28rem;
    width: 0.73rem;
    height: 0.33rem;
    cursor: pointer;
}

.btnTn p {
    width: 0.33rem;
    height: 0.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4872a2;
    font-size: 0.16rem;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.btnTn p img {
    width: 0.13rem;

}

.btnTn p:nth-child(2) {
    opacity: 0;
}

.subNav .csTi li:nth-child(1) {
    padding-left: 0.4rem;
}

.btnTn.currentDd p:nth-child(2) {
    opacity: 1;
}

.btnTn.currentDd p:nth-child(1) {
    opacity: 0;
}

.subNav:nth-child(3n) {
    background: #fff;
}

.CbContainer .form ul li {
    color: #333;
}

.CbContainer .submit {
    color: #fff;
    background: #4872a2;
}

.lxLis {
    display: flex;
    height: 0.4rem;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.5rem;
}

.lxLis dd {
    display: flex;
    align-items: center;

    font-size: 0.2rem;
}

.CbContainer .form ul li .lxLis dd input {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.05rem;
}



.gxList dl dt img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block
}

.proList dl dd {
    background: #efefef
}

@media only screen and (max-width: 1620px) {}

@media only screen and (max-width: 1540px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {

    .proList dl dt {
        height: 3.75rem;
    }

    .proList dl dd {
        font-size: 0.24rem;
    }

    .gxList dl dt {
        height: 225px;
    }
}


@media only screen and (max-width: 760px) {
    .rdjsList dl dd {
        padding: 15px;
    }

    .rdjsList dl dd h2,
    .lgpList dl dd h1 {
        font-size: 16px;
        line-height: 1.2;
    }

    .rdjsList dl dd ul li a {
        width: 60px;
        font-size: 12px;
    }

    .neBar {
        font-size: 14px;
    }

    .proList dl,
    .proList dl:nth-child(3n),
    .lgpList dl,
    .lgpList dl:nth-child(3n),
    .proBox2 .CbContainer .lgpList dl {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .proList dl:nth-child(2n),
    .proLe dl:nth-child(2n) {
        float: right;
    }

    .proList dl dt {
        height: 110px;
    }

    .proList dl dd,
    .leTitle h1,
    .price {
        font-size: 14px;
    }

    .gxList dl dt {
        height: 92px;
    }

    .proLe,
    .proRi {
        width: 100%;
    }

    .proRi,
    .proDeri {
        padding-left: 0;
    }

    .proLe dl {
        width: 48%;
        float: left;
    }

    .moveTitle .changeNum,
    .moSq a {
        font-size: 12px !important;
    }

    .irs {
        height: 30px !important;
    }

    .lgpList dl dd p {
        display: block;
        font-size: 12px;
    }

    .lgpList dl dd p span,
    .proDele,
    .proDeri,
    .proBox2 .CbContainer li .p,
    .gwcLe,
    .gwcRi {
        width: 100%;
        display: block;
    }

    .lgpList dl dd p span:nth-child(1) {
        width: 100%;
        padding: 0;
        line-height: 30px;
        text-align: center;
    }

    .proRi {
        margin-top: 20px;
    }

    .num {
        margin: 0 10px;
    }

    .gwc,
    .ljgm,
    .proSj li p,
    .proBox2 .Menubox ul li,
    .proBox2 .CbContainer li .p,
    .addPro ul li a,
    .addTi,
    .f18,
    .otherBtn a,
    .bjjs {
        font-size: 14px;
    }

    .proSj li {
        width: 33.333%;
    }

    .proSj li p {
        height: 50px;
    }

    .neTitle {
        font-size: 20px;
    }

    .addPro {
        display: block;
        position: relative;
    }

    .proInput input {
        width: 160px;
        height: 30px;
        font-size: 14px;
    }

    .proInput button {
        width: 60px;
        height: 30px;
    }

    .addPro ul {
        justify-content: left;
        margin-top: 15px;
    }

    .num {
        position: absolute;
        right: 0;
        top: 0;
    }

    .num span {
        height: 30px;
        width: 30px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .num input {
        height: 30px;
    }

    .bgWhite,
    .addBox {
        padding: 20px;
    }

    .cgTips dt img {
        width: 30px;
        display: block;
        margin: 0 auto;
    }

    .cgTips,
    .cgTips dt,
    .cgTips dt h1 {
        display: block;
    }

    .cgTips dt h1 {
        text-align: center;
    }

    .cgTips dt h1,
    .cgTips dt h1 p,
    .cgTips dt p,
    .cgTips dd {
        font-size: 14px;
        padding-left: 0;
    }

    .zfXuan .Menubox li img {
        max-width: 70%;
    }

    .addList dl,
    .addList dl dd,
    .form ul li {
        width: 100%;
        font-size: 14px;
    }

    .zfXuan1 {
        padding-left: 0;
    }

    .form ul li input,
    .form ul li select,
    .form ul li textarea {
        height: 30px;
    }

    .form ul li textarea {
        height: 70px;
    }

    .submit {
        font-size: 16px;
    }

    /*20240828*/
    .pro-D-Info-fl {
        width: 80px;
    }

    .pro-D-Info-fr {
        width: calc(100% - 80px);
    }

    .pro-D-Info {
        display: block;
    }

    .pro-D-Info .pro-D-Info-fl {
        width: 100%;
    }

    .pro-D-Info .pro-D-Info-fr {
        width: 100%;
    }

    .invoice-email {
        display: block;
    }

    .invoice-email span {
        width: 100%;
        font-size: 14px;
    }

    .invoice-email input {
        margin-left: 0;
        width: 100%;
        height: 32px;
        font-size: 14px;
    }

    .transferPop-box-info {
        width: 92%;
    }

    .transferPop-top {
        height: 36px;
    }

    .close-transfer {
        width: 17px;
    }

    .transferPop-bottom ul li p {
        width: 75px;
        font-size: 15px;
    }

    .transferPop-bottom ul li input {
        width: calc(100% - 75px);
        height: 32px;
        font-size: 15px;
    }

    .transfer-cz {
        margin-top: 20px;
    }

    .transfer-cz a {
        width: 120px;
        height: 32px;
        font-size: 15px;
        line-height: 32px;
    }

    .wjLe,
    .wjRi {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .wjBox {
        display: block;
    }

    .wjLe p,
    .cjZi,
    .lxLis dd {
        font-size: 14px;
    }
}