@charset "UTF-8";


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: 0;
}
input:-moz-placeholder {
  color: #828080;
  font-family: arial,"微軟正黑體";
}
input::-moz-placeholder {
  color: #828080;
  font-family: arial,"微軟正黑體";
}
input:-ms-input-placeholder {
  color: #828080;
  font-family: arial,"微軟正黑體";
}
input::-webkit-input-placeholder {
  color: #828080;
  font-family: arial,"微軟正黑體";
}

textarea, input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input, textarea {
  padding: 7px 10px;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 1px;
}

input[type=checkbox] {
  opacity: 0;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1);
  z-index: 1000;
  cursor: pointer;
}
input[type=checkbox] + label {
  display: block;
  cursor: pointer;
}
input[type=checkbox] + label span {
  display: inline-block;
  padding-left: 34px;
  position: relative;
}
input[type=checkbox] + label span:before {
  content: '';
  background: #fff;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  display: block;
  height: 20px;
  left: 0px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
input[type=checkbox]:checked + label span:before {
  background: url(https://photo.s3.com.tw/BANNER/checkmark.SVG) no-repeat center center #fff;
}

.checked-none input[type=checkbox] + label span:before {
  background: #e5e5e5 !important;
}

button:hover {
  cursor: pointer;
}

a, a:link, a:visited {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a.bottom-line, a:link.bottom-line, a:visited.bottom-line {
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

fieldset {
  border-top: 1px solid #f0edf6;
  text-align: center;
}
fieldset legend {
  padding-left: 10px;
  padding-right: 10px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?s0j1lg") format("truetype"), url("../fonts/icomoon.woff?s0j1lg") format("woff"), url("../fonts/icomoon.svg?s0j1lg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-coin:before {
  content: "\e904";
}

.icon-store:before {
  content: "\e905";
}

.icon-card:before {
  content: "\e900";
}

.icon-chopsticks:before {
  content: "\e901";
}

.icon-member:before {
  content: "\e902";
  color: #5a6d46;
}

.icon-menu-button:before {
  content: "\e903";
}

.icon-dollar:before {
  content: "\e915";
}

.icon-file:before {
  content: "\e919";
}

.icon-close:before {
  content: "\e91e";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts2/icomoon.eot?jgzhe3");
  src: url("../fonts2/icomoon.eot?jgzhe3#iefix") format("embedded-opentype"), url("../fonts2/icomoon.ttf?jgzhe3") format("truetype"), url("../fonts2/icomoon.woff?jgzhe3") format("woff"), url("../fonts2/icomoon.svg?jgzhe3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
  content: "\e999";
}

.icon-wallet:before {
  content: "\e906";
}


.border-none {
  border: none !important;
}

.active {
  display: block !important;
  visibility: visible !important;
}

.flex-blcok {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.pos-fix {
  position: fixed;
}

.gotop {
  display: none;
  width: 50px;
  height: 65px;
  position: fixed;
  bottom: 10%;
  right: 5%;
  padding-top: 13px;
  z-index: 9998;
  background: #e5e5e5;
  border-radius: 4px;
  opacity: 0.8;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  cursor: pointer;
}


.icon-close {
  font-size: 18px;
}

.darkgreen-color {
  color: #5c6f47;
}

.orange-color {
  color: #f9b03a;
}

.red-color {
  color: #fd005d;
}

.hover-hand:hover {
  cursor: pointer;
}

.btn {
  width: 100%;
  height: 36px;
  padding: 4px 0;
  background: #fff;
  border-color: transparent;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}
.btn span {
  text-align: center !important;
  line-height: 29px;
}
.btn.orange {
  background: #f9b03a;
  color: #fff;
}
.btn.darkgreen {
  background: #5c6f47;
  color: #fff;
}
.btn.fb-blue {
  background: #4469b0;
  color: #fff;
}
.btn.blue {
  background: #149dcc;
  color: #fff;
}
.btn.white {
  border: 1px solid #f9b03a;
}
.btn.grey {
  background: #a0a0a0;
  color: #fff;
}
.btn.red {
  background: #d83d1d;
  color: #fff;
}
.btn.blue2 {
  background: #4194e4;
  color: #fff;
}
.btn.green2 {
  background: #1abc9c;
  color: #fff;
}
.btn:hover {
  opacity: 0.9;
}

.r-arrow:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 1px;
}

.l-arrow:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  vertical-align: 1px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bg.light-green {
  background: #eaeee5;
}

.block-2 > div {
  width: -moz-calc(( ( 100% - 10px ) / 2 ));
  width: -webkit-calc(( ( 100% - 10px ) / 2 ));
  width: calc(( ( 100% - 10px ) / 2 ));
  display: inline-block;
}
.block-2 > div:first-child {
  margin-right: 5px;
}
.block-2.btn-block > div {
  width: -moz-calc(( ( 100% - 12px ) / 2 ));
  width: -webkit-calc(( ( 100% - 12px ) / 2 ));
  width: calc(( ( 100% - 12px ) / 2 ));
}

.block-3 > div {
  width: -moz-calc(( ( 100% - 19px ) / 3 ));
  width: -webkit-calc(( ( 100% - 19px ) / 3 ));
  width: calc(( ( 100% - 19px ) / 3 ));
  display: inline-block;
  margin-right: 5px;
}
.block-3 > div:last-child {
  margin-right: 0;
}

.position-r {
  position: relative;
}

/*common e*/
/*master s*/
.wrap {
  width: 100%;
  max-width: 1000px;
}

.wrap300 {
  width: 300px;
}

.wrap350 {
  width: 350px;
}

.wrap400 {
  width: 400px;
}

.wrap550 {
  width: 550px;
}

.wrap750 {
  width: 750px;
}

.wrap750-full {
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .wrap750-full {
    width: 100%;
  }
}

.wrap, .wrap300, .wrap350, .wrap400, .wrap550, .wrap750 {
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .wrap, .wrap300, .wrap350, .wrap400, .wrap550, .wrap750 {
    width: 95%;
    width: -moz-calc(( 100% - ( 15px * 2 ) ));
    width: -webkit-calc(( 100% - ( 15px * 2 ) ));
    width: calc(( 100% - ( 15px * 2 ) ));
    margin: 0 15px;
  }
}

.max-wrap-full, .min-wrap-full, .max-wrap, .min-wrap {
  width: 100%;
  margin: 0 auto;
}

.max-wrap-full, .max-wrap {
  max-width: 1400px;
}

.min-wrap-full, .min-wrap {
  max-width: 1000px;
}

@media only screen and (max-width: 1024px) {
  .max-wrap, .min-wrap {
    padding: 0 15px;
  }
}

.marquee ~ .header {
  top: 30px;
}

.marquee {
  background: #5c6f47;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.marquee a {
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 9999;
}
.popup .popup-attr {
  display: inline-block;
  position: absolute;
  padding: 40px 55px;
  margin-bottom: 50px;
  background: #fff;
  border: 3px solid #f9b03a;
}
@media only screen and (max-width: 1440px) {
  .popup .popup-attr {
    padding: 20px;
  }
}
.popup .popup-attr > div {
  line-height: 180%;
}
.popup .popup-attr.big {
  width: 700px;
  top: 10%;
  left: -moz-calc(( 50% -  350px ));
  left: -webkit-calc(( 50% -  350px ));
  left: calc(( 50% -  350px ));
}
@media only screen and (max-width: 1440px) {
  .popup .popup-attr.big {
    width: 90%;
    left: 5%;
  }
}
.popup .popup-attr.small {
  width: 350px;
  top: 35%;
  padding: 25px;
  left: -moz-calc(( 50% -  175px ));
  left: -webkit-calc(( 50% -  175px ));
  left: calc(( 50% -  175px ));
}
@media only screen and (max-width: 1440px) {
  .popup .popup-attr.small {
    width: 300px;
    left: -moz-calc(( 50% -  150px ));
    left: -webkit-calc(( 50% -  150px ));
    left: calc(( 50% -  150px ));
  }
}
.popup .popup-attr.small2 {
  width: 300px;
  top: 10%;
  padding: 25px 20px;
  left: -moz-calc(( 50% -  150px ));
  left: -webkit-calc(( 50% -  150px ));
  left: calc(( 50% -  150px ));
}
@media only screen and (max-width: 1440px) {
  .popup .popup-attr.small2 {
    margin-top: 100px;
  }
}
.popup .popup-attr .title {
  padding: 10px 25px;
  text-align: center;
  font-size: 24px;
}
.popup .popup-attr .sub-title {
  font-size: 18px;
}
.popup .popup-attr .sub-title2 {
  padding-bottom: 15px;
}
.popup .popup-attr .sub-title2.red {
  color: #e70000;
}
.popup .popup-attr .note {
  margin-bottom: 40px;
}
.popup .popup-attr .list {
  text-align: left;
  font-size: 16px;
}
.popup .popup-attr .list > span {
  display: inline-block;
  vertical-align: top;
}
.popup .popup-attr .list .s-title {
  width: 70px;
  margin-right: 20px;
  position: relative;
  text-align: justify;
  text-align-last: justify;
}
.popup .popup-attr .list .s-title:after {
  content: '：';
  position: absolute;
  right: -18px;
}
.popup .popup-attr .list .text {
  width: -moz-calc(( 100% -  110px ));
  width: -webkit-calc(( 100% -  110px ));
  width: calc(( 100% -  110px ));
  margin-bottom: 0;
}
.popup .popup-attr .text {
  margin-bottom: 20px;
  font-size: 16px;
}
.popup .popup-attr .text > span {
  display: inline-block;
}
.popup .popup-attr .block {
  margin-bottom: 20px;
}
.popup .popup-attr .action {
  text-align: center;
}
.popup .popup-attr .action .btn {
  max-width: 110px;
  width: -moz-calc(( ( 100% -  10px ) / 2 ));
  width: -webkit-calc(( ( 100% -  10px ) / 2 ));
  width: calc(( ( 100% -  10px ) / 2 ));
}
.popup .popup-attr .action .btn:nth-child(2) {
  margin-left: 6px;
}
.popup .popup-attr .card .pay .block-2 {
  padding-top: 20px;
}
.popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0px;
  background: #fff;
}
.popup .close:before, .popup .close:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  position: absolute;
  background: #000;
  margin-top: 2px;
}
.popup .close:before {
  transform: rotate(-45deg);
}
.popup .close:after {
  transform: rotate(45deg);
}
.popup .img-block {
  display: inline-block;
  position: relative;
  margin-top: 10%;
}
.popup .img-block img {
  max-width: 720px;
}
@media only screen and (max-width: 1440px) {
  .popup .img-block {
    margin: 100px 20px 0;
  }
  .popup .img-block img {
    width: 100%;
  }
}

.header {
  background: #86433f;
  box-shadow: -14px -18px 18px 18px #000;
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
  z-index: 9999;
}
@media only screen and (max-width: 1440px) {
  .header {
    background: #86433f;
    box-shadow: -14px -18px 18px 18px #000;
  }
}
.header .header-item {
  max-width: 1400px;
  height: 110px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .header .header-item {
    height: 65px;
    padding: 0 15px;
  }
}
.header .top-bn {
  position: absolute;
  left: -moz-calc(( 50% - 215px));
  left: -webkit-calc(( 50% - 215px));
  left: calc(( 50% - 215px));
  bottom: 40px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  .header .top-bn {
    bottom: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .header .menu {
    width: 1000px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .menu {
    order: 1;
  }
}
.header .menu .icon-menu-button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .menu .icon-menu-button {
    display: block;
    font-size: 20px;
    color: #fff;
  }
}
@media only screen and (max-width: 1440px) {
  .header .menu .icon-menu-button {
    color: #fff;
  }
}
.header .menu .nav {
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header .menu .nav {
    height: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    background: #fff;
    color: #000;
  }
  .header .menu .nav.active {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    margin-top: 22px;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 5px 2px 0px;
  }
}
.header .menu .nav .item {
  display: inline-block;
  margin-right: -4px;
  text-align: center;
  padding: 0 2.1%;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .header .menu .nav .item {
    display: inline-block;
    text-align: left;
    width: 25%;
    text-align: center;
  }
  .header .menu .nav .item:before {
    content: '';
    height: 20px;
    position: absolute;
    top: -moz-calc(( 50% - 10px ));
    top: -webkit-calc(( 50% - 10px ));
    top: calc(( 50% - 10px ));
    right: 0;
    border-right: 1px solid #cdcdcd;
  }
  .header .menu .nav .item:last-child {
    border: none;
  }
  .header .menu .nav .item .list.orange {
    background: #fbf3e6;
    border-top: 3px solid #f9b03a;
  }
  .header .menu .nav .item .list.green {
    background: #ebfff3;
    border-top: 3px solid #2ace2f;
  }
  .header .menu .nav .item .list.blue {
    background: #ebfaff;
    border-top: 3px solid #31bef4;
  }
}
@media only screen and (min-width: 1025px) {
  .header .menu .nav .item:hover .list, .header .menu .nav .item.active .list {
    display: block;
  }
}
.header .menu .nav .item:hover .title, .header .menu .nav .item.active .title {
  cursor: pointer;
  color: #f9b03a;
}
@media only screen and (max-width: 1024px) {
  .header .menu .nav .item:hover .title span, .header .menu .nav .item.active .title span {
    position: relative;
    display: inline-block;
  }
}
.header .menu .nav .item .title {
  margin-top: 70px;
  font-size: 16px;
}
@media only screen and (min-width: 1025px) {
  .header .menu .nav .item .title {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .header .menu .nav .item .title {
    height: auto;
    padding: 10px 0;
    margin: 5px 0;
  }
}
.header .menu .nav .item .title.sales {
  color: #ba000d;
}
.header .menu .nav .item .title.sales:hover {
  color: #ba000d;
}
.header .menu .nav .item .title .selected {
  color: #f9b03a;
}
.header .menu .nav .item .list {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header .menu .nav .item .list {
    background: #fff;
    border: 1px solid #f9b03a;
    border-top: 3px solid #f9b03a;
    position: fixed;
    top: 80px;
    padding: 20px 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .header .menu .nav .item .list {
    display: block;
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    padding: 5px 20px;
    margin-top: -10px;
  }
  .header .menu .nav .item .list:before {
    width: 70px;
  }
}
.header .menu .nav .item .list a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .header .menu .nav .item .list a {
    padding: 5px 0;
    margin-bottom: 5px;
  }
}
.header .menu .nav .item .list a:last-child {
  margin-bottom: 0;
}
.header .menu .nav .item .list a:hover {
  color: #f9b03a;
}
.header .menu .nav .item .list a:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #f9b03a;
  position: absolute;
  top: 3px;
  left: -15px;
}
@media only screen and (max-width: 1024px) {
  .header .menu .nav .item .list a:hover:before {
    top: 13px;
  }
}
.header .menu .nav .member {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .menu .nav .member {
    display: block;
    padding: 5px 15px 10px;
    box-shadow: #f49631 -1px -3px 9px 6px;
    background: #f49631;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  .header .menu .nav .member .btn {
    width: auto;
    padding: 0px 5px;
    margin-left: 15px;
  }
}
.header .fb a, .header .member a {
  display: block;
}
.header .fb {
  margin: 0 8px;
  background: #3a5ba0;
  border-radius: 100%;
  padding: 10px 14.5px;
}
.header .fb img {
  width: 12px;
}
@media only screen and (max-width: 1024px) {
  .header .fb {
    order: 4;
    padding-top: 10px;
    overflow: hidden;
  }
}
.header .fb .icon-chopsticks:before {
  padding-top: 10px;
  font-size: 70px;
}
@media only screen and (max-width: 1024px) {
  .header .fb .icon-chopsticks:before {
    padding-top: 0;
    font-size: 55px;
  }
}
.header .member {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 8.5px 11.6px;
}
@media only screen and (min-width: 1025px) {
  .header .member {
    position: relative;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .member {
    order: 4;
    margin-bottom: 0;
  }
  .header .member > div {
    display: none;
  }
}
.header .member > div {
  position: absolute;
  color: #fff;
  width: 38px;
  margin-top: 16px;
  font-size: 16px;
  margin-left: -10px;
}
.header .member .icon-member {
  /*
  &:hover{
  	&:before{
  		color: $orange-color;
  	}
  	+div{
  		color: $orange-color;	
  	}
  }
  */
}
.header .member .icon-member:before {
  color: #fff;
  font-size: 23px;
}
.header .member.login {
  background: #fff;
  border: none;
}
.header .member.login > div {
  color: #f9b03a;
}
.header .member.login .icon-member:before {
  color: #f7931e;
}
@media only screen and (max-width: 1024px) {
  .header .member.login .icon-member:before {
    font-size: 20px;
  }
}
.header .logo {
  width: 150px;
}
.header .logo img {
  height: 95px;
  padding: 5px 0;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    order: 2;
    margin-left: 13px;
    text-align: left;
    width: -moz-calc(( 100% - 110px ));
    width: -webkit-calc(( 100% - 110px ));
    width: calc(( 100% - 110px ));
  }
  .header .logo img {
    height: 60px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header .card .icon {
    display: inline-block;
    width: 41px;
    height: 41px;
    margin: 0 8px;
    background: #fbb13c;
    color: #fff;
    border-radius: 100%;
  }
  .header .card .icon .icon-card:before {
    position: absolute;
    margin: 5px 0 0 5px;
    font-size: 31px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .card {
    order: 3;
  }
}
@media only screen and (max-width: 1440px) {
  .header .card {
    order: 3;
    margin-right: 10px;
  }
}
.header .card img {
  width: 60px;
}

.marquee ~ .content {
  padding-top: 145px !important;
}
@media only screen and (max-width: 1024px) {
  .marquee ~ .content {
    padding-top: 85px !important;
  }
}

.content {
  min-height: -moz-calc(( 100vh -  34px ));
  min-height: -webkit-calc(( 100vh -  34px ));
  min-height: calc(( 100vh -  34px ));
  padding-bottom: 34px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .content {
    padding-top: 55px;
    padding-bottom: 64px;
    min-height: -moz-calc(( 100vh -  30px ));
    min-height: -webkit-calc(( 100vh -  30px ));
    min-height: calc(( 100vh -  30px ));
  }
}
.content .block-list > div {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: text-top;
  background: #fff;
  width: -moz-calc(( ( 100% -  25px  ) / 2 ));
  width: -webkit-calc(( ( 100% -  25px  ) / 2 ));
  width: calc(( ( 100% -  25px  ) / 2 ));
}
.content .block-list > div:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 1440px) {
  .content .block-list > div {
    width: 100%;
    margin-right: 0;
  }
}
.content .block-list > div img {
  width: 100%;
}
.content .block-list > div .list {
  padding: 10px 0 0;
}
.content .block-list > div .list li {
  height: 39px;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
.content .block-list > div .list li a {
  display: block;
  height: 18px;
}
.content .block-list > div .list li a:hover {
  color: #f9b03a;
}
.content .block-list > div .list li span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .block-list > div .list li span.date {
  width: 80px;
  font-size: 14px;
  vertical-align: middle;
}
.content .block-list > div .list li span.news-name {
  width: -moz-calc(( 100% -  93px ));
  width: -webkit-calc(( 100% -  93px ));
  width: calc(( 100% -  93px ));
  vertical-align: middle;
}
.content .block-list > div .list li span.news-name .tag {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 6px;
  font-size: 14px;
  background: #f15a26;
  color: #fff;
}
.content .block-list > div .list li span.type {
  width: 58px;
}
.content .block-list > div .list li span.ranking {
  display: inline-block;
  margin-left: 4px;
  padding: 7px 8.4px;
  position: absolute;
  top: 5px;
  font-weight: bolder;
  font-style: italic;
  background: #8dc63d;
  color: #fff;
  border-radius: 100%;
}
.content .block-list > div .list li span.number {
  width: 135px;
  position: relative;
  padding-left: 44px;
}
.content .block-list > div .list li span.song-name {
  width: -moz-calc(( 100% -  235px ));
  width: -webkit-calc(( 100% -  235px ));
  width: calc(( 100% -  235px ));
}
.content .block-list > div .list li span.star {
  width: 90px;
}
.content .block-list > div .list li span.phone {
  display: inline-block;
  width: 30px;
  margin-left: 4px;
  padding: 4px;
  position: absolute;
  top: 5px;
  background: #f7b13a;
  border-radius: 100%;
}
.content .block-list > div .list li span.promo {
  display: inline-block;
  width: 30px;
  margin-left: 4px;
  padding: 2px;
  position: absolute;
  top: 5px;
  background: #02b892;
  border-radius: 100%;
}
.content .block-list > div .list li span.promo-text {
  width: 100%;
}
.content .block-list > div .list li span.promo-text, .content .block-list > div .list li span.store {
  padding-left: 44px;
}
.content .block-list > div .more {
  display: block;
  padding: 11px 43px 12px 0;
  text-align: right;
  color: #149dcc;
}
.content .block-list > div .more:hover {
  color: #f9b03a;
}
@media only screen and (max-width: 1440px) {
  .content .block-list > div .more {
    padding-right: 34px;
  }
}
.content .count .data, .content .form-input .data {
  margin-bottom: 20px;
  padding: 20px 15px 0;
  background: #fff;
}
.content .count .data > div, .content .form-input .data > div {
  display: inline-block;
  padding-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .content .count .data > div, .content .form-input .data > div {
    width: -moz-calc(( (100% - 42px) / 3 ));
    width: -webkit-calc(( (100% - 42px) / 3 ));
    width: calc(( (100% - 42px) / 3 ));
  }
  .content .count .data > div:nth-child(3n+2), .content .form-input .data > div:nth-child(3n+2) {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .count .data > div, .content .form-input .data > div {
    width: -moz-calc(( (100% - 22px) / 2 ));
    width: -webkit-calc(( (100% - 22px) / 2 ));
    width: calc(( (100% - 22px) / 2 ));
  }
  .content .count .data > div:nth-child(odd), .content .form-input .data > div:nth-child(odd) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .content .count .data > div, .content .form-input .data > div {
    width: 100%;
  }
}
.content .count .data > div .s-title, .content .count .data > div .detail, .content .form-input .data > div .s-title, .content .form-input .data > div .detail {
  display: inline-block;
  position: relative;
}
.content .count .data > div .s-title.s-title, .content .count .data > div .detail.s-title, .content .form-input .data > div .s-title.s-title, .content .form-input .data > div .detail.s-title {
  width: 71px;
  margin-right: 5px;
  font-size: 16px;
  text-align: right;
}
.content .count .data > div .s-title.detail, .content .count .data > div .detail.detail, .content .form-input .data > div .s-title.detail, .content .form-input .data > div .detail.detail {
  width: -moz-calc(( 100% -  82px ));
  width: -webkit-calc(( 100% -  82px ));
  width: calc(( 100% -  82px ));
}
.content .count .data > div .s-title .select_style, .content .count .data > div .detail .select_style, .content .form-input .data > div .s-title .select_style, .content .form-input .data > div .detail .select_style {
  font-size: 16px;
}
.content .count .data > div .s-title .point, .content .count .data > div .detail .point, .content .form-input .data > div .s-title .point, .content .form-input .data > div .detail .point {
  color: red;
  font-weight: bolder;
}
.content .count .data > div.btn-block span, .content .form-input .data > div.btn-block span {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .content .count .data > div.btn-block, .content .form-input .data > div.btn-block {
    padding-left: 94px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .count .data > div.btn-block, .content .form-input .data > div.btn-block {
    width: 100%;
  }
}
.content .count .top-title {
  background: #f9b03a;
}
.content .count .top-title img {
  max-width: 488px;
}
@media only screen and (max-width: 1440px) {
  .content .count .top-title img {
    width: 100%;
  }
}
.content .count .data > div .s-title.s-title, .content .count .data > div .detail.s-title {
  width: 80px;
}
.content .count .data > div .s-title.detail, .content .count .data > div .detail.detail {
  width: -moz-calc(( 100% -  90px ));
  width: -webkit-calc(( 100% -  90px ));
  width: calc(( 100% -  90px ));
}
.content .song-list {
  background: #fff;
  text-align: left;
  padding: 10px;
}
.content .song-list li {
  display: flex;
  align-items: center;
  background: #ccffff;
  padding: 10px 0;
}
.content .song-list li:nth-child(even) {
  background: #fff;
}
.content .song-list .list-number {
  width: 45px;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #5e5e5e;
}
.content .song-list .song-number {
  width: 98px;
  color: #337ab7;
  line-height: 120%;
  font-weight: bolder;
}
@media only screen and (max-width: 1440px) {
  .content .song-list .song-number {
    width: 52px;
  }
}
.content .song-list .song-data {
  line-height: 120%;
  width: -moz-calc(( 100% -  200px ));
  width: -webkit-calc(( 100% -  200px ));
  width: calc(( 100% -  200px ));
}
@media only screen and (max-width: 1440px) {
  .content .song-list .song-data {
    width: -moz-calc(( 100% -  155px ));
    width: -webkit-calc(( 100% -  155px ));
    width: calc(( 100% -  155px ));
  }
}
.content .song-list .song-data .song-name {
  display: inline-block;
  padding-bottom: 5px;
  font-weight: bolder;
}
.content .song-list .song-data .singer {
  color: #6c6c6c;
}
.content .song-list .btn-block {
  width: 58px;
  padding: 0 5px;
}
.content .pages {
  padding-bottom: 10px;
  background: #fff;
}
.content .pages .btn {
  display: inline-block;
  width: auto;
}
.content .pages .page {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .content .pages .page {
    padding: 0 5px;
  }
}
.content .pages .selected {
  color: #149dcc;
  font-weight: bolder;
}
.content .form-input .top-title {
  padding: 20px;
  font-size: 20px;
  font-weight: bolder;
  line-height: 140%;
  background: #f9b03a;
  text-shadow: 2px 2px 4px #000;
  color: #fff;
}
.content .form-input .data > div.textarea {
  width: 100%;
  margin-bottom: 20px;
}
.content .form-input .data > div.textarea .title {
  width: 320px;
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .content .form-input .data > div.textarea .title {
    width: 100%;
  }
}
.content .form-input .data > div.textarea textarea {
  width: 100%;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: top;
}
.content .form-input .data > div.textarea .btn-block {
  text-align: right;
}
.content .form-input .data > div.textarea .btn-block .btn {
  width: 205px;
}
@media only screen and (max-width: 1024px) {
  .content .form-input .data > div.textarea .btn-block .btn {
    width: 100%;
  }
}
.content .form-input .data > div.textarea .btn-block .btn span {
  width: auto;
}
.content .form-input .error + .error-msg {
  position: absolute;
  margin-top: -17px;
  font-size: 14px;
}
.content .bottom-bn {
  margin-bottom: 20px;
}
.content .bottom-bn > div {
  display: inline-block;
  width: -moz-calc(( (100% - 22px) / 2 ));
  width: -webkit-calc(( (100% - 22px) / 2 ));
  width: calc(( (100% - 22px) / 2 ));
  margin-bottom: 20px;
}
.content .bottom-bn > div:nth-child(odd) {
  margin-right: 16px;
}
@media only screen and (max-width: 1440px) {
  .content .bottom-bn > div {
    width: 100%;
  }
}
.content .bottom-bn img {
  width: 100%;
}
.content .pro-data .action .qty {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #5c6f47;
  border-radius: 4px;
}
.content .pro-data .action .qty em {
  height: 32px;
  line-height: 32px;
}
.content .pro-data .action .qty em {
  display: table-cell;
  float: left;
  width: 36px;
  text-align: center;
}
.content .pro-data .action .qty em:hover {
  cursor: pointer;
}
.content .pro-data .action .qty input[type="number"] {
  width: 38px;
  height: 100%;
  position: relative;
  font-size: 14px;
  text-align: center;
  border: none;
  border-left: 2px solid #5c6f47;
  border-right: 2px solid #5c6f47;
}
.content .pro-img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #edcdc3;
  border-radius: 4px;
}
@media only screen and (max-width: 1440px) {
  .content .pro-img {
    margin-bottom: 15px;
  }
}
.content .pro-img img {
  width: 100%;
  border-radius: 4px;
}
.content .pro-img .top-tag, .content .pro-img .awards {
  position: absolute;
  left: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
  z-index: 2;
}
.content .pro-img .top-tag.new, .content .pro-img .awards.new {
  background: #000;
}
.content .pro-img .top-tag.hot, .content .pro-img .awards.hot {
  background: #f9b03a;
}
.content .pro-img .top-tag {
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  border-radius: 100%;
  top: 10px;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .content .pro-img .top-tag {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
.content .pro-img .awards {
  bottom: 10px;
}
.content .pro-img .awards img {
  display: block;
  width: 60px;
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  .content .pro-img .awards img {
    width: 40px;
  }
}
.content .review-star {
  position: relative;
}
.content .review-star span {
  width: 89px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.content .review-star span:before {
  position: absolute;
  left: 0;
  color: #e7e7e7;
  z-index: -1;
}
.content .review-star span em {
  display: inline-block;
  overflow: hidden;
}
.content .review-star span em:before {
  top: 0;
  left: 0;
}
.content .swiper-button-black {
  opacity: .35;
}
.content .swiper-button-next.swiper-button-disabled, .content .swiper-button-prev.swiper-button-disabled {
  opacity: .15;
}
.content .search {
  padding: 40px 0;
  text-align: center;
}
.content .search .top-attr {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .content .search .top-attr {
    margin-bottom: 20px;
  }
}
.content .search .top-attr > div, .content .search .top-attr input[type="text"] {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}
.content .search .top-attr .title {
  font-size: 30px;
}
.content .search .top-attr .info {
  letter-spacing: 3px;
  text-indent: 3px;
}
.content .search .top-attr .action {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  .content .search .top-attr .action {
    width: 100%;
  }
}
.content .search .top-attr .action input[type="text"] {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
}
.content .search .top-attr .action .btn {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.content .search .top-attr .action .btn.icon-search:before {
  font-size: 26px;
  color: #000;
}
.content .search .top-attr .action .search-item {
  text-align: left;
  font-size: 16px;
}
.content .search .top-attr .action .search-item span {
  display: inline-block;
  margin-right: -10px;
}
.content .search .top-attr .action .search-item a {
  display: inline-block;
  margin-right: 6px;
}
.content .series {
  padding-bottom: 65px;
}
.content .series .kv-block, .content .series .top-attr, .content .series .icon-block, .content .series .detail-attr {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .content .series .kv-block, .content .series .top-attr, .content .series .icon-block, .content .series .detail-attr {
    padding-bottom: 15px;
  }
}
.content .series .top-menu {
  width: 100%;
  padding: 0 20px;
  margin-top: -5px;
  position: fixed;
  background: #f1f1f1;
}
.content .series .top-menu ul {
  white-space: nowrap;
  text-align: center;
  overflow-x: auto;
  z-index: 10000;
}
.content .series .top-menu ul li {
  display: inline-block;
  padding: 10px;
}
@media only screen and (max-width: 1440px) {
  .content .series .top-menu ~ .kv-block {
    padding-top: 29px;
  }
}
.content .series .kv-block {
  text-align: center;
}
.content .series .kv-block img {
  width: 100%;
}
.content .series .name {
  padding-bottom: 20px;
}
.content .series .name, .content .series .info {
  line-height: 150%;
}
.content .series .top-attr {
  text-align: center;
  border-bottom: 1px solid #edcdc3;
}
.content .series .top-attr .icon-block {
  width: 90px;
  margin: 0 auto;
}
.content .series .top-attr .icon-block img {
  width: 100%;
}
.content .series .top-attr .name {
  font-size: 30px;
}
.content .series .top-attr .info {
  font-size: 20px;
}
.content .series .sub-attr {
  padding-top: 35px;
  text-align: center;
  border-top: 1px solid #edcdc3;
}
.content .series .sub-attr:first-child {
  border-top: none;
}
.content .series .sub-attr .name {
  font-size: 24px;
}
.content .series .sub-attr .info {
  font-size: 16px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .content .series .sub-attr .info {
    margin-bottom: 20px;
  }
}
.content .series .pro-list {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .content .series .pro-list {
    margin-left: -moz-calc(( (100% - 650px) / 2 ));
    margin-left: -webkit-calc(( (100% - 650px) / 2 ));
    margin-left: calc(( (100% - 650px) / 2 ));
    margin-right: -moz-calc(( (100% - 650px) / 2 ));
    margin-right: -webkit-calc(( (100% - 650px) / 2 ));
    margin-right: calc(( (100% - 650px) / 2 ));
  }
}
@media only screen and (max-width: 1440px) {
  .content .series .pro-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.content .series .pro-list > li {
  width: 300px;
  float: left;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .content .series .pro-list > li:nth-child(even) {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .content .series .pro-list > li {
    margin-bottom: 20px;
  }
  .content .series .pro-list > li:nth-child(even) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .content .series .pro-list > li {
    width: -moz-calc(( (100% - 20px) / 2 ));
    width: -webkit-calc(( (100% - 20px) / 2 ));
    width: calc(( (100% - 20px) / 2 ));
  }
}
@media only screen and (min-width: 1025px) {
  .content .series .pro-list > li:nth-child(3n+2) {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.content .series .pro-list > li .sub-title {
  min-height: 18px;
  margin-bottom: 5px;
  line-height: 130%;
  color: #f9b03a;
}
.content .series .pro-list > li .sub-title.sales {
  color: #ba000d;
}
.content .series .pro-list > li .pro-name, .content .series .pro-list > li .price {
  font-size: 16px;
}
.content .series .pro-list > li .pro-name, .content .series .pro-list > li .price, .content .series .pro-list > li .review-star, .content .series .pro-list > li .info, .content .series .pro-list > li .btm {
  padding-bottom: 20px;
}
.content .series .pro-list > li .price {
  font-weight: bolder;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media only screen and (max-width: 1440px) {
  .content .series .pro-list > li .price {
    padding-bottom: 10px;
  }
}
.content .series .pro-list > li .price span:nth-child(2):before {
  content: '~';
  padding: 0 10px 0 6px;
}
.content .series .pro-list > li .price.promo span:first-child {
  color: #b5b5b5;
  text-decoration: line-through;
}
.content .series .pro-list > li .price.promo span:nth-child(2):before {
  content: '';
  padding: 0 16px 0 0;
}
@media only screen and (max-width: 1440px) {
  .content .series .pro-list > li .review-star {
    padding-top: 10px;
  }
}
.content .series .pro-list > li .info {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .content .series .pro-list > li .info {
    width: 80%;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 1px;
    word-spacing: break-all;
  }
}
.content .series .pro-list > li .btn, .content .series .pro-list > li .unit, .content .series .pro-list > li .expire {
  display: none;
}
.content .series .pro-list.promo > li .info {
  display: none;
}
.content .series .pro-list.promo > li .btn, .content .series .pro-list.promo > li .unit {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 20px;
}
.content .series .pro-list.promo > li .unit {
  margin: -10px auto 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
.content .series .pro-list.promo > li .expire {
  display: block;
  margin-top: -15px;
}
.content .series .bottom-arrt {
  text-align: center;
  border-top: 2px solid #edcdc3;
}
.content .series .bottom-arrt .title {
  padding: 40px 0;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .content .series .bottom-arrt .title {
    padding: 30px 0;
  }
}
.content .series .bottom-arrt .bn-block a {
  width: -moz-calc(( (100% - 20px) / 2 ));
  width: -webkit-calc(( (100% - 20px) / 2 ));
  width: calc(( (100% - 20px) / 2 ));
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .content .series .bottom-arrt .bn-block a {
    width: 100%;
  }
}
.content .series .bottom-arrt .bn-block a:first-child {
  margin-right: 16px;
}
.content .series .bottom-arrt .bn-block a img {
  width: 100%;
}
.content .series .bottom-arrt .bn-block a span {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .content .series .bottom-arrt .bn-block a span:last-child {
    margin-bottom: 0;
  }
}
.content .series .bottom-arrt .bn-block a .sub-title {
  display: block;
  font-size: 20px;
}
.content .product {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .content .product {
    width: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .content .product {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .content .product .top-attr {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.content .product .top-attr > div {
  display: inline-block;
}
.content .product .top-attr .pro-img {
  width: 600px;
}
@media only screen and (max-width: 1024px) {
  .content .product .top-attr .pro-img {
    width: -moz-calc(( 100% - 400px ));
    width: -webkit-calc(( 100% - 400px ));
    width: calc(( 100% - 400px ));
  }
}
@media only screen and (max-width: 1440px) {
  .content .product .top-attr .pro-img {
    width: 100%;
  }
}
.content .product .top-attr .pro-img.swiper {
  border: none;
}
.content .product .top-attr .pro-img.swiper .swiper-slide {
  display: block;
}
.content .product .top-attr .pro-img.swiper .swiper-container {
  width: 100%;
}
.content .product .top-attr .pro-img.swiper .swiper-container.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 20px;
}
.content .product .top-attr .pro-img.swiper .swiper-container.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
}
.content .product .top-attr .pro-img.swiper .swiper-container.gallery-thumbs .swiper-wrapper {
  margin-left: -moz-calc(( -50% + 70px ));
  margin-left: -webkit-calc(( -50% + 70px ));
  margin-left: calc(( -50% + 70px ));
}
.content .product .top-attr .pro-img.swiper .swiper-container .swiper-slide {
  border: 1px solid #edcdc3;
  border-radius: 4px;
}
@media only screen and (max-width: 1440px) {
  .content .product .top-attr .pro-img.swiper .gallery-thumbs {
    display: none;
  }
}
.content .product .top-attr .pro-img.swiper .gallery-thumbs .swiper-slide-active {
  opacity: 0.5;
}
.content .product .top-attr .pro-img .awards img {
  width: 80px;
}
.content .product .top-attr .pro-data {
  width: 396px;
  padding-left: 50px;
  vertical-align: top;
}
@media only screen and (max-width: 1440px) {
  .content .product .top-attr .pro-data {
    width: 100%;
    padding-left: 0;
  }
}
.content .product .top-attr .pro-data .sub-title {
  color: #f9b03a;
}
.content .product .top-attr .pro-data .sub-title.sales {
  color: #ba000d;
}
.content .product .top-attr .pro-data .pro-name, .content .product .top-attr .pro-data .list {
  line-height: 150%;
}
.content .product .top-attr .pro-data .pro-name {
  font-size: 24px;
  padding: 5px 0 10px;
}
.content .product .top-attr .pro-data .list, .content .product .top-attr .pro-data .review {
  font-size: 14px;
  padding-bottom: 20px;
}
.content .product .top-attr .pro-data .list li {
  margin-left: 20px;
  list-style: disc;
}
.content .product .top-attr .pro-data .review {
  border-bottom: 1px solid #edcdc3;
  vertical-align: middle;
}
.content .product .top-attr .pro-data .review div {
  display: inline-block;
}
.content .product .top-attr .pro-data .review div:first-child {
  float: left;
}
.content .product .top-attr .pro-data .review div:last-child {
  float: right;
  color: #f9b03a;
}
.content .product .top-attr .pro-data .review div:last-child:hover {
  color: #5c6f47;
}
.content .product .top-attr .pro-data .unitandprice, .content .product .top-attr .pro-data .action {
  border-bottom: 1px solid #edcdc3;
}
.content .product .top-attr .pro-data .unitandprice {
  padding-top: 20px;
}
.content .product .top-attr .pro-data .unitandprice button {
  width: auto;
  padding: 0 10px;
  text-align: center;
  border: 2px solid #a0a0a0;
  letter-spacing: 0;
  font-size: 14px;
  text-indent: 0;
  margin-bottom: 20px;
}
.content .product .top-attr .pro-data .unitandprice button.selected {
  border-color: #edcdc3;
}
.content .product .top-attr .pro-data .unitandprice button:nth-child(n+2) {
  margin-left: 6px;
}
.content .product .top-attr .pro-data .unitandprice .unit {
  float: left;
  width: auto;
  max-width: 210px;
}
.content .product .top-attr .pro-data .unitandprice .price {
  width: auto;
  max-width: 170px;
  float: right;
  font-size: 22px;
  line-height: 41px;
  letter-spacing: 1px;
  text-indent: 1px;
  vertical-align: middle;
  text-align: right;
}
.content .product .top-attr .pro-data .unitandprice .price em {
  display: inline-block;
}
.content .product .top-attr .pro-data .unitandprice .price.sales em:first-child {
  margin-right: 4px;
  color: #b5b5b5;
  font-size: 16px;
  text-decoration: line-through;
}
.content .product .top-attr .pro-data .action {
  padding: 20px 0;
}
@media only screen and (max-width: 1440px) {
  .content .product .top-attr .pro-data .action {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #f1f1f1;
    z-index: 100;
  }
}
.content .product .top-attr .pro-data .action > div {
  display: inline-block;
}
.content .product .top-attr .pro-data .action > div:first-child {
  width: -moz-calc(( 100% -  74px ));
  width: -webkit-calc(( 100% -  74px ));
  width: calc(( 100% -  74px ));
}
.content .product .top-attr .pro-data .action > div:last-child {
  width: 70px;
}
.content .product .top-attr .pro-data .action > div span {
  letter-spacing: 2px;
}
.content .product .top-attr .pro-data .action .qty {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #5c6f47;
  border-radius: 4px;
}
.content .product .top-attr .pro-data .action .qty em {
  height: 32px;
  line-height: 32px;
}
.content .product .top-attr .pro-data .action .qty em {
  display: table-cell;
  float: left;
  width: 36px;
  text-align: center;
}
.content .product .top-attr .pro-data .action .qty em:hover {
  cursor: pointer;
}
.content .product .top-attr .pro-data .action .qty input[type="number"] {
  width: 38px;
  height: 100%;
  position: relative;
  font-size: 14px;
  text-align: center;
  border: none;
  border-left: 2px solid #5c6f47;
  border-right: 2px solid #5c6f47;
}
.content .product .top-attr .pro-data .action button {
  width: 140px;
  height: 36px;
  margin-left: 6px;
}
@media only screen and (max-width: 375px) {
  .content .product .top-attr .pro-data .action button {
    width: 100px;
  }
}
.content .product .top-attr .pro-data .action .add-wish {
  display: inline-block;
  text-align: right;
  cursor: pointer;
}
.content .product .top-attr .pro-data .action .add-wish .icon-heart:before {
  padding: 0 2px;
  font-size: 23px;
  color: #f9b03a;
}
.content .product .top-attr .pro-data .action .add-wish .icon-heart.red:before {
  color: #af1e24;
}
.content .product .top-attr .pro-data .action .add-wish em {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.content .product .top-attr .bottom-list {
  position: relative;
}
.content .product .top-attr .bottom-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #edcdc3;
  z-index: 10;
}
.content .product .top-attr .bottom-list > li .title {
  position: relative;
}
.content .product .top-attr .bottom-list > li .title:hover {
  cursor: pointer;
}
.content .product .top-attr .bottom-list > li .title:hover .detail {
  transition: all 200ms ease;
}
.content .product .top-attr .bottom-list > li .title > span {
  font-weight: bolder;
}
.content .product .top-attr .bottom-list > li .title .detail {
  display: none;
  position: relative;
  padding: 10px 0 0;
  z-index: 20;
}
.content .product .top-attr .bottom-list > li .title .detail > li {
  line-height: 140%;
  margin-bottom: 10px;
}
.content .product .top-attr .bottom-list > li .title .detail > li:last-child {
  margin-bottom: 0;
}
.content .product .top-attr .bottom-list > li .title .detail.bottom-review .pink-star:before {
  color: #ceac92;
}
.content .product .top-attr .bottom-list > li .title .detail.bottom-review span {
  display: inline-block;
}
.content .product .top-attr .bottom-list > li .title .detail.bottom-review span.text {
  width: -moz-calc(( 100% - 95px ));
  width: -webkit-calc(( 100% - 95px ));
  width: calc(( 100% - 95px ));
  vertical-align: top;
}
.content .product .top-attr .bottom-list > li .title .detail.bottom-review span.review-star {
  width: 85px;
  text-align: right;
}
.content .product .top-attr .bottom-list .icon-plus_1pt:before, .content .product .top-attr .bottom-list .icon-minus_1pt:before {
  position: absolute;
  right: 0;
}
.content .product .middle-title .bottom-list li {
  border-bottom: none;
}
.content .product .middle-title .bottom-list li .icon-plus_1pt:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #edcdc3;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.content .product .middle-attr .swiper-button-black, .content .product .bottom-attr .swiper-button-black {
  background-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .content .product .middle-attr .swiper-button-black, .content .product .bottom-attr .swiper-button-black {
    background-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .content .product .middle-attr .swiper-button-black, .content .product .bottom-attr .swiper-button-black {
    background-size: 16px;
  }
}
.content .product .middle-attr .swiper-button-prev, .content .product .bottom-attr .swiper-button-prev {
  left: -30px;
}
@media only screen and (max-width: 480px) {
  .content .product .middle-attr .swiper-button-prev, .content .product .bottom-attr .swiper-button-prev {
    left: -25px;
  }
}
.content .product .middle-attr .swiper-button-next, .content .product .bottom-attr .swiper-button-next {
  right: -30px;
}
@media only screen and (max-width: 480px) {
  .content .product .middle-attr .swiper-button-next, .content .product .bottom-attr .swiper-button-next {
    right: -25px;
  }
}
.content .product .middle-attr .swiper-pagination, .content .product .bottom-attr .swiper-pagination {
  position: relative;
}
.content .product .middle-attr .swiper-pagination .swiper-pagination-bullet, .content .product .bottom-attr .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.content .product .middle-attr .swiper-pagination .swiper-pagination-bullet-active, .content .product .bottom-attr .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.content .product .title1, .content .product .title2, .content .product .title3 {
  margin: 12px 0;
  line-height: 150%;
}
.content .product .title1 {
  font-size: 45px;
}
@media only screen and (max-width: 1024px) {
  .content .product .title1 {
    font-size: 24px;
  }
}
.content .product .title2 {
  font-size: 34px;
}
@media only screen and (max-width: 1024px) {
  .content .product .title2 {
    font-size: 20px;
  }
}
.content .product .title3 {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .content .product .title3 {
    font-size: 18px;
  }
}
.content .product .text1, .content .product .text2 {
  margin: 12px 0;
  line-height: 185%;
}
.content .product .text1 {
  font-size: 16px;
}
.content .product .text2 {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .content .product .middle-attr {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .content .product .middle-attr {
    padding-top: 0;
  }
}
.content .product .middle-attr .text {
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .content .product .middle-attr .text {
    padding: 20px;
  }
}
.content .product .middle-attr .full-block img {
  width: 100%;
}
.content .product .middle-attr .full-block strong {
  font-weight: bolder;
}
.content .product .middle-attr .full-block .text {
  width: 50%;
  padding: 5% 10%;
}
@media only screen and (max-width: 1180px) {
  .content .product .middle-attr .full-block .text {
    width: 55%;
    padding: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .content .product .middle-attr .full-block .text {
    padding: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .content .product .middle-attr .full-block .text {
    width: 100%;
    text-align: center;
  }
}
.content .product .middle-attr .full-block .text.block-center {
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .content .product .middle-attr .full-block .text.block-right {
    margin-left: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .content .product .middle-attr .full-block .text.text-left {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .content .product .middle-attr .full-block .img-block {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .content .product .middle-attr .full-block .img-block {
    display: block;

  }
}
@media only screen and (min-width: 1025px) {
  .content .product .middle-attr .bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .content .product .middle-attr .bg-img {
    max-width: 500px;
    margin: 0 auto;
    background-image: none !important;
  }
}
.content .product .middle-attr .default-p {
  padding: 70px;
}
@media only screen and (max-width: 1024px) {
  .content .product .middle-attr .default-p {
    padding: 20px 15px;
  }
}
.content .product .middle-attr .default-p .title1, .content .product .middle-attr .default-p .title2, .content .product .middle-attr .default-p .title3 {
  margin: 5px 0;
}
.content .product .middle-attr .default-p .title-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .content .product .middle-attr .default-p .title-block {
    margin-bottom: 20px;
  }
}
.content .product .middle-attr .default-p .list {
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .content .product .middle-attr .default-p .list {
    width: -moz-calc(( 100% - 100px ));
    width: -webkit-calc(( 100% - 100px ));
    width: calc(( 100% - 100px ));
  }
}
@media only screen and (max-width: 480px) {
  .content .product .middle-attr .default-p .list {
    width: -moz-calc(( 100% - 30px ));
    width: -webkit-calc(( 100% - 30px ));
    width: calc(( 100% - 30px ));
  }
}
.content .product .middle-attr .default-p .video .top-video {
  margin-bottom: 20px;
  position: relative;
}
.content .product .middle-attr .default-p .video .top-video .text-block {
  width: 40%;
  max-width: 350px;
  height: 75%;
  margin: 5px;
  padding: 10px;
  position: absolute;
  top: 12.5%;
  left: 6%;
  cursor: pointer;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.content .product .middle-attr .default-p .video .top-video .text-block > div {
  height: 100%;
  padding: 5px;
  border: 1px solid #f9b03a;
}
.content .product .middle-attr .default-p .video .top-video .text-block > div .title2 {
  margin-top: 60px;
  letter-spacing: 5px;
  text-indent: 5px;
}
.content .product .middle-attr .default-p .video .top-video .text-block > div .play {
  position: absolute;
  left: -moz-calc(( 50% - 27px ));
  left: -webkit-calc(( 50% - 27px ));
  left: calc(( 50% - 27px ));
  bottom: 30%;
}
.content .product .middle-attr .default-p .video .play {
  width: 54px;
  height: 54px;
  background: #f9b03a;
  border-radius: 100%;
}
.content .product .middle-attr .default-p .video .play em {
  display: inline-block;
  margin: 13px 0px 0 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 13.5px 0 13.5px 21px;
  border-color: transparent transparent transparent #fff;
}
.content .product .middle-attr .default-p .video .video-list {
  text-align: center;
}
.content .product .middle-attr .default-p .video .video-list li {
  display: inline-block;
  width: 140px;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .content .product .middle-attr .default-p .video .video-list li {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .content .product .middle-attr .default-p .video .video-list li .play {
    position: absolute;
    left: -moz-calc(( 50% - 27px ));
    left: -webkit-calc(( 50% - 27px ));
    left: calc(( 50% - 27px ));
    top: -moz-calc(( 50% - 44px ));
    top: -webkit-calc(( 50% - 44px ));
    top: calc(( 50% - 44px ));
  }
}
.content .product .middle-attr .default-p .video .video-list li .text1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content .product .middle-attr .default-p .video .video-list li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .content .product .middle-attr .default-p .video .video-list li:last-child {
    padding-bottom: 0;
  }
}
.content .product .middle-attr .default-p .video .video-list li:hover img {
  opacity: 0.8;
}
.content .product .middle-attr .default-p .video .video-list li.select .img {
  position: relative;
}
.content .product .middle-attr .default-p .video .video-list li.select .img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #000;
}
.content .product .middle-attr .default-p .step .step-block .bottom-text {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .content .product .middle-attr .default-p .step .step-block .bottom-text {
    padding-bottom: 20px;
  }
}
.content .product .middle-attr .default-p .step .step-block .bottom-text .title3, .content .product .middle-attr .default-p .step .step-block .bottom-text .text2 {
  margin: 15px 0 0;
}
.content .product .middle-attr .default-p .step .step-next, .content .product .middle-attr .default-p .step .step-prev {
  top: -moz-calc(( 50% - 60px ));
  top: -webkit-calc(( 50% - 60px ));
  top: calc(( 50% - 60px ));
}
.content .product .review .review-title, .content .product .review .write-review {
  padding: 30px 25px;
}
@media only screen and (max-width: 1440px) {
  .content .product .review .review-title, .content .product .review .write-review {
    padding: 30px 15px;
  }
}
.content .product .review .review-title {
  border-bottom: 1px solid #edcdc3;
  font-size: 20px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1440px) {
  .content .product .review .review-title {
    padding: 20px 10px;
    text-align: center;
  }
}
.content .product .review .review-title span {
  display: inline-block;
}
.content .product .review .review-title span:first-child {
  width: -moz-calc(( 100% - 280px ));
  width: -webkit-calc(( 100% - 280px ));
  width: calc(( 100% - 280px ));
}
@media only screen and (max-width: 1440px) {
  .content .product .review .review-title span:first-child {
    width: 100%;
  }
}
.content .product .review .review-title span:last-child {
  width: 270px;
}
@media only screen and (max-width: 1440px) {
  .content .product .review .review-title .btn-block {
    display: block;
    margin: 10px auto 0;
  }
}
.content .product .review .review-title .btn-block .btn {
  text-align: left;
  padding-left: 10px;
}
.content .product .review .review-title .btn-block em {
  display: inline-block;
  width: 130px;
  position: relative;
}
.content .product .review .review-title .btn-block em .icon-plus_1pt:before, .content .product .review .review-title .btn-block em .icon-minus_1pt:before {
  position: absolute;
  right: 10px;
}
.content .product .review .review-title .btn-block em.sort {
  position: relative;
  z-index: 10;
}
.content .product .review .review-title .btn-block em.sort:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  content: '';
  position: absolute;
  top: -moz-calc(( 50% - 4px ));
  top: -webkit-calc(( 50% - 4px ));
  top: calc(( 50% - 4px ));
  right: 10px;
  border-width: 7px 5px 0 5px;
  border-color: #5c6f47 transparent transparent transparent;
}
.content .product .review .review-title .btn-block em.sort:hover i:last-child {
  display: block;
}
.content .product .review .review-title .btn-block em.sort i:first-child .btn {
  border: 1px solid #5c6f47;
  color: #5c6f47;
}
.content .product .review .review-title .btn-block em.sort i:last-child {
  position: absolute;
  display: none;
  width: 100%;
  position: absolute;
  bottom: -31px;
  z-index: 10;
}
.content .product .review .review-title .btn-block em.sort i:last-child .btn {
  border: 1px solid #c5c5c5;
  border-radius: 0;
}
.content .product .review .write-review {
  display: none;
  border-bottom: 1px solid #edcdc3;
}
@media only screen and (max-width: 1440px) {
  .content .product .review .write-review {
    text-align: center;
  }
}
@media only screen and (max-width: 1440px) {
  .content .product .review .write-review .review-star {
    text-align: left;
  }
}
.content .product .review .write-review .review-star .sub-title {
  font-size: 16px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.content .product .review .write-review .review-star .icon-star {
  position: relative;
  line-height: 18px;
}
.content .product .review .write-review .review-star .icon-star .click {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.content .product .review .write-review .review-star .icon-star .click i {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.content .product .review .write-review .review-star .icon-star .click i:last-child {
  margin-right: -4px;
}
.content .product .review .write-review textarea {
  width: 100%;
  height: 110px;
  margin: 10px 0 20px;
  border: 1px solid #edcdc3;
}
.content .product .review .write-review .btn {
  width: 110px;
  margin-right: 6px;
}
.content .product .review .review-list {
  letter-spacing: 1px;
  line-height: 150%;
}
.content .product .review .review-list li {
  padding: 20px 25px;
  border-top: 1px solid #edcdc3;
}
@media only screen and (max-width: 1440px) {
  .content .product .review .review-list li {
    padding: 10px 10px;
  }
}
.content .product .review .review-list li:nth-child(1) {
  border: none;
}
.content .product .review .review-list .top-star div {
  display: inline-block;
}
.content .product .review .review-list .top-star div:first-child {
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .content .product .review .review-list .top-star div:last-child {
    float: right;
  }
}
.content .product .review .review-list .more {
  display: block;
  color: #f9b03a;
}
.content .product .review .review-list button {
  display: block;
  width: 110px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1180px) {
  .content .product .bottom-attr {
    width: -moz-calc(( 100% - 70px ));
    width: -webkit-calc(( 100% - 70px ));
    width: calc(( 100% - 70px ));
  }
}
@media only screen and (max-width: 480px) {
  .content .product .bottom-attr {
    width: -moz-calc(( 100% - 30px ));
    width: -webkit-calc(( 100% - 30px ));
    width: calc(( 100% - 30px ));
  }
}
.content .product .bottom-attr .title {
  padding: 20px 25px;
  margin: 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #edcdc3;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}
.content .product .bottom-attr .series {
  position: relative;
  padding-bottom: 0;
}
@media only screen and (max-width: 1180px) {
  .content .product .bottom-attr .series .pro-list {
    margin: 0;
  }
}
.content .product .bottom-attr .series .pro-list > li {
  width: -moz-calc(( (100% - 104px ) / 5 ));
  width: -webkit-calc(( (100% - 104px ) / 5 ));
  width: calc(( (100% - 104px ) / 5 ));
  position: relative;
  margin-left: 0;
}
@media only screen and (max-width: 1180px) {
  .content .product .bottom-attr .series .pro-list > li {
    margin-right: 16px;
  }
}
.content .product .bottom-attr .series .pro-list > li:last-child {
  margin-right: 0;
}
.content .product .bottom-attr .series .swiper-button-black {
  top: 22%;
}
@media only screen and (max-width: 1440px) {
  .content .product .bottom-attr .series .swiper-button-black {
    top: 29%;
  }
}
.content .news {
  padding-bottom: 20px;
  margin-top: 12px;
}
.content .news .top-block img {
  width: 100%;
}
.content .news .top-block .top-list {
  position: relative;
  background: #fff;
  margin-bottom: -2px;
  text-align: center;
}
.content .news .top-block .top-list .swiper-button-prev.swiper-button-black, .content .news .top-block .top-list .swiper-button-next.swiper-button-black {
  width: 18px;
  background-size: 100%;
  height: 20px;
  margin-top: -11px;
}
@media only screen and (max-width: 1440px) {
  .content .news .top-block .top-list .swiper-button-prev.swiper-button-black, .content .news .top-block .top-list .swiper-button-next.swiper-button-black {
    background-size: 70%;
  }
}
@media only screen and (max-width: 1440px) {
  .content .news .top-block .top-list .swiper-button-prev.swiper-button-black {
    margin-left: -8px;
  }
}
@media only screen and (max-width: 1440px) {
  .content .news .top-block .top-list .swiper-button-next.swiper-button-black {
    margin-right: -8px;
  }
}
.content .news .top-block .top-list ul {
  padding-left: 5px;
  background: #fff;
}
.content .news .top-block .top-list li {
  display: inline-block;
}
.content .news .top-block .top-list li a {
  font-size: 16px;
  font-weight: bolder;
  padding: 5px 10px;
}
@media only screen and (max-width: 1440px) {
  .content .news .top-block .top-list li a {
    padding: 5px 0;
    font-size: 15px;
  }
}
.content .news .top-block .top-list li a:hover {
  color: #f9b03a;
}
.content .news .top-block .top-list li a.selected {
  color: #f9b03a;
  border-bottom: 4px solid #f49631;
}
.content .news .top-block .top-slide-bn img {
  border-radius: 0;
}
.content .news .top-block .top-slide-bn .swiper-pagination-bullet-active {
  background: #fff !important;
}
.content .news .top-block .top-slide-bn .swiper-pagination-bullets {
  bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .content .news .top-block .top-slide-bn .swiper-pagination-bullets {
    bottom: 5px;
  }
}
.content .news .top-block .top-slide-bn .swiper-button-disabled {
  opacity: 0.3 !important;
}
.content .news .top-block .top-slide-bn .swiper-button-black {
  background-color: #fff;
  border-radius: 100%;
  opacity: 0.8;
  width: 44px;
  background-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .content .news .top-block .top-slide-bn .swiper-button-black {
    width: 30px;
    height: 30px;
    background-size: 10px;
  }
}
.content .news .top-block .top-slide-bn .text-block {
  width: 100%;
  position: absolute;
  bottom: 40px;
  line-height: 120%;
  font-size: 22px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .content .news .top-block .top-slide-bn .text-block {
    bottom: 20px;
    font-size: 20px;
  }
}
.content .news .list {
  margin-top: 10px;
}
.content .news .list ul li {
  float: left;
  display: inline-block;
  width: -moz-calc(( (100% -  10px) / 2 ));
  width: -webkit-calc(( (100% -  10px) / 2 ));
  width: calc(( (100% -  10px) / 2 ));
  margin-right: 6px;
  margin-bottom: 10px;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .content .news .list ul li {
    width: 100%;
  }
}
.content .news .list ul li:nth-child(even) {
  margin-right: 0;
}
.content .news .list ul li a {
  display: block;
}
.content .news .list ul li img {
  width: 100%;
}
.content .news .list ul li span {
  display: inline-block;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .content .news .list ul li span {
    vertical-align: middle;
  }
}
.content .news .list ul li span:first-child {
  width: 250px;
  margin-right: 5px;
  vertical-align: top;
}
@media only screen and (max-width: 1440px) {
  .content .news .list ul li span:first-child {
    vertical-align: middle;
    width: 40%;
  }
}
.content .news .list ul li span:last-child {
  width: -moz-calc(( 100% -  260px));
  width: -webkit-calc(( 100% -  260px));
  width: calc(( 100% -  260px));
  padding: 10px 10px 10px 0;
}
@media only screen and (max-width: 1440px) {
  .content .news .list ul li span:last-child {
    width: -moz-calc(( 60% -  10px));
    width: -webkit-calc(( 60% -  10px));
    width: calc(( 60% -  10px));
    padding: 5px 6px 5px 0;
  }
}
.content .news .list ul li span em {
  display: block;
  word-break: break-all;
}
.content .news .list ul li span em.date {
  color: #8a7a7a;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) {
  .content .news .list ul li span em.date {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
.content .news .list ul li span em.title {
  height: 81px;
  font-size: 18px;
  line-height: 150%;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .content .news .list ul li span em.title {
    height: auto;
    font-size: 16px;
    line-height: 120%;
  }
}
.content .news .list ul li span .more {
  display: block;
  margin: 5px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .content .news .list ul li span .more {
    margin-right: 2px;
  }
}
.content .news .list ul li span .more i {
  padding: 10px 0;
  color: #149dcc;
}
.content .news .list ul li span .more i:after {
  border-color: #149dcc;
}
.content .news-detail {
  margin: 20px auto;
  background: #fff;
}
.content .news-detail .title {
  height: 60px;
}
.content .news-detail .action {
  padding: 20px 20px 10px;
  position: relative;
  margin-top: -10px;
}
.content .news-detail .action .date {
  color: #8a7a7a;
  line-height: 30px;
}
@media only screen and (max-width: 1440px) {
  .content .news-detail .action .date {
    font-size: 12px;
    line-height: 25px;
  }
}
.content .news-detail .action .social {
  float: right;
}
.content .news-detail .action .social a {
  margin-left: 1px;
}
.content .news-detail .action .social a em {
  display: inline-block;
  margin-left: 3px;
  font-size: 15px;
  color: #777;
}
.content .news-detail .action .social a img {
  width: 30px;
}
@media only screen and (max-width: 1440px) {
  .content .news-detail .action .social a img {
    width: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .content .news-detail .action .social .line {
    display: none;
  }
}
.content .news-detail .action .news-title {
  font-size: 22px;
  font-weight: bolder;
  line-height: 130%;
}
.content .news-detail .news-content {
  padding: 0 20px;
  line-height: 130%;
}
.content .news-detail .news-content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.content .news-detail .news-content a {
  color: #f49631;
}
.content .news-detail .news-content a:hover {
  text-decoration: underline;
}
.content .news-detail .news-content p {
  padding: 10px 0;
}
.content .news-detail .news-content ul, .content .news-detail .news-content ol {
  margin: 0 0 20px 20px;
}
.content .news-detail .news-content ul {
  list-style: unset;
}
.content .news-detail .news-content ol {
  list-style: decimal;
}
.content .fixpage {
  padding: 20px;
}
.content .fixpage .title {
  padding: 10px;
}
.content .fixpage .title img {
  width: 170px;
}
.content .newsong .song-block {
  background: #fff;
  box-shadow: 0px -2px 0px 0px #cecece;
}
@media only screen and (max-width: 1440px) {
  .content .newsong .song-block > div {
    width: 100%;
  }
  .content .newsong .song-block > div:last-child {
    margin-top: 20px;
  }
}
.content .newsong .title {
  background: #fff;
}
.content .newsong .top-title {
  padding: 20px 0 0 20px;
  font-size: 24px;
  font-weight: bolder;
  background: #fff;
  color: #337ab7;
}
.content .newsong .red .top-title {
  color: #ff2323;
}
.content .newsong .red .song-list li {
  background: #faf8e3;
}
.content .newsong .red .song-list li:nth-child(even) {
  background: #fff;
}
.content .newsong .red .song-list .song-number {
  color: #ff2323;
}
.content .newsong .red .song-list .btn {
  background: #ff2323;
}
.content .newsong .member {
  margin-bottom: 0;
}
.content .newsong .member .table-list {
  margin-bottom: 0;
}
.content .newsong .action {
  padding: 10px 10px 0 10px;
  background: #fff;
}
.content .store-block {
  margin-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.content .store-block .title {
  margin-bottom: 20px;
}
.content .store-block .btn {
  margin-bottom: 20px;
}
.content .store-block .store-list-block {
  position: relative;
  padding: 0 20px;
}
.content .store-block .store-list-block .swiper-button-next.swiper-button-black, .content .store-block .store-list-block .swiper-button-prev.swiper-button-black {
  background-size: 50%;
  margin-top: -12px;
}
.content .store-block .store-list-block .swiper-button-next.swiper-button-black {
  margin-right: -12px;
}
.content .store-block .store-list-block .swiper-button-prev.swiper-button-black {
  margin-left: -12px;
}
.content .store-block .store-list {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 1440px) {
  .content .store-block .store-list {
    padding: 0 5px;
  }
}
.content .store-block .store-list li {
  display: inline-block;
  margin: 20px 10px 0 0;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background: #afafb5;
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .content .store-block .store-list li {
    margin-right: 0px;
    font-size: 16px;
  }
}
.content .store-block .store-list li.selected {
  background: #ff9191;
  box-shadow: 0px -5px 0px 0px  #e86262;
}
.content .store-block .store-data .info {
  padding: 10px 0;
  text-align: center;
  color: #e70000;
}
@media only screen and (min-width: 768px) {
  .content .store-block .store-data .info li {
    display: inline-block;
    margin-right: 20px;
  }
  .content .store-block .store-data .info li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .content .store-block .store-data .info li {
    display: block;
  }
}
.content .store-block .store-data .item-list {
  margin: 0 0 10px 0;
  text-align: center;
  border-bottom: 1px dotted #cdcdcd;
}
.content .store-block .store-data .item-list li {
  display: inline-block;
  position: relative;
  padding: 10px;
  margin: 0 10px 0 0;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  box-shadow: inset 0 -5px 4px -4px rgba(0, 0, 0, 0.1);
}
.content .store-block .store-data .item-list li:last-child:after {
  display: none;
}
.content .store-block .store-data .item-list li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -8px;
  background: #cdcdcd;
}
.content .store-block .store-data .item-list li a:hover {
  color: #e86262;
}
.content .store-block .store-data .item-list li.selected {
  position: relative;
  color: #e86262;
  box-shadow: none;
}
.content .store-block .store-data .private-room .top-item {
  background: #ffdede;
  text-align: center;
}
.content .store-block .store-data .private-room .top-item a {
  padding: 10px 0;
  margin: 0 10px 0 0;
  color: #a0a0a0;
}
@media only screen and (max-width: 1440px) {
  .content .store-block .store-data .private-room .top-item a {
    margin-right: 5px;
    font-size: 14px;
  }
}
.content .store-block .store-data .private-room .top-item a:last-child {
  margin-right: 0;
}
.content .store-block .store-data .private-room .top-item a.selected {
  color: #000;
}
.content .store-block .store-data .private-room .room-data {
  padding: 20px;
}
.content .store-block .store-data .private-room .room-data .img-block, .content .store-block .store-data .private-room .room-data .text {
  display: inline-block;
}
@media only screen and (max-width: 1440px) {
  .content .store-block .store-data .private-room .room-data .img-block, .content .store-block .store-data .private-room .room-data .text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .content .store-block .store-data .private-room .room-data .img-block {
    width: 65%;
  }
}
.content .store-block .store-data .private-room .room-data .img-block img {
  width: 100%;
}
.content .store-block .store-data .private-room .room-data .text {
  padding: 10px 0 0 5px;
  vertical-align: top;
  line-height: 140%;
}
@media only screen and (min-width: 768px) {
  .content .store-block .store-data .private-room .room-data .text {
    width: -moz-calc(( 35% -  5px));
    width: -webkit-calc(( 35% -  5px));
    width: calc(( 35% -  5px));
  }
}
.content .store-block .store-data .private-room .room-data .text li {
  margin-bottom: 5px;
}
.content .store-block .store-data .private-room .room-data .text li .s-title {
  color: #e70000;
}
.content .store-block .store-data .promo {
  padding: 10px 20px;
}
.content .store-block .store-data .promo img {
  width: 100%;
}
.content .copyright {
  background: #000;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #2b1414;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
@media only screen and (max-width: 1440px) {
  .footer {
    background: #86433f;
  }
}
.footer .copyright {
  padding: 3px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 120%;
}
@media only screen and (max-width: 1440px) {
  .footer .copyright {
    display: none;
  }
}
.footer .bottom-menu {
  display: flex;
}
.footer .bottom-menu .item {
  position: relative;
  flex: 1;
  padding: 10px 0;
  color: #666;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  color: #fff;
}
.footer .bottom-menu .item a {
  display: block;
}
.footer .bottom-menu .item.order {
  position: relative;
}
.footer .bottom-menu .item.order .title:before {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  left: -moz-calc(( 50% - 35px));
  left: -webkit-calc(( 50% - 35px));
  left: calc(( 50% - 35px));
  top: -15px;
  background: #f7931e;
  border-radius: 100%;
  z-index: 2;
}
.footer .bottom-menu .item.order span {
  position: relative;
  z-index: 3;
}
.footer .bottom-menu .item.selected {
  color: #f7931e;
}

.cart input[type="text"] {
  font-size: 14px;
  width: 100%;
}
.cart .top-attr .title, .cart .bottom-attr .title {
  padding: 40px 0 15px;
  border-bottom: 2px solid #edcdc3;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1440px) {
  .cart .top-attr .title, .cart .bottom-attr .title {
    font-size: 24px;
    padding: 20px 0 10px;
  }
}
.cart .bottom-attr .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .cart .bottom-attr .title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .cart .bottom-attr .series .pro-list li {
    width: -moz-calc(((100% - 100px )  / 5 ));
    width: -webkit-calc(((100% - 100px )  / 5 ));
    width: calc(((100% - 100px )  / 5 ));
    margin-right: 25px;
  }
  .cart .bottom-attr .series .pro-list li:last-child {
    margin-right: 0 !important;
  }
  .cart .bottom-attr .series .pro-list li:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 25px;
  }
  .cart .bottom-attr .series .pro-list li:nth-child(5n) {
    margin-right: 0;
  }
}
.cart .top-attr {
  position: relative;
}
.cart .top-attr .note-link {
  position: absolute;
  top: 25px;
  right: 5px;
  padding-right: 15px;
  font-size: 14px;
}
.cart .top-attr .note-link.icon-plus_1pt:before, .cart .top-attr .note-link.icon-minus_1pt:before {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
}
.cart .top-attr .note-link.icon-minus_1pt + .note-list {
  display: block !important;
}
.cart .top-attr .note-list {
  padding: 30px 40px;
  list-style: disc;
  border-bottom: 1px solid #edcdc3;
  line-height: 150%;
}
@media only screen and (max-width: 1440px) {
  .cart .top-attr .note-list {
    padding: 20px 10px;
    text-align: justify;
  }
}
.cart .top-attr .note-list li {
  padding-bottom: 10px;
}
.cart .top-attr .note-list li:last-child {
  padding: 0;
}
.cart .empty {
  text-align: center;
  font-size: 18px;
  padding-bottom: 60px;
}
.cart .empty p {
  padding: 60px 0;
  letter-spacing: 2px;
}
.cart .empty button {
  width: 140px;
  margin-bottom: 20px;
}
.cart .cart-list .list {
  display: table;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .list {
    display: block;
    border-bottom: 1px solid #edcdc3;
    padding: 10px 0;
    position: relative;
  }
}
.cart .cart-list .list li {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #edcdc3;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .list li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    border: none;
  }
}
.cart .cart-list .list li:nth-child(1) {
  width: 130px;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .list li:nth-child(1) {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .cart .cart-list .list li:nth-child(2) {
    width: 420px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .list li:nth-child(2) {
    width: 60%;
    padding-left: 10px;
  }
}
.cart .cart-list .list li:nth-child(3) {
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .cart .cart-list .list li:nth-child(3) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .list li:nth-child(3) {
    width: 175px;
    float: left;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.cart .cart-list .list li:nth-child(4) {
  width: 150px;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .list li:nth-child(4) {
    width: -moz-calc(( 100% - 180px ));
    width: -webkit-calc(( 100% - 180px ));
    width: calc(( 100% - 180px ));
    padding-top: 40px;
  }
}
.cart .cart-list .list li:nth-child(5) {
  width: 180px;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .list li:nth-child(5) {
    width: 100%;
  }
}
.cart .cart-list .list .img_block {
  width: 100%;
}
.cart .cart-list .list .img_block img {
  width: 100%;
  vertical-align: middle;
}
.cart .cart-list .select_qty li:nth-child(3), .cart .cart-list .select_qty li:nth-child(5) {
  margin-top: 15px;
}
.cart .cart-list .select_qty li:nth-child(4):before {
  margin-top: 15px;
}
.cart .cart-list .title-list li {
  padding: 20px 0;
  text-align: center;
}
.cart .cart-list .title-list li:nth-child(2) {
  text-align: center;
}
.cart .cart-list .product-list {
  position: relative;
  min-height: 110px;
}
.cart .cart-list .product-list li {
  padding: 30px 0;
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .product-list li {
    padding: 10px 0;
  }
}
.cart .cart-list .product-list .product_img img {
  width: 100%;
  border: 1px solid #edcdc3;
  border-radius: 4px;
}
.cart .cart-list .product-list .p-price del {
  display: inline-block;
  padding-right: 2px;
  color: #b5b5b5;
}
.cart .cart-list .product-list .pro-info {
  vertical-align: top;
  line-height: 180%;
  letter-spacing: 1px;
}
.cart .cart-list .product-list .pro-info .choices {
  font-weight: bolder;
}
.cart .cart-list .product-list .pro-info .p-name {
  font-size: 18px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .cart .cart-list .product-list .pro-info .p-name {
    padding-top: 25px;
  }
}
.cart .cart-list .product-list .pro-info .p-expire {
  color: #b5b5b5;
}
.cart .cart-list .product-list .pro-info .p-promo {
  display: block;
  min-height: 25px;
  color: #ba000d;
}
.cart .cart-list .product-list .pro-info .p-promo + .p-name {
  padding-top: 0;
}
.cart .cart-list .product-list .pro-info .p-promo.r-arrow:after {
  border-color: #ba000d;
}
.cart .cart-list .product-list .pro-data .action {
  padding-left: 6px;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .product-list .pro-data .action {
    padding-left: 0;
  }
}
.cart .cart-list .product-list .pro-data .action .qty-title {
  display: inline-block;
  padding-right: 4px;
}
.cart .cart-list .product-list .p-action {
  padding-right: 30px;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .product-list .p-action {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cart .cart-list .product-list .p-action a {
  display: block;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1440px) {
  .cart .cart-list .product-list .p-action a.movetowish {
    position: absolute;
    width: 88px;
    top: 120px;
  }
  .cart .cart-list .product-list .p-action a.del {
    position: absolute;
    top: 21px;
    right: 0;
  }
  .cart .cart-list .product-list .p-action a.del .icon-close:before {
    font-size: 14px;
  }
}
.cart .cart-list .product-list .p-action .icon-heart:before, .cart .cart-list .product-list .p-action .icon-close:before {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
  color: #000;
}
.cart .note-promo {
  padding: 30px 0;
  border-bottom: 1px solid #edcdc3;
  color: #ba000d;
  line-height: 180%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1440px) {
  .cart .note-promo {
    padding: 10px 0;
  }
}
.cart .note-promo a {
  display: block;
}
.cart .gift .title {
  padding: 20px 0 5px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1440px) {
  .cart .gift .title {
    padding: 10px 0;
  }
}
.cart .gift .gift-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #edcdc3;
}
.cart .gift .gift-list .item {
  display: inline-block;
  padding: 10px;
  margin-top: 15px;
  margin-right: 11px;
  border: 1px solid #5c6f47;
  border-radius: 4px;
  position: relative;
  width: -moz-calc(( ( 100% - 30px ) / 3 ));
  width: -webkit-calc(( ( 100% - 30px ) / 3 ));
  width: calc(( ( 100% - 30px ) / 3 ));
}
@media only screen and (max-width: 1440px) {
  .cart .gift .gift-list .item {
    width: 100%;
  }
}
.cart .gift .gift-list .item:nth-child(3n) {
  margin-right: 0;
}
.cart .gift .gift-list .item span {
  vertical-align: top;
}
.cart .gift .gift-list .item .checkbox-style {
  display: inline-block;
  width: 20px;
}
.cart .gift .gift-list .item .checkbox-style input[type=checkbox] {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .cart .gift .gift-list .item .checkbox-style input[type=checkbox] + label {
    width: 10%;
  }
}
.cart .gift .gift-list .item .checkbox-style input[type=checkbox] + label span {
  display: inline-block;
  padding-left: 24px;
}
.cart .gift .gift-list .item .img-block {
  display: inline-block;
  width: 110px;
}
.cart .gift .gift-list .item .img-block img {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .cart .gift .gift-list .item .img-block {
    width: 90px;
  }
}
.cart .gift .gift-list .item .info {
  display: inline-block;
  width: -moz-calc(( 100% - 138px ));
  width: -webkit-calc(( 100% - 138px ));
  width: calc(( 100% - 138px ));
}
@media only screen and (max-width: 1440px) {
  .cart .gift .gift-list .item .info {
    padding-left: 5px;
    width: -moz-calc(( 100% - 120px ));
    width: -webkit-calc(( 100% - 120px ));
    width: calc(( 100% - 120px ));
  }
}
@media only screen and (min-width: 768px) {
  .cart .gift .gift-list .item .info .price {
    padding-top: 10px;
  }
}
.cart .gift .gift-list .item .info em {
  display: block;
  line-height: 180%;
}
.cart .gift .gift-list .item .info em b {
  display: inline-block;
  padding-left: 10px;
}
.cart .subtotal {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .cart .subtotal {
    display: block;
    font-size: 14px;
  }
  .cart .subtotal input[type=checkbox] + label span {
    display: inline-block;
  }
  .cart .subtotal input[type=checkbox] + label span:before {
    top: 18px;
  }
}
.cart .subtotal .item {
  padding: 20px 0;
  border-bottom: 1px solid #edcdc3;
}
.cart .subtotal .item .item-name, .cart .subtotal .item .item-price {
  display: inline-block;
  line-height: 250%;
}
.cart .subtotal .item .item-name {
  position: relative;
  text-align: right;
  width: -moz-calc(( 100% - 240px ));
  width: -webkit-calc(( 100% - 240px ));
  width: calc(( 100% - 240px ));
}
.cart .subtotal .item .item-name input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  .cart .subtotal .item .item-name {
    text-align: left;
    width: 77%;
  }
}
.cart .subtotal .item .input-coupon {
  display: none;
  width: 370px;
  position: absolute;
  top: 42px;
  right: 0;
  padding: 5px 10px 20px;
  text-align: left;
  background: #fff;
  border: 1px solid #5c6f47;
  font-size: 14px;
  z-index: 999;
}
@media only screen and (max-width: 1440px) {
  .cart .subtotal .item .input-coupon {
    width: 113%;
    left: 23px;
    padding: 10px;
  }
}
.cart .subtotal .item .input-coupon .input-block {
  position: relative;
}
.cart .subtotal .item .input-coupon .input-block a {
  position: absolute;
  top: 0;
  right: 8px;
  letter-spacing: 1px;
}
.cart .subtotal .item .input-coupon .coupon-list li {
  position: relative;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #5c6f47;
  border-radius: 4px;
  line-height: 140%;
  letter-spacing: 1px;
}
.cart .subtotal .item .input-coupon .coupon-list li:hover {
  cursor: pointer;
  border-color: #85ab4b;
}
.cart .subtotal .item .input-coupon .coupon-list li:hover:after {
  content: "選擇";
  position: absolute;
  top: 5px;
  right: 8px;
}
@media only screen and (max-width: 1440px) {
  .cart .subtotal .item .input-coupon .coupon-list li:after {
    content: "選擇";
    position: absolute;
    top: 5px;
    right: 8px;
  }
}
.cart .subtotal .item .input-coupon .coupon-list li .expire {
  color: #747474;
}
.cart .subtotal .item .item-price {
  width: 200px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .cart .subtotal .item .item-price {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1440px) {
  .cart .subtotal .item .item-price {
    width: 20%;
  }
}
.cart .subtotal .action {
  border-bottom: none;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .cart .subtotal .action {
    text-align: center;
  }
}
.cart .subtotal .action .btn {
  width: 140px;
  margin-left: 6px;
}

.form-style .form-content {
  padding: 40px 0;
}
.form-style input {
  width: 100%;
  min-height: 40px;
}
.form-style > .title {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
}
.form-style > .title > div {
  position: relative;
  padding: 0 25px;
}
.form-style > .title .back {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 15px;
}
.form-style .input-list, .form-style .creditcard .top-icon {
  padding-bottom: 20px;
}
.form-style .input-list input, .form-style .input-list .link, .form-style .input-list a.btn, .form-style .input-list .dropdown, .form-style .input-list .shipping-list {
  margin-bottom: 20px;
}
.form-style .input-list input {
  height: 40px;
  line-height: 40px;
}
.form-style .input-list .input-2 > div {
  width: -moz-calc(( ( 100% - 10px ) / 2 ));
  width: -webkit-calc(( ( 100% - 10px ) / 2 ));
  width: calc(( ( 100% - 10px ) / 2 ));
  display: inline-block;
}
.form-style .input-list .input-2 > div:first-child {
  margin-right: 6px;
}
.form-style .input-list .input-3 > div {
  width: -moz-calc(( ( 100% - 20px ) / 3 ));
  width: -webkit-calc(( ( 100% - 20px ) / 3 ));
  width: calc(( ( 100% - 20px ) / 3 ));
  display: inline-block;
  margin-right: 6px;
}
.form-style .input-list .input-3 > div:last-child {
  margin-right: 0;
}
.form-style .input-list .item-title {
  padding: 20px 0 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
  word-break: break-all;
}
.form-style .input-list .item-title:first-child {
  padding-top: 0;
}
.form-style .input-list .link {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 36px;
  padding: 8px 22px 8px 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #5c6f47;
  border-radius: 4px;
  letter-spacing: 1px;
  line-height: 160%;
}
.form-style .input-list .link .default-text {
  color: #828080;
}
.form-style .input-list .link .price {
  color: #85ab4b;
}
.form-style .input-list .link:after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 12px;
  right: 10px;
  border-color: #5c6f47;
}
.form-style .input-list .dropdown {
  display: flex;
  width: 100%;
  position: relative;
}
.form-style .input-list .dropdown.error {
  border: none !important;
}
.form-style .input-list .dropdown .item {
  display: block;
  position: relative;
  flex: 1;
  margin: 0 0 0 10px;
}
.form-style .input-list .dropdown .item:first-child {
  margin-left: 0;
}
.form-style .input-list .dropdown .item select, .form-style .input-list .dropdown .item label {
  width: 100%;
}
.form-style .input-list .dropdown select {
  position: absolute;
  height: 100%;
  margin-top: -2px;
  opacity: 0;
  z-index: 200;
  cursor: pointer;
}
.form-style .input-list .dropdown select + label {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0px 28px 0 10px;
  border-radius: 4px;
  line-height: 38px;
  letter-spacing: 1px;
  border: 1px solid #888;
  background: #fff;
}
.form-style .input-list .dropdown select + label:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: -moz-calc((50% - 4px));
  top: -webkit-calc((50% - 4px));
  top: calc((50% - 4px));
}
.form-style .input-list .note-bottom {
  display: block;
  margin-top: -10px;
  text-align: center;
  letter-spacing: 1px;
}
.form-style .input-list .note-bottom a {
  padding-bottom: 1px;
  margin-left: -4px;
  border-bottom: 1px solid #000;
}
.form-style .input-list .unselect {
  /*未選擇付款方式 其他選項為灰底*/
}
.form-style .input-list .unselect ~ li .link, .form-style .input-list .unselect ~ li input[type="text"] {
  background: #ddd;
}
.form-style .input-list .shipping-list {
  position: relative;
  background: #fff;
  border: 1px solid #5c6f47;
  border-radius: 4px;
  line-height: 160%;
}
.form-style .input-list .shipping-list .shipping-data {
  padding: 10px;
  letter-spacing: 1px;
}
.form-style .input-list .shipping-list .shipping-data .csv {
  position: absolute;
  top: 5px;
  right: 10px;
}
.form-style .input-list .shipping-list .shipping-data .csv img {
  width: 100%;
}
.form-style .input-list .shipping-list .action {
  display: none;
  border-top: 1px solid #5c6f47;
}
.form-style .input-list .shipping-list .action .btn {
  width: 50%;
  float: left;
  margin-bottom: 0;
  border-radius: 0;
}
.form-style .input-list .shipping-list .action .btn:first-child {
  border-right: 1px solid #5c6f47;
  background: none;
}
.form-style .radio_lable_block {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.form-style .radio_item {
  position: relative;
}
.form-style .radio_item .radio_style {
  border-radius: 100%;
}
@media only screen and (max-width: 1440px) {
  .form-style .radio_item .radio_style {
    margin: 0;
    background: #fff;
  }
}
.form-style .checkbox_style input[type=checkbox] {
  width: 100%;
}
.form-style .error-msg {
  display: none;
  margin-bottom: 10px;
}
.form-style .error {
  border: 1px solid #ba000d !important;
}
.form-style .error + .error-msg {
  display: block;
  padding-left: 10px;
  margin-top: -10px;
  letter-spacing: 1px;
  color: #ba000d;
}
.form-style .checkout .error-msg {
  margin-bottom: 20px;
}
.form-style .creditcard .top-icon {
  text-align: center;
  font-size: 40px;
  color: #5c6f47;
}
.form-style .finish .item {
  margin-bottom: 20px;
}
.form-style .finish .item .btn {
  margin-top: 20px;
}
.form-style .finish .sub-title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 120%;
}
.form-style .finish .sub-title a {
  color: #85ab4b;
}
.form-style .finish .shipping-data {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #85ab4b;
  border-radius: 4px;
}
.form-style .finish .data-block {
  margin-top: 20px;
}
.form-style .finish .data-block:first-child {
  margin-top: 0;
}
.form-style .finish .data-block > p {
  line-height: 150%;
  margin-bottom: 10px;
}
.form-style .finish .data-block > p:last-child {
  margin-bottom: 0;
}
.form-style .finish .data-block.invoice {
  padding-top: 20px;
  border-top: 1px solid #edcdc3;
}
.form-style .finish .data-block.invoice .title {
  font-size: 16px;
  font-weight: bolder;
}
.form-style .finish .data-block.invoice a {
  color: #85ab4b;
}
.form-style .finish .data-block.warning {
  padding: 20px;
  background: #edcdc3;
  color: #ba000d;
  border: 1px solid #edcdc3;
  border-radius: 4px;
}
.form-style .finish .list {
  padding-left: 5px;
}
.form-style .finish .list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 140%;
}
.form-style .finish .list li:last-child {
  margin-bottom: 0;
}
.form-style .finish .list li:before {
  content: "*";
  position: absolute;
  top: 2px;
  left: 0;
}

.content > .order {
  padding-bottom: 40px;
}
.content > .order .order-flow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 600px;
  margin: 35px auto;
}
.content > .order .order-flow span {
  display: inline-block;
}
@media only screen and (max-width: 1440px) {
  .content > .order .order-flow {
    width: 100%;
    margin: 0 0 0 10px;
    padding: 20px 0;
  }
}
.content > .order .order-flow li {
  color: #333;
  font-size: 16px;
  flex: 3;
}
.content > .order .order-flow li:last-child {
  flex: 1;
}
@media only screen and (max-width: 380px) {
  .content > .order .order-flow li:last-child .text {
    margin-left: -20px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .content > .order .order-flow li {
    font-size: 12px;
  }
}
.content > .order .order-flow li span {
  line-height: 47px;
  vertical-align: middle;
}
.content > .order .order-flow li .step {
  background: #d9b586;
  padding: 20px;
  position: relative;
  border-radius: 100%;
}
.content > .order .order-flow li .step em {
  position: absolute;
  top: -3px;
  left: 14px;
  color: #bf9e75;
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .content > .order .order-flow li .step {
    padding: 12px;
  }
  .content > .order .order-flow li .step em {
    top: -12px;
    left: 8px;
    font-size: 14px;
  }
}
.content > .order .order-flow .line {
  content: "";
  width: calc(( 100% - 41px ));
  height: 6px;
  margin-left: -4px;
  background: #d9b586;
}
@media only screen and (max-width: 1440px) {
  .content > .order .order-flow .line {
    width: calc(( 100% - 24px ));
  }
}
.content > .order .order-flow .text {
  margin-left: -10px;
  color: #a07e52;
}
@media only screen and (max-width: 1440px) {
  .content > .order .order-flow .text {
    margin-left: -13px;
  }
}
.content > .order .order-flow .active .step, .content > .order .order-flow .active .line {
  background: #55bd9c;
}
.content > .order .order-flow .active .step em, .content > .order .order-flow .active .line em {
  color: #fff;
}
.content > .order .order-flow .active .text {
  color: #55bd9c;
}
.content > .order .main-page .select-block > div {
  display: inline-block;
  width: -moz-calc(( ( 100% - 8px ) / 3 ));
  width: -webkit-calc(( ( 100% - 8px ) / 3 ));
  width: calc(( ( 100% - 8px ) / 3 ));
  padding: 0 50px;
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
  .content > .order .main-page .select-block > div {
    width: 100%;
    padding: 0;
  }
}
.content > .order .main-page .select-block > div .top-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  line-height: 120px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #fff\9;
  filter: alpha(opacity=50);
  border-radius: 100%;
  color: #7f8c8d;
  font-size: 18px;
}
.content > .order .main-page .select-block > div .dropdown {
  position: relative;
}
.content > .order .main-page .select-block > div select, .content > .order .main-page .select-block > div .select_style {
  width: 100%;
}
.content > .order .main-page .select-block .select-store .text, .content > .order .main-page .select-block .usually-store .text {
  font-size: 16px;
  line-height: 140%;
}
.content > .order .main-page .select-block .usually-store {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.content > .order .main-page .select-block .usually-store:last-child {
  border-bottom: none;
}
.content > .order .main-page .select-block .usually-store .radio_lable_block {
  display: block;
  margin-bottom: 5px;
}
.content > .order .main-page .select-block .usually-store .text {
  display: inline-block;
  width: -moz-calc(( 100% - 25px ));
  width: -webkit-calc(( 100% - 25px ));
  width: calc(( 100% - 25px ));
  vertical-align: top;
}
.content > .order .main-page .select-block .usually-store .text em {
  display: block;
  width: 100%;
}
.content > .order .main-page .select-block .usually-store .text .address, .content > .order .main-page .select-block .usually-store .text .phone {
  font-size: 13px;
  color: #555;
}
.content > .order .main-page .select-block .usually-store .btn {
  width: 55px;
  margin-left: 21px;
  margin-bottom: 0;
}
.content > .order .main-page .select-block .select-pickup {
  text-align: center;
  margin-bottom: 40px;
}
.content > .order .main-page .select-block .select-pickup .pickup-method {
  margin-bottom: 10px;
  font-size: 16px;
}
.content > .order .main-page .select-block .select-pickup .note .item {
  position: relative;
  padding: 10px;
  margin: 25px 0 15px 0;
  background: #ffbe5b;
  color: #fff;
  border-radius: 6px;
  line-height: 140%;
  font-size: 16px;
}
.content > .order .main-page .select-block .select-pickup .note .item:before {
  content: '';
  position: absolute;
  top: -12px;
  left: -moz-calc(( 50% - 20px ));
  left: -webkit-calc(( 50% - 20px ));
  left: calc(( 50% - 20px ));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffbe5b transparent;
}
.content > .order .main-page .select-block .select-pickup .select-address {
  text-align: left;
}
.content > .order .main-page .top-note {
  margin-bottom: 20px;
  color: #e74c3c;
  font-size: 13px;
}
.content > .order .main-page .select-meal {
  position: relative;
  vertical-align: top;
}
.content > .order .main-page .select-meal .meal-list {
  display: inline-block;
  width: 70%;
}
@media only screen and (max-width: 1440px) {
  .content > .order .main-page .select-meal .meal-list {
    width: 100%;
  }
}
.content > .order .main-page .select-meal .meal-list .meal {
  display: inline-block;
  width: -moz-calc(( ( 100% - 56px ) / 3 ));
  width: -webkit-calc(( ( 100% - 56px ) / 3 ));
  width: calc(( ( 100% - 56px ) / 3 ));
  position: relative;
  margin: 0 16px 20px 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #999;
}
@media only screen and (min-width: 768px) {
  .content > .order .main-page .select-meal .meal-list .meal:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .content > .order .main-page .select-meal .meal-list .meal {
    width: -moz-calc(( ( 100% - 20px ) / 2 ));
    width: -webkit-calc(( ( 100% - 20px ) / 2 ));
    width: calc(( ( 100% - 20px ) / 2 ));
  }
  .content > .order .main-page .select-meal .meal-list .meal:nth-child(2n) {
    margin-right: 0;
  }
}
.content > .order .main-page .select-meal .meal-list .meal .img {
  width: 100%;
  padding-top: 10px;
  margin: 0 auto;
}
.content > .order .main-page .select-meal .meal-list .meal .img a {
  display: block;
}
.content > .order .main-page .select-meal .meal-list .meal .img img {
  width: 100%;
}
.content > .order .main-page .select-meal .meal-list .meal .cate {
  position: relative;
  padding: 10px;
  font-size: 13px;
  color: #808080;
  border-bottom: 1px solid #eadcc9;
}
.content > .order .main-page .select-meal .meal-list .meal .cate .icon {
  position: absolute;
  top: 5px;
  right: 10px;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block {
  color: #b6976f;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block > div {
  display: inline-block;
  padding: 12px 10px;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block .name {
  width: 70%;
  padding-right: 10px;
  font-size: 16px;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block .name span {
  display: block;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block .name span .price {
  display: inline-block;
  padding-top: 10px;
  font-size: 26px;
  font-weight: bolder;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block .circle-block {
  width: -moz-calc(( 30% - 4px ));
  width: -webkit-calc(( 30% - 4px ));
  width: calc(( 30% - 4px ));
  position: relative;
  text-align: right;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block .circle-block .circle {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 8px;
  bottom: 0;
  background: #e74c3c;
  border-radius: 100%;
  color: #fff;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block .circle-block .circle:hover {
  cursor: pointer;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block .circle-block .circle:before {
  content: "+";
  position: absolute;
  left: 9px;
  font-size: 31px;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block.select {
  background: #dce1e3;
  color: #74808a;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block.select .circle {
  background: #69747d;
}
.content > .order .main-page .select-meal .meal-list .meal .name-block.select .circle:before {
  content: "✔";
  font-size: 25px;
  top: 6px;
  left: 8px;
}
.content > .order .main-page .select-meal .checking {
  display: inline-block;
  width: -moz-calc(( 30% - 4px ));
  width: -webkit-calc(( 30% - 4px ));
  width: calc(( 30% - 4px ));
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 1440px) {
  .content > .order .main-page .select-meal .checking {
    width: 100%;
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .content > .order .main-page .select-meal .checking .list-block {
    height: 300px;
    overflow: scroll;
  }
}
.content > .order .main-page .select-meal .checking .list-block .list {
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}
.content > .order .main-page .select-meal .checking .list-block .list li {
  display: inline-block;
}
.content > .order .main-page .select-meal .checking .list-block .list .img-block {
  width: 70px;
}
.content > .order .main-page .select-meal .checking .list-block .list .img-block img {
  width: 100%;
}
.content > .order .main-page .select-meal .checking .list-block .list .info {
  width: -moz-calc(( 100% - 74px ));
  width: -webkit-calc(( 100% - 74px ));
  width: calc(( 100% - 74px ));
  vertical-align: top;
  font-size: 16px;
  font-weight: bolder;
  color: #8d9999;
  line-height: 140%;
}
.content > .order .main-page .select-meal .checking .list-block .list input[type="number"] {
  margin: 10px 0;
}
.content > .order .main-page .select-meal .checking .list-block .list .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px;
  background: #dce1e3;
  color: #fff;
  border-radius: 100%;
}
.content > .order .main-page .select-meal .checking .subtotal {
  padding: 10px 10px 0 10px;
  font-size: 16px;
}
.content > .order .main-page .select-meal .checking .subtotal:last-child {
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.content > .order .main-page .select-meal .checking .subtotal span {
  display: inline-block;
  padding: 10px 0;
}
.content > .order .main-page .select-meal .checking .subtotal span:first-child {
  width: 100px;
  color: #7f8c8c;
}
.content > .order .main-page .select-meal .checking .subtotal span:last-child {
  width: -moz-calc(( 100% - 106px ));
  width: -webkit-calc(( 100% - 106px ));
  width: calc(( 100% - 106px ));
  text-align: right;
  color: #e74c3c;
  font-weight: bolder;
}
.content > .order .main-page .select-meal .checking .form-style .input-list {
  border-top: 1px solid #eee;
  padding: 20px 10px 0 10px;
}
.content > .order .main-page .sub-title {
  height: 40px;
  padding: 0 10px 0 10px;
  background: #e74c3c;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.content > .order .main-page.shipping .checking, .content > .order .main-page.shipping .shipping-data {
  float: left;
  width: -moz-calc(( ( 100% - 20px ) / 2 ));
  width: -webkit-calc(( ( 100% - 20px ) / 2 ));
  width: calc(( ( 100% - 20px ) / 2 ));
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .content > .order .main-page.shipping .checking, .content > .order .main-page.shipping .shipping-data {
    float: none;
    width: 100%;
  }
}
.content > .order .main-page.shipping .checking .note, .content > .order .main-page.shipping .shipping-data .note {
  display: block;
  padding: 0 10px 5px;
  color: #e74c3c;
  line-height: 140%;
  font-size: 14px;
}
.content > .order .main-page.shipping .checking {
  position: static;
}
@media only screen and (min-width: 768px) {
  .content > .order .main-page.shipping .checking {
    margin-right: 20px;
  }
}
.content > .order .main-page.shipping .checking .list-block {
  height: auto;
}
.content > .order .main-page.shipping .shipping-data .sub-title {
  position: relative;
  background: #297ab8;
}
.content > .order .main-page.shipping .shipping-data .sub-title .btn-block {
  width: 98px;
  position: absolute;
  top: 1px;
  right: 10px;
}
.content > .order .main-page.shipping .shipping-data .sub-title .btn-block .btn {
  height: 28px;
  line-height: 18px;
  letter-spacing: 1px;
  text-indent: 1px;
}
.content > .order .main-page.shipping .shipping-data .sub-title .btn-block .btn span {
  line-height: 20px;
}
.content > .order .main-page.shipping .shipping-data .form {
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content > .order .main-page.shipping .shipping-data .form .btn-block {
  padding: 10px;
}
.content > .order .main-page.shipping .shipping-data .form .item {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.content > .order .main-page.shipping .shipping-data .form .item > span {
  display: inline-block;
  font-size: 15px;
  font-weight: bolder;
  color: #8d9999;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:first-child {
  width: 80px;
  padding-right: 6px;
  padding: 7px 6px;
  text-align: right;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child {
  width: -moz-calc(( 100% - 84px ));
  width: -webkit-calc(( 100% - 84px ));
  width: calc(( 100% - 84px ));
  vertical-align: top;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child .note {
  padding: 5px 0 0 0;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child.text {
  padding: 7px 0;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child.text em {
  display: block;
  margin-bottom: 10px;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child.text em:last-child {
  margin-bottom: 0;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child input[type="text"], .content > .order .main-page.shipping .shipping-data .form .item > span:last-child textarea {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content > .order .main-page.shipping .shipping-data .form .item > span:last-child input[type="text"], .content > .order .main-page.shipping .shipping-data .form .item > span:last-child textarea {
    max-width: 370px;
  }
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child textarea {
  height: 100px;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child .radio_lable_block {
  display: inline-block;
  margin-top: 10px;
}
.content > .order .main-page.shipping .shipping-data .form .item > span:last-child > div .radio_lable_block {
  margin-top: 5px;
  margin-bottom: 5px;
}
.content > .order .main-page.order-search .top-title {
  font-size: 24px;
  padding: 20px;
  text-align: center;
}
.content > .order .main-page.order-search .shipping-data {
  float: none;
  width: 490px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .content > .order .main-page.order-search .shipping-data {
    width: 100%;
  }
}
.content > .order .main-page.order-search .shipping-data .red-color {
  color: #e74c3c;
}
.content > .order .main-page.order-search .shipping-data .title {
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
}
.content > .order .main-page.order-search .shipping-data .form {
  border-radius: 6px;
}
.content > .order .main-page.order-search .shipping-data .form .item > span:first-child {
  width: 135px;
}
.content > .order .main-page.order-search .shipping-data .form .item > span:last-child {
  width: -moz-calc(( 100% - 140px ));
  width: -webkit-calc(( 100% - 140px ));
  width: calc(( 100% - 140px ));
}
.content > .order .main-page.menu .top-block {
  padding: 10px;
  margin: 20px 0;
  background: #fff;
  color: #7f8c8d;
  border-radius: 5px;
  font-size: 16px;
  line-height: 150%;
}
.content > .order .main-page.menu .top-block .store-name {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
  background: #ffe8cb;
  border-radius: 5px;
  color: #7f8c8d;
}
.content > .order .main-page.menu .top-block .contact {
  padding: 0 10px;
}
.content > .order .main-page.menu .top-block .contact span {
  display: inline-block;
  margin-right: 16px;
}
.content > .order .main-page.menu .top-block .contact .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.content > .order .main-page.menu .select-meal .meal-list {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content > .order .main-page.menu .select-meal .meal-list .meal {
    width: -moz-calc(( ( 100% - 60px ) / 4 ));
    width: -webkit-calc(( ( 100% - 60px ) / 4 ));
    width: calc(( ( 100% - 60px ) / 4 ));
  }
  .content > .order .main-page.menu .select-meal .meal-list .meal:nth-child(3n) {
    margin-right: 16px;
  }
  .content > .order .main-page.menu .select-meal .meal-list .meal:nth-child(4n) {
    margin-right: 0px;
  }
}
.content > .order .main-page .finish .top-block {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  font-weight: bolder;
  box-shadow: 0px 0px 5px #999;
  color: #7f8c8d;
}
.content > .order .main-page .finish .top-block h4 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #e74c3c;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  letter-spacing: 2px;
}
.content > .order .main-page .finish .note {
  color: #e74c3c;
  text-align: justify;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 1px;
}
.content > .order .main-page .finish .note em {
  font-weight: bolder;
}

.member {
  margin-bottom: 20px;
}
.member .title {
  position: relative;
  padding: 15px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 140%;
  background: #f9b03a;
  text-shadow: 1px 1px 4px #000;
  color: #fff;
  letter-spacing: 10px;
  text-indent: 10px;
}
.member .title .l-arrow {
  position: absolute;
  left: 5px;
}
.member .title .l-arrow:before {
  width: 12px;
  height: 12px;
  border-width: 2px;
}
.member > .detail {
  margin: 20px 0;
  text-align: center;
}
.member > .detail > div {
  display: inline-block;
  width: 490px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .member > .detail > div:first-child {
    margin-right: 20px;
  }
  .member > .detail > div:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .member > .detail > div {
    width: 100%;
  }
}
.member .member-right {
  margin: 20px 0;
}
.member .member-right .title {
  text-align: center;
}
.member .member-right .text {
  padding: 20px;
  background: #fff;
  line-height: 130%;
  text-align: justify;
}
.member .booking .topicon {
  display: flex;
  margin: 0 0 20px;
  position: relative;
  font-size: 15px;
}
.member .booking .topicon:after {
  content: '';
  width: 75%;
  height: 10px;
  position: absolute;
  top: 33px;
  left: 11%;
  background: #cdcdcd;
  z-index: 2;
}
.member .booking .topicon li {
  flex: 1;
}
.member .booking .topicon span {
  display: block;
}
.member .booking .topicon .text {
  margin: 10px 0 0 0;
  line-height: 140%;
}
.member .booking .topicon .img {
  position: relative;
  z-index: 10;
}
.member .booking .topicon .member-block .img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding-top: 14px;
  border-radius: 100%;
  background: #f15a26;
}
.member .booking .topicon .member-block .img img {
  width: 39px;
}
.member .booking .topicon .store-block {
  margin-top: 0;
  padding-bottom: 0;
}
.member .booking .topicon .store-block .img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding-top: 3px;
  border-radius: 100%;
  background: #02b892;
}
.member .booking .topicon .store-block .img img {
  width: 60px;
}
.member .booking .topicon .phone-block .img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 11px 0 0 3px;
  border-radius: 100%;
  background: #f9b03a;
}
.member .booking .topicon .phone-block .img img {
  width: 45px;
}
.member .booking .dropdown {
  text-align: left;
}
.member .booking .s-title2 {
  display: inline-block;
  line-height: 150%;
  padding-bottom: 10px !important;
}
.member .booking .verification-block em {
  display: inline-block;
  width: -moz-calc((100% - 85px ));
  width: -webkit-calc((100% - 85px ));
  width: calc((100% - 85px ));
}
.member .booking .verification-block em#verification {
  width: 70px;
  padding: 11px 0;
  margin-right: 10px;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 1px 1px 1px #afafaf;
}
.member .booking .verification-block em:first-child {
  margin-right: 6px;
}
.member .booking .verification-block em:last-child {
  margin-right: 0;
}
.member .booking .note {
  padding: 10px 0;
  text-align: left;
}
.member .booking .note ul {
  list-style: decimal;
  margin-left: 20px;
}
.member .booking .note ul .red {
  font-weight: bolder;
  color: #e70000;
}
.member .booking .note ul .link {
  color: #149dcc;
}
.member .booking-result .s-title {
  padding-bottom: 15px !important;
  font-size: 15px;
  line-height: 120%;
}
.member .booking-result .table-list {
  margin-bottom: 0;
}
.member .booking-result .table-list ul:nth-child(odd) {
  background: #fff3de;
}
.member .booking-result .table-list ul:nth-child(even) {
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .member .booking-result .table-list ul {
    display: block;
  }
}
.member .booking-result .table-list li {
  flex: 1;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  .member .booking-result .table-list li {
    display: inline-block;
    width: -moz-calc((25% - 22px));
    width: -webkit-calc((25% - 22px));
    width: calc((25% - 22px));
    padding: 5px 1px;
    font-size: 14px;
  }
}
.member .booking-result .table-list li span {
  margin-left: 5px;
}
.member .booking-result .table-list li span:first-child {
  margin-left: 0;
}
.member .booking-result .table-list li .fb, .member .booking-result .table-list li .line {
  display: inline-block;
  width: 30px;
  height: 30px;

}
.member .booking-result .table-list li .fb {
  border-radius: 5px;
  padding-top: 3px;
  background: #3a5ba0;
}
@media only screen and (max-width: 1440px) {
  .member .booking-result .table-list li .fb {
    margin-right: 2px;
  }
}
.member .booking-result .table-list li .fb img {
  width: 13px;
}
@media only screen and (min-width: 768px) {
  .member .booking-result .table-list li .line {
    display: none;
  }
}
.member .booking-result .table-list li .line img {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .member .booking-result .table-list li.status, .member .booking-result .table-list li.share, .member .booking-result .table-list li.date {
    width: 25%;
  }
}
.member .booking-result .pages {
  padding-top: 20px;
}
.member .accounting .title img {
  width: 170px;
}
.member .accounting .form-input .data > div .s-title {
  width: 88px;
}
.member .accounting .form-input .data > div .detail {
  width: -moz-calc((100% - 98px ));
  width: -webkit-calc((100% - 98px ));
  width: calc((100% - 98px ));
}
.member .form-input .data {
  padding-bottom: 20px;
}
.member .form-input .data > div {
  width: 100%;
  margin: 0 !important;
}
.member .note {
  position: relative;
  margin-bottom: 20px;
  line-height: 150%;
}
.member .action a.textlink {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #666;
}
.member .action a.textlink:hover {
  border-color: #f9b03a;
}
.member .table-list {
  margin-bottom: 30px;
}
.member .table-list > .item-title {
  padding: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
  word-break: break-all;
}
.member .table-list .btn {
  background: #e2e2e6;
  border-radius: 0;
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4);
}
.member .table-list .btn.selected {
  position: relative;
  background: #ffdede;
  border: 1px solid #ffbdbd;
  border-top: none;
  border-bottom: none;
  box-shadow: 0px -5px 0px 0px #ffbdbd;
}
.member .table-list > ul {
  display: flex;
  align-items: center;
  background: #ffc175;
  line-height: 150%;
  font-size: 15px;
}
.member .table-list > ul:nth-child(odd) {
  background: #fff;
}
.member .table-list > ul:nth-child(even) {
  background: #ffdede;
}
.member .table-list > ul:last-child li {
  text-align: center;
  margin-bottom: 2px;
}
.member .table-list > ul li {
  padding: 5px;
  margin: 1px;
  background: none;
}
@media only screen and (max-width: 1440px) {
  .member .table-list > ul li {
    padding: 5px 2px;
  }
}
.member .table-list > ul li.date {
  flex: 1.6;
  text-align: center;
}
.member .table-list > ul li.store {
  flex: 1.5;
}
.member .table-list > ul li.type {
  flex: 1.5;
}
.member .table-list > ul li.price {
  flex: 1;
  text-align: center;
}
.member .store-search {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 1440px) {
  .member .store-search {
    padding: 10px;
  }
}
.member .store-search .table-list {
  border: 1px solid #ffc175;
  border-bottom: 0;
}
.member .store-search .table-list:last-child li {
  margin-bottom: 1px;
}
.member .store-search .table-list li {
  margin: 0;
  padding: 10px;
  color: #7f8c8d;
  border: none;
  align-items: center;
  word-break: break-all;
}
@media only screen and (max-width: 1440px) {
  .member .store-search .table-list li {
    padding: 9px 5px 5px 5px;
  }
}
.member .store-search .table-list .top-title li {
  color: #fff !important;
}
.member .store-search .table-list .store-name {
  flex: 1.2;
}
.member .store-search .table-list .store-phone {
  flex: 1.2;
}
.member .store-search .table-list .address {
  flex: 3;
}
.member .store-search .table-list .address a {
  color: #0d9177;
  text-decoration: underline;
}
.member .store-search .table-list .address img {
  width: 18px;
  vertical-align: top;
}
.member .store-search .table-list .action {
  flex: 1.7;
  padding: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .member .store-search .table-list .action {
    flex: 3;
    font-size: 14px;
  }
}
.member .store-search .table-list .action a {
  padding: 5px;
  background: #e74c3c;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1440px) {
  .member .store-search .table-list .action a:first-child {
    margin-bottom: 5px;
  }
}
.member .store-search .table-list .action .menu {
  background: #3194f4;
}
.member .store-search .table-list .action .alert {
  display: inline-block;
  padding-top: 5px;
  color: #e74c3c;
}
.member .store-search .top-title {
  padding-bottom: 0;
}
.member .store-search .top-title > div {
  display: inline-block;
  font-size: 16px;
}
.member .store-search .top-title > div.action {
  width: -moz-calc((100% - 130px ));
  width: -webkit-calc((100% - 130px ));
  width: calc((100% - 130px ));
}
@media only screen and (max-width: 1440px) {
  .member .store-search .top-title > div.action {
    width: 100%;
    margin-top: 10px;
  }
}
.member .store-search .top-title > div .dropdown {
  display: inline-block;
  width: 120px;
  margin-right: 6px;
}
.member .store-search .top-title > div .dropdown select, .member .store-search .top-title > div .dropdown label {
  width: 100%;
}
.member .store-search .info {
  margin-bottom: 10px;
  font-size: 15px;
  color: #7f8c8d;
  line-height: 150%;
}
.member .store-search .info > div {
  padding: 0 10px;
}
.member .store-search .info .store-name {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
  background: #ffe8cb;
  border-radius: 5px;
  color: #7f8c8d;
}
.member .store-search .info .btn-block {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .member .store-search .info .btn-block {
    float: right;
    margin-top: -36px;
  }
}
.member .store-search .info .btn-block .btn {
  width: auto;
  height: auto;
  padding: 6px 10px;
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 14px;
}
.member .store-search .map {
  padding: 0 10px;
}
.member .store-search .map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.member .empty {
  padding: 20px;
  line-height: 130%;
  background: #fff;
  text-align: left;
}
.member .empty a {
  color: #149dcc;
}
.member .login {
  background: none;
  text-align: center;
  margin: 20px 0;
}
.member .login .title {
  padding: 15px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 140%;
  background: #f9b03a;
  text-shadow: 1px 1px 4px #000;
  color: #fff;
  letter-spacing: 10px;
  text-indent: 10px;
}
.member .login .title.signup {
  background: #a0a0a0;
  text-shadow: none;
}
.member .login .note {
  padding: 10px 0 26px  !important;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .member .login .note {
    padding: 0px 0 12px 13px  !important;
  }
  .member .login .note input[type=checkbox] + label span:before {
    top: 13px;
  }
}
.member .login .note input[type=checkbox] {
  width: auto;
}
.member .login .note input[type=checkbox] + label {
  cursor: auto;
}
.member .login .note a {
  color: #149dcc;
}
.member .login > div {
  width: -moz-calc(((100% - 26px) /2));
  width: -webkit-calc(((100% - 26px) /2));
  width: calc(((100% - 26px) /2));
}
@media only screen and (max-width: 1440px) {
  .member .login > div {
    width: 100%;
  }
}
.member .login .data .name input[type='text'] {
  width: -moz-calc((65% - 12px));
  width: -webkit-calc((65% - 12px));
  width: calc((65% - 12px));
}
.member .login .data .name input[type='text']:first-child {
  width: 35%;
  margin-right: 6px;
}
.member .login .data .name.error {
  border: none !important;
}
.member .login .action {
  padding-left: 0 !important;
  text-align: center;
  letter-spacing: 2px;
  color: #85ab4b;
}
@media only screen and (max-width: 1440px) {
  .member .login .action {
    width: 100%;
  }
}
.member .login .action .textlink {
  display: block;
  text-align: right;
}
.member .login .action .textlink:hover {
  border: none;
  color: #f9b03a;
}
.member .login .action em {
  display: inline-block;
  padding: 0 10px 0 8px;
}
.member .member-data .form-input .s-title {
  font-size: 18px;
  padding-bottom: 20px;
}
.member .member-data .form-input .s-title.topline {
  padding-top: 20px;
  border-top: 1px solid #cdcdcd;
}
.member .member-data .form-input .data > div .s-title {
  width: 90px;
}
.member .member-data .form-input .data > div .s-title.topline {
  padding-top: 20px;
  border-top: 1px solid #cdcdcd;
}
.member .member-data .form-input .data > div .detail {
  width: -moz-calc((100% - 100px ));
  width: -webkit-calc((100% - 100px ));
  width: calc((100% - 100px ));
  text-align: left;
}
.member .join .birthday {
  position: relative;
  margin-bottom: 20px;
}
.member .join .birthday input[type="checkbox"] {
  width: 100%;
}
.member .join .birthday input[type="checkbox"]:checked ~ .dropdown {
  visibility: visible;
  height: auto;
  margin-top: 10px;
}
.member .join .birthday .dropdown {
  visibility: hidden;
  height: 0;
}
.member .join .action {
  text-align: center;
  letter-spacing: 1px;
}
.member .join .action a {
  margin-left: -4px;
  color: #85ab4b;
}
@media only screen and (min-width: 768px) {
  .member .member-center > div {
    width: 750px;
  }
}
.member .member-center .top-info p {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 150%;
  font-size: 16px;
}
.member .member-center .top-info p.icon-icon_vip {
  color: #ffa800;
}
.member .member-center .top-info p.level {
  font-size: 19px;
  color: #5c6f47;
}
.member .member-center .top-info p .textlink {
  margin-left: -4px;
}
.member .member-center .gift {
  padding: 20px 10px;
  margin: 10px 0;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #edcdc3;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 620px) {
  .member .member-center .gift {
    display: flex;
    align-items: center;
  }
}
.member .member-center .gift .icon-cake {
  padding-right: 20px;
  vertical-align: middle;
  font-size: 50px;
}
@media only screen and (max-width: 620px) {
  .member .member-center .gift .icon-cake {
    flex: 1;
    text-align: right;
  }
}
.member .member-center .gift .text {
  vertical-align: middle;
  text-align: left;
  line-height: 120%;
}
@media only screen and (max-width: 620px) {
  .member .member-center .gift .text {
    flex: 4;
  }
}
.member .member-center .action-list {
  margin-top: 10px;
  text-align: left;
}
.member .member-center .action-list a {
  width: -moz-calc(((100% - 22px )  / 2 ));
  width: -webkit-calc(((100% - 22px )  / 2 ));
  width: calc(((100% - 22px )  / 2 ));
  position: relative;
  padding: 24px 35px;
  margin-right: 16px;
  margin-bottom: 10px;
  background: #fff;
  border-top: 5px solid #f9b03a;
  border-radius: 4px;
  font-size: 16px;
  color: #f49631;
}
.member .member-center .action-list a:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 1440px) {
  .member .member-center .action-list a {
    padding: 20px 30px 20px 10px;
  }
}
.member .member-center .action-list a .icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 26px;
}
@media only screen and (max-width: 1440px) {
  .member .member-center .action-list a .icon {
    right: 8px;
  }
}
.member .member-center .action-list a .icon:before {
  color: #f9b03a;
}
.member .member-center .action-list a .icon.icon-card {
  top: 15px;
  right: 18px;
}
.member .member-center .action-list a .icon.icon-card:before {
  font-size: 40px;
}
@media only screen and (max-width: 1440px) {
  .member .member-center .action-list a .icon.icon-card:before {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1440px) {
  .member .member-center .action-list a .icon.icon-card {
    top: 11px;
  }
}
.member .member-center .action-list a .icon.mic {
  top: 17px;
}
@media only screen and (max-width: 1440px) {
  .member .member-center .action-list a .icon.mic {
    top: 12px;
  }
}
.member .member-center .action-list a .icon.icon-wallet:before {
  font-weight: bolder;
}
@media only screen and (max-width: 1440px) {
  .member .member-center .action-list a .icon {
    top: 16px;
    font-size: 24px;
  }
}
.member .member-center .action-list .red {
  border-color: #ff5722;
  color: #ff5722;
}
.member .member-center .action-list .red .icon:before {
  color: #ff5722;
}
.member .member-center .action-list .bluegreen {
  border-color: #00bcd4;
  color: #00bcd4;
}
.member .member-center .action-list .bluegreen .icon:before {
  color: #00bcd4;
}
.member .member-center .action-list .green {
  border-color: #85ab4b;
  color: #85ab4b;
}
.member .member-center .action-list .green .icon:before {
  color: #85ab4b;
}
.member .member-center .action-list .brown {
  border-color: #795548;
  color: #795548;
}
.member .member-center .action-list .brown .icon:before {
  color: #795548;
}
.member .member-center .btn {
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .member .member-center .btn {
    display: block;
  }
}
.member .member-center .card-block {
  width: 100%;
  max-width: 350px;
  position: relative;
  margin: 20px auto;
}
.member .member-center .card-block img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 7px 6px 5px;
  border-radius: 10px;
}
.member .member-center .card-block .text {
  width: 90%;
  position: absolute;
  bottom: 24px;
  left: 5%;
  font-size: 22px;
  color: #ffd100;
  line-height: 150%;
  text-align: center;
  text-shadow: 0px 0px 4px #fff;
  font-weight: bolder;
}
@media only screen and (max-width: 1440px) {
  .member .member-center .card-block .text {
    font-size: 20px;
  }
}
.member .member-center .card-block .text span {
  display: block;
}
.member .member-center .card-block .text span em {
  display: inline-block;
}
.member .member-center .card-block .text span em:nth-child(even) {
  padding-left: 15px;
}
.member .member-center .card-block .text .s-title {
  padding-bottom: 5px;
  font-size: 29px;
}
@media only screen and (max-width: 1440px) {
  .member .member-center .card-block .text .s-title {
    padding-bottom: 0;
    font-size: 24px;
  }
}
.member .member-data .sub-title {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #edcdc3;
  text-align: center;
  font-size: 20px;
}
.member .member-data .data-list {
  margin-bottom: 20px;
}
.member .member-data .data-list p {
  font-size: 15px;
  line-height: 180%;
}
.member .member-data .table-list .resetpw {
  position: relative;
}
.member .member-data .table-list .resetpw .textlink {
  position: absolute;
  right: 20px;
}
.member .member-data .table-list .social-login span:last-child {
  padding-top: 12px;
  padding-bottom: 11px;
}
.member .member-data .table-list .social-login span:last-child .icon-fb {
  vertical-align: middle;
  margin-right: 4px;
  color: #4469b0;
  font-size: 30px;
}
.member .member-data.get-invoice .item-title {
  font-size: 14px;
}
.member .member-data .dropdown, .member .member-data .dropdown select, .member .member-data .select_style {
  width: 100%;
}
.member .bindcard .action {
  padding-left: 0 !important;
}
.member .bindcard .note .s-title {
  width: 100% !important;
  text-align: left !important;
}
.member .bindcard .note .list {
  margin-left: 20px;
  list-style: decimal;
  text-align: left;
  line-height: 120%;
  font-size: 15px;
}
.member .bindcard .note .list li {
  padding-bottom: 5px;
}
.member .bindcard .note .list li:last-child {
  padding-bottom: 0;
}
.member .card-list {
  position: relative;
}
.member .card-list .img-card {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.4) 7px 6px 5px;
  border-radius: 10px;
}
@media only screen and (max-width: 420px) {
  .member .card-list .img-card {
    width: 300px;
  }
}
.member .card-list .card-position {
  width: 350px;
  height: 210px;
  position: absolute;
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 420px) {
  .member .card-list .card-position {
    width: 300px;
    height: 180px;
  }
}
.member .card-list li {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  background: #fff;
}
.member .card-list li:last-child {
  margin-bottom: 0;
}
.member .card-list .card {
  width: 100%;
  max-width: 350px;
  height: 325px;
  position: relative;
  margin: 0 auto;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 420px) {
  .member .card-list .card {
    width: 300px;
    height: 272px;
  }
}
.member .card-list .card .card-block {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
}
.member .card-list .card .dealing {
  transform: rotateY(180deg);
}
.member .card-list .card .dealing .pay {
  visibility: hidden;
  position: absolute;
  bottom: 35px;
  left: 50%;
}
@media only screen and (max-width: 420px) {
  .member .card-list .card .dealing .pay {
    bottom: 21px;
  }
}
.member .card-list .card .dealing .deal {
  visibility: hidden;
  margin-top: 120px;
}
@media only screen and (max-width: 420px) {
  .member .card-list .card .dealing .deal {
    margin-top: 110px;
  }
}
.member .card-list .card .dealing .barcode, .member .card-list .card .dealing .text2 {
  visibility: hidden;
}
.member .card-list .card.active {
  height: 500px;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 420px) {
  .member .card-list .card.active {
    height: 436px;
  }
}
.member .card-list .card.active .default .img-card, .member .card-list .card.active .default .date, .member .card-list .card.active .default .text, .member .card-list .card.active .default .deal {
  visibility: hidden;
  transition: all 0.1s ease;
}
.member .card-list .card.active .text2 {
  visibility: visible;
}
.member .card-list .card.active .barcode {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  .member .card-list .card.active .barcode {
    margin-top: 15px;
  }
}
.member .card-list .card.active .dealing .text2, .member .card-list .card.active .dealing .pay, .member .card-list .card.active .dealing .deal, .member .card-list .card.active .dealing .barcode {
  visibility: visible;
}
.member .card-list .card .date, .member .card-list .card .number {
  font-weight: bolder;
}
.member .card-list .card .date {
  font-size: 18px;
}
.member .card-list .card .number {
  font-size: 22px;
}
.member .card-list .card .date, .member .card-list .card .card-number {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #ffd100;
  text-shadow: 5px 5px 10px #000;
  z-index: 10;
}
.member .card-list .card .text {
  width: 100%;
  max-width: 350px;
  padding: 150px 0 0 13px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #777;
  line-height: 150%;
  text-align: left;
  z-index: 10;
}
@media only screen and (max-width: 420px) {
  .member .card-list .card .text {
    font-size: 15px;
    padding: 130px 0 0 20px;
  }
}
.member .card-list .card .text span {
  display: block;
}
.member .card-list .card .text .coin, .member .card-list .card .text .note {
  position: relative;
  z-index: 999;
}
.member .card-list .card .text .number {
  color: #ffd100;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 42px;
}
@media only screen and (max-width: 420px) {
  .member .card-list .card .text .number {
    padding-bottom: 37px;
  }
}
.member .card-list .card .text .number .s-title {
  text-shadow: 5px 5px 10px #000;
}
.member .card-list .card .text .number .s-title:after {
  color: #ffd100;
}
.member .card-list .card .text .s-title {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 420px) {
  .member .card-list .card .text .s-title {
    width: 65px;
  }
}
.member .card-list .card .text .s-title:after {
  content: '：';
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #777;
}
.member .card-list .deal {
  max-width: 350px;
  margin-top: 80px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 420px) {
  .member .card-list .deal {
    margin-top: 57px;
  }
}
.member .card-list .note .edit {
  font-size: 15px;
  color: #999;
}
.member .rights-list .sub-title {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bolder;
}
.member .rights-list .sub-title:first-child {
  margin-top: 0;
}
.member .rights-list li {
  line-height: 150%;
}
.member .rights-list .list-item li {
  display: list-item;
  margin-left: 20px;
}
.member .rights-list .list-item.disc li {
  list-style: disc;
}
.member .rights-list .list-item.cjk-ideographic li {
  list-style: cjk-ideographic;
}
.member .card .card-img {
  position: relative;
  vertical-align: top;
}
.member .card .card-img > a {
  display: block;
}
.member .card .card-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 5px 1px;
}
@media only screen and (max-width: 1440px) {
  .member .card .card-img img {
    border-radius: 16px;
  }
}
.member .card .card-img .memo {
  padding-top: 5px;
  font-size: 12px;
  color: #777;
}
.member .card .card-info .card-detail {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  padding: 20px;
  line-height: 180%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.member .card .card-info .btn {
  height: auto;
  padding: 15px 0;
  background: #d83d1d;
  color: #fff;
  font-size: 22px;
}
.member .card .card-info .btn.r-arrow:after {
  width: 12px;
  height: 12px;
  border-width: 2px;
}
.member .card .card-detail {
  font-size: 18px;
  line-height: 150%;
}
.member .card .card-detail .top-note {
  padding-bottom: 10px;
}
.member .card .card-detail .top-note .topup {
  font-weight: bolder;
  color: #f9b03a !important;
}
.member .card .card-detail .top-note .bonus {
  font-weight: bolder;
  color: #85ab4b !important;
}
.member .card .card-detail .bottom-note {
  padding-top: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .member .card .card-detail .card-img img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.member .card .card-detail .card-info {
  margin-bottom: 10px;
  text-align: center;
}
.member .card .card-detail .card-info > div {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #ffe8cb;
  border-radius: 5px;
}
.member .card .card-detail .card-info > div span {
  display: inline-block;
}
.member .card .card-detail .card-info > div .sub-title {
  width: 60px;
}
.member .card .card-detail .card-info > div .number {
  width: 70px;
  text-align: right;
}
.member .card .card-detail .action {
  margin: 20px 0;
}
.member .card .card-detail .action .btn {
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 16px;
  border-color: #a8a8a8;
  border-radius: 0;
}
.member .card .card-detail .action .btn:first-child {
  margin-top: 0;
}
.member .card .card-detail .action .btn.r-arrow:after {
  border-color: #d83f2a;
}
.member .card .card-detail .action .icon-coin {
  color: #85ab4b;
}
.member .card .card-detail .action .icon-file {
  color: #f9b03a;
}
.member .card .card-detail .action .icon-store {
  color: #795548;
}
@media only screen and (max-width: 320px) {
  .member .card .qrcode img {
    width: 50%;
  }
}
.member .card .pay {
  min-height: 140px;
  position: relative;
  /* time scroll*/
}
.member .card .pay .game_time {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-top: 40px;
  left: -moz-calc(( 50% - 50px ));
  left: -webkit-calc(( 50% - 50px ));
  left: calc(( 50% - 50px ));
}
@media only screen and (max-width: 420px) {
  .member .card .pay .game_time {
    margin-top: 35px;
  }
}
.member .card .pay .pie {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: blue;
  border-radius: 100%;
}
.member .card .pay .pie1 {
  clip: rect(0px, 100px, 100px, 50px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background-color: #fff;
}
.member .card .pay .pie2 {
  clip: rect(0px, 50px, 100px, 0px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background-color: #fff;
}
.member .card .pay .hold {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
}
.member .card .pay .bg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  background-color: #d83d1d;
}
.member .card .pay .time {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 10px 0 0 10px;
  background-color: #d83d1d;
  border-radius: 100%;
  color: #fff;
  z-index: 1;
  text-align: center;
  line-height: 80px;
  font-size: 26px;
}
.member .card .pay .block-2 {
  padding-top: 140px;
}
.member .card .pay .result-data {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding-top: 10px;
}
.member .card .pay .hook {
  width: 90px;
  height: 90px;
  margin: 5px auto 10px;
  border-radius: 100%;
  line-height: 90px;
  font-size: 50px;
}
.member .card .pay .hook img {
  width: 60px;
}
.member .card .pay .hook.blue2 {
  background: #d83d1d;
}
.member .card .pay.success {
  background: #fff;
}
.member .card .pay.success .hook {
  background: #00c43e;
}
.member .card .pay.success .sub-title {
  font-size: 18px;
  line-height: 150%;
}
.member .card .pay.fail {
  background: #fff;
}
.member .card .pay.fail .hook {
  background: #d83d1d;
}
.member .card .pay.fail .sub-title {
  font-size: 18px;
  line-height: 150%;
}
.member .card .card-list {
  position: relative;
  padding: 10px 10px 8px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
.member .card .card-list .text-list {
  padding-left: 11px;
  font-size: 16px;
  line-height: 150%;
}
.member .card .card-list .text-list div {
  padding-bottom: 5px;
  letter-spacing: 1px;
}
.member .card .card-list .text-list .date, .member .card .card-list .text-list .memo {
  color: #777;
  font-size: 14px;
}
.member .card .card-list .text-list .price {
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #f9b03a;
}
@media only screen and (max-width: 1440px) {
  .member .card .card-list .text-list .price {
    padding-bottom: 10px;
  }
}
.member .card .card-list .text-list .price:first-child {
  color: #f9b03a;
  font-weight: bolder;
}
.member .card .card-list .text-list .nocheck input[type=checkbox] {
  display: none;
}
.member .card .card-list .text-list .nocheck input[type=checkbox] + label span:before {
  background: #e5e5e5;
}
.member .card .card-list .text-list .checkbox_style input[type=checkbox] {
  width: 100%;
  height: 100%;
}
.member .card .card-list .text-list .checkbox_style input[type=checkbox] + label span {
  display: inline-block;
}
.member .card .card-list .text-list .checkbox_style input[type=checkbox] + label span:before {
  top: 10px;
}
.member .card .card-list .text-list .input-2 > div {
  width: -moz-calc(( ( 100% -  12px ) / 2 ));
  width: -webkit-calc(( ( 100% -  12px ) / 2 ));
  width: calc(( ( 100% -  12px ) / 2 ));
}
@media only screen and (max-width: 1440px) {
  .member .card .card-list .text-list .input-2 > div {
    width: 100%;
  }
}
.member .card .card-list .text-list .btn {
  margin-bottom: 0;
}
.member.store-order-history .note {
  color: #fd005d;
}
.member.store-order-history .input-list {
  margin-top: 30px;
  padding-bottom: 0px;
}
.member.store-order-history .input-list .btn {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.member.store-order-history .input-list .green {
  background: #538a22;
  color: #fff;
}
.member.store-order-history .table-list {
  margin: 0 auto;
}
.member.store-order-history .table-list > .item-title {
  margin-bottom: 1px;
  padding: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
  word-break: break-all;
}
.member.store-order-history .table-list > ul {
  background: #6eac56;
  line-height: 150%;
}
.member.store-order-history .table-list > ul.top-title {
  background: #6eac56 !important;
  color: #fff;
}
.member.store-order-history .table-list > ul.top-title li {
  height: 30px;
  background: #6eac56 !important;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history .table-list > ul.top-title li {
    font-size: 14px;
  }
}
.member.store-order-history .table-list > ul.top-title .price {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center !important;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history .table-list > ul.top-title .price {
    font-size: 12px;
  }
}
.member.store-order-history .table-list > ul:nth-child(odd) {
  background: #6eac56;
}
.member.store-order-history .table-list > ul:nth-child(odd) li {
  background: #f0fbee;
}
.member.store-order-history .table-list > ul:nth-child(even) {
  background: #6eac56;
}
.member.store-order-history .table-list > ul:nth-child(even) li {
  background: #fff;
}
.member.store-order-history .table-list > ul:last-child li {
  margin-bottom: 2px;
}
.member.store-order-history .table-list > ul li {
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history .table-list > ul li {
    font-size: 12px;
  }
}
.member.store-order-history .table-list > ul li.date {
  flex: 1;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history .table-list > ul li.store {
    flex: 1;
  }
}
.member.store-order-history .table-list > ul li.price {
  width: 20%;
  color: #85bd50;
  font-size: 16px;
  font-weight: bolder;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history .table-list > ul li.price {
    width: 23%;
    text-align: center;
  }
}
.member.store-order-history2 .note {
  color: #fd005d;
}
.member.store-order-history2 .input-list {
  margin-top: 30px;
  padding-bottom: 0px;
}
.member.store-order-history2 .input-list .btn {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.member.store-order-history2 .input-list .green {
  background: #538a22;
  color: #fff;
}
.member.store-order-history2 .table-list {
  max-width: 550px;
  margin: 0 auto;
}
.member.store-order-history2 .table-list > .item-title {
  margin-bottom: 1px;
  padding: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
  word-break: break-all;
}
.member.store-order-history2 .table-list > ul {
  display: block;
  background: #6eac56;
  line-height: 150%;
}
.member.store-order-history2 .table-list > ul.top-title {
  color: #fff;
}
.member.store-order-history2 .table-list > ul.top-title li {
  height: 30px;
  background: #6eac56 !important;
}
.member.store-order-history2 .table-list > ul.top-title .price {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center !important;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history2 .table-list > ul.top-title .price {
    font-size: 12px;
  }
}
.member.store-order-history2 .table-list > ul:nth-child(odd) {
  background: #f0fbee;
}
.member.store-order-history2 .table-list > ul:nth-child(odd) li {
  background: #f0fbee;
}
.member.store-order-history2 .table-list > ul:nth-child(even) {
  background: #fff;
}
.member.store-order-history2 .table-list > ul:last-child li {
  margin-bottom: 2px;
}
.member.store-order-history2 .table-list > ul li {
  display: inline-block;
  height: 52px;
  padding: 5px;
  margin: 1px 1px 1px -4px;
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history2 .table-list > ul li {
    font-size: 12px;
    padding: 5px 2px;
  }
}
.member.store-order-history2 .table-list > ul li:first-child {
  width: 20%;
  margin-left: 0px;
}
.member.store-order-history2 .table-list > ul li:last-child {
  margin-right: 0;
}
.member.store-order-history2 .table-list > ul li.store {
  width: -moz-calc((31% - 30.5px));
  width: -webkit-calc((31% - 30.5px));
  width: calc((31% - 30.5px));
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history2 .table-list > ul li.store {
    width: -moz-calc(( 23% - 4px ));
    width: -webkit-calc(( 23% - 4px ));
    width: calc(( 23% - 4px ));
  }
}
.member.store-order-history2 .table-list > ul li.type {
  width: 34%;
}
.member.store-order-history2 .table-list > ul li.price {
  width: 20%;
  color: #85bd50;
  font-size: 18px;
  font-weight: bolder;
}
@media only screen and (max-width: 1440px) {
  .member.store-order-history2 .table-list > ul li.price {
    width: 23%;
    text-align: center;
  }
}
.member.store-order-history2 .card .card-list {
  background: #fff;
  border-color: #fff;
}
.member.store-order-history2 .card .card-list .text-list .btn {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 5px;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
}
.member.store-order-history2 .card .card-list .text-list .price {
  font-size: 16px;
  padding-bottom: 5px;
}
.member .record {
  background: #fff;
}
.member .record .card-list {
  padding: 20px 0 8px;
}
.member .record .card-list .card {
  height: auto;
}
.member .record .card-list .card .card-block {
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .member .record .table-list > ul li.date {
    flex: 1.3;
  }
  .member .record .table-list > ul li.store {
    flex: 1.3;
  }
  .member .record .table-list > ul li.type {
    flex: 1;
    text-align: center;
  }
}
.member .card-number2 {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 10px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  background: #fff;
  padding: 7px 5px 2px 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 375px) {
  .member .card-number2 {
    padding: 5px 3px 1px 3px;
    font-size: 15px;
  }
}
.member .card-number2 .blue2 {
  color: #fd005d;
}
.member .card-number2 > div {
  display: block;
  margin-bottom: 5px;
  background: #eeffee;
  border-radius: 5px;
}
.member .card-number2 > div span {
  display: inline-block;
  line-height: 190%;
}
.member .card-number2 > div span em {
  display: block;
  padding: 0 5px;
  border-top: 1px solid #ccc;
}
.member .card-number2 > div span em:first-child {
  border: none;
}
.member .card-number2 > div span:first-child {
  width: 100px;
}
@media only screen and (max-width: 375px) {
  .member .card-number2 > div span:first-child {
    width: -moz-calc(( 100% - 70px - 120px - 8px ));
    width: -webkit-calc(( 100% - 70px - 120px - 8px ));
    width: calc(( 100% - 70px - 120px - 8px ));
  }
}
.member .card-number2 > div span:nth-child(2) {
  width: 80px;
  vertical-align: middle;
  color: #85bd50;
  font-weight: bolder;
}
@media only screen and (max-width: 375px) {
  .member .card-number2 > div span:nth-child(2) {
    width: 70px;
  }
}
.member .card-number2 > div span:last-child {
  width: 150px;
  vertical-align: middle;
}
@media only screen and (max-width: 375px) {
  .member .card-number2 > div span:last-child {
    width: 120px;
  }
}
.member .card-number2 > div .number {
  width: 70px;
  padding: 0;
  text-align: right;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.member .card-number2 > div .date {
  margin-left: -4px;
}
.member .page {
  text-align: center;
}
.member .page a {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background: #e9e9e9;
  color: #9a8a8a;
  font-weight: bolder;
  border-radius: 6px;
}
.member .page a.select {
  background: #f49631;
  color: #fff;
}
.member .order-list {
  margin-bottom: 20px;
}
.member .order-list > div {
  margin-bottom: 20px;
}
.member .order-list > div:first-child {
  margin-bottom: 0;
}
.member .order-list .shipping-empty .top-block {
  min-height: 140px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .member .order-list .shipping-empty .top-block {
    padding-top: 0;
  }
}
.member .order-list .shipping-empty .top-block div:first-child {
  padding-top: 20px;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #7f8c8d;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .member .order-list .shipping-empty .top-block div:first-child {
    padding-left: 320px;
  }
}
@media only screen and (max-width: 1440px) {
  .member .order-list .shipping-empty .top-block div:first-child {
    text-align: center;
  }
}
.member .order-list .shipping-empty .top-block div:first-child .btn {
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 3px 5px;
}
.member .order-list .shipping-empty .top-block div:last-child {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 0;
}
@media only screen and (max-width: 1440px) {
  .member .order-list .shipping-empty .top-block div:last-child {
    position: relative;
    margin-top: -34px;
  }
}
.member .order-list .shipping-empty .top-block img {
  width: 100%;
}
.member .order-list .shipping {
  background: #fff;
  font-size: 16px;
}
.member .order-list .shipping > div {
  margin: 0 5px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.member .order-list .shipping > div:last-child {
  border-bottom: none;
}
.member .order-list .shipping .top-title {
  margin: 0 0 20px;
  border-radius: 6px;
  background: #b2b2b2;
  color: #606f70;
}
.member .order-list .shipping .top-title span {
  float: left;
  padding: 10px 0;
}
.member .order-list .shipping .top-title span:first-child {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.member .order-list .shipping .top-title span:last-child {
  width: -moz-calc(( 100% - 42px ));
  width: -webkit-calc(( 100% - 42px ));
  width: calc(( 100% - 42px ));
  padding-left: 5px;
  background: #ececec;
}
.member .order-list .shipping .status {
  padding-left: 27px;
  color: #e74c3c;
  font-weight: bold;
}
.member .order-list .shipping .item-list {
  margin: 20px;
  font-size: 15px;
}
.member .order-list .shipping .item-list > li {
  display: inline-block;
  width: -moz-calc(( ( 100% - 6px ) / 2 ));
  width: -webkit-calc(( ( 100% - 6px ) / 2 ));
  width: calc(( ( 100% - 6px ) / 2 ));
  margin-bottom: 10px;
  color: #7f8c8d;
  line-height: 150%;
}
@media only screen and (max-width: 1440px) {
  .member .order-list .shipping .item-list > li {
    width: 100%;
  }
}
.member .order-list .shipping .item-list > li:before {
  content: '●';
  color: #1abc9c;
}
.member .order-list .shipping .item-list .item-detail {
  width: 100%;
}
.member .order-list .shipping .item-list .item {
  font-size: 14px;
  padding-left: 17px;
}
.member .order-list .shipping .item-list .item li {
  display: block;
}
.member .order-list .shipping .item-list .item li:before {
  content: '●';
  color: #3498db;
}
.member .order-list .shipping .note {
  padding: 20px;
  margin: 20px;
  font-size: 16px;
  line-height: 150%;
  border: 5px dotted #74c5b6;
  color: #0a886f;
}
.member .order-list .history-order-empty {
  background: #fff;
  padding: 20px 5px;
}
.member .order-list .history-order-empty .note {
  padding-left: 22px;
  color: #e74c3c;
  font-size: 16px;
  font-weight: bold;
}
.member .order-list .top-note {
  padding: 10px 5px !important;
  margin-bottom: -17px !important;
  border-bottom: none !important;
  font-size: 13px;
  color: #e74c3c;
  text-align: right;
}
.member .order-list .input-list {
  padding: 10px 5px 0 !important;
  border-bottom: none !important;
  font-size: 14px;
}
.member .order-list .input-list .dropdown {
  display: inline-block;
  margin-bottom: 0;
  text-align: right;
}
.member .order-list .input-list .dropdown .item {
  display: inline-block;
  flex: none;
}