.picture-carousel {
    height: 385px;
    margin: 0 auto;
}

.picture-carousel img {
    width: 100%;
    height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
}

.arrow-left {
    background: url(../images/arrow-l.png) no-repeat left;
    position: absolute;
    left: 22%;
    top: 50%;
    margin-left: -35px;
    margin-top: -47px;
    width: 70px;
    height: 95px;
    z-index: 999;
}

.arrow-right {
    background: url(../images/arrow-r.png) no-repeat right;
    position: absolute;
    right: 22%;
    top: 50%;
    margin-left: -35px;
    margin-top: -47px;
    width: 70px;
    height: 95px;
    z-index: 999;
}

.arrow-left-2,
.arrow-left-3 {
    background: url(../images/arrow-l.png) no-repeat left;
    background-size: 36px 46px;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-left: -18px;
    margin-top: -23px;
    width: 36px;
    height: 46px;
    z-index: 999;
}

.arrow-right-2,
.arrow-right-3 {
    background: url(../images/arrow-r.png) no-repeat right;
    background-size: 36px 46px;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-left: -18px;
    margin-top: -23px;
    width: 36px;
    height: 46px;
    z-index: 999;
}

.layui-breadcrumb span[lay-separator] {
    font-family: 'ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“';
}

.breadcrumb-t1.layui-breadcrumb span[lay-separator] {
    margin: 0 20px;
}

.breadcrumb-t1.layui-breadcrumb a:hover,
.breadcrumb-t1.layui-breadcrumb a.choose {
    color: #d1213a !important;
}

.breadcrumb-t2.layui-breadcrumb a:hover,
.breadcrumb-t1.layui-breadcrumb a.choose {
    color: #121212 !important;
}

.common-btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
    color: #292929;
    background: #fff;
    border: 1px solid #dfdfe1;
    margin-left: 20px;
}

.common-btn:first-child {
    margin-left: 0;
}

.common-btn.choose {
    color: #fff;
    background: #49a5ec;
    border-color: #49a5ec;
}

.picture-main {
    margin-top: 15px;
    margin-bottom: 40px;
}

.picture-section-top>span {
    display: inline-block;
    padding-top: 15px;
}

.picture-section-top .picture-breadcrumb {
    margin-left: 50px;
}

.picture-section-top .layui-breadcrumb a,
.picture-section-top .layui-breadcrumb span {
    color: #5a5a5a;
}

.getMore {
    padding-right: 15px;
    font-family: 'ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“';
}

#swiper-container-2,
#swiper-container-3 {
    height: 200px;
}

.swiper-slide-container {
    box-sizing: border-box;
    width: 260px;
    height: 200px;
    position: relative;
    margin: 0 15px;
}

.content-container {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 100%;
    line-height: 36px;
    /* text-align: center; */
    background: url(../images/bg-gray.png) repeat 36px 100%;
}

.content-container-title {
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.img-container img {
    width: 100%;
    height: 200px;
}

.img-container-2nd {
    margin-left: 32px;
}

.img-container-2nd:first-child {
    margin-left: 0;
}

.img-container-2nd img {
    width: 130px;
    height: 130px;
}

.img-container-2nd .img-container-msg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    height: 130px;
    display: none;
    padding: 20px;
    background: #e4e1e1;
}

.img-container-2nd .img-container-msg p {
    color: #333;
    text-align: center;
    line-height: 2;
    font-size: 14px;
}

.img-container-2nd .img-container-msg span {
    color: #999;
    text-align: left;
    line-height: 2;
    display: block;
}

.show-more {
    width: 130px;
    height: 130px;
    background: #27bde3;
    cursor: pointer;
}

.show-more span {
    line-height: 2;
    font-size: 14px;
    color: #fff;
}

/* picture_list */

.picture-search>div {
    padding-top: 20px;
}

.picture-search>div>span:first-child {
    font-size: 14px;
    color: #1c1a1a;
}

.picture-search>div>span:last-child {
    font-size: 14px;
    color: #5a5a5a;
}

.section-items {
    box-sizing: border-box;
    height: 280px;
    width: 260px;
    padding-top: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    background-color: #fff;
}

.section-items .img-container {
    height: 200px;
    width: 260px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.section-items img {
    height: 200px;
    width: 260px;
    transition: all 0.6s;
    object-fit: cover;
}

.section-items img:hover {
    transform: scale(1.2);
}

.section-items .content-container {
    box-sizing: border-box;
    position: relative;
    padding: 5px 10px;
    height: 80px;
    border: 1px solid #e2e2e2;
    border-top: none;
    background: #fff;
}

.section-items h5 {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-items p {
    /* position: absolute; */
    font-size: 14px;
    color: #6c6c6c;
    /* bottom: 0px; */
    /* padding-left: 3px; */
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-items p .price {
    font-size: 30px;
    font-style: italic;
}

/* picture_details */

.picture-left {
    width: 710px;
}

.picture-right {
    width: 365px;
    padding-bottom: 20px;
}

.picture-article-title {
    padding: 40px 0;
    color: #1e1e1e;
    font-size: 30px;
}

.picture-article-main {
    width: 100%;
    height: auto;
    border: 1px solid #dfdfe1;
}

.picture-article-main .main-container {
    padding: 0 20px;
    padding-top: 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    overflow-y: auto;
    line-height: 35px;
    font-size: 16px;
    padding-bottom: 20px;
}

.picture-article-main .main-container img {
    width: auto;
    height: 425px;
    max-width: 670px;
    object-fit: cover;
}

.picture-article-main .picture-article-msg {
    display: inline-block;
    margin-top: 20px;
    margin-left: 25px;
}

.picture-article-else {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #dfdfe1;
}

.picture-article-details {
    padding: 15px 15px 5px 15px;
}

.picture-article-details .info span {
    line-height: 2;
}

.picture-article-details .info>span {
    display: inline-block;
    margin-right: 50px;
    color: #0e0e0e;
}

.picture-article-details .info>span>span {
    display: inline-block;
    color: #929292;
}

.picture-article-details .info {
    width: 530px;
    display: inline-block;
}

.picture-article-details .price {
    width: 150px;
    display: inline-block;
    float: right;
    text-align: center;
}

.picture-article-details .price p {
    margin-top: 6px;
    text-align: right;
}

.picture-article-details .price .price-bubble {
    position: relative;
    margin-left: 81px;
    width: 66px;
    height: 29px;
    background-color: rgba(208, 24, 118, 1);
    border-radius: 4px;
    color: #fff;
    line-height: 29px;
}

.picture-article-details .price .price-bubble span {
    position: absolute;
    left: 25px;
    bottom: -18px;
    border: 8px solid transparent;
    border-top: 10px solid rgba(208, 24, 118, 1);
    width: 0;
    height: 0;
}

.picture-article-download {
    position: relative;
    background-color: rgba(63, 82, 96, 1);
    height: 56px;
}

.picture-article-download-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 125px;
    height: 56px;
    background-color: rgba(208, 24, 118, 1);
    cursor: pointer;
}

.picture-article-download-btn img {
    margin: 0 11px;
    margin-top: 6px;
}

.picture-article-law {
    height: 110px;
    margin-top: 85px;
    background-color: rgba(241, 243, 244, 1);
    border: 1px solid rgba(161, 161, 161, 1);
    padding: 30px;
    /* line-height: 25px; */
}

.picture-article-law-img {
    display: inline-block;
    padding-right: 20px;
    height: 107px;
    border-right: 1px solid #333;
    vertical-align: top;
}

.picture-article-law-img img {
    cursor: default;
    margin-top: 27px;
}

.picture-article-law-info {
    display: inline-block;
    padding-left: 20px;
    word-break: break-all;
    width: 440px;
    vertical-align: top;
    text-indent: 2em;
    padding-top: 0px;
    line-height: 20px;
}

.picture-article-act {
    padding: 10px 20px;
    background: #e6e6e6;
}

.picture-article-act div {
    margin-right: 60px;
    text-align: center;
    cursor: pointer;
}

.picture-article-act div p {
    margin-top: 10px;
}

.picture-article-moreDetail {
    min-height: 80px;
    padding-left: 20px;
}

.picture-article-moreDetail p {
    margin-top: 20px;
}

.picture-article-moreDetail p:first-child {
    font-weight: bolder;
}

.picture-links div:first-child {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dfdfe1;
}

.picture-links-ul {
    margin-top: 20px;
}

.picture-links-ul li {
    margin-left: 20px;
    text-align: center;
}

.picture-links-ul li:first-child {
    margin: 0;
}

.picture-links-ul li img {
    width: 125px;
    height: 85px;
}

.picture-links-ul li a {
    display: block;
    padding-top: 10px;
}

.picture-article-usermsg {
    width: 100%;
    height: 160px;
    margin-top: 60px;
    background: #efefef;
    border: 1px solid #efefef;
    padding: 25px 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.picture-article-usermsg .usermsg-main img {
    width: 50px;
    height: 50px;
}

.picture-section-r1 {
    border: 1px solid #d2d2d2;
}

.picture-article-usermsg .usermsg-main {
    margin-top: 20px;
}

.picture-article-usermsg .usermsg-main div {
    margin-left: 15px;
}

.picture-article-usermsg .usermsg-main div p {
    line-height: 1;
}

.picture-article-usermsg .usermsg-main div p+p {
    margin-top: 10px;
}

.picture-article-usermsg .usermsg-main div p:first-child {
    color: #2065e5;
}

.picture-article-usermsg .usermsg-main div p:last-child>span:last-child {
    margin-left: 0px;
}

.picture-article-usermsg .usermsg-main div p:last-child span {
    display: inline-block;
    margin-top: 5px;
}

.picture-article-usermsg .usermsg-main div p:last-child span>span {
    color: #ec3e21;
    margin-left: 10px;
}

.picture-section-r2 .new-links-title {
    margin-top: 30px;
    margin-bottom: 15px;
}

.picture-section-r-content {
    border: 1px solid #d2d2d2;
    padding: 0 10px;
    background: #efefef;
}

.picture-section-r-content .picture-section-pic {
    width: 160px;
    height: 160px;
    margin-top: 13px;
}

.picture-section-r-content .picture-section-pic:nth-child(2n-2) {
    margin-left: 20px;
}

.picture-section-pic img {
    width: 160px;
    height: 100px;
}

.picture-section-pic p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e
}

/* ÃƒÂ¤Ã‚Â¸Ã‚Â¾ÃƒÂ¦Ã…Â Ã‚Â¥ÃƒÂ§Ã‚Â»Ã‚Â´ÃƒÂ¦Ã‚ÂÃ†â€™ */

.picture-btn-container {
    padding-left: 110px;
    padding-top: 30px;
}

.layui-breadcrumb.breadcrumb-t1 .choose-this {
    color: #ec3e21 !important;
}