@media screen and (max-width: 768px) {
	.wrapper {
		padding-left: var(--side-padding);
		padding-right: var(--side-padding);
	}
}

/* ???????? */
.view-more.button {
  padding: 12px;
	min-width: 156px;
  height: 48px;
  color: var(--theme-color-font);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
	border-color: var(--theme-color-font);
	background-color: transparent;
}

.view-more.button:hover {
  color: var(--theme-color-font) !important;
	background-color: transparent !important;
	border-color: var(--theme-color-font) !important;
}

.view-more i {
  color: var(--main-bg-color);
}
/* Banner_A Start */
.brand-banner-a{
  position: relative;
}
.brand-bannerA-icons{
	position: absolute;
	bottom: 12.5%;
	width: 100%;
	padding: 0 25px 0 19.37046004%;
	left: 50%;
	transform: translateX(-50%);
}
.brand-bannerA-icons a{
  margin-right: 24px;
  font-size: 56px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .brand-bannerA-icons{
    left: 0;
		right: 0;
    bottom: 21px;
		padding: 0 var(--side-padding);
		text-align: center;
		transform: unset;
  }
  .brand-bannerA-icons a {
		margin-right: 12px;
    font-size: 32px;
  }
	.brand-bannerA-icons>a:last-child {
		margin-right: 0;
	}
}

/* Banner_A End */

/* Banner_B Start */
.brand-banner-b {
  position: relative;
	padding-bottom: var(--section-space);
}
.brand-bannerB-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 6%;
  width: 100%;
}
.brand-bannerB-list>*{
  padding: 0 30px;
  white-space: nowrap;
  color: #fff;
}
.brand-bannerB-list>*:not(:first-child){
  border-left:1px solid #fff ;
}

@media screen and (max-width: 768px) {
  .brand-bannerB-list{
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .brand-bannerB-list::-webkit-scrollbar {
    display: none;
  }
  .brand-bannerB-list>*{
    padding: 0 16px
  }
  
}

/* Banner_B End */

/* ???? Start */
[data-section-type="brand_imgtxt"] {
	overflow: hidden;
}

.brand-imgtxt{
	position: relative;
	margin: var(--section-space) 0;
	background: url(https://images.mrshopplus.com/static/image/Brand/media/UCOO-image_ucoo.png) no-repeat;
	background-position: center;
	background-size: 50%;
}
.brand-imgtxt-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brand-imgtxt-content{
	width: 100%;
	color: #fff;
}
.brand-imgtxt-header{
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
}
.brand-imgtxt-body{
	display: flex;
}
.brand-imgtxt-img,.brand-imgtxt-text{
	flex: 1;
}
.brand-imgtxt-img{
	display: block;
	
}
.brand-imgtxt-text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 30px;
}
.brand-imgtxt-title{
	margin-bottom: 10px;
	font-size: 22px;
}
.brand-imgtxt-txt{
	margin-bottom: 40px;
	line-height: 1.4;
	white-space: pre-wrap;
}
.brand-imgtxt-more{
	color: var(--main-bg-color);
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	.brand-imgtxt-header{
		margin-bottom: 16px ;
		font-size: 20px;;
	}
	.brand-imgtxt-body{
		flex-direction: column;
	}
	.brand-imgtxt-text{
		padding: 0;
	}
	.brand-imgtxt-txt{
		margin-bottom: 15px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.brand-imgtxt-title{
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.brand-imgtxt-item {
		padding: 17px 0;
	}
	.brand-imgtxt-item:not(:last-child) {
		border-bottom: 1px solid #979797;
	}
	.brand-imgtxt-content{
		padding: 20px var(--side-padding) 25px;
	}
	.brand-imgtxt-bg{
		z-index: -1 ;
	}
}
/* ???? End */

/* 4?  Start */
  .brand-image-four.wrapper{
    padding: 0 25px;
  }
  .brand-image-four{
    font-size: 0;
  }
  .brand-imgfour-item{
    display: block;
    width: 100%;
    position: relative;
  }
  .brand-imgfour-item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .brand-imgfour-center{
    display: flex;
  }
  .brand-imgfour-center .brand-imgfour-item{
    width: 50%;
  }
    @media screen and (max-width: 768px){
      .brand-image-four.wrapper {
          padding:  20px 0 0;
        }
    }
/* 4?  End */

/* ???? Start */
.product-album .prev-btn,
.product-album .next-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  height: 40px;
  width: 40px;
  color: var(--main-bg-color);
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--main-bg-color);
  cursor: pointer;
}

.product-album .prev-btn {
  left: 4px;
}

.product-album .next-btn {
  right: 4px;
}

.view-all {
  padding: 15px 56px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.view-all i {
  color: var(--main-bg-color);
}

@media screen and (max-width: 768px) {
  .product-album .prev-btn,
  .product-album .next-btn {
    display: none;
  }
  .view-all {
    margin-top: 16px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: unset;
  }
}
/* ???? End */


/* ???? Start */
.function-email {
	margin-top: var(--section-space);
	padding: 40px 0 80px;
	overflow: hidden;
}

.function-email .function-email-img {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	object-fit: cover;
}

.function-email .function-email-body,
.function-email .func-email-success {
	position: initial;
	margin: auto;
	transform: unset;
}

.function-email-subtitle {
	font-weight: bold;
	text-align: center;
}

.function-email-subs input{
	max-width: 594px;
	width: 100%;
}

.function-email-subs input::placeholder {
	font-weight: bold;
}

.function-email-subs button {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.function-email {
		padding: 40px 0 24px;
	}

	.function-email-subs input{
		min-width: unset;
		flex: 1;
	}
	.function-email-subs{
		flex-direction: row;
	}
}
/* ???? End */

/* ?????? Start */
.mrshop-section .wrapper.imgtxt-list {
	padding: var(--section-space) var(--side-padding) 0;
}

.wrapper.imgtxt-list .section-title {
	margin-top: 36px;
}

.imgtxt-list .imgtxt-list-body {
	justify-content: flex-start;
}

.imgtxt-list .imgtxt-list-item {
	overflow: hidden;
	border-radius: 48px;
	background-color: var(--main-bg-color);
}

.imgtxt-list .imgtxt-list-image {
	display: block;
	margin-bottom: 0;
	background: url(https://images.mrshopplus.com/static/image/Brand/media/UCOO-image_ucoo.png) no-repeat;
	background-size: 50%;
	background-position: center;
}

.imgtxt-list .imgtxt-list-content {
	display: flex;
	align-items: center;
	padding: 20px 0 15px;
	line-height: 1.2;
	background-color: var(--main-bg-color);
}

.imgtxt-list .imgtxt-list-content .imgtxt-list-title {
	margin-bottom: 0;
	width: 100%;
	text-align: inherit;
	word-break: break-word;
}

.imgtxt-list .imgtxt-list-item .imgtxt-list-btn {
	padding-top: 0;
	padding-bottom: 15px;
	width: 100%;
	line-height: 18px;
	text-decoration: underline;
	background-color: var(--main-bg-color);
}

.imgtxt-list .imgtxt-list-item .imgtxt-list-btn:hover {
	color: unset !important;
}

.imgtxt-list-btn {
	padding: var(--h-space) 0;
	width: 100%;
}

.imgtxt-list-item.hiden {
	display: none;
}

@media screen and (max-width: 768px) {
	.mrshop-section .wrapper.imgtxt-list {
		padding-left: var(--side-padding);
		padding-right: var(--side-padding);
		padding-bottom: var(--section-space);
		margin-bottom: calc(-1 * var(--h-space));
	}

	.imgtxt-list .imgtxt-list-item {
		margin-right: 0;
		border-radius: 24px;
	}

	.imgtxt-list .imgtxt-list-body {
		justify-content: space-between;
	}

	.imgtxt-list .imgtxt-list-content {
		padding: 6px 0;
		min-height: 36px;
	}

	.imgtxt-list .imgtxt-list-title {
		font-size: 14px !important;
		line-height: 17px;
	}

	.imgtxt-list .imgtxt-list-item .imgtxt-list-btn {
		padding-bottom: 6px;
		font-size: 12px;
	}
}

@media screen and (min-width: 769px) {
	.imgtxt-list .imgtxt-list-content {
		min-height: 72px;
	}
}
/* ?????? End */

/* ?????? Start */
.mrshop-section .wrapper.pure-images {
	padding: var(--section-space) var(--side-padding);
}
/* ?????? End */

/* ?????? Start */
.wrapper.video-single {
	padding: var(--section-space) var(--side-padding);
}

.video-single-txt::before {
	content: "\e7bb";
}

.video-single-content {
	font-size: 0;
}
/* ?????? End */

/* ?????? Start */
.function-email-title {
	margin-bottom: 16px;
}

.function-email-subs {
	justify-content: center;
	height: 48px;
	width: 100%;
}

.email-bottom {
	margin-top: 12px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.function-email .function-email-body,
	.function-email .func-email-success {
		padding: 0  var(--side-padding);
	}
	.function-email .function-email-title {
		margin-bottom: 8px;
		font-size: 36px;
	}
	.function-email .function-email-subtitle {
		font-size: 13px;
		text-align: center;
		font-weight: normal;
	}
	.email-bottom {
		margin-top: 16px;
		font-size: 12px;
		font-weight: normal;
	}
}
/* ?????? End */

/* ?????? Start */
@media screen and (max-width: 768px) {
	.wrapper.pure-images {
		padding-left: var(--side-padding);
		padding-right: var(--side-padding);
	}
	.image-list .image-item:last-child {
		margin-bottom: 0;
	}
	.image-list .image-item {
		margin: 0 var(--v-space) var(--h-space) 0;
	}
}

@media screen and (min-width: 769px) {
	.image-list {
		margin-bottom: -16px;
	}
}
/* ?????? End */

/* ????B Start */
.wrapper.imgtxt-list-b {
	padding-top: 0;
	padding-bottom: 0;
}

.imgtxt-list-b .imgtxt-list-item {
	margin: 0;
}

.imgtxt-list-b .imgtxt-list-body {
	justify-content: flex-start;
}

.imgtxt-list-b .imgtxt-list-top {
	position: relative;
}

.imgtxt-list-b .imgtxt-list-image {
	margin: 0;
	background: url(https://images.mrshopplus.com/static/image/Brand/media/UCOO-image_ucoo.png) no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: var(--theme-border-color);
}

.imgtxt-list-b .imgtxt-list-title {
	position: absolute;
	right: 0;
	bottom: 32px;
	left: 0;
	text-align: center;
	font-weight: normal;
	zoom: .9;
}

@media screen and (max-width: 768px) {
	.imgtxt-list-b .imgtxt-list-title {
		bottom: 0;
		font-size: 12px !important;
	}
}
/* ????B End */

/* ????? Start */
.home-image-slide {
	padding-top: var(--section-space);
}

.home-image-slide .swiper-slide {
	background: url(https://images.mrshopplus.com/static/image/Brand/media/UCOO-image_ucoo.png) no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: var(--theme-border-color);
}
/* ????? End */

