.inside-banner {
    height: 377px;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/banner.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.inside-banner .container {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    height:100%;
    position: relative;
}
.page-banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index:99;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.page-banner-title h2 {
    font-size: 32px;
    color: #ffffff !important;
    font-weight: 600;
    margin: 0 0 12px;
}
.page-banner-title .banner-desc {
    font-size: 16px;
    color:rgba(255,255,255,0.75);
    margin:0;
}
@media screen and (max-width:768px){
    .inside-banner {
        height: 220px;
    }
    .page-banner-title h2 {
        font-size: 22px;
    }
    .page-banner-title .banner-desc {
        font-size:14px;
    }
}




.page-banner-title h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.page-banner-title .banner-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin:0;
    line-height:1.6;
}
@media screen and (max-width:768px) {
    .page-banner-title .banner-desc {
        font-size:14px;
    }
}

/* 侧边栏 */
.sider-con {
    width: 384px;
    padding-bottom: 180px;
    padding-left: 50px;
    /* border-left: 1px solid rgba(116, 116, 116, .17); */
}

.sider-con h4 {
    margin-bottom: 20px;
    font-size: 22px;
}

.sider-list li {
    position: relative;
    padding: 0 16px;
    margin-top: 20px;
}

.sider-list li:first-child {
    margin-top: 30px;
}

.sider-list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 3px;
    height: 12px;
    margin-top: -6px;
    background: #d0a153;
}

.sider-list li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .9;
}

.sider-list li a:hover {
    color: #d0a153;
    transform: translateX(6px);
}

.sider-con .v-more {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #bf934a;
    text-align: right;
}
/* 帮助中心 */
.help-solve {
    width: 372px;
    padding: 24px;
    padding-left: 36px;
    margin-right: 40px;
    background: #fcfcfc;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.help-solve h4 {
    position: relative;
    height: 42px;
    margin-bottom: 17px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 450;
}
.help-solve ul li {
    margin-top: 13px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    transition: all .3s ease;
}
.help-solve ul li:hover {
    transform: translateX(5px);
}
.help-solve ul li span {
    flex-shrink: 0;
    white-space: nowrap;
    color: #d0a153;
}
.help-solve ul li a {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}
.help-solve ul li:hover a {
    color: #d0a153;
}
.help-solve ul li:nth-of-type(even) span,
.help-solve ul li:nth-of-type(even):hover a {
    color: #f53d22;
}
.help-solve h4::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 120px;
    border-top: 4px solid #f53d22;
}
.help-solve h4 a {
    float: right;
    font-size: 14px;
    color: #d0a153;
}


.help-bid {
    width: 332px;

    padding-bottom: 25px;
    background: #fcfcfc;

}
.help-bid img {
    width: 332px;
    height: auto;
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.help-bid-nav {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.help-bid-nav::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 50%;
    height: 20px;
    margin-left: -1px;
    border-left: 2px solid #999;
}

.help-bid-nav span {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.help-bid-nav span.on {
    font-weight: 450;
    color: #333;
}

.help-bid-nav span.on::after {
    position: absolute;
    content: '';
    left: 50%;
    width: 56px;
    bottom: -15px;
    margin-left: -28px;
    border-top: 4px solid #f53d22;
}

.help-bid-box .help-form {
    position: relative;
    display: none;
}

.help-bid-box .active {
    display: block;
}

.help-bid-box .help-form textarea,
.help-bid-box .help-form .mode {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 11px;
    border: 1px solid #d0a153;
    resize: none;
    font-size: 16px;
    background: #fff;
    opacity: .8;
}

.help-bid-box .help-form select {
    position: relative;
    display: inline-block;
    width: 150px;
    padding: 9px 13px;
    border: 1px solid #d0a153;
    font-size: 16px;
    color: #999;
    opacity: .9;
    cursor: pointer;
    appearance: none;
}

.help-bid-box .help-form i {
    z-index: 11;
    position: absolute;
    left: 122px;
    bottom: 12px;
    color: #777;
}

.help-bid-box .help-form .fd-submit {
    display: inline-block;
    margin-left: 8px;
    padding: 1px;
    border: 1px solid #d0a153;
}

.help-bid-box .help-form .fd-submit input {
    display: block;
    width: 134px;
    height: 42px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background: #d0a153;
    cursor: pointer;
}

.help-list {
    
    display: flex;
    flex-wrap: wrap;
    width: 372px;
    justify-content: space-between;
}

.help-list a {
    display: inline-block;
    width: 115px;
    height: 151px;
    margin-bottom: 15px;
    padding: 20px 10px;
    background: #fcfcfc;
    border: 1px solid #eee;
    text-align: center;
}

.help-list a:hover {
    transform: translateY(-8px);
    color: #d0a153;
}

.help-list a img {

    height: 80px;
    margin: 0 auto;
    margin-bottom: 13px;
}

.help-box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
}

.help-content .swiper-slide .h-top {
    position: relative;
    width: 100%;
    height: 200px;
    background: #d0a153 url(https://webbibstatic.seobp.com/static/images/channel/member4.jpg) center no-repeat;
}

.help-content .swiper-slide:nth-of-type(2) .h-top {
    background: #f53d22 url(	https://webbibstatic.seobp.com/static/images/channel/member4.jpg) center no-repeat;
}

.help-content .swiper-slide:nth-of-type(3) .h-top {
    background: #d0a153 url(	https://webbibstatic.seobp.com/static/images/channel/member4.jpg) center no-repeat;
}

.h-top span {
    z-index: 111;
    position: absolute;
    bottom: -46px;
    left: 13%;
    display: block;
    width: 74%;
    line-height: 80px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    color: #666;
    border: 1px solid #af8643;
}

.h-bot ul li {
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;
	cursor: pointer;
	color:#333;
	transition: color .2s;
}
.h-bot ul li:hover {
	color:#d0a153;
}
/*弹窗遮罩*/
.help-modal {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.55);
	display:none;
	z-index:9999;
	align-items:center;
	justify-content:center;
}
.help-modal-wrap {
	width:520px;
	max-width:90%;
	background:#fff;
	border-radius:8px;
	padding:24px;
}
.help-modal-title {
	font-size:18px;
	font-weight:500;
	margin-bottom:14px;
	color:#222;
}
.help-modal-content {
	font-size:16px;
	line-height:1.75;
	color:#444;
	margin-bottom:20px;
}
.help-modal-close {
	padding:6px 20px;
	border:none;
	background:#d0a153;
	color:#fff;
	border-radius:4px;
	cursor:pointer;
}


.help-content .swiper-slide:nth-of-type(2) .h-top span {
    border-color: #f53d22;
}

.help-content .h-fir {
    position: relative;
    padding: 30px 0;
    padding-left: 138px;
    border-bottom: 1px dashed rgba(0, 0, 0, .17);
}

.help-content .h-fir div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 121px;
    height: 75px;

}

.help-content .h-fir h3 {
    font-size: 18px;
}

.help-content .h-fir p {
    margin-top: 8px;
    font-size: 14px;
    opacity: .66;
}

.help-content .h-bot {
    margin-top: 15px;
    padding: 60px 30px 20px;
    border: 1px solid #d0a153;
}

.help-content .swiper-slide:nth-of-type(2) .h-bot {
    border-color: #f53d22;
}

.help-content ul li {
    position: relative;
    margin-top: 16px;
    padding-left: 46px;
    padding-right: 15px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-content ul li::before {
    position: absolute;
    content: '1';
    left: 0;
    top: 0;
    width: 30px;
    height: 22px;
    font-size: 14px;
    color: #fff;
    background: #a0a0a0;
    text-align: center;
}

.help-content ul li:nth-of-type(1):before {
    background: #af8643;
}

.help-content ul li:nth-of-type(2):before {
    content: '2';
    background: #af8643;
}

.help-content .swiper-slide:nth-of-type(2) ul li:nth-of-type(1):before, .help-content .swiper-slide:nth-of-type(2) ul li:nth-of-type(2):before {
    background: #f53d22;
}

.help-content ul li:nth-of-type(3):before {
    content: '3';
}

.help-content ul li:nth-of-type(4):before {
    content: '4';
}

.help-content ul li:nth-of-type(5):before {
    content: '5';
}

.help-content ul li a {
    display: block;
    font-size: 17px;
    opacity: .85;
    transition: all .3s ease
}

.help-content ul li:hover a {

    color: #d0a153;
    transform: translateX(5px);
}

.help-content .swiper-slide:nth-of-type(2) ul li:hover a {
    color: #f53d22;
}

.help-content .v-more {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #d0a153;
    text-align: right;
}

.help-content .swiper-slide:nth-of-type(2) .v-more {
    color: #f53d22;
}

/* 文章教程 */
.art-con {
    position: relative;
    min-height: 600px;
    padding-left: 233px;
    margin-top: -60px;
    margin-bottom: 100px;
}

.art-left {
    position: absolute;
    width: 222px;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(233, 233, 233, .08);
    border: 1px solid rgba(233, 233, 233, .1);
}

.art-left h4 {
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.art-left ul {
    padding: 30px 28px;
    height: calc(100% - 60px);
    overflow-y: scroll;
}

.art-left ul::-webkit-scrollbar {
    width: 0;
}

.art-left li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../images/zhishi.png) 0 10px no-repeat;
}

.art-left li span {
    display: block;
    font-size: 16px;
    font-weight: 450;
    line-height: 30px;
    cursor: pointer;
}

.art-left li i {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 15px;
    color: #777;
    transition: all .3s ease;
}

.art-left li div {
    display: none;
    margin-top: 10px;
}

.art-left li div a {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.art-left li div a:hover {
    color: #d0a153;
}

.art-left li i.on {
    transform: rotate(180deg);
}

.art-left li.active div {
    display: block;
}

.art-left li a.on {
    color:  #cb9156;
}

.art-box {
    width: 100%;
    padding: 0 30px;
    background: rgba(233, 233, 233, .08);
    border: 1px solid rgba(233, 233, 233, .3);
}

.art-box .curmbs {
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    color: #fff;
    opacity: .5;
}

.art-box .curmbs a {
    color: #fff;
}


.art-body {
    padding-top: 30px;
    padding-bottom: 60px;
}

.docstyle p:nth-of-type(1) {
    margin-bottom: 30px;
    padding-left: 14px;
    font-size: 20px;
    color: #000;
    line-height: 25px;
    font-weight: 450;
    border-left: 8px solid #d0a153;
}

.docstyle strong {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}

.docstyle span {
    font-size: 16px;
    color: #777;
}

.docstyle p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.docstyle p a {
    display: inline-block;
    margin-right: 15px;
    color: #d0a153;
}

.docstyle table {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
}

.docstyle tr {
    line-height: 50px;
}

.docstyle td {
    width: 17%;
    font-size: 16px;
    color: #777;
    padding: 0 15px;
    border: 1px solid #dadee2;
}

.docstyle td:last-child {
    width: 48%;
    text-align: left;
}

.docstyle thead {
    border-bottom: 2px solid #dadee2;
}

.docstyle thead td {
    font-size: 18px;
    color: #333;
    text-align: center !important;
    font-weight: 450;
}

.docstyle h4 {
    font-size: 18px;
}

.news-art {
    padding-left: 0;
    overflow: hidden;
  }


.news-art .sider-con h4{
    color: #fff;
    line-height: 60px;
  }
.news-art .art-box {
    float: left;
    width: calc(100% - 390px);
}


.news-art .art-body {
    padding-top: 40px;
}

.news-art .art-body h1 {
    font-size: 26px;
    color: #333;
    font-weight: normal;
}

.news-art .art-body .time {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #999;
}

.news-art .art-body p {
    line-height: 2;
    color: #666;
    text-align: justify;
    /*text-indent: 32px;*/
}
.news-art .art-body strong{
    /*display: block;*/
    margin-top: 10px;
    font-size: 18px;
  }
.news-art .art-body img {
    margin: 16px auto;
}

.news-art .art-body ul {
    margin-top: 40px;
    padding-top: 30px;
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
}

.news-art .art-body li {
    width: 100%;
    margin-bottom: 15px;
}

.news-art .art-body li a:hover {
    color:  #cb9156;
}

.news-art .sider-con {
    float: right;
    width: 360px;
    margin-left: 30px;
    padding: 20px 30px;
    padding-top: 0;
    background: rgba(233, 233, 233, .08);
    border: 1px solid rgba(233, 233, 233, .3);
}

.demo strong {
    display: block;
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    font-weight: 450;
}

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

.demo a {
    width: 195px;
    height: 52px;
    margin-bottom: 15px;
    font-size: 0;
    background-image: url(../images/demo_1.png);
}

.demo a:nth-of-type(2) {
    background-image: url(../images/demo_2.png);
}

.demo a:nth-of-type(3) {
    background-image: url(../images/demo_3.png);
}

.demo a:nth-of-type(4) {
    background-image: url(../images/demo_4.png);
}

.demo a:nth-of-type(5) {
    background-image: url(../images/demo_5.png);
}

.demo a:nth-of-type(6) {
    background-image: url(../images/demo_6.png);
}

/* 搜索结果 */
.inside-banner .result {
    text-align: left;
    padding-left: 74px;
}

.inside-banner .result span {
    font-size: 15px;
    opacity: .8;
}

.inside-banner .result em {
    color: #fff;
}

.list-con {
    width: 1020px;
    padding-left: 74px;
    padding-top: 30px;
}

.list-con li {
    position: relative;
    padding-left: 350px;
    margin-bottom: 50px;
}

.list-con li .li-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    padding: 0 10px;
    padding-top: 10px;
    text-align: center;
    background: url(../images/bk.png) no-repeat;
    font-size: 16px;
    color: #fff;
}

.list-con li .li-mid {
    position: absolute;
    left: 68px;
    top: 0;
    width: 248px;
    height: 170px;
}

.list-con li h3 a {
    display: block;
    font-size: 22px;
}

.list-con li a:hover {
    color: #d0a153 !important;
}

.list-con li .tag-list {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.list-con li .tag-list a {
    display: inline-block;
    margin: 0 4px;
    color: #999;
}

.list-con li p {
    height: 66px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.6;
    overflow: hidden;
}

.list-con li .bot-tag {
    color: #d0a153;
}

.list-con li .bot-tag i {
    font-size: 18px;
}

.list-con li .bot-tag a {
    display: inline-block;
    margin-left: 8px;

    color: #d0a153;
}





.page li {
    display: inline-block;
    text-align: center;
    font-size: 15px;

}

.page li:last-child {
    border: 0;
}



.page li.active span {
    color: #fff;
    background: #44c6ad;

}

/* 软件下载 */
.soft-banner .banner-con{
    padding-top: 110px;
}
.soft-con ul{
    display: flex;
    justify-content: space-between;
}
.soft-con li{
    width: auto;
    padding: 20px;
}
.soft-con li>div{
    position: relative;
    width: 260px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .17);
    text-align: center;
    transition: all .2s ease;
}
.soft-con li h3{
    font-size: 26px;
    color: #444;
    font-weight: 450;
}
.soft-con li i{
    display: block;
    margin: 20px 0;
    font-size: 66px;
    color: #444;
}
.soft-con li span{
    display: block;
}
.soft-con li .downland{
    display: block;
    margin: 20px 0;
    background: #cb9156;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
.soft-con li p{
    font-size: 14px;
    line-height: 24px;;
}
.soft-con li .view{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color:  #cb9156;
}

/* .soft-con li.mobile>div{
  width: 484px;
  padding-right: 230px;
  padding-bottom: 65px;
}
.soft-con li.mobile p{
  margin-top: 30px;
} */
.soft-con li .r-soft{
    display: none;
    position: absolute;
    left: 50%;
    top: 72px;
    width: 100px;
    margin-left: -50px;
    -padding: 0 20px;
    -border-left: 1px solid #eee;
}
.soft-con li:hover>div{
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);

}
.soft-con li:hover .r-soft{
    display: block;
}
.soft-con li .r-soft p{
    margin-top: 18px;
}
.soft-con li .r-soft span{
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
}
.soft-con li .ios i{
    width: 100%;
    height: 72px;
    font-size: 0;
    background: url(../images/ios.png) center no-repeat;
    background-size: auto 100%;
    opacity: .8;
}



/* 推广返利 */
.promotion .banner-con div > span {
    text-align: left;
    text-indent: 50px;
}

.promotion .banner-bottom span {
    letter-spacing: 2px;
}

.promotion .banner-con p i {
    background: url(../images/purcha_2.png) no-repeat;
}

.promotion .banner-con p a {
    width: 90%;
}

.index-title {
    position: relative;
    padding-top: 80px;
    padding-bottom: 36px;
    margin-bottom: 80px;
    text-align: center;
}

.index-title em {
    color: #ef6c17;
}

.index-title p {
    color: #333;
    font-size: 34px;
    opacity: .91;
    letter-spacing: 2px;
}


.index-title::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    width: 64px;
    margin-left: -32px;
    border-top: 3px solid #4d4d4d;
}

.pro-way ul, .pro-flow ul {
    display: flex;
    justify-content: space-between;
}

.pro-way li, .pro-flow li {
    width: 30%;
    text-align: center;
}

.pro-way li img {
    display: inline-block;
}

.pro-way li h3 {
    margin-top: 30px;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    letter-spacing: 1px;
}

.pro-way li span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #888;
    line-height: 24px;
}

.pro-btn {
    margin-top: 50px;
    text-align: center;
}

.pro-btn a {
    position: relative;
    display: inline-block;
    height: 50px;
    padding-left: 30px;
    padding-right: 56px;
    font-size: 18px;
    color: #fff;
    line-height: 52px;
    background: #d0a153;
    letter-spacing: 1px;
}

.pro-btn a:hover {
    opacity: .85;
}

.pro-btn a::after {
    position: absolute;
    content: url(../images/tg/ljt.png);
    right: 26px;
    top: 1px;
    transition: all .3s ease;
}

.pro-btn a:hover::after {
    right: 18px;
    transition: all .3s ease;
}

/*===== pro-flow 重写为四图标布局，覆盖原有三步样式 =====*/
.pro-flow {
    margin-top: 70px;
    padding-bottom: 80px;
    /* 替换深色背景，匹配截图米黄底色 */
    background: url( https://probibstatic.seobp.com/static/images/activity/trading_competition/p3-bg.jpg);
}
.pro-flow .index-title {
    padding-top:60px;
    padding-bottom:20px;
    margin-bottom:40px;
}
/* 主标题 投资黄金 选择皇御 橙色大字 */
.pro-flow .index-title p:first-child {
    color:#f24518;
    font-size:42px;
    font-weight:bold;
    letter-spacing:2px;
}
/* 副标题：叠加同享更多优惠，让您赚上加赚 */
.pro-flow .index-title p.sub-title {
    color:#b35c28;
    font-size:20px;
    margin-top:10px;
}
/* 去掉标题下方分割横线 */
.pro-flow .index-title::after{
    display:none;
}
/* ul四栏均分，覆盖原来3栏逻辑 */
.pro-flow ul{
    display:flex;
    justify-content: space-between;
    gap:10px;
}
.pro-flow li{
    width:24%;
    text-align:center;
    /* 清除原来步骤li的背景、位置伪元素、内边距 */
    padding-bottom:0;
    background:none;
    position:static;
    color:#d82626;
}
/* 删除步骤箭头伪元素 */
.pro-flow li:nth-of-type(2)::before,
.pro-flow li:nth-of-type(2)::after{
    display:none;
}
/* 圆形图标容器 红圈 */
.pro-flow li .icon-circle{
    width:132px;

    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
}
.pro-flow li .icon-circle img{
    width:100%;
    height:100%;
    margin-right:0;
    vertical-align:middle;
}
.pro-flow li h3{
    font-size:28px;
    font-weight:bold;
    margin-bottom:10px;
    color:#d82626;
    opacity:1;
}
.pro-flow li span{
    display:block;
    font-size:17px;
    color:#d82626;
    opacity:1;
    line-height:26px;
}

/*======== 移动端适配 ========*/
@media(max-width:768px){
    .pro-flow ul{
        flex-wrap:wrap;
        gap:24px 2%;
    }
    .pro-flow li{
        width:48%;
    }
    .pro-flow li .icon-circle{
        width:96px;
        height:96px;
    }
    .pro-flow li .icon-circle img{
        width:42px;
        height:42px;
    }
    .pro-flow .index-title p:first-child{
        font-size:30px;
    }
    .pro-flow li h3{
        font-size:22px;
    }
}


.link-con {
    position: relative;
    width: 700px;
    height: 66px;
    padding-left: 25px;
    padding-right: 210px;
    margin: 30px auto;
    margin-bottom: 0;
    background: rgba(130, 130, 130, .36);
}

.link-con input {
    background: none;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: .8;
    font-size: 16px;
}

.link-con input::placeholder {
    color: #ccc;
}

.link-con button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 180px;
    height: 50px;
    font-size: 16px;
    background: #d0a153;
    color: #fff;
    letter-spacing: 1px;
    opacity: .91;
    cursor: pointer;
}

.link-con button:hover {
    opacity: 1;
    transition: all .2s ease;
}


.pro-rules {
    margin-bottom: 150px;
}

.pro-rules-box {
    background: url(../images/line_bg.png) center no-repeat;
}

.rule-top {
    display: flex;
    justify-content: space-between;
}

.rule-top li, .rule-bot li {
    width: 281px;
    height: 323px;
    padding: 40px;
    text-align: center;
    color: #333;
    background: url(../images/shadow_bg.png) no-repeat;
}

.pro-rules-box li img {
    display: inline-block;
}

.pro-rules-box li h3 {
    margin-top: 24px;
    font-size: 20px;
}

.pro-rules-box li span {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    opacity: .7;
    line-height: 24px;
}

.rule-bot {
    margin-top: 30px;
    text-align: center;
}

.rule-bot li {
    display: inline-block;
    vertical-align: top;
    margin: 0 90px;
    padding-top: 64px;
    background: url(../images/shadow_bg2.png) no-repeat;
}

.pro-rules .pro-btn {
    margin-top: 80px;
}
/*===== 开户流程 纯CSS圆形图标，兼容原有布局 =====*/
.pro-rules-box .rule-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-rules-box .rule-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    background: #d0a153;
    border-radius: 50%;
    box-sizing: border-box;
}
.pro-rules-box .rule-icon::before,
.pro-rules-box .rule-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

/*注册账号 用户图标*/
.rule-icon-user::before {
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-radius: 50%;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.rule-icon-user::after {
    width: 28px;
    height: 14px;
    border: 3px solid #fff;
    border-top: none;
    border-radius: 0 0 14px 14px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

/*完善个人资料 编辑表单*/
.rule-icon-edit::before {
    width: 30px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 4px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.rule-icon-edit::after {
    width: 16px;
    height: 3px;
    background: #fff;
    top: 24px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

/*提交身份核验 身份证*/
.rule-icon-idcard::before {
    width: 36px;
    height: 24px;
    border: 3px solid #fff;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rule-icon-idcard::after {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 18px -8px 0 #fff, 18px 8px 0 #fff;
}

/*审核通过 对勾*/
.rule-icon-check::before {
    width: 28px;
    height: 14px;
    border: 4px solid #fff;
    border-top: none;
    border-right: none;
    top: 28px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

/*登录交易软件 电脑终端*/
.rule-icon-desktop::before {
    width: 38px;
    height: 22px;
    border: 3px solid #fff;
    border-radius: 4px;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.rule-icon-desktop::after {
    width: 3px;
    height: 12px;
    background: #fff;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}


/* 屏幕尺寸小于1240 */
@media screen and (max-width: 1240px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-con {
        padding-top: 50px;
        text-align: center;
    }

    .banner-con img {
        display: block;
        width: 24%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .banner-con > div {
        margin: 0 auto;
    }

    .banner-con strong {
        font-size: 30px;
    }

    .banner-con p {
        font-size: 24px;
    }

    .banner-bottom, .help-search ul, .help-bid, .sider-con {
        display: none;
    }

    .banner-con .help-search {
        display: block;
        margin: 0 auto;
    }

    /* 文章 */
    .art-con {
        padding-left: 233px;
    }

    .news-art {
        padding: 0 30px;
    }

    .news-art .art-box {
        width: 100%;
    }

    /*  */
    .footer .fl {
        display: none;
    }

    .footer .fr {
        float: none;
        margin: 0 auto;
    }
    .fl.vue-box{
        width: 100%;
        border-right:none;
    }
    .product-title{
        margin-bottom: 20px;
    }
}

/**
文章列表页
 */
.list-nav{
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.list-nav a{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin: 0 30px;
    font-size: 22px;
    color: #333;
    cursor: pointer;
}
.list-nav a.on{
    -color: #d0a153;
}
.list-nav a.on::after{
    position: absolute;
    content: '';
    left: 50%;
    width: 56px;
    bottom: -2px;
    margin-left: -28px;
    border-top: 4px solid #f53d22;
}


/* 手机端 */

.other_download{
    display: none;
}
@media screen and (max-width: 867px) {
    /* 内页手机端 */
    header .icon-qiehuanqizuo {
        font-size: 26px;
        color:  #cb9156;
    }

    header .logo {
        height: 36px;
        margin-left: 28px;
    }

    /* 帮助中心 */
    .inside-content {
        padding: 100px 28px;
        padding-bottom: 50px;
    }

    .help-search .import {
        font-size: 14px;
    }

    .help-search form {
        height: 44px;
        padding-left: 46px;
        padding-right: 90px;
        line-height: 42px;
    }

    .help-search form i {
        font-size: 15px;
        width: 24px;
        height: 24px;
        left: 10px;
        margin-top: -12px;
    }

    .help-search .submit {
        width: 80px;
        font-size: 16px;
    }

    .help-list {
        width: 100%;
    }

    .help-list a {
        width: 31%;
        height: auto;
        padding: 15px 10px;
    }

    .help-list a:nth-of-type(n+7) {
        display: none;
    }

    .help-list a img {
        height: 44px;
    }

    .help-content ul li:nth-of-type(n+3) {
        display: none;
    }

    .help-content .swiper-slide .h-top {
        height: 180px;
    }

    .help-content .swiper-slide .h-top {
        background-size: 32% !important;
    }

    .h-top span {
        bottom: -36px;
        left: 15%;
        width: 70%;
        font-size: 22px;
        line-height: 60px;
    }

    .help-content .h-bot {
        padding-top: 40px;
    }

    .help-content ul li {
        padding-left: 36px;
    }

    .help-content ul li::before {
        width: 24px;
    }

    .help-content ul li a {
        font-size: 16px;
    }

    .help-nav {
        width: 80%;
        margin: 0 auto;
    }

    .help-nav li {
        margin-top: 20px;
        font-size: 15px;
        color: #d0a153;
        text-align: center;
        line-height: 36px;
        border: 1px solid rgba(54, 171, 156, .8);
    }

    .help-nav li.swiper-slide-thumb-active {
        background: #fdf8f4;
        color: #ee6003;
        border: 1px solid #ee6003;
        color: #ee6003;
    }

    .swiper-btn {
        top: auto;
        bottom: -6px;
        font-size: 34px;
        color: #d0a153;
    }

    .swiper-button-prev {
        left: -4px;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-btn:after {
        display: none;
    }

    /* 文章教程 */
    .art-con {
        margin-top: 0;
        padding: 100px 20px 80px;
        margin-bottom: 0;
    }

    .art-left {
        position: static;
        width: 100%;
        background: none;
        border: none;
    }

    .mob-art-tit {
        position: relative;
        margin-bottom: 30px;
    }

    .mob-art-tit h4 {
        font-size: 24px;
        color: #000;
        text-align: left;
        line-height: 50px;
        font-weight: normal;
    }

    .mob-art-tit i {
        position: absolute;
        right: 0;
        top: 12px;
        font-size: 22px;
    }

    .mob-art-tit span {
        display: block;
        color: #999;
    }

    .art-left ul {
        z-index: 99;
        position: absolute;
        padding: 0 30px;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 130px;
        background: #fff;
    }

    .art-left ul .icon-guanbi1 {
        position: absolute;
        right: 20px;
        top: 85px;
        font-size: 36px;
    }

    .art-left li span {
        font-size: 18px;
    }

    .art-box {
        padding: 0;
        background: none;
        border: none;
    }

    .docstyle {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .docstyle .tit {
        font-size: 18px;
    }

    .docstyle {
        padding: 0;
    }

    .docstyle strong {
        font-size: 16px;
    }

    .docstyle thead td {
        font-size: 14px;
    }

    .docstyle td {
        width: 25%;
        font-size: 12px;
    }

    .docstyle tr {
        line-height: 30px;
    }

    /* 搜索结果 */
    .mob-r-tit {
        margin-top: 30px;
        font-size: 20px;
        font-weight: normal;
    }

    .list-con {
        width: 100%;
        padding: 0;
    }

    .list-con li {
        padding: 15px 0;
        margin-bottom: 0;
        overflow: hidden;
        border-bottom: 1px solid #f6f6f6;
    }

    .list-con li .li-mid, .list-con li p, .list-con li .bot-tag i {
        display: none;
    }

    .list-con li h3 a {
        font-size: 14px;
        white-space: normal;
        font-weight: normal;
    }

    .list-con li .tag-list {
        display: inline-block;
        margin-top: 12px;
        font-size: 0;
    }

    .list-con li .tag-list a {
        font-size: 14px;
    }

    .list-con li .bot-tag a {
        display: none;
    }

    .list-con li:first-child .li-mid {
        position: static;
        display: block;
        float: left;
        width: 121px;
        height: 90px;
        margin-right: 10px;
        border: 3px solid #ddd;
    }

    .list-con li:first-child .li-mid img {
        width: 100%;
        height: 100%;
    }

    .list-con li:first-child p {
        display: inline-block;
        height: 70px;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
        color: #999;
    }

    .list-con li:first-child h3 a {
        font-size: 15px;
    }

    .list-con li:first-child .tag-list {
        margin-top: 5px;
    }

    .list-con li:first-child .bot-tag a {
        top: 94px;
        left: 125px;
        background: none;
    }

    .mob-page {
        position: relative;
        width: 100%;
        margin-top: 50px;
        text-align: center;
        line-height: 48px;
        background: #f6f6f6;
        border: 1px solid #eee;
        border-radius: 40px;
        overflow: hidden;
    }

    .mob-page::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        height: 24px;
        margin-top: -12px;
        border-left: 2px solid #999;
    }

    .mob-page li {
        float: left;
        width: 50%;
        font-size: 18px;;
    }

    /* 软件下载 */
    .mobile-title {
        margin-bottom: 30px;
        font-size: 24px;
        text-align: center;
        line-height: 1.6;
    }

    .soft-con li > div {
        width: 100%;
        padding: 36px 20px;
    }

    .soft-con li h3 {
        font-size: 20px;
    }

    .soft-con li i {
        font-size: 48px;
    }
    .soft-con li .ios i{
        height: 52px;
      }
      .soft-con li:hover>div{
        transform: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, .17);
      }
    .soft-con li.mobile > div {
        width: 100%;
        padding: 36px 20px;
    }

    .soft-btn {
        top: 66%;
        font-size: 42px;
        color:  #cb9156;
        background: none;
    }

    .soft-box .swiper-button-prev {
        left: 4px;
    }

    .soft-box .swiper-button-next {
        right: 22px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

    .soft-nav {
        width: 90%;
    }

    .soft-nav li {
        margin-top: 0;
        line-height: 48px;
    }

    .view-art {
        display: block;
        margin-top: 50px;
        text-align: center;
        font-size: 24px;
        color:  #cb9156;
    }

    .page {
        padding-right: 0;
        margin-top: 60px;
    }

    .page li a, .page li span {


        line-height: 30px;
        font-size: 12px;
    }

    /* 文章详情 */
    .news-art .art-body {
        padding-top: 0;
    }

    .news-art .art-body h1 {
        font-size: 20px;
    }


    /* 推广返利 */
    .pro-way {
        margin-top: 70px;
    }

    .index-title {
        padding: 40px 20px;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }

    .index-title p {
        width: 80%;
        margin: 0 auto;
        font-size: 22px;
    }

    .index-title::after {
        bottom: 0px;
        width: 48px;
        margin-left: -24px;
        border-top-width: 2px;
    }

    .pro-way ul, .pro-flow ul {
        display: block;
    }

    .pro-way li, .pro-flow li {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }

    .pro-way li h3 {
        margin-top: 0;
        font-size: 18px;
    }

    .pro-way li span {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .pro-way li {
        padding-left: 110px;
    }

    .pro-way li .rule-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 86px;
    }

    .pro-btn a {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }

    .pro-flow li {
        padding-left: 30px;
        padding-bottom: 0;
        margin-bottom: 60px;
        background: none;
    }

    .pro-flow li h3 {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .pro-flow li h3 img {
        width: 48px;
    }

    .pro-flow li:nth-of-type(1) h3 img {
        width: 38px;
    }

    .pro-flow li:nth-of-type(2)::before, .pro-flow li:nth-of-type(2)::after {
        left: 100px;
        right: auto;
        top: -60px;
        width: 20px;
        transform: rotate(90deg) scale(.45);
    }

    .pro-flow li:nth-of-type(2)::after {
        top: auto;
        bottom: -36px;
    }

    .link-con {
        display: none;
    }

    .pro-flow {
        padding-bottom: 1px;
    }

    .rule-top {
        display: block;
    }

    .pro-rules-box {
        background: none;
    }

    .rule-top li, .rule-bot li {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
        padding-left: 94px;
        background: none;
        text-align: left;
    }

    .pro-rules-box li .rule-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
    }

    .pro-rules-box li span {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .pro-rules-box li h3 {
        font-size: 18px;
    }

    .rule-bot li {
        display: block;
    }

    .pro-rules .pro-btn {
        margin-top: 50px;
    }

    .pro-rules {
        margin-bottom: 100px;
    }
    .inside-content{
        padding: 100px 20px;
    }
    .list-nav{
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .list-nav a{
        margin: 0 3px;
        padding-bottom: 13px;
        font-size: 16px;
    }


    /*  */
    .soft-con li{
        width: 100%;
    }

    .other_download{
        display: block;
        padding: 0 20px;
        margin-top: 10px;
    }
    .other_download span{
        display: block;
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .other_download a{
        position: relative;
        display: block;
        margin-top: 10px;
        padding: 10px;
        border: 1px solid  #cb9156;
        text-align: center;

    }
    .other_download a::after{
        position: absolute;
        content: '';
        right: 15px;
        width: 22px;
        height: 24px;
        background: url(../images/download.png) right no-repeat;
        background-size: 100%;
    }
    .other_download a i{
        margin-right: 10px;
        font-size: 18px;
    }
}



/* 住宅IP */
.dx-content .area-box em{
  font-size: 16px;
}

.v-form-box .layui-row:after,
.v-form-box .layui-row:before {
    display: none;
}

.v-form-box .padding-left-40 {
    overflow: hidden;
    padding: 0;
    padding-top: 15px;
}

.v-form-box .layui-card {
    position: relative;
    /* height: 92px; */
    padding: 5px 15px;
    margin-top: -15px;
    border: 1px solid #ddd;
}

.v-form-box .model-2 {
    height: auto;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.v-form-box .model-2 .layui-card-body {
    /* max-height: 500px; */
    margin: 0;
    /* overflow-y: auto; */
}

.v-form-box .model-2 .layui-card-body::-webkit-scrollbar,
.dx-content .zj-model-2::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

.v-form-box .model-2 .layui-card-body::-webkit-scrollbar-thumb,
.dx-content .zj-model-2::-webkit-scrollbar-thumb {
    background-color: rgba(54, 171, 156, .2);
    border-radius: 4px;
}

.v-form-box .layui-card-header {
    z-index: 11;
    height: auto;
    font-size: 16px;
}
.v-form-box .active .layui-card-header{
    border-bottom: 1px solid #93929233;
}

.v-form-box .layui-card-header i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.v-form-box .layui-col-space15 {
    margin: 0;
}

.v-form-box .layui-col-space15>* {
    padding: 0;
}

.v-form-box .itemlist-online .layui-row {
    display: flex;
    justify-content: space-between;
}

.v-form-box .itemlist-online .layui-row .layui-col-md6 {
    width: 48%;
}
.v-form-box .itemlist-online .layui-card .layui-card-body{
    padding-left: 16px;
}
.v-form-box .layui-card.active::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(54, 171, 156, .5)
}

.v-form-box .layui-card .layui-card-body {
    padding: 0;
    -padding-left: 20px;
    margin-top: 8px;
    line-height: 20px;
    font-size: 12px;
    color: #777
}

.v-form-box .itemlist-box {
    margin-bottom: 25px;
    padding: 0
}

.v-form-box .itemlist-label {
    float: left;
    display: inline-block;
    position: relative;
    width: 120px;
    padding: 0;
    padding-right: 35px;
    text-align: right;
    font-size: 18px;
    line-height: 38px;
}

.v-form-box .itemlist-label i {
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 24px;
    color:  #cb9156;
    opacity: .75;
}

.v-form-box .itemlist-online {
    margin-left: 140px;
}

.v-form-box .layui-btn-sm {
    width: 120px;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    background: rgba(54, 171, 156, .5);
    border: 1px solid rgba(54, 171, 156, .5);
    margin-right: -1px;
    margin-bottom: -1px;
    color: #333;
}
.layui-btn.layui-btn-sm.layui-btn-primary{
    border: 1px solid #d1d1d1;
}


.v-form-box .time .layui-btn-sm {
    width: 90px;
}

.v-form-box .layui-btn-primary {
    background: #fff;
}

.v-form-box .province .layui-btn {
    width: 40px;
}

.v-form-box .province span {
    display: block;
    margin-top: 10px;
}

.v-form-box .province p {
    color: #777;
    line-height: 35px;
}

.v-form-box .province span .layui-btn,
.v-form-box .node span .layui-btn,
.v-form-box .time span .layui-btn {
    width: auto;
    padding: 0 20px;
}

.v-form-box .itemlist-online .color-red {
    font-size: 20px;
    line-height: 36px;
}

.v-form-box .itemlist-online h2 {
    font-weight: normal;
    font-size: 28px;
    color: #f8601d;
    letter-spacing: 1px;
}

.v-form-box .submie-btn {
    margin-left: 140px;
}

.v-form-box .submie-btn a {
    width: 140px;
    height: 40px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
}

.v-form-box .add-node {
    display: block;
    margin-top: 12px;
    color: #f8601d;
}

.v-form-box h5 {
    font-size: 16px;
    line-height: 36px;
}

.v-form-box h5 span {
    color: #f8601d;
}

.v-form-box .layui-card-body .layui-table {
    margin-top: 12px;
    margin-bottom: 30px;
}

.v-form-box tbody:first-child tr {
    /* background: #f5f5f5; */
}

.v-form-box tbody th:first-child,
.v-form-box tbody td:first-child {
    text-align: center;
}

.v-form-box .layui-icon-delete {
    font-size: 24px;
    cursor: pointer;
}

.v-form-box .layui-icon-addition,
.v-form-box .layui-icon-subtraction {
    padding: 2px;
    margin: 0 5px;
    border: 1px solid #eee;
    border-radius: 2px;
}

.province p i {
    vertical-align: middle;
    height: 26px;
    /* margin-left: 10px; */
    padding: 0 12px;
    margin-top: -4px;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
}

.dx-content .layui-card {
    margin-left: 140px;
    padding: 15px 10px;
}

.dx-content .model-2 {
    /* height: 480px !important; */
    padding: 0;
    margin-top: 0;
}

.dx-content .city {
    font-size: 16px;
    color: #333;
}

.dx-content .city ul {
    margin-top: 10px;
}

.dx-content .city li span {
    top: 50%!important;
    color: #333;
}

.dx-content .zj-model-2 {
    /* height: 470px;
  max-height: 480px; */
    margin: 0;
    padding: 0;
    margin-top: 10px;
    border: 0;
    box-shadow: none;
    /* overflow-y: auto; */
}

.dx-content .zj-model-2 .layui-card-body {
    margin-top: 0;
}

.dx-content .zj-model-2 .city ul {
  gap: 8px!important;
    position: relative;
    padding-left: 130px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.dx-content .zj-model-2 .city {
    margin-left: 10px;
}
.dx-content .zj-model-2 ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 25px;
    color: #44b1a3;
    text-align: right;
}

/*  */
.dx-sider-con .layui-tab-content{
  padding-top: 10px;
}
.dx-sider-con .tab-top{
  text-align: right;
  margin-bottom: 5px;
}
.tab-top .layui-input-group{
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  margin-top: -4px;
  font-size: 0;
}
.tab-top .layui-input-group .layui-input-split{
  display: inline-block;
  padding: 4px 6px;
  cursor: pointer;
}
.dx-sider-con .tab-top .layui-input{
  display: inline-block;
  -margin-top: 1px;
  max-width: 50px;
  width: auto;
  height: 27px;
  padding: 0 5px;
  font-size: 14px;
}

.dx-sider-con .tab-top .layui-badge{
    vertical-align: middle;
  height: 28px;
  margin-top: -5px;
  padding: 0 10px;
  margin-left: 12px;
  cursor: pointer;
  line-height: 28px;
  background: #ee6c17;
}

.orderlist .layui-icon-delete{
  display: block;
}
.orderlist .layui-icon-subtraction, .orderlist .layui-icon-addition{
  background: #fff;
}
.orderlist .layui-icon-subtraction + span{
  vertical-align: middle;
  width: auto;
  width: 30px;
  margin-top: -5px;
  font-size: 13px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-sider-con .itemlist-box.tab-bot{
  margin-bottom: 49px;
  line-height: 30px;
}
.tab-bot em{
  margin: 0 2px;
  color: #ee6c17;
}
.tab-bot a{
  float: right;
  height: 28px;
    padding: 0 10px;
    margin-left: 10px;
    cursor: pointer;
    line-height: 28px;
    background: #ddd;
    font-size: 14px;
}
.tab-bot a:hover{
  color: #fff;
  background:  #cb9156;
}
.tab-bot a:nth-of-type(2){
  background: #ee6c17;
}

/* 弹窗 */

.xy-orderlist-box.v-pay-box h3{
  margin-bottom: -22px;
  color: #ee6c17;
}
.xy-orderlist-box .dx-sider-con .tab-top{
  margin-bottom: 10px;
}
.v-pay-box.xy-orderlist-box .content {
  position: absolute;
  top: 36%;
  left: 50%;
  width: 1000px;
  height: auto;
  margin-left: -500px;
  margin-top: -238px;
  padding: 40px 70px;
  background: #fff;
  overflow: hidden;
}
.xy-orderlist-box .layui-col-space1{
  max-height: 440px;
  margin-right: -7px;
  margin-bottom: 20px;
  overflow-y: scroll;
}
.xy-orderlist-box .layui-col-space1::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.xy-orderlist-box .itemlist-box.tab-bot{
margin-bottom: 40px;
}
.xy-orderlist-box .layui-col-space1::-webkit-scrollbar-thumb {
  background-color: rgba(54, 171, 156, .2);
  border-radius: 4px;
}
.xy-orderlist-box .itemlist-label{
  margin-right: 20px;
  font-size: 18px;
}
.xy-orderlist-box .layui-btn-sm{
  font-size: 14px;
  margin-left: 0;
  margin-right: -1px;
}
.xy-orderlist-box .time{
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 50px;
}
.xy-orderlist-box .dip-box{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.xy-orderlist-box .itemlist-online{
  display: inline-block;
  vertical-align: middle;
}
.xy-orderlist-box .dip-box .color-red{
  
  color: #f53d22;
}
.xy-orderlist-box .dip-box .color-red h2{
  font-size: 24px;
  font-weight: normal;
}
.xy-orderlist-box .layui-form .layui-col-space15>div{
  width: auto;
}
.xy-orderlist-box .submie-btn .dip-box{
  width: 100%;
}
.xy-orderlist-box .submie-btn .layui-btn{
  float: right;
  -margin-top: 5px;
  font-size: 16px;
}
.xy-orderlist-box .alist + div{
  margin-top: -5px;
}
.xy-orderlist-box .layui-form .iconfont{
    font-size: 22px!important;
}

.xy-orderlist-box table .layui-icon-subtraction, .xy-orderlist-box table .layui-icon-addition{
    padding: 2px;
    border: 1px solid #ddd;
}
.xy-orderlist-box .layui-icon-subtraction + span{
    width: 30px;
    vertical-align: middle;
    margin-top: -5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.xy-orderlist-box .youhui{
    display: inline-block;
    vertical-align: middle;
    margin-top: -18px;
}
.xy-orderlist-box .layui-icon-delete{
    font-size: 22px;
    cursor: pointer;
}

/* 静态IP右侧边栏 */
.jt-sider-con {
    width: 410px;
    padding-left: 40px;
}

.jt-sider-con .layui-tab {
    margin: 0;
}

.jt-sider-con .layui-tab .layui-tab-title li {
    padding: 0;
    margin-right: 40px;
    font-size: 18px;
    color: #777;
    line-height: normal;
}

.jt-sider-con .layui-tab .layui-tab-title li:first-child::before {
    position: absolute;
    content: '';
    top: 5px;
    right: -20px;
    height: 20px;
    border-right: 1px solid #ccc;
}

.jt-sider-con .layui-tab .layui-tab-title {
    margin-bottom: 20px;
    border: none;
}

.jt-sider-con .layui-tab .layui-tab-title .layui-this {
    color: #222;
}

.jt-sider-con .layui-tab-title .layui-this:after {
    width: 70%;
    left: 15%;
    bottom: -10px;
    border-bottom: 4px solid #ef6c17;
}

.tab-top span {
    font-size: 14px;
}

.tab-top em {
    color: #f8601d;
}

.tab-top .layui-icon-delete {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    font-size: 24px;
    color: #f53d22;
    cursor: pointer;
    -background: #f53d22;
}

.tab-top p {
    float: right;
    margin-bottom: 15px;
    margin-top: -2px;
}

.tab-top p span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 2px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    cursor: pointer;
    background: rgba(54, 171, 156, .8) !important;
}

.layui-tab .itemlist-box {
    margin-bottom: 24px;
}

.layui-tab .youhui {
    display: flex;
    width: 100%;
    margin-bottom: -8px;
    justify-content: space-between;
}

.layui-tab .youhui .itemlist-label {
    margin-top: 0;
}

.layui-tab .youhui button {
    height: 36px;
    margin: 0;
    margin-top: -7px;
    line-height: 36px;
    -border: 1px solid rgba(54, 171, 156, .5);
    
}
.youhui .youhuicontent{position: relative;}
.youhui .youhuicontent .layui-menu{
    position: absolute;
    bottom:29px;
    right: 0;
    border:1px solid #ddd;
}

.layui-tab .itemlist-label {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 18px;
}
.dx-sider-con .youhui{
    margin-bottom: 0;
}
.dx-sider-con .total{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.layui-tab .itemlist-label.alist {
    float: left;
    margin-bottom: 20px;
}
.layui-tab .itemlist-label.alist + div{
  float: right;
  margin-top: 5px;
}


.layui-tab-item .submie-btn a {
    height: 40px;
    margin-left: 0;
    -line-height: 20px;
    font-size: 18px;
}

.layui-tab .time {
    float: right;
    margin-bottom: 40px;
    margin-top: -6px;
    padding-right: 1px;
}

.layui-tab .time .layui-btn-sm {
    width: 45px;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    background: rgba(54, 171, 156, .5);
    border: 1px solid rgba(54, 171, 156, .5);
    margin-right: -1px;
    margin-bottom: -1px;
    color: #333;
}

.layui-tab .time .layui-btn.layui-btn-sm.layui-btn-primary {
    position: relative;
    background: #fff;
    border: 1px solid #d1d1d1;
}

.layui-tab .color-red {
    float: right;
    color: #f53d22;
}

.layui-tab .color-red h2 {
    font-weight: normal;
    font-size: 24px;
}

.layui-tab .color-desc,.xy-orderlist-box .color-desc {
    position: relative;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}
.xy-orderlist-box .color-desc {
    float: none;
}

.layui-tab .color-desc h2,.xy-orderlist-box .color-desc h2{
    font-size: 18px;
    font-weight: normal;
}

.layui-tab .color-desc::after,.xy-orderlist-box .color-desc::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    border: 1px solid #aaa;
}


.jt-sider-con .itemlist-box.orderlist {
    width: 100%;
    max-height: 258px;
    min-height: 100px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.jt-sider-con .itemlist-box.orderlist::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

.jt-sider-con .itemlist-box.orderlist::-webkit-scrollbar-thumb {
    background-color: rgba(54, 171, 156, .2);
    border-radius: 4px;
}

.orderlist .layui-icon-subtraction,
.orderlist .layui-icon-addition {
    padding: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.orderlist .layui-icon-delete {
    font-size: 22px;
    cursor: pointer;
}

.p-chose {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.p-chose::before,
.p-chose::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 33%;
    border-top: 1px solid #f5f5f5;
}

.p-chose::after {
    right: 0;
    left: auto;
}




@media screen and (max-width: 1240px) {
    .dx-sider-con {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 0;
        border-left: 0;
    }

    .dx-sider-con .layui-tab-title {
        font-size: 18px;
    }
    .dx-sider-con .layui-tab-title li{
      font-size: 18px;
    }
    .dx-sider-con .layui-tab-title li:last-child{
      display: none;
    }
    .jt-sider-con .layui-tab .layui-tab-title li:first-child::before{
      display: none;
    }
    .jt-sider-con .layui-tab-title .layui-this:after{
      height: 36px;
    }
}

@media screen and (max-width: 867px) {

    .v-form-box .layui-card {
      height: auto;
        margin-top: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .v-form-box .layui-card-header{
        padding: 0 10px;
      border-bottom: 0;
      font-size: 14px;
      line-height: 32px;
      font-size: 15px;
    }
    .v-form-box .layui-card-header i{
      font-size: 18px;
    }
    .v-form-box .itemlist-online {margin-left: 54px;margin-left: 0px;
    }
    .v-form-box .itemlist-online .layui-card .layui-card-body{
      display: none;
    }
    .v-form-box .province .layui-btn {
        width: 30px;
        font-size: 13px;
    }

    .v-form-box .layui-btn-sm {
        font-size: 15px;
    }

    .v-form-box .layui-btn-sm {
        width: 90px;
    }
    .v-form-box .itemlist-label {
        width: 80px;
        padding-right: 0;
        font-size: 15px;
        line-height: 38px;
        text-align: left;
        -margin-bottom: 8px;
    }

    .v-form-box .province p {
        white-space: nowrap;
        font-size: 12px;
        line-height: 38px;
    }
    .dx-content .area-box em{
        left: 30px;
        font-size: 13px;
        line-height: 38px;
    }
    .dx-content .area-box{
        padding-left: 80px;
    }
    .v-form-box .layui-col-space15 {
        margin: 0;
    }

    .v-form-box .layui-col-space15>* {
        padding: 0;
    }

    .v-form-box .layui-card-body .layui-table {
        margin-left: -54px;
    }

    .v-form-box .itemlist-online h2 {
        font-size: 20px;
    }

    .v-form-box .submie-btn {
        margin-left: 54px;
    }

    .v-form-box .submie-btn a {
        width: 90px;
        margin-top: 0;
        font-size: 14px;
    }

    .v-form-box .layui-table td,
    .layui-table th {
        padding: 9px 10px;
    }

    .v-form-box .alist {
        line-height: 36px;
    }

    .v-form-box .itemlist-label i {
        display: none;
    }

    .layui-table td,
    .layui-table th {
        font-size: 12px;
    }

    .tab-top span,
    .tab-top p,
    .tab-top p span {
        font-size: 12px;
    }
    .jt-sider-con .itemlist-box.orderlist{
        max-height: 450px;
        /* min-height: 0; */
      height: auto;
      display: none;
      margin-bottom: 149px;
    }
    .dx-sider-con .layui-tab .itemlist-label {
        font-size: 15px;
    }

    .layui-tab .time .layui-btn-sm {
        width: 38px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .time .product-btn {
        width: 45px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

    .layui-tab .youhui button {
        height: 32px;
        line-height: 32px;
    }

    .province p i {
        font-size: 12px;
    }
    .v-form-box .padding-left-40{
        padding-top: 10px;
    }
    .dx-content .itemlist-box{
        margin-bottom: 20px;
    }
    .dx-content .model-2 {
      height: auto!important;
        margin-left: 0;
    }
    .dx-content .model-2 .city ul{
        margin-left: 12px;
      margin-top: 0;
      gap: 8px!important;
    }
    /* .dx-content .model-2 .city li {
        font-size: 12px;
    } */
    .dx-content .zj-model-2{
        width: 100%;
        height: auto;
        max-height: none;
        padding-top: 5px;
        padding-left: 20px;
        text-align: left;
    }

    .dx-content .zj-model-2 .layui-card-body {
        margin-left: 0 !important;
    }

    .dx-content .zj-model-2 ul li:first-child {
        left: -20px;
        width: 70px;
        text-align: right;
        padding-right: 18px;
    }
    .dx-content .zj-model-2 .city ul{
        gap: 5px !important;
        padding-left: 60px;
        margin-top: 2px;
        margin-bottom: 8px;
    }
    .dx-content .layui-input-block{
        margin-left: 0!important;
        padding-top: 8px!important;
    }
    .dx-content .zj-model-2 .city{
        padding-top: 4px!important;
    }
    .youhuitips{
        position: absolute;
        left:0;
        bottom:-10px;
        font-size: 10px !important;
        /* margin-left: 120px; */
        margin-bottom:0!important;
        text-align: left !important;
    }

    .dx-content .city ul{
        margin-top: -6px;
    }
    .dx-content .city ul li{
        width: 31%;
        height: 32px;
        font-size: 13px;
        margin-bottom: 5px;
        
    }
    .dx-content .city ul li.action_mob{
        -border: 1px solid  #cb9156;
        filter: grayscale(100%);
    }
    .dx-content .city ul li.active{
        filter: grayscale(0);
    }
    .dx-content .city li.action_mob span{
        color: #333;
    }
    .dx-content .city li.action_mob .counter-number{
        z-index: 111;
        visibility: visible;
    }
    .dx-content .city li .counter-number input{
        opacity: 0;
        background: transparent;
    }
    .dx-content .city li .counter-number .add,.dx-content .city li .counter-number .minus{
        opacity: .2;
    }
    .dx-content .city li.active .counter-number .add,.dx-content .city li.active .counter-number .minus,.dx-content .city li.active .counter-number input,.dx-content .city li:hover .counter-number input{
        opacity: 1;
    }
    .dx-content .city li.active span{
        z-index: 112;
    }
    .xy-orderlist-box{
        display: none;
    }
    .dx-sider-con .layui-tab-title{
        display: none;
    }
    .dx-sider-con .tab-top .layui-input{
        width: 36px;
        height: 23px;
        font-size: 12px;
    }
    
    .dx-sider-con{
        z-index: 11111;
        position: fixed;
        left: 0;
        bottom: 0;
        height: 60px;
        padding: 20px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }
    .p-chose,.dx-sider-con .tab-top,.dx-sider-con .submie-btn>div,.dx-sider-con .itemlist-box,.dx-sider-con .layui-form{
        display: none!important;
    }
    .tab-bot a{
        position: absolute;
        display: none;
        bottom: 55px;
        left: 0;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
    }
    .mob_orderlist .tab-bot a{
        display: block;
    }
    .mob_orderlist .tab-bot a:hover{
        background: #ddd;
    }
    .dx-sider-con .total{
        position: absolute;
        bottom: 13px;
        display: block!important;
        overflow: inherit;
    }
    .layui-tab .itemlist-label.alist + div{
        display: inline-block;
        float: none;
        margin-top: 1px;
    }
    .layui-tab .color-red{
       margin-top: -4px;
       margin-left: 12px;
    }
    .layui-tab .color-red h2{
        font-size: 16px;
    }
    .layui-tab .color-desc{
        margin-top: 0;
        margin-left: 4px;
        margin-right: 0;
    }
    .layui-tab .color-desc h2{
        font-size: 10px;
    }
    .layui-tab .itemlist-label.alist{
        margin-top: -1px;
        margin-bottom: 0;
    }
    
    .dx-sider-con .submie-btn{
        position: absolute;
        width: 100%;
        bottom: -1px;
        right: 0;
        padding: 0 20px;
        text-align: right;
    }
    .dx-sider-con .itemlist-box.tab-bot{
        z-index: 12;
        position: absolute;
        bottom: 13px;
        margin-bottom: 0;
    }
    .layui-tab .layui-tab-item .submie-btn>div{
        float: left;
    }
    .layui-tab .layui-tab-item .submie-btn .mob_show .layui-btn{
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }
    .layui-tab .layui-tab-item .submie-btn a {
        width: auto!important;
        height: 30px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 30px;
    }
    .dx-sider-con .tab-top .layui-badge{
        margin-top: -3px;
    }
    .mob_orderlist .total{
        display: block!important;
        position: absolute;
        left: 20px;
        bottom: 9px;
    }
    .orderlist  table .layui-icon-subtraction,.orderlist  table .layui-icon-addition{
        font-size: 13px;
    }
    .orderlist .layui-icon-subtraction + span{
        margin-top: -2px;
        line-height: 17px;
        font-size: 12px;
    }
    .dx-sider-con .layui-table td, .dx-sider-con .layui-table th{
        padding: 6px 15px;
    }
    .layui-tab a.show-btn{
        display: inline-block!important;
        margin-right: 8px;
        background: #ee6c17;
    }
    .dx-sider-con.mob_orderlist{
        height: auto;
    }
    .dx-sider-con .sider-tit{
        display: none!important;
        font-size: 18px;
        color: #ee6c17;
    }
    .dx-sider-con .sider-tit i{
        position: absolute;
        right: 20px;
        top: 18px;
        font-size: 26px;
        color: #999;
    }
    .mob_orderlist .tab-top,.mob_orderlist .itemlist-box.orderlist, .mob_orderlist .sider-tit,.mob_orderlist .itemlist-box{
        display: block!important;
    }
    .mob_orderlist .youhui{
        z-index: 1111;
        position: absolute;
        right: 110px;
        bottom: 14px;
        width: auto;
    }
    
    .mob_orderlist .youhui .itemlist-label{
        display: none;
    }
    .mob_orderlist .youhui button{
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }
    .mob_orderlist .jifen{
      position: static;
      margin-top: -18px;
    }
    .mob_orderlist .jifen .itemlist-label{
      display: inline-block;
      margin-top: 9px!important;
      line-height: 40px;
    }
    .mob_orderlist .jifen .itemlist-online{
      float: right;
    }
    .layui-tab .time{
      margin-bottom: 0;
    }
    .mob_orderlist .itemlist-box.tab-bot{
        bottom: 151px;
    }
    .mob_orderlist a.show-btn{
        display: none!important;
    }
    .dx-sider-con .tab-top{
        z-index: 11;
        position: absolute;
        bottom: 190px;
        right: 20px;
        left: 20px;
        padding: 10px;
        padding-top: 12px;
        border: 1px solid #ddd;
        background: #fff;
    }
    .tab-top .layui-input-group .layui-input-split{
        padding: 2px;
    }
    .dx-sider-con .layui-form-show{
        z-index: 111;
    /* position: absolute; */
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 30px;
    padding-bottom: 35px;
    background: #Fff;
    display: block !important;
    /* box-shadow: 0px -2px 5px rgba(0, 0, 0, .2); */
    }
}

@media screen and (max-width: 380px) {
    .dx-content .city ul{
        gap: 7px!important;
    }
    .dx-content .city ul li{
        width: 48%;
    }
    .v-form-box .layui-btn-sm{
        width: 80px;
    }
}



/*
     * 基于复选框和单选框的卡片风格多选组件
     * 需要具备一些基础的 CSS 技能，以下样式均为外部自主实现。
     */
/* 主体 */
.xy .layui-form-checkbox>.lay-skin-checkcard,
.xy .layui-form-radio>.lay-skin-checkcard {
    display: flex; text-align: center;justify-items: center;align-items: center;
    /*display: flex;*/
    padding: 5px;
    width: 100%;
    white-space: normal;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    color: #000;
    background-color: #fff;
}
/* 悬停 */
.xy .layui-form-checkbox:hover>.lay-skin-checkcard,
.xy .layui-form-radio:hover>.lay-skin-checkcard {
    border-color: #16b777;
}
/* 选中 */
.xy .layui-form-checked>.lay-skin-checkcard,
.xy .layui-form-radioed[lay-skin="none"]>.lay-skin-checkcard {
    color: #000;
    border-color: #16b777;
    background-color: rgb(22 183 119 / 10%) !important;
}
/* card 布局 */
.xy .lay-skin-checkcard-avatar {
    padding-right: 8px;
}
.xy .lay-skin-checkcard-detail {
    align-items: center;
}
.xy .lay-skin-checkcard-description {
    font-size: 13px;
    color: #5f5f5f;
}
.xy .layui-disabled  .lay-skin-checkcard-description{
    color: #c2c2c2! important;
}
.xy .layui-checkbox-disabled>.lay-check-dot:after,
.xy .layui-radio-disabled>.lay-check-dot:after {
    border-top-color: #d2d2d2;
    border-right-color: #d2d2d2;
}
/* 选中 dot-2 */
.xy .layui-form-checked>.lay-check-dot-2:before,
.xy .layui-form-radioed>.lay-check-dot-2:before {
    position: absolute;
    font-family: "layui-icon";
    content: "\e605";
    color: #fff;
    bottom: 4px;
    right: 3px;
    font-size: 9px;
    z-index: 12;
}
.xy .layui-form-checked>.lay-check-dot-2:after,
.xy .layui-form-radioed>.lay-check-dot-2:after {
    position: absolute;
    content: "";
    bottom: 2px;
    right: 2px;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-width: 10px;
    border-style: dashed;
    border-color: transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-right-color: #16b777;
    border-right-style: solid;
    border-bottom-color: #16b777;
    border-bottom-style: solid;
    overflow: hidden;
}
.xy .layui-checkbox-disabled>.lay-check-dot-2:before,
.xy .layui-radio-disabled>.lay-check-dot-2:before {
    color: #eee !important;
}
.xy .layui-checkbox-disabled>.lay-check-dot-2:after,
.xy .layui-radio-disabled>.lay-check-dot-2:after {
    border-bottom-color: #d2d2d2;
    border-right-color: #d2d2d2;
}
/* 主体 */
.xy .layui-form-radio>.lay-skin-color-picker {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 20px;
    height: 20px;
}
.xy .layui-unselect.layui-form-radio{
    width: 100%;
}
.xy .layui-form-radio>.lay-skin-tag,
.xy .layui-form-checkbox>.lay-skin-tag {
    font-size: 13px;
    border-radius: 100px;
}
.xy .layui-form-checked>.lay-skin-tag,
.xy .layui-form-radioed>.lay-skin-tag {
    color: #fff !important;
    background-color: #16b777 !important;
}

.v-form-box .itemlist-online .layui-input-suffix{ left: 0px!important;}

.itemlist-box.orderlist{ overflow:hidden;overflow-y: auto; }





.itemlist-online .layui-btn{position: relative}
.itemlist-online .layui-btn .badge {
    position: absolute;
    right: -3px;
    top: -18px;
    transform: translateY(-50%);
    height: 18px;
    width: 45px;
    text-align: right;
    line-height: 18px;
    padding: 0 9px;
    background: linear-gradient(to top, #e7151c 0, #ff0003 100%);
    box-shadow: 0 2px 2px 0 rgba(44, 71, 146, .17);
    border-radius: 100px 100px 100px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transform: rotate(-15deg) scale(.8);
}
.youhuitips{
    color: #ff5722;
    float:left;
    font-size: 14px;
    margin-right: 20px;
    margin-top: -10px;
    margin-bottom:25px;
    text-align: right;
     display: block;
     width: 100%; 
}
.layui-tab-bar{display: none}
.xy-mobile-change{position: relative;}
.xy-mobile-change .xy-mobile-content{
    z-index: 11111;
    position: absolute;left: 0;bottom: 30px;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
}
.xy-mobile-change .xy-mobile-content li {
    position: relative;
    line-height: 32px;
    border-bottom: 1px solid #efefef;
}
.xy-mobile-change .xy-mobile-content li:last-child{
    border-bottom: 0;
}
.xy-mobile-change .xy-mobile-content li .badge{
    position: absolute;
right: -3px;
top: 0px;
transform: translateY(-50%);
height: 18px;
width: 45px;
text-align: right;
line-height: 18px;
padding: 0 9px;
background: linear-gradient(to top, #e7151c 0, #ff0003 100%);
box-shadow: 0 2px 2px 0 rgba(44, 71, 146, .17);
border-radius: 100px 100px 100px 0;
color: #fff;
font-size: 12px;
font-weight: 500;
cursor: pointer;
transform: rotate(0deg) scale(.8);
}
.layui-tab .layui-tab-item .submie-btn .mob_show .layui-btn{
    opacity: 1;
}

.xy-orderlist-box .layui-form-checkbox>.lay-skin-checkcard, .xy-orderlist-box .layui-form-radio>.lay-skin-checkcard{
    padding: 5px 10px;
}
/* 省份下已选择的备注 */
.area-box a.layui-btn {position: relative;}
.area-box a.layui-btn .layui-badge-dot{ margin-top:0px; position:absolute; right: 2px; top: 2px; height: 12px; width: 12px; font-size: 9px;line-height: 11px;}


/* 按钮样式 */
.product-btn{
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: -1px;
}
.product-btn span{
    position: relative;
    z-index: 3;
}
.product-btn::after{
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    border: 1px solid #d1d1d1; 
    z-index: -1; /* 确保在内容下方 */
}
.product-btn.active{
    z-index: 2;
}
.product-btn.active::after{
    top: 0;
    left: 0;
    bottom: 0; 
    right: -1px;  
    background: rgba(54, 171, 156, .5);
    border: 1px solid rgba(54, 171, 156, .5); 
    z-index: 2;
}

.product-btn .badge {
    position: absolute;
    right: -14px;
    top: -24px;
    height: 18px;
    width: 49px;
    line-height: 18px;
    padding: 0 9px;
    background: linear-gradient(to top, #e7151c 0, #ff0003 100%);
    box-shadow: 0 2px 2px 0 rgba(44, 71, 146, .17);
    border-radius: 100px 100px 100px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transform: rotate(-15deg) scale(.8);
    z-index: 3;
    text-align: center;
}

.area-box a.product-btn .layui-badge-dot {
    margin-top: 0px;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 12px;
    width: 12px;
    font-size: 9px;
    line-height: 11px;
    z-index: 3;
}

.product-btn-line{
    width: 120px;
    font-size: 16px;
}
.product-order-number{
    display:flex;
    justify-content: center;
    align-items: center;
    height:22px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    width: 90px;
    overflow: hidden;
}
.product-order-number i{
    margin: 0 0!important;
    border:1px solid #ddd!important;
    cursor: pointer;
}
.product-order-number-input{
    display: inline-block; text-align: center; padding: 0 5px; height: 28px; line-height: 28px; border: none;
}
.product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.product-title a{
    font-size: 16px;
    color: #ff5722;
    opacity: 0.8;
}
.product-title a:hover{
    /* color: #37ac9c; */
    opacity: 1;
}
.nodelist tr:hover{
    cursor: pointer;
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    filter: none !important;
    -webkit-filter: none !important;
}
.nodelist tr:hover .listprice{
    color: #ff5722;
}
.product-city-group{ width: 100%; margin-left:0!important;}
.product-city-group .layui-table{ width: 47% !important; float: left; margin-left:20px;}
.product-city-group .layui-table th {
    background: #f5f5f5;
    text-align: center;
}
.layui-table td, .layui-table th{
    padding:9px 10px;
}
@media screen and (max-width: 867px) {
    .product-city-group .nodelist{
         margin-left: 0px!important;
         width: 100%!important;
    }
    .product-city-group .nodelist th ,.product-city-group .nodelist td{
        font-size: 14px;
    }
    .nodelist {
    table-layout: auto;
    width: 100%;
    }

    .nodelist th,
    .nodelist td {
        white-space: nowrap;
        padding: 8px 12px;
    }
}