/* 首页 */

.content_box {
    width: 100%;
    margin: 0 auto;
    /* background: #eee; */
}

/* 轮播图 */
.content_box>.content {
    width: 1300px;
    margin: 0 auto;
}

.content>.banner_top {
    display: flex;
    height: 400px;
    padding: 0;
    position: relative;
}



#index_searlist {
    display: block;
}

.swiper-wrapper {
    /* position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; */
    display: flex;
    /* box-sizing: content-box; */
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.look {
    width: 280px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #000;
}

.defau_lobox {
    width: 280px;
    height: 350px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.defau_lobox>ul {
    display: block;
    width: 100%;
    height: 350px;
}



/* 轮播图右侧 */

.banner_warpper .banner_right_box {
    display: flex;
    height: 387px;
    flex-direction: column;
    justify-content: space-between;
}

.banner_right_box .user {
    padding: 20px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}

.banner_right_box .user .jy-logoin {
    display: block;
    margin: 20px 0;
    text-align: center;
}

.banner_right_box .user .user_tit {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #B1B1B1;
}

.banner_right_box .user .login_register {
    width: 63%;
    display: flex;
    justify-content: space-around;
    margin: 31px auto 0;
}

.banner_right_box .user .login_register a {
    font-size: 16px !important;
    color: black !important;
}

.banner_right_box .user .ask_price {
    margin-top: 30px;
}

.banner_right_box .user .ask_price a {
	width: 80%;
    display: block;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    background-color: #E90101;
    border-radius: 25px;
    text-align: center;
    color: white;
}

.banner_right_box .user .user_tit img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
}

.banner_right_box .notice {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}

.banner_right_box .notice .notice_top {
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
}


.banner_right_box .notice h3 {
    display: inline-block;
    color: #333;
}

.banner_right_box .notice .more {
    float: right;
}

.banner_right_box .notice .dot {
    color: #E90101;
}

.banner_right_box .notice .notice_bottom {
    padding: 10px;
}

.banner_right_box .notice .notice_bottom div {
    margin: 5px 0;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content>.banner2 {
    margin-top: 20px;
    height: 81px;
    background: white;
}

.content>.banner2 .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 10px;
}

.content>.banner2 .swiper-container .swiper-wrapper .swiper-slide a img {
    margin: 11px 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    right: 10px;
}

#searchData_index li {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    line-height: 50px;
    border-bottom: 1px solid #636363;
    color: white;
}

/* 推荐产品 */
.recommend_pro {
    margin: 0 auto;
    width: 1300px;
    margin-top: 30px;
    border-radius: 15px;
    background-color: #fff;
}

.recommend_pro .hot_pro {
    display: flex;
}

/* list */

.list {
    margin: 0 auto 60px;
    width: 1300px;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
}

.list .title,
.recommend_pro .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 20px 0 10px;
    color: #636363;
    font-size: 16px;
}

.recommend_pro .title span a {
    font-size: 14px;
    color: #666;
}

.list .body {
    display: flex;
    /* height: 528px; */
}

.list .body .lef {
    margin-top: 10px;
    width: 200px;
    overflow: hidden;
}

.list .body .right,
.hot_pro .right {
    /* width: 1050px; */
    display: flex;
    flex-wrap: wrap;
}

.hot_pro .right {
    width: 100%;
    flex-wrap: nowrap;
}

.hot_pro .right .sale_icon {
    position: absolute;
    top: 31px;
    left: 23px;
    z-index: 9;
    width: 41px !important;
    height: 41px !important;
}

/* .list .body .right li,.hot_pro .right li {
    width: 252.5px;
    height: 254px;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    border: 2px solid #ffffff;
} */

.hot_pro .right li:first-child {
    border-bottom-left-radius: 10px;
}

.hot_pro .right li:nth-last-child(1) {
    border-bottom-right-radius: 10px;
}

.hot_pro .right li {
    position: relative;
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    height: 310px;
    flex-grow: 1;
    margin-left: 0;
    font-size: 14px;
    text-align: center;
}

.list .body .fl_box {
    display: none;
    border-top: 1px solid #E4E4E4;
}

.list .body .fl_box:first-child {
    display: flex;
}

.list .body .fl_box li {
    margin-left: 0;
    border: 0;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    flex-grow: 0;
    text-align: center;
}

.list .body .fl_box li:nth-child(5n) {
    border-right: 0;
}
.list .body .fl_box li:nth-child(n+6) {
    border-bottom: 0;
}

.hot_pro .right li:nth-last-child(1) {
    border-right: 0;
    margin-right: 0;
}

.list .body .right li .price,
.hot_pro .right li .price {
    display: flex;
    justify-content: space-around;
    color: #E90101;
    font-size: 16px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
}

.hot_pro .right li .price .icon-icon2,.list .fl_box li .price .icon-icon2 {
    font-size: 34px;
}


/* 广告图 */
.adv_pic {
    width: 1300px;
    margin: 25px auto;
}

.adv_pic img {
    width: 100%;
}

/* 现货产品列表 */

.list .title .xl_list {
    margin: 0 20px;
    color: #333;
}

/* .list .title .xl_list a:hover {
    color: #E90101;
    border-bottom: 2px solid #E90101;
}
.list .title .xl_list a.active {
    color: #E90101;
    border-bottom: 2px solid #E90101;
}

.list .title .xl_list a {
    display: inline-block;
    margin: 0px 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    cursor: pointer;
} */
/* .list .title .xl_list span:hover {
    color: #E90101;
    border-bottom: 2px solid #E90101;
} */
.list .title .xl_list span.active {
    color: #E90101;
    border-bottom: 2px solid #E90101;
}

.list .title .xl_list span {
    display: inline-block;
    margin: 0px 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.list .body .right li .remake {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    color: #636363;
}

.hot_pro .right li .fl_line,.list .fl_box li .fl_line {
    margin: 10px 0 13px;
    color: #999;
}

.hot_pro .right li .xl_box,.list .fl_box li .xl_box {
    margin: 5px 0;
    color: #656565;
    font-size: 16px;
    font-weight: 700;
}

.hot_pro .right li .remake {
    display: flex;
    justify-content: space-between;
    color: #636363;
}

.list .body .right li .imgs,
.hot_pro .right li .imgs {
    height: 160px;
    overflow: hidden;
    margin-top: 25px;
}

.list .body .right li .imgs img,
.hot_pro .right li .imgs img {
    width: auto;
    height: 160px;
    display: block;
    margin: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.list .body .right li:hover .imgs img,
.hot_pro .right li:hover .imgs img {
    transform: scale(1.3);
}



/*登录提醒弹窗*/
#dl_box {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.dl_content {
    background: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 580px;
    padding: 40px 20px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.dl_content .min_title {
    padding: 40px 0;
    font-size: 20px;
    color: #333;
}

.dl_content .dl_text {
    width: 100%;
    border-top: 1px solid #cccccc;
}

.dl_content .dl_text .dl_msg {
    padding: 30px 0 0;
    cursor: pointer;
    font-size: 14px;
    color: #ff0000;
}

/* banner轮播 */
.heart_w {
    margin: 0 auto;
    background-color: #f3f3f3;
    overflow: hidden;
}

.fl_box {
    background: #fff;
}

.fl_box ul li a {
    display: block;
    line-height: 38px;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #e5e5e5;
    transition: all 0.8s;
}

.fl_box ul li a:hover {
    background: #ff0000;
    color: #fff;
}

.banner_warpper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    margin: 0 auto;
}

.c-banner {
    width: 1000px;
    height: 388px;
    position: relative;
}

.c-banner .banner ul {
    list-style: none;
    margin-bottom: 0px;
    width: 100%;
}

.c-banner .banner ul li {
    position: absolute;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    opacity: 0.6;
    z-index: 10;

}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
    opacity: 1;
}

.c-banner .nexImg {
    right: 0px;
}

.preImg img,
.nexImg img {
    width: 15px;
    height: auto;
}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #000;
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

/* 最新交易查询公告 */
.jyss_box {
    float: left;
    width: 280px;
}

.jyss_box .zxdt {
    max-height: 400px;
    /* overflow: hidden; */
}

.jyss_box .zxdt .left_bar {
    color: #ffffff;
    width: 100%;
    background: #4c4c4c;
    border-bottom: 1px solid #7d7d7d;
    display: flex;
    cursor: pointer;
}

.jyss_box .zxdt .left_bar p {
    width: 50%;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.jyss_box .zxdt .left_bar .jy_active {
    background: #ff0000;
}

.jyss_box .jyxx {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, .7);

}

.jyss_box .djdzz {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.jyss_box .l-o-guang ul li {
    display: flex;
    text-align: left;
    padding: 0 5px;
    justify-content: space-between;
    line-height: 26px;
}

.jyss_box .l-o-guang ul li span {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 5px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jyss_box .l-o-guang ul li span:first-child {
    max-width: 57%;
}

.jyss_box .l-o-guang ul li a {
    color: #fff;
}

/*游客登录弹框 */
.alertBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    background: #000000a1;
    z-index: 9999;
}

.alertBox2 {
    width: 640px;
    height: 320px;
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    background: #fff;
    z-index: 99999;
    transform: translateX(-50%);
    background: url(/assets/image/special.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.g_btn {
    color: #424242;
    font-size: 24px;
    border: none;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    display: block;
    font-weight: 300;
}

.alertBox2 h3 {
    font-size: 30px;
    text-align: center;
    margin: 45px 0 0;
}

.alertBox2 p {
    margin: 20px auto;
    width: 94%;
    line-height: 38px;
    font-size: 22px;
}

.tjbut {
    width: 281px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tjbut a {
    width: 130px;
    line-height: 38px;
    display: block;
    color: #fff;
    text-align: center;
    background: #E90101;
    font-size: 16px;
		border-radius: 25px;
}

.tjbut input {
    width: 110px;
    line-height: 34px !important;
    display: block;
    color: #fff;
    text-align: center;
    background: #9c9c9c;
    font-size: 14px !important;
    right: 0;
    height: 34px;
    top: 0;
}