@charset "utf-8";
body {
  padding: 0 !important;
  background: none !important;
  font-size: 0.95em;
  font-family: "微軟正黑體" !important;
  position: relative;
}
body a {
  transition: all 200ms ease-out;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
label {
  margin: 0;
  font-weight: normal;
}
img {
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  display: inline-block;
  width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.center {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.orange{}
/*--header--*/
header {
  background-color: #32cef8;
}
header.smaller {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.topbar {
  background-color: #0993b9;
  color: #fff;
  padding: 5px;
}
.topbar a, .topbar a:hover,.topbar a:focus {
  color: #fff;
}

.topbar a:hover {}
.topbar .right_info {
  float: right;
  display: inline-block;
  padding: 3px 0 0 0;
}
.topbar .right_info div {
  float: left;
  margin-right: 15px;
  position: relative;
}

.topbar .id_info {
  padding: 0 15px 0 0;
}

.topbar .id_info .nav li a {
    padding: 0;
}
.topbar .id_info .nav .dropdown-menu{
    padding: 5px;
}

.topbar .id_info .nav .dropdown-menu li a {
    padding: 7px 10px;
}

.topbar .id_info .nav .dropdown-menu li a:hover {
    background-color: #eaeaea;
}
.topbar .id_info .nav > li > a:hover,
.topbar .id_info .nav > li > a:focus{
    text-decoration: underline;
    background: transparent;
}
.topbar .link_in {
  float: left;
}

/*logo 搜尋列*/
.com_info {
  padding: 20px 10px;
  position: relative;
}
.com_info .logo {
  max-width: 195px;
  position: absolute;
  left: 10px;
  z-index: 9;
}
.com_info .logo img {
  width: 100%;
}
.com_info .meme_info {
  position: absolute;
  right: 11px;
  top: 36%;
}
.com_info .meme_info ul li {
  float: left;
  color: #fff;
  margin-left: 30px;
}
.com_info .meme_info ul li svg {
  height: 18px;
  position: relative;
  top: 2px;
  width: auto;
}
.com_info .meme_info ul li a {
  color: #fff;
  font-size: 105%;
}
.com_info .meme_info ul li a:hover {
  color: #F6FF01;
  text-decoration: none;
}

.com_info .meme_info ul li a:hover svg .cls-1 {fill: #F6FF01;}
.com_info .search_box {
  width: 100%;
  padding: 0 310px 0 215px;
  position: relative;
}
.com_info .search_box .search {
  position: relative;
  padding: 5px 107px 10px 0;
}
.com_info .search_box input[type="text"] {
  width: 100%;
  font-size: 105%;
  padding: 5px 10px;
}
.com_info .search_box input[type="submit"] {
  position: absolute;
  right: 0;
  border: none;
  padding: 7px 20px;
  border-radius: 10px;
  color: #555;
  background-color: #fff;
}
.com_info .search_box input[type="submit"]:hover {
  background-color: #0993b9;
  color: #fff;
}
/*--商店資訊--*/
.store_info div {
  padding: 0;
}
.store_info .store_txt {
  padding: 10px;
}
/*--store_menu--*/
.store_menu {
  margin: 15px 0 0 0;
}
.store_menu ul li {
  float: left;
  padding: 0 5px;
}
.store_menu ul li a {
  background-color: #ccc;
  padding: 10px 60px;
  color: #000;
  text-decoration: none;
}
.store_menu ul li a:hover, .store_menu ul li.active a, .store_menu ul li a:active, .store_menu ul li a:focus {
  background-color: #ff7024;
  color: #fff;
}
/*--catbar--*/
.catbar {
  background-color: #32cef8;
  position: relative;
}
.catbar .left {
  float: left;
}

.catbar .navbar {
    display: none;
}
.catbar ul li {
  float: left;
}
.catbar ul li a {
  display: block;
  padding: 10px 10px;
  color: #ffff;
  position: relative;
  text-decoration: none;
}
.catbar ul li a:hover {
  background-color: #c7c7c7;
  color: #000;
}
.catbar ul li a::before {
  content: "";
  border-left: 1px #fff solid;
  position: relative;
  left: -9px;
}

.catbar .scroll ul li a::before {
    border-right: 1px #fff solid;
    border-left: none;
}
.catbar ul li:nth-child(1) a::before {
  display: none;
}
.catbar .right {
  position: absolute;
  right: 0;
  top: 0;
}
.catbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catbar ul.nav > li {
  display: inline-block;
  float: none;
}
.catbar ul.nav > li > a:hover,.catbar  ul.nav > li > a:focus {
  background: transparent;
  text-decoration: underline;
}
.catbar ul.nav > li > a {
  color: #fff;
}
.catbar ul.nav > li ul {
  padding: 10px;
  background: #222;
  position: absolute;
  z-index: 100;
  top: 50px;
  left: -50%;
  width: 200px;
}
.catbar ul.nav > li ul > li > a {
  color: #fff;
  display: block;
  padding: 10px;
  border-bottom: solid 1px #313131;
}
.catbar .navbar-nav {
  float: none;
}
.catbar .caret {
  margin-right: 5px;
  margin-left: 5px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
.catbar .collapse {
    padding: 0 210px 0 0;
    display: block;
    width: 100%;
}
    .catbar #nav-menu .scroll {
        overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.catbar .scroll::-webkit-scrollbar {
  display: none;
}

/*--banner--*/
.banner {
  margin-top: 15px;
}
.banner .slick-prev, .banner .slick-next {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 6px;
}
.banner .slick-prev:hover, .banner .slick-prev:focus, .banner .slick-next:hover, .banner .slick-next:focus {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.banner .slick-prev:before, .banner .slick-next:before {
  color: #555;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #555;
  border-right: solid 3px #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 24%;
  top: 35%;
}
.banner .slick-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 38%;
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-prev {
  left: 5%;
  z-index: 1;
}
/*--首頁內容--*/
.wrapper.store  {
    padding: 0 0 20px 0;
    display: block;
}

.wrapper.store.search {
    display: flex;
}

.wrapper.store .category {
    position: relative;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.wrapper.store .category_list ul {
    padding: 10px 25px;
    display: inline-block;
    font-size: 60%;
    width: 100%;
    background-color: #f3f3f3;
}

.wrapper.store .category_list {
    /* height: 0px !important; */
    /* transition: all 200ms ease-out; */
    /* margin: 0 0 -75px 0; */
    font-size: 170%;
}

.wrapper.store .category_list ul li {
    float: left;
    /* letter-spacing: 4px; */
    padding: 8px 0;
}

.wrapper.store .category .ui-accordion-header {
    display: inline-block;
    background-color: #1caad0;
    padding: 0 15px;
    font-size: 120%;
    line-height: 40px;
}

.wrapper.store .category .ui-accordion-header:hover {
    cursor: pointer;
}


.wrapper .box {
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.4);
}

.wrapper .join .box {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.wrapper .list .sub {
    padding: 20px 10px;
}

.store.wrapper .list .sub {
    padding: 0;
}


.wrapper .box .title {
  border-bottom: 2px #2ecbf5 solid;
  padding: 20px 20px 3px 20px;
  color: #404040;
  font-weight: bold;
  font-size: 110%;
}


.wrapper .tb {
  padding: 10px;
}

.wrapper .tb .list .sort {
    padding: 0px 10px 10px 10px;
}

.wrapper .tb .list .sort .itembox {}

.wrapper .tb .list .sort .sort_list ul li {
    float: left;
    margin: 0 30px 0 0;
    padding: 5px 0;
}

.wrapper .tb .list .sort .sort_list {
    display: inline-block;
    width: 100%;
    border-bottom: 1px #bfbfbf solid;
    padding: 10px 0;
}

.wrapper .tb .list .sort .sort_list .stitle {
    padding: 5px;
}

.wrapper .tb .list .sort .sort_list .item {
    border-left: 1px #555 solid;
}

.store.wrapper .tb.list .title,
.wrapper .tb .list .sort .title {
    border-bottom: 2px #2ecbf5 solid;
    padding: 20px 20px 10px 5px;
    color: #404040;
    font-weight: bold;
    font-size: 110%;
}
	.sub .product_search .box .set.price input{
    /* width: 80px; */
}
.wrapper .tb .ad01 .title {
    text-align: center;
    font-size: 120%;
    padding: 10px 0;
    font-weight: bold;
}

.wrapper .tb .ad01 .pic {
    border: 1px #e6e6e6 solid;
}
.wrapper .tb.member {
  background-color: #f1f1f1;
  color: #5f5f5f;
  padding: 0;
}
.wrapper .tb.member svg {
  width: 18px;
  margin-right: 4px;
  position: relative;
  top: 5px;
}
.wrapper .tb.member svg .cls-1 {
  fill: #000 !important;
}
/*--選單--*/
.wrapper .navbar-default {
  position: absolute;
  left: 250px;
  padding: 0;
  margin: 0;
  background: transparent;
  height: 100vh;
}
.wrapper .active .navbar-default {
  width: 100%;
}
.box.search .sort1, .box.search .sort2 {
  padding: 15px 20px 5px 20px;
  clear: both;
}
.box.search .sort2 p {
  font-family: "微軟正黑體";
  color: #000;
  font-weight: bold;
}
.box.search .sort1 div {
  padding: 5px 0;
}
.box.search .sort1 input[type="text"] {
  width: 100%;
  padding: 5px;
  border: 1px #c5c5c5 solid;
}
.box.search .sort2 input[type="text"] {
  width: 44%;
  padding: 5px;
  border: 1px #c5c5c5 solid;
}
.box.search .sort2 input[type="submit"] {
  background-color: #ff7124;
  border: none;
  padding: 7px;
  font-size: 110%;
  color: #fff;
  margin: 15px auto;
  text-align: center;
  width: 90px;
  display: block;
}
.box.search .sort2 input[type="submit"]:hover {
  background-color: #0993b9;
}
.left_height .member {
  background-color: #0993b9;
  color: #fff;
  padding: 10px;
}
/*--產品列表--*/
.sub .goods {
    border-radius: 5px;
    padding: 10px;
}

.sub .goods .box {
    position: relative;
}

.sub .goods .free {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 61px 0 0;
    border-color: #F44336 transparent transparent transparent;
    text-indent: -9999px;
}

.sub .goods .free::before {content: "免運";position: absolute;z-index: 99;color: #fff;top: -53px;width: 50px;font-size: 80%;left: 6px;text-indent: 0;}

.sub .goods a:hover {}

.sub .goods a {
    margin-top: 0;
    display: block;
    padding: 0;
}

.sub .goods span a {
    position: absolute;
    left: -25px;
    cursor: pointer;
}

.sub .goods p {
    font-size: 100%;
    padding: 10px;
    color: #585858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    line-height: 18px;
}

.sub .goods .price {
    position: relative;
    padding: 4px 10px;
    font-size: 120%;
    font-weight: bold;
    color: #ff7024;
}

.sub .goods .price span {
    position: absolute;
    color: #adadad;
    font-weight: normal;
    font-size: 75%;
    right: 10px;
    bottom: 10px;
}

.sub .goods .price span svg {
    width: 20px;
}

.sub .goods .price span a path.line {
    fill: #888888;
}

.sub .goods .price span a path.color {
    fill: #ffffff;
}

.sub .goods .price span a.like path.color,.sub .goods .price span a:hover path.color, .sub .goods .price span a:active path.color {
    fill: #ef3840;
}

.sub .goods .price span a.like path.line,.sub .goods .price span a:hover path.line, .sub .goods .price span a:active path.line {
    fill: transparent;
}
.sub .product_search {
    padding: 15px 10px;
}

.sub .product_search .box {
    padding: 15px;
    background-color: #f1f1f1;
}

.sub .product_search .box .set {
    padding: 5px;
}

.sub .product_search.in .box .set {
    display: inline-block;
    position: relative;
    width: 169px;
}

.sub .product_search.in .box .set.search {
    width: 46%;
    padding: 0 252px 0 0;
}

.sub .product_search.in .box .set.price.low {
    width: 16%;
}

.sub .product_search.in .box .set.price.high {
    width: 20%;
}

.sub .product_search.in .box .high {
    padding: 0 75px 0 20px;
}

.sub .product_search.in .box .low {
    padding: 0 0 0 40px;
}

.sub .product_search.in .box .set.search input[type=text] {
    width: 100%;
}

.sub .product_search.in .box .set.search .r01, .sub .product_search.in .box .set.search .r02, .sub .product_search.in .box .search input[type="submit"] {
    position: absolute;
}

.sub .product_search.in .box .set.search .r01 {
    right: 163px;
    top: 5px;
}

.sub .product_search.in .box .set.search .r02 {
    right: 74px;
    top: 5px;
}

.sub .product_search.in .box .search input[type="submit"] {
    right: 0;
}

.sub .product_search.in .box .set.price input[submit] {}

.sub .product_search.in .box .set.price span {
    position: absolute;
    left: 0;
    top: 4px;
}

.sub .product_search.in .box .set.price input {
    width: 100%;
}

.sub .product_search.in .box .set.price input[type="submit"] {
    width: auto;
    position: absolute;
}

.sub .product_search .box .set input {
    border: 1px #d8d6d6 solid;
    padding: 3px;
}
.sub .product_search .box button,.sub .product_search .box select, .sub .product_search .box input[type="button"],.sub .product_search .box input[type="reset"],.sub .product_search .box input[type="submit"] {
    margin: 0 5px;
    background-color: #fff;
    border: none;
    padding: 5px 15px;
    /* width: 100%; */
    font-size: 15px;
    /* font-family: "微軟中黑體"; */
}
.sub .product_search .box button:hover,
.sub .product_search .box input[type="button"]:hover,
.sub .product_search .box input[type="reset"]:hover,
.sub .product_search .box input[type="submit"]:hover,
.sub .product_search .box button,
.sub .product_search .box input[type="button"].active,
.sub .product_search .box input[type="reset"].active,
.sub .product_search .box input[type="submit"].active{
    background-color: #ff7024;
    color: #fff;
}
.sub .product_search .box .category {
    font-size: 125%;
    margin-right: 20px;
    padding: 5px;
    width: auto;
    color: #000;
}
/*--分頁--*/
#content .page {
    text-align: center;
    padding: 60px 0 0 0;
}
.page .modal-1 a.active,.page .modal-1 a:active {
    border-color: #32cef8;
    background: #32cef8;
    color: #fff;
}
.pagination li {
    display: inline;
    text-align: center;
}
.page .modal-1 a {
    border: none;
    color: #a5a5a5;
    background: #fff;
    font-size: 125%;
    padding: 5px 15px;
}
.page .modal-1 li a.prev,.page .modal-1 li a.next {background-color: hsla(0, 0%, 0%, 0.42);border-radius: 0;color: #fff;}

.page .modal-1 li a.prev:hover, .page .modal-1 li a.next:hover {
    background-color: #000;
}
.page .modal-1 li a.prev{
    margin-right: 15px;
}
.page .modal-1 li a.next {margin-left: 15px;}
/*--fatfoot--*/
.fatfooter {
  background-color: #2dcbf6;
  text-align: center;
  padding: 18px 0;
}
.fatfooter .box {
  display: inline-block;
  text-align: left;
}
.fatfooter ul {
  float: left;
  padding: 0 20px;
}
.fatfooter ul li a {
  padding: 5px 0;
  display: block;
  color: #fff;
  font-size: 109%;
  font-weight: bold;
}
.fatfooter ul li a:hover {
  text-decoration: underline;
}
footer {
  background-color: #2bc9f4;
  color: #ffff;
  text-align: center;
  border-top: 1px #fff solid;
  padding: 10px 0;
}
/*login*/
.login {
    height: 100vh;
    background-image: url("../img/login/bg.jpg");
    display: flex;
    align-items:center;
    justify-content:center;
}

.tb .login {
    height: auto;
}
.login .box {
    background-color: rgba(255, 255, 255, 0.52);
    box-shadow: 0 0 50px rgba(51, 51, 51, 0.3);
    -webkit-box-shadow: 0 0 50px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 50px rgba(51, 51, 51, 0.3);
    position: relative;
    width: 500px;
}

.member .login .box {
    width: 45%;
}
.login .title {
	background-image: url("../img/login/title.jpg");
	width: 100%;
}
.login .stitle {
    font-size: 170%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.login .info {
    padding: 0 20px;
}

.login .joinus {
    border-top: 1px #dedede solid;
    padding: 15px 20px;
    background-color: #ececec;
    color: #7b7b7b;
}

.login .joinus a {
    color: #000;
}

.login .joinus a:hover {
    text-decoration: underline;
}

.login .info .fb {
    text-align: center;
    padding: 20px 0 0 0;
}

.login .info .or-divider {
    position: relative;
    margin: 26px 0px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 0px;
    border: 1px solid #eeeeee;
}

.login .info .or-divider span {
    color: #7f7f7f;
    position: relative;
    top: -10px;
    background-color: white;
    padding: 0 8px;
    left: 50%;
    margin-left: -16px;
}

.login .info .fb a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: white;
    font-weight: 800;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    background-color: #5667af;
}

.member .login .info {
    padding: 20px;
}
.login .red {
    color: #bd0000;
    font-size: 105%;
}

.login .warning.red {
    background-color: rgba(255, 212, 0, 0.38);
    padding: 5px 10px;
}
.login .key{
    padding: 10px 0;
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
    font-size: 120%;
}

.login .bt_box {padding: 0 0 10px 0;}

.member .login .key.password {
    padding: 10px 0;
}

.login .key.num {padding: 5px 162px 5px 0;}

.login .key.num input {
}

.login .key.num input[type="button"] {
    text-indent: -9999px;
    background-image: url("../img/login/bt_re.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 15px;
    background-color: transparent;
    opacity: 0.5;
    width: auto;
    position: absolute;
    right: 0;
    top: 15px;
}

.member .login .key.num input[type="button"] {
    top: 37px;
}

.login .key.num img {
    position: absolute;
    right: 35px;
    top: 5px;
}

.member .login .key.num img {
    top: 33px;
}

.login .key.num input[type="button"]:hover {
    opacity: 1;
}

.login .key i {
    font-size: 130%;
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 18px;
    opacity: 0.8;
}

.member .login .key i {
    position: relative;
    top: 0;
    left: 5px;
    margin-right: 5px;
    opacity: 1;
}
.login .key input {
    border: none;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border: 1px #d8d8d8 solid;
    border-radius: 5px;
}

.member .login .key input {padding: 10px 5px;font-size: 100%;margin: 5px 0;}

.login .key.password input {}

.login .key.password input[type="checkbox"] {
    width: auto;
    margin: 4px 3px 0 10px;
}

.login .remember {
    position: absolute;
    right: 5px;
    white-space: nowrap;
    font-size: 105%;
    top: 15px;
}
.login .bt_box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.login .bt_box ul li {
    padding: 0;
    text-align: center;
}

.login .bt_box ul li a {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    text-decoration: none;
    transition: all 200ms ease-out;
}

.login .bt_box ul li a:hover {
    background-color: #e63e09 !important;
}

.login .bt_box ul li.sign a {
    background-color: #ff7124;
    color: #fff;
}

.login .bt_box ul li.set a {
    background-color: #424242;
}

.login .bt_box ul li.forget a:hover {background-color: transparent !important;text-decoration: underline;}
/*--內頁_商店介紹--*/
.sub .about_store,.sub .store_info {
    background-color: #f7f7f7;
    padding: 20px 4%;
    /* margin-bottom: 20px; */
}

.sub .about_store .date {
    text-align: right;
    font-size: 90%;
    padding: 5px;
}

.sub .about_store .intro {
    color: #5a5a5a;
    font-size: 100%;
    padding: 15px 0;
}
.sub .store_info .title, .sub .about_store .title {
    border: none;
    padding: 5px 0 10px 0;
}

.sub .about_store .title {
    padding: 0;
}

.sub .store_info  li {
    padding: 2px 0;
}

.sub .store_info li a {
    color: #0993b9;
}

.sub .store_info li a:hover {
    text-decoration: underline;
}
/*--商品頁--*/
.orange {
    color: #d4540f;
}
.gray {
    color: #9c9c9c;
}
.article .p_left .p_info {
    margin: 10px 0 0 0;
    border: 1px #2dcbf6 solid;
}

.article .p_left .p_info .title {
    background-color: #2ecbf5;
    text-align: center;
    color: #fff;
    font-size: 135%;
    padding: 15px;
}

.article .p_left .p_info p {
    padding: 13px;
    font-size: 105%;
    color: #6f6f6f;
}
.article {
    /* padding-right: 250px; */
}
.article .slick-prev, .article .slick-next{
    background-color: #8c8c8c;
    height: 70%;
    width: 25px;
}
.article .slick-prev:hover, .article .slick-next:hover{
    background-color: #000000;
}
.article .slick-prev{
    left: 0;
    z-index: 1;
}
.article .slick-next{
    right: 0;
}
.article .slick-prev:before,.article .slick-next:before{
    font-family: monospace;
}
.article .slick-prev:before{
    content: "<";
}
.article .slick-next:before{
    content: ">";
}
.article .slider.slider-nav {
    margin-top: 10px;
}
.article .sub .p_data .p_name {
    color: #000;
    font-weight: bold;
    font-size: 140%;
}

.article .sub .p_data {
    padding: 0 0 20px 0;
}

.article .sub .shop_info {
    font-size: 105%;
}

.article .sub .bt {
    padding: 30px 0;
    text-align: center;
}

.article .sub .bt a {
    display: block;
    border: 1px #ff7024 solid;
    color: #ff7024;
    padding: 15px 5px;
    font-size: 110%;
}

.article .sub .bt a:hover {
    background-color: #ff7024;
    color: #fff;
}

.article .sub .p_data .s_txt {
    font-size: 90%;
    line-height: 140%;
}
.article .sub .shop_info li{
    padding: 10px 0;
}

.article .sub .shop_info li ul {
    display: table;
}

.article .sub .shop_info li ul li {
    padding: 0 0 5px 0;
}

.article .sub .shop_info li ul li b {
    width: 130px;
}

.article .sub .shop_info li b {
    width: 72px;
    display: inline-block;
    float: left;
}

.article .sub .shop_info .size {
    display: inline-block;
}

.article .sub .shop_info .size li {
    float: left;
    padding: 0 10px 0 0;
}

.article .sub .shop_info .size li a {
    display: block;
    border: 1px #c3c3c3 solid;
    padding: 0 15px;
}

.article .sub .shop_info .size li a:hover {
    background-color: #ff7124;
    border-color: #ff7124;
    color: #fff;
}
.article .number.js-number button {
    background: #fff;
    border: 1px #b7b7b7 solid;
    width: 25px;
    margin: -5px;
    height: 27px;
}

.article .number.js-number button:hover {
    color: #ff7124;
}
.article .number.js-number input {
    background: #fff;
    border: 1px #b7b7b7 solid;
    width: 50px;
    text-align: center;
    line-height: 25px;
}
/*頁籤*/
.article .ui-widget-content {
    border: none;
    padding: 10px;
}
.article .ui-tabs .ui-tabs-nav {
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0;
}
.article .ui-state-active, 
.article .ui-widget-content .ui-state-active, 
.article .ui-widget-header .ui-state-active{
    border-bottom: 4px #ff7124 solid !important;
    border-radius: 0;
}
.article .ui-state-active a,
.article .ui-state-active a:link,
.article .ui-state-active a:visited{
    color: #ff7124;
}
.article .ui-state-default a,
.article .ui-state-default a:link,
.article .ui-state-default a:visited{
    background: transparent;
    border: none;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    }
.article .ui-state-default,
.article .ui-widget-content .ui-state-default,
.article .ui-widget-header .ui-state-default{
    background: transparent;
    border: none;
    margin: 0;
}
.article .ui-tabs .ui-tabs-panel{
    margin-top: 10px;
}
.similar_product .title{
    font-size: 110%;
    padding: 10px 12px 0 12px;
    font-weight: bold;
}
.similar_product .slick-prev, 
.similar_product .slick-next,
.similar_product .slick-prev:focus, 
.similar_product .slick-next:focus {
    background-color: rgba(0, 0, 0, 0.37);
    height: 50px;
    width: 50px;
}
/*--商城首頁--*/
.bar {
    position: relative;
}
.bar::before {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    background-color: #32cef8;
}

.ad_area .w_ad {
    text-align: center;
    padding: 0 5px;
}

.ad_area .w_ad a,.ad_area .w_ad p {
    text-decoration: none;
    color: #000;
    padding: 10px 0 5px 0;
}
.wrapper.store .box .list_box {float: left;padding: 10px 0px 10px 10px;position: relative;z-index: 99;}

.wrapper.store .box .list_box .stitle {
    color: #fff;
    font-size: 90%;
    border-bottom: 1px #fff solid;
    padding: 5px 5px;
}

.wrapper.store .box .list_box ul li a {
    color: #fff;
    font-size: 85%;
}

.wrapper.store .box .list_box ul {
    padding: 5px;
}


.wrapper.store .box .list_box .list {
    background-color: #2dcbf6;
    padding: 10px;
    height: 198px;
    overflow: hidden;
}



.wrapper.store .choice .box .pic {
    position: relative;
}
.store.wrapper .tb .slick-prev, .store.wrapper .tb .slick-next {top: -25px;background: transparent;width: 30px;height: 30px;opacity: 0.6;right: -10px;}

.store.wrapper .tb .slick-prev {
    left: inherit;
    right: 35px;
}
.store.wrapper .tb .slick-prev:before,.store.wrapper .tb .slick-next:before{
    content: "<";
    font-family: monospace;
    font-size: 25px;
    color: #000;
}

.store.wrapper .tb .slick-next:before {
    content: ">";
}
.store.wrapper .product_list{
    padding: 5px 5px 0 0;
    float: left;
    width: 75%;
}
.store.wrapper .sale_box{
    padding: 15px 0 5px 5px;
    width: 25%;
    float: left;
}
.store.wrapper .ad_banner{
    padding: 10px 10px 10px 10px;
}
/*--加入表單--*/
.wrapper .apply_box{
    width: 100%;
    padding: 10px;
}

.wrapper .apply_box.join {
    /* max-width: 500px; */
    /* margin: auto; */
}

.wrapper .box .apply .title {
    text-align: center;
    font-size: 120%;
    padding: 20px 20px 8px 20px;
    border-bottom: 1px #e4e4e4 solid;
}

.wrapper .box .apply .title02 {
    font-size: 130%;
    padding: 20px 20px 8px 20px;
    font-weight: bold;
}

.wrapper .box .apply .tb {
    padding: 20px;
    border-top: 1px #e4e4e4 solid;
    background-color: #e4e4e4;
    margin: 10px;
}

.wrapper .box .apply .confirm {
    padding: 20px;
    text-align: center;
}

.wrapper .box .apply .confirm .bt ul li {
    display: inline-block;
    padding: 8px;
}

.wrapper .box .apply .confirm .bt {
    padding: 10px 0;
}

.wrapper .box .apply .confirm .bt input[type="submit"], .wrapper .box .apply .confirm .bt input[type="reset"] {
    width: 95px;
    padding: 8px 0;
    border-radius: 5px;
    border: none;
    background-color: #707070;
    color: #fff;
}

.wrapper .box .apply .confirm .bt input[type="submit"]:hover, .wrapper .box .apply .confirm .bt input[type="reset"]:hover {
    background-color: #ff7024;
}

.wrapper .box .apply .confirm .verification {
    padding: 20px;
    background-color: #e8e8e8;
    display: inline-block;
}

.wrapper .box .apply .confirm .num {
    display: inline-block;
}

.wrapper .box .apply .note {
    font-size: 115%;
    border-bottom: 1px #e4e4e4 solid;
}

.wrapper .box .apply .fillin {
    padding: 15px 0;
    font-size: 105%;
    display: inline-block;
    width: 100%;
}

.wrapper .box .apply .fillin input,.wrapper .box .apply .fillin select {
    padding: 3px 10px;
    margin: 5px 0;
}

.wrapper .box .apply .fillin li {
    float: left;
    margin-right: 20px;
    padding: 5px 0;
}

.wrapper .join .box .apply .fillin li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px 0;
}

.wrapper .box .apply .fillin li.full, .wrapper .box .apply .fillin li.full input,.wrapper .box .apply .fillin li.full textarea {
    width: 100%;
}

.wrapper .box .apply .red_title {
    color: #dc1717;
    font-weight: bold;
}
.star {
    color: #f10;
    margin: 0 5px 0 0;
}

.no-pd{
    text-align: center;
    width: 100%;
    margin:200px 0;
}

.send{
    text-align: right;
}

.form-box{
    padding: 5px;
}