@charset "utf-8";

.inside-banner {
    height: 377px;
    background: url(../images/123.png) center no-repeat;
    background-size: 100% 100%;
}

.inside-banner .container {
    height: 100%;
}

.banner-con {
    height: 100%;
    padding: 84px 0 60px 44px;
}

.banner-con img,
.banner-con > div {
    display: inline-block;
    vertical-align: middle;
}

.banner-con > div {
    max-width: 860px;
    margin-left: 50px;
}

.banner-con strong {
    display: block;
    font-size: 38px;
    color: #fff;
}

.banner-con div > span {
    display: block;
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    opacity: .1;
    text-align: center;
}

.banner-con p {
    font-family: "STFangsong", "åŽæ–‡ä»¿å®‹", "STSong", "åŽæ–‡å®‹ä½“", serif;
    font-size: 30px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .63)
}

.banner-con p i {
    display: inline-block;
    vertical-align: middle;
    width: 199px;
    height: 38px;
    margin-top: -8px;
    margin-left: 15px;
    background: url(../images/purcha.png) no-repeat;
}

.banner-con p a {
    display: inline-block;
    width: 80px;
    height: 100%;
    margin-right: 5px;
}

.banner-bottom {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    line-height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, .11);
}

.banner-bottom span {
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    font-weight: lighter;
    opacity: .6;
    color: #fff;
}

.banner-bottom em {
    color: #36ab9c;
}

.banner-con .help-search {
    width: 730px;
    margin-left: 20px;
}

.help-search form {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 56px;
    padding-right: 120px;
    background: #fff;
    line-height: 50px;
    border: 1px solid #36ab9c;
}

.help-search form i {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border: 1px solid #999;
    font-size: 17px;
    color: #999;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

.help-search .import {
    width: 100%;
    font-size: 18px;
    color: #666;
}

.help-search .import::placeholder {
    color: #aaa;
}

.help-search .submit {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 110px;
    height: 100%;
    background: #36ab9c;
    text-align: center;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
}

.help-search li {
    display: inline-block;
    width: 154px;
    height: 78px;
    text-align: center;
    background: url(../images/line_1.png) bottom center no-repeat;
}

.help-search li:nth-of-type(2) {
    width: 404px;
    margin: 0 2px;
    background: url(../images/line_2.png) bottom center no-repeat;
}

.help-search li span {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    color: #36ab9c;
}

.help-search li a {
    display: inline-block;
    margin: 0 2.8px;
    font-size: 17px;
    color: #fff;
    opacity: .45;
}

.help-search li a:hover {
    opacity: 1;
    text-decoration: underline;
}

/*  */
.inside-content {
    padding: 50px 0;
    overflow: hidden;
}

/* ä¾§è¾¹æ  */
.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: #36ab9c;
}

.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: #36ab9c;
    transform: translateX(6px);
}

.sider-con .v-more {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #33bfcf;
    text-align: right;
}

/* å¸®åŠ©ä¸­å¿ƒ */
.help-solve {
    width: 372px;
    padding: 24px;
    padding-left: 36px;
    margin-right: 40px;
    background: #fcfcfc;
    border: 1px solid #eee;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.help-solve ul li:hover {
    transform: translateX(5px);
}

.help-solve ul li span {
    display: inline-block;
    color: #46b2a4;
}

.help-solve ul li:hover a {
    color: #46b2a4;

}

.help-solve ul li:nth-of-type(even) span,
.help-solve ul li:nth-of-type(even):hover a {
    color: #f07829;
}

.help-solve h4::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 120px;
    border-top: 4px solid #f07829;
}

.help-solve h4 a {
    float: right;
    font-size: 14px;
    color: #46b2a4;
}

.help-bid {
    width: 372px;
    height: 439px;
    padding: 34px;
    padding-bottom: 25px;
    background: #fcfcfc;
    border: 1px solid #eee;
}

.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 #f07829;
}

.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 #46b2a4;
    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 #46b2a4;
    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 #46b2a4;
}

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

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

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

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

.help-list a img {
    max-width: 80%;
    height: 62px;
    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: #46b2a4 url(../images/help_nav_1.png) center 36px no-repeat;
}

.help-content .swiper-slide:nth-of-type(2) .h-top {
    background: #f07829 url(../images/help_nav_2.png) center 36px no-repeat;
}

.help-content .swiper-slide:nth-of-type(3) .h-top {
    background: #46b2a4 url(../images/help_nav_3.png) center 30px 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 #3cae9f;
}

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

.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 #36ab9c;
}

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

.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: #3cae9f;
}

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

.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: #f07829;
}

.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: #36ab9c;
    transform: translateX(5px);
}

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

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

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

/* æ–‡ç« æ•™ç¨‹ */
.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: #36ab9c;
}

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

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

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

.art-box {
    display: block;
    width: 100%;
  
    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: 0px;
    height:100%;
}

.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 #36ab9c;
}

.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: #36ab9c;
}

.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: #36988b;
}

.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: #36ab9c !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: #36ab9c;
}

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

.list-con li .bot-tag a {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
    color: #36ab9c;
}

.page {
    padding-right: 90px;
    margin-top: 90px;
    text-align: right;

}

.page ul {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fbfbfb;
    font-size: 0;
}

.page li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #eee;
}

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

.page li a, .page li span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.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: #36988b;
    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: #36988b;
}

/* .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/tuiguang/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: #36ab9c;
    letter-spacing: 1px;
}

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

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

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

.pro-flow {
    margin-top: 70px;
    padding-bottom: 80px;
    background: #333;
}

.pro-flow .index-title p {
    color: #fff;
}

.pro-flow .index-title::after {
    border-color: #fff;
}

.pro-flow li {
    position: relative;
    color: #fff;
    padding-bottom: 250px;
    background: url(../images/tuiguang/lc_bg.png) bottom no-repeat;
}

.pro-flow li h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    opacity: .91;
    letter-spacing: 1px;
}

.pro-flow li:nth-of-type(2)::before, .pro-flow li:nth-of-type(2)::after {
    position: absolute;
    content: url(../images/tuiguang/fl_jt.png);
    left: -70px;
    top: 60px;
}

.pro-flow li:nth-of-type(2)::after {
    left: auto;
    right: -75px;
}

.pro-flow li:nth-of-type(2) h3 {
    color: #ef6c17;
}

.pro-flow li img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}

.pro-flow li span {
    opacity: .7;
    font-size: 16px;
    line-height: 26px;
}

.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: #36ab9c;
    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/tuiguang/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/tuiguang/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/tuiguang/shadow_bg2.png) no-repeat;
}

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


/* å±å¹•å°ºå¯¸å°äºŽ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;
    }
}

/**
æ–‡ç« åˆ—è¡¨é¡µ
 */
.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: #36ab9c;
}
.list-nav a.on::after{
    position: absolute;
    content: '';
    left: 50%;
    width: 56px;
    bottom: -2px;
    margin-left: -28px;
    border-top: 4px solid #f07829;
}


/* æ‰‹æœºç«¯ */

.other_download{
    display: none;
}
@media screen and (max-width: 867px) {
    /* å†…é¡µæ‰‹æœºç«¯ */
    header .icon-qiehuanqizuo {
        font-size: 26px;
        color: #36988b;
    }

    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: #36ab9c;
        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: #36ab9c;
    }

    .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: #36988b;
        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: #36988b;
    }

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

    .page li a, .page li span {
        width: 30px;
        height: 30px;
        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 #36988b;
        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: #36988b;
    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 #d1d1d1;
    margin-right: -1px;
    margin-bottom: -1px;
    color: #333;
}

.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: 80px;
  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: #36988b;
}
.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: #f07829;
}
.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: #f07829;
    cursor: pointer;
    -background: #f07829;
}

.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 #d1d1d1;
    margin-right: -1px;
    margin-bottom: -1px;
    color: #333;
}

.layui-tab .time .layui-btn-primary {
    background: #fff;
}

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

.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: 296px;
    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: 111px;
    }
    .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;
    }

    .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 #36988b;
        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 .itemlist-box.tab-bot{
        bottom: 115px;
    }
    .mob_orderlist a.show-btn{
        display: none!important;
    }
    .dx-sider-con .tab-top{
        z-index: 11;
        position: absolute;
        bottom: 153px;
        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;}