body {
  font-family: "Helvetica Neue", "Verdana", "sans-serif";
}
/* nav */
.navmenu {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 10px;
  border-radius: 10px;
  background: #5c787c;
  font-size: 14px;
}

.navmenu input,
.navmenu label {
  display: none;
}

.navmenu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #5c787c;
}

.navmenu-item {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  line-height: 59px;
  font-size: 14px;
  transition: color 0.2s;
}

.navmenu-item:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 998px) {
  .navmenu {
    border-radius: 0;
  }

  .navmenu label {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 49px;
    font-size: 18px;
    color: #fff;
  }

  .navmenu input {
    display: none;
  }

  .navmenu-list {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;
    width: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
  }

  .navmenu input:checked ~ .navmenu-list {
    opacity: 1;
    pointer-events: visible;
  }

  .navmenu-item {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    background: #5c787c;
  }
}

/* swp-320 */
.swp-320 {
  position: relative;
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
}

.swp-320 input[type="radio"] {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.radio-left,
.handle-left {
  left: 4%;
}

.radio-right,
.handle-right {
  right: 4%;
}

.swp-handle {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.handle-right {
  transform: translateY(-50%) scaleX(-1);
}

.radio-left:checked ~ .handle-left {
  display: none;
}

.radio-right:checked ~ .handle-right {
  display: none;
}

.radio-left:checked ~ .swp-content {
  transform: translateX(0);
}

.radio-right:checked ~ .swp-content {
  transform: translateX(-50%);
}

.swp-content {
  position: relative;
  display: flex;
  width: 200%;
  transition: all 0.4s ease;
}

.swp-slide {
  width: 50%;
}

.swp-slide img {
  display: block;
  width: 100%;
}

.white.swp-slide-content h3,
.white.swp-slide-content p {
  color: #fff;
}

.black.swp-slide-content h3,
.black.swp-slide-content p {
  color: #333;
}

.swp-slide-content {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 20%;
}

.swp-slide-content h3 {
  margin: 20px 0;
  font-size: 28px;
  font-weight: normal;
}

.swp-slide-content p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}

.swp-slide:nth-child(1) .swp-slide-content {
  left: 4%;
}

.swp-slide:nth-child(2) .swp-slide-content {
  left: 54%;
}



#top_detail {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 1rem;
}
#top_detail div {
  width: 100%;
  order: 1;
}
#top_detail .select_label {
  display: none;
}
#top_detail .select_img img {
  width: 55%;
  display: block;
}
#top_detail .radio,
#top_detail .select_img {
  display: none;
}
#top_detail .top_detail_imgs {
  display: block;
  display: flex;
  margin-top: 0.3rem;
}
#top_detail .top_detail_imgs label {
  box-sizing: border-box;
  width: 20%;
  padding: 0 0rem 0 0rem;
  border: 5px solid white;
}
#top_detail .top_detail_imgs label img {
  width: 100%;
  display: block;
}
#top_detail #tab-one:checked ~ .top_detail_imgs label:nth-child(1) {
  border: 5px solid black;
}
#top_detail #tab-two:checked ~ .top_detail_imgs label:nth-child(2) {
  border: 5px solid black;
}
#top_detail #tab-three:checked ~ .top_detail_imgs label:nth-child(3) {
  border: 5px solid black;
}
#top_detail #tab-four:checked ~ .top_detail_imgs label:nth-child(4) {
  border: 5px solid black;
}
#top_detail #tab-five:checked ~ .top_detail_imgs label:nth-child(5) {
  border: 5px solid black;
}
#top_detail .radio:checked + label + div {
  display: block;
}
#top_detail .select_img {
  position: relative;
}
#top_detail .top_detail_div {
  position: absolute;
  width: 45%;
  background-color: #f7f8f9;
  right: 0;
  padding: 5rem 4rem 0 5rem;
  box-sizing: border-box;
  height: 70%;
}
#top_detail .select_img .p1 {
  position: absolute;
  top: 89%;
  left: 5%;
  text-align: center;
  width: auto;
  box-sizing: border-box;
  line-height: 1.3rem;
  border: 1px solid whitesmoke;
  border-radius: 4px;
  padding: 5px 1% 5px 1%;
}
#top_detail .select_img5 .p1 {
  width: 15%;
}
#top_detail .top_detail_div p {
}
#top_detail .top_detail_div ul {
  margin: 2rem 0 0 0;
}
#top_detail .top_detail_div ul li {
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .swp-320 {
    margin-top: 0;
  }

  .swp-slide-content {
    top: 9%;
    width: 40%;
  }

  .swp-slide:nth-child(1) .swp-slide-content {
    left: -5%;
    transform: scale(0.6);
  }

  .swp-slide:nth-child(2) .swp-slide-content {
    left: 45%;
    transform: scale(0.6);
  }

  .swp-slide-content h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
  }

  .swp-slide-content p {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
  }
}

/* carousel-600 */
.csl-600 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 15px;
}

.csl-container {
  position: relative;
  width: 55%;
  overflow: hidden;
}

.csl-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 500%;
}

.csl-slide {
  position: relative;
  width: 20%;
}

.csl-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.csl-slide span {
  position: absolute;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
}

.csl-slide .csl-label {
  position: absolute;
  left: 51%;
  font-size: 14px;
  color: #fff;
}

.csl-label:nth-of-type(1) {
  bottom: 26.3%;
}

.csl-label:nth-of-type(2) {
  bottom: 18%;
}

.csl-label:nth-of-type(3) {
  bottom: 9.3%;
}
#slide_5 .csl-label {
  position: absolute;
  left: 70%;
  font-size: 14px;
  color: #fff;
}
#slide_5 .csl-label:nth-of-type(1) {
  font-size: 16px;
  bottom: 30.3%;
}

#slide_5 .csl-label:nth-of-type(2) {
  font-size: 14px;
  bottom: 26%;
  left: 73%;
}

.csl-slide span.white {
  border: 1px solid #fff;
  color: #fff;
}

.csl-slide span.black {
  border: 1px solid #222;
  color: #222;
}

.csl-slide span.left-top {
  left: 6%;
  top: 6%;
}

.csl-slide span.right-top {
  right: 6%;
  top: 6%;
}

.csl-slide span.left-bottom {
  left: 6%;
  bottom: 6%;
}

.csl-slide span.right-bottom {
  right: 6%;
  bottom: 6%;
}

.csl-text {
  display: flex;
  width: 45%;
  background-color: #f4f5f6;
  color: #333;
  overflow: hidden;
}

.csl-text-wrapper {
  width: 80%;
  margin: auto;
}

.csl-text-title {
  margin: 0 0 20px 0;
  line-height: 28px;
  font-size: 28px;
  font-weight: normal;
  color: #333;
}

.csl-text-list {
  margin: 0;
  padding-left: 20px;
}

.csl-text-list li {
  list-style-type: disc;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

/* thumbnail-600 */
.tbl-600 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
}

.tbl-item {
  position: relative;
  display: inline-block;
  width: calc(100% / 5 - 10px);
}

.tbl-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: background 0.2s ease;
}

.tbl-item:hover::after {
  background: rgba(0, 0, 0, 0);
}

.tbl-item img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 998px) {
  .csl-600 {
    flex-direction: column;
  }

  .csl-container,
  .csl-text {
    width: 100%;
  }

  .csl-text {
    padding: 20px 0;
  }

  .csl-text-title {
    line-height: 24px;
    font-size: 20px;
  }

  .csl-text-list li {
    line-height: 18px;
    font-size: 14px;
  }
}

.icons {
  background-color: #f5f5f5;
  min-height: 320px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.iconsBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.iconsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((1400px - 400px) / 6);
  text-align: center;
}
.icons .iconsItem div {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
}

.pro-size {
  width: calc(100% - 400px);
  margin: 0 auto;
  padding: 120px 0 60px;
}

.pro-size img {
  display: inline-block;
}

.pro-size img:nth-child(1) {
  width: 100%;
}

.pro-info {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
}

.info-content {
  width: 100%;
  margin-bottom: 80px;
}

.info-title {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}

.info-wrap {
  display: flex;
  justify-content: space-between;
}

.info-list {
  margin: 20px 0 0 0;
  padding: 0;
}

.info-list li {
  list-style: none;
  border-bottom: 1px solid #b2b2b2;
  line-height: 24px;
  font-size: 16px;
  padding: 12px 0;
  color: #333;
}

.info-list li::before {
  content: "· ";
}

@media screen and (max-width: 768px) {
  .info-list li {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  width: 100%;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .logo {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 140px;
}

.banner .banner-content {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  color: #fff;
}

.banner .banner-content h3 {
  margin: 0;
  /*text-transform: capitalize;*/
  line-height: 32px;
  font-size: 28px;
  font-weight: normal;
}

.banner .banner-content p {
  margin: 40px 0 0 0;
  line-height: 28px;
  font-size: 16px;
}
.banner .banner-content img {
  margin-top: 80px;
}

.banner-1 {
  margin-top: 20px;
}

.banner-1 .banner-content {
  width: 35%;
  left: 10%;
}

.banner-2 .banner-content {
  width: 30%;
  left: 10%;
  /* transform: translateY(-100%); */
}
.banner-3 {
  background-image: url(https://doporro-hangzhou.oss-cn-hangzhou.aliyuncs.com/Details/Germany/ebay/sogood/toilet/Stand108T-matt_schwarz/banner-3.png);
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 700px;
}
.banner-4 {
  background-image: url(https://doporro-hangzhou.oss-cn-hangzhou.aliyuncs.com/Details/Germany/ebay/sogood/toilet/Stand108T-matt_schwarz/banner-4.png);
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 560px;
}
.banner-5 {
  background-image: url(https://doporro-hangzhou.oss-cn-hangzhou.aliyuncs.com/Details/Germany/ebay/sogood/toilet/Stand179T-neu-matt%20schwarz/banner-5.png);
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 560px;
}
.banner-4 .banner-content-45 {
  color: #ffffff;
  margin-left: 10%;
}
.banner-5 .banner-content-45 {
  color: #333;
  margin-right: 10%;
}
.banner-content-45 {
  width: 30%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 10px;
}

.banner-content-45 h3 {
  margin: 0;
  /*text-transform: capitalize;*/
  line-height: 32px;
  font-size: 28px;
  font-weight: normal;
}
.banner-content-45 p {
  line-height: 28px;
  font-size: 16px;
  margin: 40px 0 0 0;
}
.banner3Content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 40%;
  margin-right: 10%;
}
.banner3Content01 {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
}
.banner3Zhishi {
  width: calc(50% - 10px);
  position: relative;
  display: inline-table;
}
.banner3Content01 .banner3Zhishi img {
  width: 100%;
}
.zhishiTrxt {
  position: absolute;
  top: 84%;
  right: 9%;
}
.banner3TextBox {
  width: calc(50% - 10px);
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #666666;
  box-sizing: border-box;
}
.banner3TextBox h3 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin: 10px 0 20px;
}
.banner3TextBox p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  margin: 10px 0 0 0;
}
.banner3TextBox2 {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #666666;
  box-sizing: border-box;
}
.banner3TextBox2 h3 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 10px;
}
.banner3TextBox2 p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  margin: 0;
}

.banner-3 .banner-content {
  width: 30%;
  left: 10%;
  transform: translateY(-100%);
}

.banner-4 .banner-content {
  width: 35%;
  left: 10%;
}
.banner-5 .banner-content {
  width: 35%;
  right: 10%;
  color: #333333;
}

@media screen and (max-width: 1200px) {
  .iconsBox {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .tbl-item {
    width: calc(100% / 5 - 4px);
  }
  .icons {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .icons .iconsBox:nth-child(1) {
    margin-bottom: 40px;
  }
  .iconsBox {
    width: 100%;
    justify-content: space-between;
  }
  .iconsItem {
    width: calc((100% - 80px) / 3);
  }
  .pro-size {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 60px 0 20px;
  }
  .pro-info {
    padding: 0 20px;
  }

  .banner .logo {
    width: 120px;
    left: 8%;
  }

  .banner .banner-content h3 {
    line-height: 20px;
    font-size: 18px;
  }

  .banner .banner-content p {
    margin: 12px 0 0 0;
    line-height: 16px;
    font-size: 12px;
  }

  .banner-1 .banner-content {
    width: 65%;
    left: 10%;
    transform: translateY(-30%);
  }

  .banner-2 .banner-content {
    width: 46%;
    left: 20px;
    transform: translateY(-90%);
    top: 77%;
  }

  .banner-2 .banner-content img {
    display: none;
  }

  .banner-3 .banner-content {
    width: 55%;
    left: 10%;
    transform: translateY(-90%);
  }
  .banner-3 {
    background-image: url(https://doporro-hangzhou.oss-cn-hangzhou.aliyuncs.com/Details/Germany/ebay/sogood/toilet/Stand108T-matt_schwarz/banner-3-3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 700px;
  }

  .banner-4 {
    background-image: url(https://doporro-hangzhou.oss-cn-hangzhou.aliyuncs.com/Details/Germany/ebay/sogood/toilet/Stand108T-matt_schwarz/banner-4-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 500px;
    color: #ffffff !important;
  }
  .banner-5 {
    background-image: url(https://doporro-hangzhou.oss-cn-hangzhou.aliyuncs.com/Details/Germany/ebay/sogood/toilet/Stand179T-neu-matt%20schwarz/banner-5-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 500px;
  }
  .banner-4 .banner-content-45 {
    color: #ffffff;
    margin-right: 0;
    margin-bottom: 90%;
  }
  .banner-5 .banner-content-45 {
    color: #333;
    margin-right: 0;
    margin-bottom: 90%;
  }
  .banner-content-45 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .banner-content-45 h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 10px;
  }
  .banner-content-45 p {
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    margin: 10px 0 0 0;
  }
  .banner3Content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: 40px 20px 90%;
  }
  .banner3Content01 {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .banner3Zhishi {
    width: 100%;
    position: relative;
    display: inline-table;
  }
  .banner3TextBox {
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    border-top: 1px solid #666666;
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #666666;
    box-sizing: border-box;
  }
  .banner3TextBox h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 10px 0 10px;
  }
  .banner3TextBox p {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
  }

  .banner3TextBox2 {
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    border-top: 1px solid #666666;
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #666666;
    box-sizing: border-box;
  }
  .banner3TextBox2 h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 10px 0 10px;
  }
  .banner3TextBox2 p {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
  }
  .zhishiTrxt {
    right: 20%;
  }
}

.advantage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  /* margin: 0 auto; */
  padding: 60px 5%;
  background-color: #f7f9fa;
  box-sizing: border-box;
}
.advantage-content {
  background-color: #fff;
  padding: 20px;
  min-height: 120px;
}

.advantage-item {
  width: calc(100% / 2 - 50px);
}

.advantage-item img {
  display: block;
  width: 100%;
}

.advantage-item h4 {
  margin: 0 0 20px 0;
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
}

.advantage-item p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .advantage {
    flex-direction: column;
    padding: 20px 0;
  }

  .advantage-item {
    width: 100%;
    margin-top: 20px;
    color: #333;
  }

  .advantage-item h4 {
    margin: 10px 0;
    line-height: 22px;
    font-size: 18px;
  }

  .advantage-item p {
    line-height: 18px;
    font-size: 14px;
  }
}

.drain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  /* margin: 0 auto; */
  padding: 60px 80px;
  background-color: #f7f9fa;
  box-sizing: border-box;
  min-height: 600px;
  align-items: center;
}

.drain-left,
.drain-right {
  width: 45%;
}

.drain-right img {
  display: block;
  width: 100%;
}

.drain-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.drain-left h3 {
  margin: 0 0 40px 0;
  line-height: 32px;
  font-size: 28px;
  font-weight: normal;
  color: #333;
}

.drain-left p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

.drain-left img {
  margin-top: 120px;
  /* width: 100px; */
  mix-blend-mode: multiply;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .drain {
    flex-direction: column;
    padding: 20px;
  }

  .drain-left,
  .drain-right {
    width: 100%;
  }

  .drain-left h3 {
    margin: 0 0 20px 0;
    line-height: 24px;
    font-size: 20px;
  }

  .drain-left p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
  }

  .drain-left img {
    margin-top: 20px;
  }
}

.selling {
  margin-top: 40px;
}

.selling-title {
  display: inline-block;
  max-width: 460px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  border-radius: 0 20px 20px 0;
  background: #5c787c;
  line-height: 64px;
  font-size: 24px;
  color: #fff;
}

.selling-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.selling-item {
  cursor: pointer;
  width: calc(100% / 5 - 10px);
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.selling-item img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.selling-item:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 998px) {
  .selling-title {
    max-width: 300px;
    width: 100%;
    padding-left: 20px;
    border-radius: 0 15px 15px 0;
    line-height: 49px;
    font-size: 18px;
  }

  .selling-item {
    width: calc(100% / 2 - 10px);
  }
}

/* selling */
.selling {
  margin-top: 40px;
}

.selling-title {
  display: inline-block;
  max-width: 460px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  border-radius: 0 20px 20px 0;
  background: #5c787c;
  line-height: 64px;
  font-size: 24px;
  color: #fff;
}

.selling-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.selling-item {
  cursor: pointer;
  width: calc(100% / 5 - 10px);
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.selling-item img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.selling-item:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 998px) {
  .selling-title {
    max-width: 300px;
    width: 100%;
    padding-left: 20px;
    border-radius: 0 15px 15px 0;
    line-height: 49px;
    font-size: 18px;
  }

  .selling-item {
    width: calc(100% / 2 - 10px);
  }
}
