@charset "utf-8";

/* CSS Document */

.goods {
    margin: 50px 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.goods>div {
    width: 100%;
}

.btn_1 {
    width: 80px;
    height: 20px;
    background-color: #eeeeee;
    border-radius: 15px;
}

.tagList {
    width: 86%;
    color: #fff;
}

.tag {
    padding: 0px 12px;
    border-radius: 15px;
    background-color: #aaa;
    /* border: 1px solid #ddd; */
    margin-right: 10px;
}

.tab_active {
    background: #01f186;
    color: #000;
}

.btns>span {
    width: 135px;
    height: 37px;
    border-radius: 19px;
    /*border: solid 1px #aaaaaa;*/
}

.btns>span:nth-child(1) {
    background: #fff;
    color: #000;
    margin-left: 10px;
}

.btns>span:nth-child(2) {
    background: #01f186;
    color: #000;
    margin-left: 10px;
}

.line {
    height: 1px;
    background-color: #dddddd;
}

.btn_fu {
    width: 80px;
    height: 30px;
    background-color: #01f186;
    border-radius: 5px;
    color: #000;
}

.goods_det {
    width: 885px;
    height: 30px;
    background-color: #a37238;
    padding-left: 10px;
}

.goods_right {
    width: 210px;
}

.goods_right_title {
    width: 210px;
    height: 30px;
    border-bottom: 1px solid #a37238;
}

.goods_right_title>span {
    border-left: 3px solid #a37238;
    padding-left: 10px;
}

.goods_item {
    width: 210px;
    height: 280px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 11px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.goods_item>img {
    width: 187px;
    height: 187px;
}

.bannerScoll {
    width: 300px;
    height: 270px;
    overflow: hidden;
}

.imgsBanner {
    white-space: nowrap;
    display: inline-block;
    transition: all 1s;
}

.imgsBanner>img {
    width: 300px;
    height: 200px;
}

.imgSmall {
    width: 200px;
    overflow: hidden;
}

.smallBanner {
    white-space: nowrap;
    display: inline-block;
    transition: all 1s;
}

.smallBanner>img {
    width: 42px;
    height: 42px;
    margin: 0 2px;
    padding: 1px;
    box-sizing: border-box;
}

.smallBorBanner {
    border: 2px solid rgb(218, 133, 133)
}

.leftRightBtn {
    height: 50px;
    margin-top: 20px;
}

.leftRightBtn>div {
    height: 100%;
}

.leftRightBtn>div:nth-child(1) {
    width: 30px;
    background-color: rgba(0, 0, 0, 0.4);
}

.leftRightBtn>div:nth-child(3) {
    width: 30px;
    background-color: rgba(0, 0, 0, 0.4);
}

.text {
    height: 20px;
    width: 750px;
}

.text>span {
    width: 4px;
    height: 100%;
    background-color: #01f186;
}

.lin {
    width: 750px;
    height: 1px;
    background-color: #3f474a;
}

textarea {
    width: 580px;
}
