.allshadow {
    -webkit-box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 50%);
    box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 50%);
}

.index-title {
    margin-bottom: 10px;
}

.index-title span {
    font-size: 20px;
    font-weight: bold;
}

.index-title a {
    float: right;
    font-size: 14px;
    color: #888;
    margin-top: 3px;
}

.index-title-sm span {
    font-size: 16px;
    font-weight: unset;
}

.hotlist {
    margin-left: 10px;
    display: inline-block;
}

.hotlist a {
    float: unset;
    border: 1px #eee solid;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 4px;
}

/* å¤§ç‰Œç²¾é€‰ */
.dpjx {
    box-sizing: border-box;
    margin: 30px auto;
    padding: 15px;
}

.dpjx ul {
    margin-right: -1%;
    overflow: hidden;
}

.dpjx ul li {
    box-sizing: border-box;
    width: 13.285%!important;
    float: left;
    margin-right: 1%!important;
}

.dpjx ul li img {
    width: 96%;
    padding: 2%;
    height: 125px;
    object-fit: scale-down;
    border: 1px #ddd solid;
}

/* èµ„è®¯åŠ¨æ€ */
.zxdt .left {
    float: left;
}

.zxdt .imgbox {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.zxdt .imgbox img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    transition: all 0.4s ease-out;
}

.zxdt .imgbox img:hover {
    transform: scale(1.1);
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

.zxdt .container {
    overflow: hidden;
}

.zxdt .gg {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.zxdt .gg:before {
    content: "";
    width: 32px;
    height: 16px;
    background: url(../image/gg.png) no-repeat;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 99;
}

.zxdt .gg img {
    transition: all 0.4s ease-out;
}

.zxdt .gg img:hover {
    transform: scale(1.1);
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

.zxdt .n_list a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.zxdt .n_list {
    display: inline-block;
    width: 100%;
}

.zxdt .tabRank .ulList li .pubpic {
    display: none;
    width: 135px;
    height: 80px;
}

.zxdt .tabRank .ulList li .pubtitle {
    text-overflow: ellipsis;
}

.zxdt .tabRank .ulList li.on {
    height: auto;
    text-align: justify;
    line-height: 22px !important;
    padding: 10px 0px 15px;
    border-bottom: 1px dashed #d5d5d5;
    background: none;
    margin-bottom: 8px;
}

.zxdt .tabRank .ulList li.on .pubpic {
    display: block;
    float: left;
    background: #f5f5f5;
}

.zxdt .tabRank .ulList li.on .pubtitle {
    float: right;
    width: 138px;
    height: 80px;
    line-height: 1.5;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.zxdt .tabRank .ulList li.on .pubtitle a {
    color: #333;
    white-space: normal;
}

.zxdt .tabRank .ulList li.on .pubtitle a:hover {
    color: #eb0223;
}

.zxdt .container {
    overflow: hidden;
}

.zxdt .column-l,
.zxdt .column-m,
.zxdt .column-r {
    float: left;
}

.zxdt .column-l {
    width: 400px;
    margin-right: 30px;
}

.zxdt .column-m {
    width: 500px;
    margin-right: 30px;
}

.zxdt .column-r {
    width: 340px;
}

.zxdt .column-r>div {
    margin-bottom: 25px;
}

.zxdt .column-r>div:last-child {
    margin-bottom: 0;
}

.zxdt .col_l_tit {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}

.zxdt .col_l_tit:before {
    content: "";
    display: block;
    float: left;
    width: 3px;
    height: 20px;
    border-radius: 10px;
    background: #eb0223;
    margin-top: 2px;
    margin-right: 10px;
}

.zxdt .Newsimgbox {
    position: relative;
}

.zxdt .Newsimgbox .t {
    position: absolute;
    background: #eb0223;
    color: #fff;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 0 16px 16px 0;
    z-index: 9;
    top: 20px;
    font-weight: bold;
    font-family: "å¾®è½¯é›…é»‘";
}

.zxdt .Newsimgbox .imgbox {
    height: 95px;
    display: block;
    border-radius: 3px;
}

.zxdt .Newsimgbox ul,
.zxdt .Newsimgbox li {
    overflow: hidden;
    width: 100%;
}

.zxdt .Newsimgbox li p {
    margin-top: 8px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.zxdt .Newsimgbox li {
    width: 175px;
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
    margin-right: 20px;
}

.zxdt .tabRank {
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
}

.zxdt .tabRank ul {
    overflow: hidden;
}

.zxdt .tabRank .ulList li {
    height: 28px;
    line-height: 28px;
}

.zxdt .tabRank .ulList li a {
    font-size: 14px;
}

.zxdt .tabRank .ulList li.on a {
    font-size: 15px;
}

.zxdt .tabRank .ulList li.t {
    width: 100%;
    overflow: hidden;
}

.zxdt .tabRank .ulList li.on img {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
}

.zxdt .tabRank .ulList li .pubpic {
    display: none;
    width: 145px;
    height: 90px;
    border-radius: 3px;
}

.zxdt .tabRank .ulList li.on {
    height: auto;
    text-align: justify;
    line-height: 22px !important;
    padding: 10px 0px 15px;
    border-bottom: 1px dotted #ccc;
    background: none;
    margin-bottom: 8px;
}

.zxdt .tabRank .ulList li.on .pubpic {
    display: block;
    float: left;
    background: #f5f5f5;
}

.zxdt .tabRank .ulList li.on .pubtitle {
    float: right;
    width: 240px;
    height: 90px;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-family: "å¾®è½¯é›…é»‘";
}

.zxdt .tabRank .ulList li.on .pubtitle a {
    color: #333;
    white-space: normal;
}

.zxdt .tabRank .ulList li.on .pubtitle a:hover {
    color: #eb0223;
}

.zxdt .Newslist {
    margin-top: -26px;
}

.zxdt .Newslist dl {
    margin-top: 25px;
}

.zxdt .Newslist dt,
.zxdt .Newslist dd {
    width: 100%;
    float: none;
}

.zxdt .Newslist dt a {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    max-width: 100%;
    font-family: "å¾®è½¯é›…é»‘";
}

.zxdt .Newslist dt a:hover {
    color: #eb0223;
}

.zxdt .Newslist dd {
    overflow: hidden;
}

.zxdt .Newslist a {
    float: left;
    display: block;
    line-height: 32px;
    max-width: 392px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.zxdt .Newslist dd a {
    max-width: 420px;
}

.zxdt .Newslist .left {
    color: #ccc;
    float: left;
}

.zxdt .Newslist .left:hover {
    color: #eb0223;
    text-decoration: underline;
}

.zxdt .ad_slide {
    position: relative;
    height: 430px;
    overflow: hidden;
    width: 100%;
    border: 1px #ddd dotted;
}

.zxdt .ad_slide .hd {
    position: absolute;
    z-index: 99;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.zxdt .ad_slide .hd ul {
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.zxdt .ad_slide .hd li {
    font-size: 0px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    margin: 0 3px;
    border-radius: 6px;
    opacity: 0.6;
    cursor: pointer;
    display: inline-block;
}

.zxdt .ad_slide .hd li.on {
    width: 25px;
    background: #eb0223;
    opacity: 1;
}

.zxdt .ad_slide img {
    width: 100%;
}

.zxdt .n_12_list li:first-child {
    width: 100%;
    margin-top: 0;
}

.zxdt .Inter li {
    height: 142px \0;
    margin-bottom: 0;
}

.zxdt .Inter li:first-child {
    height: 203px \0;
    margin-bottom: 20px;
}

.zxdt .Inter li:first-child p {
    font-size: 16px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis \0;
    white-space: nowrap \0;
}

.zxdt .Inter li:first-child .imgbox {
    height: 175px;
    background: #f0f0f0;
}

.zxdt .Inter li:nth-child(3n) {
    float: right;
    height: 142px;
}

.zxdt .Inter li:nth-child(2n) {
    float: left;
    height: 142px;
}

.zxdt .set-01-r {
    overflow: hidden;
    margin-top: 0;
    height: 240px;
}

.zxdt .set-01-r .col_l_tit a {
    line-height: 24px;
    color: #999;
}

.zxdt .set-01-r .col_l_tit .on a {
    color: #333;
    font-weight: bold;
}

.zxdt .set-01-r .col_l_tit a:hover {
    color: #eb0223;
}

.zxdt .set-01-r .col_l_tit li:first-child:after {
    /*  content: "/";
    display: block;
    float: right;
    padding: 0 5px;
    font-family: "å¾®è½¯é›…é»‘";
    color: #999; */
}

.zxdt .set-01-r .col_l_tit li {
    float: left;
}

.zxdt .set-01-r .bd {
    overflow: hidden;
    border: none;
}

.zxdt .set-01-r .bd a {
    height: 29.8px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px 0 20px;
    background: url(../image/ns_d.png) no-repeat 5px center;
    width: 100%;
}

/* ç«çˆ†æ‹›å•† */
.hbzs {
    margin-top: 30px;
    position: relative;
}

.hbzs .swiper {
    overflow: hidden;
}

.hbzs .swiper-button-prev {
    top: 13px;
    right: 30px;
    left: unset;
}

.hbzs .swiper-button-next {
    top: 13px;
    right: 0;
}

.hbzs .swiper-pagination {
    top: 8px;
    right: 80px;
    left: unset;
    text-align: right;
    width: auto;
    height: auto;
}

.hbzs ul {
    overflow: hidden;
    margin-right: -1%;
}

.hbzs ul li {
    float: left;
    border: 1px #eee solid;
    width: 13.28%;
    margin-right: 1%;
    margin-bottom: 1%;
    box-sizing: border-box;
}

.hbzs ul li img {
    width: 100%;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    object-fit: scale-down;
}

.hbzs .swiper {
    --swiper-theme-color: #ff6600;
    /* è®¾ç½®Swiperé£Žæ ¼ */
    --swiper-navigation-color: #333;
    /* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 15px;
    /* è®¾ç½®æŒ‰é’®å¤§å° */
}

.hbzs .swiper-button-next,
.hbzs .swiper-button-prev {
    border: 1px #666 solid;
    width: 15px;
    padding: 2px;
    border-radius: 3px;
}

.hbzs ul li .info-box {
    padding: 10px;
}

.hbzs ul li .info-box h3 {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.hbzs ul li .info-box p {
    color: #003d4c;
    margin-top: 8px;
}

/* ä»£ç†ä¿¡æ¯ */
.dlxx {
    margin-top: 30px;
}

.dlxx .left {
    width: 950px;
    float: left;
}

.dlxx .right {
    width: 380px;
    float: right;
}

.dlxx .left .hotlist {
    display: inline-block;
    margin-left: 10px;
    border: 1px #cdcdcd solid;
    padding: 0 5px;
    border-radius: 50px;
    background: #fff;
}

.dlxx .left .hotlist span {
    color: #eb0223;
    margin: 0 3px;
    font-size: 16px;
}

.dlxx .left ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.dlxx .left .thead>div {
    background-color: #000 !important;
    color: #fff !important;
}

.dlxx .left ul li>div {
    float: left;
    text-align: center;
}

.dlxx .left .ta {
    width: 100px;
}

.dlxx .left .tb {
    width: 200px;
    color: #666;
}

.dlxx .left .tc {
    width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.dlxx .left .td {
    width: 200px;
}

.dlxx .left .te {
    width: 100px;
    color: #ff0000;
}

.dlxx .right {
    width: 310px;
    margin-left: 30px;
    float: right;
}

.dlxx .right .babybasic .ititle img {
    height: 16px;
    margin-right: 5px;
    display: inline;
    margin-top: -7px;
}

.dlxx .right .babybasic .ititle span {
    color: #4c4c4c;
    font-size: 16px;
}

.dlxx .right .babybasic ul li {
    float: left;
    padding-top: 12px;
}

.dlxx .right .babybasic ul li:nth-child(2n) {
    padding-left: 15px;
}

.dlxx .right .babybasic ul li img {
    width: 144px;
    height: 78px;
    border-radius: 4px;
    object-fit: scale-down;
    transition: all 0.3s linear;
    border: 1px solid #f2f2f2;
}

.dlxx .right .babybasic ul li img:hover {
    transform: scale(1.15);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
}

/* å…¶ä»–èšåˆ */
.qtjh {
    margin-top: 30px;
}

.qtjh .qtjh-pbox {
    margin-right: -1%;
}

.qtjh .qtjh-box {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.qtjh .qtjh-box .qtjh-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.qtjh .qtjh-box .qtjh-list>li {
    margin-bottom: 10px;
    width: 96%;
}

.qtjh .qtjh-box .qtjh-list>li>a {
    display: flex;
    justify-content: flex-start;
}

.qtjh .qtjh-box .qtjh-list>li>a>i {
    width: auto;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    padding: 0 16px 1px 5px;
    background: url(../image/2194b9cd88029dcb48ffd100b0d2cd3e.png) no-repeat 0px center;
    background-size: 80%;
    margin-top: -6px;
}

.qtjh .qtjh-box .qtjh-list>li>a>.iknow {
    width: auto;
    margin-top: unset;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px 0 5px;
    background: url(../image/ns_d.png) no-repeat 5px center;
}

.qtjh .qtjh-box .qtjh-list>li>a>span {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 6px;
    color: #333;
    text-align: justify;
    text-overflow: ellipsis;
    font-size: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qtjh .qtjh-list .thumbnail1 img {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
    object-fit: cover;
}

.qtjh .qtjh-list .thumbnail2 {
    float: left;
    width: 120px;
}

.qtjh .qtjh-list .thumbnail2 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.qtjh .qtjh-list .r-info {
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 130px;
}

.qtjh .zhuanti li {
    margin-bottom: 10px;
    position: relative;
}

.qtjh .zhuanti li img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.qtjh .zhuanti li p {
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.qtjh .zhuanti li span {
    position: absolute;
    background: #ed3b3b;
    color: #fff;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 0 16px 16px 0;
    z-index: 9;
    left: 0;
    top: 20px;
    font-weight: bold;
    font-family: "å¾®è½¯é›…é»‘";
}

.qtjh .join {
    border: 1px #ddd solid;
    padding: 15px;
}

.qtjh .join li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ddd dashed;
}

.qtjh .join li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.qtjh .join li h3 {
    width: 170px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.qtjh .join li p {
    font-size: 12px;
    color: #999;
}

.qtjh .join li i {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 12px;
    color: #999;
}

/* åå¤§å“ç‰Œ */
.sdpp {
    margin-top: 30px;
}

.sdpp .brand-main {}

.sdpp .brand-main .brand-box {
    box-sizing: border-box;
    float: left;
    height: 500px;
    margin-top: 5px;
}

.sdpp .brand-main .brand-box .layui-tab {
    margin: 0
}

.sdpp .brand-main .brand-box:nth-child(1) {
    width: 32.333333%;
    padding: 0 1% 0 0;
}

.sdpp .brand-main .brand-box:nth-child(2) {
    width: 34.333333%;
    padding: 0 1%;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
}

.sdpp .brand-main .brand-box:nth-child(3) {
    width: 32.333333%;
    padding: 0 0 0 1%;
}

.sdpp .brand-main .brand-box .layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
    background-color: #4c4c4c;
}

.sdpp .brand-main .brand-box .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none !important;
}

.sdpp .brand-main .brand-box .layui-tab-title {
    border: none !important;
}

.sdpp .brand-main .brand-box .layui-tab-title li {
    border: 1px #eee solid;
    border-right: none;
    padding: 0 8px;
    width: 33.333333%;
    box-sizing: border-box;
}

.sdpp .brand-main .brand-box .layui-tab-title li:last-child {
    border-right: 1px #eee solid;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li {
    clear: left;
    padding-bottom: 18px;
    height: 24px;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li:hover .thumb {
    display: block;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .num {
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #b1b1b1;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .thumb {
    /* display: none; */
    width: 50px;
    height: 18px;
    float: left;
    margin-right: 15px;
    padding: 0;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .thumb img {
    width: 100%;
    height: 18px;
    object-fit: scale-down;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .num p {
    line-height: 24px;
    text-align: center;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li:nth-child(1) .num {
    background-color: #eb0223;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li:nth-child(2) .num {
    background-color: #ed3b3b;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li:nth-child(3) .num {
    background-color: #f06868;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .title {
    width: 180px;
    float: left;
    margin-top: 2px;
    text-align: left;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .title p {
    font-size: 16px;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .attention {
    width: 100px;
    float: right;
    text-align: right;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .attention p {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sdpp .brand-main .brand-box .layui-tab-content .layui-tab-item ul li .attention p img {
    margin-right: 5px;
    margin-top: -4px;
}

.f-links h3.title {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

.f-links ul li {
    display: inline-block;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 首页幻灯留言 */
.jiamengbaozhang {
    margin: 20px auto 0 auto;
}

.jiamengbaozhang select {
    height: 40px;
    margin: 0;
    border: 1px solid #d0d0d5;
    border-right-width: 27px;
    opacity: 0.0001;
    font-size: 14px;
    font-family: simsun;
    filter: alpha(opacity=0);
    vertical-align: middle;
}

.jiamengbaozhang .bd {
    border: none;
}

.jiamengbaozhang div,
h2,
form,
input {
    margin: 0;
    padding: 0;
}

.jiamengbaozhang i,
s {
    font-style: normal;
    text-decoration: none;
}

.jiamengbaozhang input {
    text-indent: 10px;
}

.jiamengbaozhang input,
select {
    color: #666;
    box-sizing: content-box;
}

.jiamengbaozhang .cf:after {
    display: block;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

.jiamengbaozhang .cf {
    zoom: 1;
}

.jiamengbaozhang .m-form-ban {
    position: relative;
    width: 360px;
    height: 370px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}

.jiamengbaozhang .m-form-ban .bd {
    width: 345px;
    padding: 10px 0 0 15px;
    font-size: 0;
}

.jiamengbaozhang .m-form-ban .bd label {
    width: 65px;
}

.jiamengbaozhang .m-form-ban .bd .check input {
    width: 238px;
}

.jiamengbaozhang .m-form-ban .bd .area select {
    width: 80px;
}

.jiamengbaozhang .u-com-agent .check {
    margin-bottom: 10px;
    font-size: 0;
}

.jiamengbaozhang .u-com-agent input,
.u-com-agent select {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.jiamengbaozhang .u-com-agent label {
    display: inline-block;
    line-height: 36px;
    color: #999;
    font-size: 14px;
}

.jiamengbaozhang .u-com-agent select {
    margin-right: 7px;
    text-indent: 8px;
}

.jiamengbaozhang .m-agentprotect {
    width: 1300px;
    height: 390px;
}

.jiamengbaozhang .m-agentprotect .form {
    float: right;
    width: 406px;
    height: 340px;
    margin: 10px;
}

.jiamengbaozhang .m-agentprotect .form h2 {
    line-height: 44px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #db214c;
}

.jiamengbaozhang .m-agentprotect .form .tip {
    line-height: 20px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #999;
    text-align: center;
}

.jiamengbaozhang .m-agentprotect .form .tip b {
    color: #db214c;
}

.jiamengbaozhang .m-agentprotect form {
    width: 325px;
    margin: 0 auto;
}

.jiamengbaozhang .m-agentprotect .m-form-ban {
    background: transparent !important;
}

.jiamengbaozhang .m-agentprotect .m-form-ban .bd {
    margin: 0 auto;
    padding-left: 0;
}

.jiamengbaozhang .m-agentprotect form .check {
    margin-bottom: 7px;
    font-size: 14px;
}

.jiamengbaozhang .m-agentprotect form .check label {
    float: left;
    width: 85px !important;
    white-space: nowrap;
}

.jiamengbaozhang .m-agentprotect form label s {
    color: #db214c;
}

.jiamengbaozhang .m-agentprotect form .check input,
.m-agentprotect form .check select {
    float: left;
    height: 34px;
    color: #999;
    border: 1px solid #ccc;
}

.jiamengbaozhang .m-agentprotect form .check input {
    width: 238px;
    padding: 0;
    text-indent: 14px;
}

.jiamengbaozhang .m-agentprotect form .check select {
    float: left;
    width: 113px !important;
    margin: 0 10px 10px 0;
    padding: 0;
    text-indent: 10px;
    box-sizing: content-box;
}

.jiamengbaozhang .m-agentprotect form .area {
    width: 335px;
}

.jiamengbaozhang .m-agentprotect form .area label {
    margin-bottom: 15px;
}

.jiamengbaozhang .m-agentprotect form button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #db214c;
    border: none;
    border-radius: 10px;
}

.jiamengbaozhang .m-agentprotect form button b {
    color: #ffcc43;
}

.jiamengbaozhang .m-agentprotect form button:hover {
    background: #c81b43;
}

.jiamengbaozhang .cf:after {
    display: block;
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden;
    clear: both;
}

.jiamengbaozhang .cf {
    zoom: 1;
}

.jiamengbaozhang .m-agentprotect {
    width: 1300px;
    height: 390px;
}

.jiamengbaozhang .m-agentprotect .form {
    float: right;
    width: 440px;
    height: 370px;
    margin: 10px;
}

.jiamengbaozhang .m-agentprotect .form h2 {
    line-height: 44px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #ed3b3b;
}

.jiamengbaozhang .m-agentprotect .form .tip {
    line-height: 20px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #999;
    text-align: center;
}

.jiamengbaozhang .m-agentprotect .form .tip b {
    color: #ed3b3b;
}

.jiamengbaozhang .m-agentprotect form {
    width: 325px;
    margin: 0 auto;
}

.jiamengbaozhang .m-agentprotect .m-form-ban {
    background: transparent !important;
}

.jiamengbaozhang .m-agentprotect .m-form-ban .bd {
    margin: 0 auto;
    padding-left: 0;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan .check {
    margin-bottom: 7px;
    font-size: 14px;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan .check label {
    float: left;
    width: 85px !important;
    white-space: nowrap;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan label s {
    color: #ed3b3b;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan .check input {
    float: left;
    width: 238px;
    height: 34px;
    padding: 0;
    text-indent: 14px;
    color: #999;
    border: 1px solid #ccc;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan .check select {
    float: left;
    width: 113px !important;
    height: 34px;
    margin: 0 10px 10px 0;
    padding: 0;
    text-indent: 10px;
    color: #999;
    border: 1px solid #ccc;
    box-sizing: content-box;
    display: none;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan .area {
    width: 335px;
    float: unset;
    height: auto;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan .area label {
    margin-bottom: 15px;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #ed3b3b;
    border: none;
    border-radius: 10px;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan button b {
    color: #ffcc43;
}

.jiamengbaozhang .m-agentprotect .dbbiaodan button:hover {
    background: #ed3b3b;
}

.jiamengbaozhang .quyua {
    width: 113px;
    float: left;
    padding-right: 12px;
    padding-bottom: 10px;
    box-sizing: unset;
}

.jiamengbaozhang .quyua .layui-unselect {
    width: 113px !important;
    padding-bottom: 10px;
}

.jiamengbaozhang .quyub {
    width: 113px;
    float: left;
}

.jiamengbaozhang .quyub .layui-unselect {
    width: 113px !important;
}

.jiamengbaozhang .layui-edge {
    top: 18px;
}

.index-banner-join {
    float: left;
    position: absolute;
    top: 50px;
    z-index: 999999;
    background: rgba(0, 0, 0, .25);
}

.index-banner-join .m-agentprotect {
    width: auto;
}

.index-banner-join .u-com-agent label {
    color: #fff;
}

.sdpp2 {
    padding: 30px 0;
    background-color: #f6f6f6;
}

.sdpp2 .brand-list {
    width: 24.25%;
    box-sizing: border-box;
    float: left;
    margin-right: 1%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.sdpp2 .brand-list:nth-child(5) {
    margin-right: 0%;
}

.sdpp2 .brand-list ul {
    padding: 15px 15px 0;
}

.sdpp2 .brand-list ul li {
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 24px;
    border-bottom: 1px #eee solid;
}

.sdpp2 .brand-list ul li:last-child {
    border-bottom: none;
}

.sdpp2 .brand-list ul li:hover .thumb {
    display: block;
}

.sdpp2 .brand-list ul li .num {
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #b1b1b1;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}

.sdpp2 .brand-list ul li .thumb {
    /* display: none; */
    width: 50px;
    height: 18px;
    float: left;
    margin-right: 15px;
    padding: 0;
}

.sdpp2 .brand-list ul li .thumb img {
    width: 100%;
    height: 18px;
    object-fit: scale-down;
}

.sdpp2 .brand-list ul li .num p {
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.sdpp2 .brand-list ul li:nth-child(1) .num {
    background-color: #fe741c;
}

.sdpp2 .brand-list ul li:nth-child(2) .num {
    background-color: #fdb80c;
}

.sdpp2 .brand-list ul li:nth-child(3) .num {
    background-color: #ffdc00;
}

.sdpp2 .brand-list ul li .title {
    width: 145px;
    float: left;
    margin-top: 2px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sdpp2 .brand-list ul li .title p {
    font-size: 16px;
}

.sdpp2 .brand-list ul li .attention {
    width: 100px;
    float: right;
    text-align: right;
}

.sdpp2 .brand-list ul li .attention p {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sdpp2 .brand-list ul li .attention p img {
    margin-right: 5px;
    margin-top: -4px;
}

.sdpp2 .sort-title {
    background: #eb0223;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.sdpp2 .sort-title {
    background: #eb0223;
    padding: 15px;
}

.sdpp2 .sort-title a {
    float: right;
    background: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50px;
    margin-top: 3px;
}

.sdpp2 .sort-title a i {
    font-size: 12px;
    position: relative;
    top: -4px;
    left: 1px;
    color: #eb0223;
}

.sdpp2 .index-title {
    margin-bottom: 15px;
}

.sdpp2 .index-title span {
    color: #eb0223;
}