@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  background-color: #f0eef1;
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
}
/*
a {
  color: #b59339;
  text-decoration: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select option:disabled {
  background-color: rgba(214, 214, 214, 0.5);
}

input::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: inherit;
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
  outline: 0;
  background-color: white;
}

br {
  font-family: sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  position: relative;
  width: 100%;
  margin: 0 auto 35px;
  letter-spacing: 1px;
  font-size: 11px;
  color: #9fa2a6;
  text-align: center;
  display: block;
  padding: 30px 0;
  line-height: 20px;
}
footer .copyright {
  color: #9fa2a6;
}
footer .copyright a {
  color: #000000;
}

.clear {
  clear: both;
}

.ui-widget {
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
} */
.tip,.templeteRow{
    display: none;
}
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  background-color: white;
  position: absolute;
}

input[type=radio]:not(old) + label {
  display: inline-block;
  /* margin-left: -24px; */
  padding-left: 28px;
  background: url("../images/shop/op.png") no-repeat;
  background-position: 1px 5px;
  line-height: 28px;
}

input[type=radio]:not(old):checked + label {
  background: url("../images/shop/op_check.png") no-repeat;
  background-position: 1px 5px;
}

input[type=checkbox]:not(old) + label {
  display: inline-block;
  /* margin-left: -24px; */
  padding-left: 28px;
  background: url("../images/member/ch.jpg") no-repeat;
  background-position: 1px 5px;
  line-height: 28px;
}

input[type=checkbox]:not(old):checked + label {
  background: url("../images/member/ch_check.jpg") no-repeat;
  background-position: 1px 5px;
}

body.white {
  background-color: white;
}

input,
textarea {
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  background-color: white;
}

.content {
  background-color: #f3f3f3;
  position: relative;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

/*shop_head*/
.shop_head {
  position: relative;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  height: 130px;
}

.shop_head .shop_logo {
  position: relative;
  float: left;
  margin-top: 20px;
}

.shop_head .right {
  position: relative;
  float: right;
  display: flex;
  margin-top: 45px;
}

.shop_head .right .search {
  position: relative;
  display: flex;
  width: 150px;
  height: 35px;
  border-bottom: 2px solid #303030;
}

.shop_head .right .search .search_box {
  position: relative;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  width: calc(100% - 28px);
  padding: 0;
  background-color: transparent;
  outline: 0;
}

.shop_head .right .search .send {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_head .right .car {
  position: relative;
  height: 35px;
  width: 40px;
  margin: 0 35px;
  display: block;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.shop_head .right .car .num {
  position: absolute;
  font-size: 13px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.58);
  left: 28px;
  top: -11px;
  font-weight: bold;
}

.shop_head .right .nav {
  position: relative;
  font-size: 32px;
  width: 46px;
  text-align: center;
  cursor: pointer;
}
.shop_head .right .nav i {
  position: relative;
}

.border_style {
  background-color: white;
  border: 1px solid #cecece;
  border-radius: 10px;
  box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.09);
}

.select_box {
  display: block;
  /* background-image: url("../images/select.png"); */
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 97%;
  height: 37px;
  background-color: white;
}
.select_box select {
  font-size: 14px;
  color: gray;
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: transparent;
  border: 1px solid gainsboro;
}

#shop_show {
  position: relative;
  width: 100%;
}

.shop_contain .order_manage .table_order .field .line .t1 {
  text-align: left;
  line-height: 17px;
  letter-spacing: 1px;
}
.shop_contain .order_manage .table_order .field .line .td {
  padding: 17px 5px;
}
.shop_contain .bonus_box {
  padding: 60px 30px;
  position: relative;
}
.shop_contain .bonus_box .top_info {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.shop_contain .bonus_box .top_info .title {
  position: relative;
  font-size: 16px;
  float: left;
  font-weight: bold;
}
.shop_contain .bonus_box .top_info .memo {
  position: relative;
  font-size: 12px;
  color: #767676;
  float: left;
  margin-left: 65px;
}
.shop_contain .bonus_box .top_info .point {
  position: relative;
  float: right;
  font-size: 45px;
  top: -14px;
  font-family: Myriad Pro, Microsoft JhengHei, Myriad, Aria, sans-serif;
}
.shop_contain .bonus_box .top_info .point::after {
  content: '點';
  font-size: 16px;
  font-weight: bold;
  margin-left: 9px;
}
.shop_contain .bonus_box .bonus_list .table_order .t1 {
  width: 12%;
}
.shop_contain .bonus_box .bonus_list .table_order .t2 {
  width: 63%;
}
.shop_contain .bonus_box .bonus_list .table_order .t3 {
  width: 25%;
}
.shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 {
  flex-wrap: wrap;
  text-align: left;
  padding-left: 30px;
}
.shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 span {
  width: 100%;
  display: block;
}

.pager {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  line-height: 35px;
}
.pager .arrow_box {
  position: relative;
  width: 92px;
  height: 35px;
  background-color: white;
  box-shadow: 8px 6px 14px rgba(0, 0, 0, 0.05);
  margin: 0 20px;
  display: flex;
}
.pager .arrow_box .arrow {
  position: relative;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  background-position: center;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .arrow_box .home {
  background-image: url(../images/shop/prev_plus.png);
}
.pager .arrow_box .home:after {
  content: '';
  background-color: #d2d2d2;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 12px;
}
.pager .arrow_box .end {
  background-image: url(../images/shop/prev_plus.png);
  transform: rotateY(180deg);
}
.pager .arrow_box .end:after {
  content: '';
  background-color: #d2d2d2;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 12px;
}
.pager .arrow_box .prev {
  background-image: url(../images/shop/prev.png);
}
.pager .arrow_box .next {
  background-image: url(../images/shop/prev.png);
  transform: rotateY(180deg);
}
.pager .mobile_num {
  display: none;
}
.pager .num {
  margin: 0 2px;
  position: relative;
  color: #767676;
  display: inline-block;
  padding: 0 6px;
}
.pager .num.active::after {
  content: '';
  background-color: #767676;
  position: absolute;
  width: 8px;
  height: 1px;
  top: 25px;
  left: 50%;
  margin-left: -4px;
}

.order_manage {
  position: relative;
  width: 100%;
}
.order_manage .order_list {
  background-color: transparent;
}
.order_manage .order_now {
  position: relative;
  padding: 45px;
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}
.order_manage .order_now .title {
  position: relative;
  border-bottom: 1px solid black;
  padding-bottom: 6px;
  display: block;
}
.order_manage .order_now .detail {
  position: relative;
  display: flex;
  padding-top: 18px;
}
.order_manage .order_now .detail .line {
  position: relative;
  width: 100%;
  border-right: 1px solid #afafaf;
  padding-right: 15px;
  margin-right: 27px;
  display: flex;
}
.order_manage .order_now .detail .line .name {
  position: relative;
  width: 100px;
}
.order_manage .order_now .detail .line .memo {
  position: relative;
  font-size: 13px;
  color: gray;
}
.order_manage .order_now .detail .line:last-child {
  border-right: 0;
  margin-right: 0;
}
.order_manage .order_now .info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  font-size: 13px;
}
.order_manage .order_now .info .block {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding: 11px 0;
}
.order_manage .order_now .info .line {
  position: relative;
  display: flex;
  width: 49%;
}
.order_manage .order_now .info .line .name {
  position: relative;
  width: 100px;
}
.order_manage .order_now .info .line .field {
  position: relative;
  color: #767676;
  width: 100%;
}
.order_manage .order_now .info .line .field .button {
  background-color: #1d1d1d;
  color: white;
  position: absolute;
  right: 0;
  top: -7px;
  height: 38px;
  line-height: 36px;
  width: 100px;
  font-size: 13px;
}
.order_manage .order_now .info .line:nth-child(even) {
  margin-left: 1%;
  width: 50%;
}
.order_manage .order_now .info .line:nth-child(even) .name {
  padding-left: 30px;
  width: 155px;
}
.order_manage .order_now .info .long.line {
  width: 100%;
  margin-right: 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 11px 0;
  margin-left: 0;
}
.order_manage .order_now .info .long.line .name {
  padding-left: 0;
  width: 100px;
}
.order_manage .order_now .info div:last-child, .order_manage .order_now .info .line:last-child {
  border-bottom: 0;
}
.order_manage .order_search {
  position: relative;
  font-size: 14px;
  height: auto;
  line-height: 37px;
  margin-bottom: 38px;
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 2px solid gainsboro;
  width: 100%;
}
.order_manage .order_search .name {
  position: relative;
  float: left;
  margin-right: 12px;
}
.order_manage .order_search .select_box {
  position: relative;
  float: left;
  width: 105px;
  margin-right: 8px;
  background-position: 90%;
}
.order_manage .order_search .date_zone {
  position: relative;
  float: right;
  width: 80.5%;
  display: flex;
  height: 37px;
}
.order_manage .order_search .date_zone .inputbox {
  position: relative;
  font-size: 14px;
  height: 100%;
  border: 1px solid gainsboro;
  background-color: white;
  width: 285px;
  text-align: center;
  background-image: url(../images/shop/date.png);
  background-repeat: no-repeat;
  background-position: 98%;
  padding-right: 40px;
}
.order_manage .order_search .date_zone span {
  position: relative;
  width: 52px;
}
.order_manage .order_search .date_zone span:after {
  content: '';
  background-color: black;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 17px;
  top: 19px;
}
.order_manage .order_search .date_zone .link_button {
  position: relative;
  background-color: #1d1d1d;
  color: white;
  width: 88px;
  height: 100%;
  line-height: 36px;
  margin-left: 22px;
  font-size: 12px;
}

.acoount_block {
  position: relative;
  width: 100%;
}
.acoount_block .account_box {
  position: relative;
  padding: 45px;
  display: block;
  min-height: 275px;
  margin-bottom: 12px;
}
.acoount_block .account_box:after {
  content: '';
  display: block;
  clear: both;
}
.acoount_block .account_box .title {
  position: relative;
  font-size: 16px;
  border-top: 2px solid black;
  width: 33%;
  padding-top: 8px;
  letter-spacing: 1px;
  float: left;
}
.acoount_block .account_box .title .tip {
  color: #595757;
  font-size: 12px;
  line-height: 17px;
  margin-top: 15px;
}
.jump_box_style .box .block .line2 .tip{
    color: #b59339;
    font-size: 12px;
    line-height: 17px;
    margin-top: 15px;
}
.acoount_block .account_box .num {
  position: absolute;
  font-family: Myriad Pro,sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #cdcdcd;
  top: 150px;
  left: 40px;
}
.acoount_block .account_box .field_box {
  position: relative;
  float: right;
  width: 51%;
  font-size: 13px;
}
.acoount_block .account_box .field_box.error{
    margin-bottom: 20px;
}
.acoount_block .account_box .field_box.error .tip{
    display: block;
    position: absolute;
    bottom: -2px;
    padding-left: 0;
}
.jump_box_style .box .block .line2.error .tip{
    display: block;
        position: absolute;
        bottom: -8px;
        padding-left: 0;
        margin-top: 0;
}
.acoount_block .account_box .field_box .read{
    margin-bottom: 20px;
}
.acoount_block .account_box .field_box .memo{
    display: block;
}
.acoount_block .account_box .field_box .text_summary {
  font-size: 13px;
  color: #595757;
  line-height: 21px;
}
.acoount_block .account_box .field_box .text_summary ul {
  list-style: disc;
  padding-left: 25px;
}
.acoount_block .account_box .field_box .text_summary ul li {
  padding-left: 10px;
  margin-bottom: 20px;
}
.acoount_block .account_box .field_box .line {
    position: relative;
    display: flex;
    margin-bottom: 12px;
    line-height: 37px;
}
.acoount_block .account_box .field_box .line.error{
    margin-bottom: 40px;
}
.acoount_block .account_box .field_box .line.error .tip,
.acoount_block .account_box .field_box .line.error .templeteRow{
    display: block;
    position: absolute;
    bottom: -28px;
}
.acoount_block .account_box.login_box .field_box .line{
        flex-wrap: wrap;
}
.acoount_block .account_box .field_box .line .link_button{
    margin-left: 90px;
}
.acoount_block .account_box .field_box .line.code img{
    position: absolute;
    right: 0;
    z-index: 5;
}
.acoount_block .account_box .field_box .line.code .inputbox{
        width: calc(100% - 205px);
}
.acoount_block .account_box .field_box .line .tip ,.acoount_block .account_box .field_box .tip{
    position: relative;
    color: #b59339;
    padding-left: 90px;
    width: 100%;
    line-height: 25px;
}
.acoount_block .account_box .field_box .line .select_box {
  width: 100%;
}
.acoount_block .account_box .field_box .line label {
    position: relative;
    width: 90px;
    min-width: 90px;
}
.acoount_block .account_box .field_box .line .inputbox {
  position: relative;
  /* width: calc(100% - 90px); */
  width: 100%;
  border: 1px solid gainsboro;
  padding: 6px 10px;
  height: 37px;
  outline: 0;
  font-size: 15px;
  color: gray;
}
.acoount_block .account_box .field_box .line .inputbox.disabled {
  border: 0;
  background-color: transparent;
}
.acoount_block .account_box .field_box .line .birth {
  display: flex;
  width: 100%;
}
.acoount_block .account_box .field_box .line .birth .year_select {
  width: 32%;
  margin-right: 3%;
}
.acoount_block .account_box .field_box .line .birth .mounth_select {
  width: 32%;
  margin-right: 3%;
}
.acoount_block .account_box .field_box .line .birth .day_select {
  width: 32%;
}
.acoount_block .account_box .field_box .line .birth .select_box {
  background-position: 90%;
}
.acoount_block .account_box .field_box .line .birth .select_box select {
  padding-right: 30px;
}
.acoount_block .account_box .field_box .line .addr_edit {
  position: relative;
  width: 100%;
}
.acoount_block .account_box .field_box .line .addr_edit .add_addr {
  position: relative;
  border-bottom: 1px solid black;
  padding: 5px 0;
}
.acoount_block .account_box .field_box .line .addr_edit .add_addr .add {
  position: relative;
  background-image: url("../images/member/add.png");
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left;
  cursor: pointer;
}
.acoount_block .account_box .field_box .line .addr_edit .add_addr .add span {
  color: #b59339;
  margin-left: 6px;
  letter-spacing: 1px;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block {
  position: relative;
  font-size: 12px;
  color: #727272;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .option {
  position: relative;
  display: flex;
  padding-top: 8px;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 8px;
  padding-right: 45px;
  padding-left: 0;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .option input {
  height: 30px;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .option label {
  width: 100%;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .edit_button {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 10;
  color: #b59339;
  cursor: pointer;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box {
  position: relative;
  padding-top: 12px;
  border-bottom: 1px solid black;
  padding-bottom: 12px;
  display: none;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box::after {
  content: '';
  display: block;
  clear: both;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .city_select {
  position: relative;
  width: 49%;
  float: left;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .area_select {
  position: relative;
  float: right;
  width: 49%;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .inputbox {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .confirm {
  position: relative;
  float: left;
  background-color: #1d1d1d;
  color: white;
  width: 100px;
  margin-right: 10px;    margin-left: auto;
}
.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .del {
  position: relative;
  float: left;
  background-color: #d84b4b;
  color: white;
  width: 100px;
  border-color: #d84b4b;    margin-left: auto;
}

.acoount_block.returns_block .account_box.has_tip .num {
  top: 193px;
}
.acoount_block.returns_block .account_box .field_box {
  width: 60%;
}
.acoount_block.returns_block .table_order .title {
  width: 100%;
  padding-top: 0;
  font-size: 13px;
  float: none;
}
.acoount_block.returns_block .table_order .title .t1 {
  width: 19%;
}
.acoount_block.returns_block .table_order .title .t2 {
  width: 43%;
}
.acoount_block.returns_block .table_order .title .t3 {
  width: 38%;
}
.acoount_block.returns_block .table_order .field {
  position: relative;
}
.acoount_block.returns_block .table_order .field .line {
  position: relative;
  margin-bottom: 0;
}
.acoount_block.returns_block .table_order .field .line .td {
  position: relative;
  display: block;
  padding: 10px 10px 10px 17px;
  text-align: left;
  line-height: 21px;
  color: #767676;
}
.acoount_block.returns_block .table_order .field .line .t1 {
  width: 19%;
}
.acoount_block.returns_block .table_order .field .line .t2 {
  width: 43%;
}
.acoount_block.returns_block .table_order .field .line .t3 {
  width: 38%;
}
.acoount_block.returns_block .table_order .field .line .light {
  color: #b59339;
}

.button_box.step_button {
  margin: 35px auto;
  display: flex;
  justify-content: center;
}
.button_box.step_button .link_button {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  word-spacing: 0px;
  color: white;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button_box.step_button .back {
  border-color: #606060;
  background-color: #606060;
}

.final_price {
  position: relative;
  font-size: 13px;
  line-height: 22px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  padding-top: 25px;
  padding-right: 75px;
  letter-spacing: 1px;
  padding-left: 50%;
}
.final_price.step_pay {
  margin-bottom: 100px;
}
.final_price .fee {
  position: absolute;
  left: 0;
  line-height: 22px;
  width: 384px;
  bottom: 0;
}
.final_price .fee .name {
  font-size: 12px;
  color: white;
  background-color: #1d1d1d;
  float: left;
  padding: 0px 22px;
  border-radius: 5px;
  margin-right: 20px;
}
.final_price .fee .memo {
  font-size: 13px;
  float: left;
  color: #727272;
}
.final_price .red_discount {
  margin-top: 20px;
}
.final_price .line {
  position: relative;
  display: flex;
}
.final_price .line .name {
  position: relative;
  width: 70%;
}
.final_price .line .name .tips {
  color: #ff3a3a;
  margin-right: 7px;
}
.final_price .line .price {
  position: relative;
  width: 30%;
}
.final_price .discount.line {
  margin-top: 0;
}
.final_price .discount.line .name {
  color: #ff3a3a;
}
.final_price .sum_price.line {
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 25px;
}
.final_price .sum_price.line .price {
  font-size: 24px;
}
.final_price .price {
  position: relative;
}
.final_price .price span {
  position: relative;
}

.trace_list {
  position: relative;
  font-size: 13px;
  display: block;
}
.trace_list.buy_list .title {
  display: flex;
}
.trace_list.buy_list .line:last-child {
  border-bottom: 0;
}
.trace_list.buy_list .line:last-child .td {
  padding-bottom: 0;
}
.trace_list.buy_list .line .t1 img{
  width: 50%;
}
.trace_list.buy_list .line .td.t5 {
  color: black;
  font-size: 13px;
}
.trace_list.buy_list .line .td.t3 {
  line-height: 17px;
  flex-wrap: wrap;
  align-content: center;
}
.trace_list.buy_list .line .td.t3 .new_price {
  display: block;
  width: 100%;
  color: black;
}
.trace_list.buy_list .line .td.t3 .old_price {
  display: block;
  text-decoration: line-through;
  width: 100%;
  opacity: .8;
}
.trace_list .link_button {
  height: 35px;
  width: 114px;
  line-height: 35px;
  border-color: #cecece;
}
.trace_list.more::after {
  content: '';
  background-image: url("../images/member/more.png");
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: bottom;
  background-repeat: no-repeat;
  left: 50%;
  bottom: -40px;
}
.trace_list .title {
  position: relative;
  display: flex;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  font-size: 14px;
}
.trace_list .title .th {
  position: relative;
  font-weight: bold;
  text-align: center;
}
.trace_list .title .t1,
.trace_list .title .t2 {
  justify-content: left;
  text-align: left;
}
.trace_list .line {
  position: relative;
  display: flex;
  color: #767676;
  border-bottom: 1px solid #e2e2e2;
}
.trace_list .line .td {
  position: relative;
  text-align: center;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trace_list .line .td a {
  color: gray;
}
.trace_list .line .t1,
.trace_list .line .t2 {
  justify-content: left;
  text-align: left;
  padding-right: 15px;
}
.trace_list .line .t5 {
  font-size: 16px;
  color: #bdbdbd;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trace_list .t1 {
  position: relative;
  width: 15%;
}
.trace_list .t2 {
  position: relative;
  width: 32%;
}
.trace_list .t3 {
  position: relative;
  width: 20%;
}
.trace_list .t4 {
  position: relative;
  width: 20%;
}
.trace_list .t5 {
  position: relative;
  width: 13%;
}

.shop_contain {
  position: relative;
  width: 935px;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: 2px solid black;
}
.shop_contain .head_box {
  position: relative;
  margin-bottom: 50px;
  display: block;
}
.shop_contain .head_box h2 {
  position: relative;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.shop_contain .head_box .select_link {
  display: none;
}
.shop_contain .head_box .sub_link {
  position: relative;
  border-top: 2px solid #303030;
  font-size: 14px;
  display: flex;
  text-align: center;
  height: 64px;
  align-items: center;
  border-bottom: 1px solid #adadad;
}
.shop_contain .head_box .sub_link .link {
  position: relative;
  width: 100%;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  color: black;
}
.shop_contain .head_box .sub_link .link:last-child:before {
  display: none;
}
.shop_contain .head_box .sub_link .link:before {
  content: '';
  background-color: #d4d4d4;
  position: absolute;
  right: 0;
  width: 1px;
  height: 25px;
  top: 19px;
}
.shop_contain .head_box .sub_link .link:after {
  content: '';
  background-color: #303030;
  width: 0;
  position: absolute;
  left: 50%;
  height: 2px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop_contain .head_box .sub_link .link.active:after {
  left: 0;
  width: 100%;
}
.shop_contain .link_button {
  text-align: center;
  font-size: 14px;
  display: block;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: 3px;
  height: 45px;
  line-height: 42px;
  cursor: pointer;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  width: 145px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_contain .link_button.none {
  opacity: 0.25;
  cursor: auto;
}
.shop_contain .shop_block {
  position: relative;
}
.shop_contain .shop_block:after {
  content: '';
  display: block;
  clear: both;
}
.shop_contain .shop_block .head_title {
  position: relative;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.shop_contain .shop_block .member_login {
  position: relative;
  width: 255px;
  height: 540px;
  TEXT-ALIGN: center;
  float: left;
}
.shop_contain .shop_block .member_login .icon {
  position: relative;
  font-size: 80px;
  color: #a2a2a2;
  margin-top: 75px;
  margin-bottom: 70px;
}
.shop_contain .shop_block .member_login .info {
  position: relative;
  display: block;
  border-bottom: 1px solid #cecece;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.shop_contain .shop_block .member_login .info .name {
  position: relative;
  font-size: 15px;
  display: block;
  margin-bottom: 2px;
}
.shop_contain .shop_block .member_login .info .mail {
  position: relative;
  font-size: 14px;
  color: #767676;
  display: block;
}
.shop_contain .shop_block .member_login .edit_link {
  position: relative;
  margin: 0 auto;
}
.shop_contain .shop_block .member_login .logout {
  position: relative;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1d1d1d;
  color: white;
}
.shop_contain .shop_block .member_neworder {
  position: relative;
  float: right;
  width: 666px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 45px;
}
.shop_contain .shop_block .member_neworder .more_order {
  background-color: #1d1d1d;
  color: white;
  float: right;
  margin-top: 21px;
}
.shop_contain .shop_block .shop_list {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 45px;
  margin-top: 12px;
  box-sizing: border-box;
}
.shop_contain .shop_block .shop_list .more_order {
  background-color: #1d1d1d;
  color: white;
  float: right;
  margin-top: 21px;
}
.shop_contain .shop_block .shop_list .headname {
  position: relative;
  margin-bottom: 60px;
}
.shop_contain .shop_block .shop_list .headname .title {
  font-size: 16px;
  display: inline-block;
  margin-right: 12px;
}
.shop_contain .shop_block .shop_list .headname .tip {
  font-size: 12px;
  color: #595757;
  display: inline-block;
}
.shop_contain .coup_list .table_order {
  position: relative;
}
.shop_contain .coup_list .table_order .field .line .t4, .shop_contain .coup_list .table_order .field .line .t3 {
  flex-wrap: wrap;
}
.shop_contain .coup_list .table_order .field .line .t4 span, .shop_contain .coup_list .table_order .field .line .t3 span {
  display: block;
  width: 100%;
}
.shop_contain .coup_list .table_order .field .line .td {
  padding: 14px 10px;
  line-height: 20px;
}
.shop_contain .coup_search {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.shop_contain .coup_search .title {
  position: relative;
  float: left;
  font-size: 16px;
}
.shop_contain .coup_search .select_box {
  float: right;
  width: 160px;
  background-position: 91%;
}
.shop_contain .coup_search .select_box select {
  font-size: 12px;
}
.shop_contain .table_order {
  position: relative;
  font-size: 13px;
  display: block;
}
.shop_contain .table_order.more::after {
  content: '';
  background-image: url("../images/member/more.png");
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: bottom;
  background-repeat: no-repeat;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
}
.shop_contain .table_order .title {
  position: relative;
  display: flex;
  color: black;
  width: 100%;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  line-height: 45px;
}
.shop_contain .table_order .title .th {
  position: relative;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}
.shop_contain .table_order .title .th:last-child {
  border-right: 0;
}
.shop_contain .table_order .field {
  position: relative;
}
.shop_contain .table_order .field .line {
  position: relative;
  display: flex;
  color: #767676;
  border-bottom: 1px solid black;
}
.shop_contain .table_order .field .line:nth-child(even) {
  background-color: white;
}
.shop_contain .table_order .field .line .td {
  position: relative;
  text-align: center;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d9d9d9;
}
.shop_contain .table_order .field .line .td a {
  color: #b59339;
  border-bottom: 1px solid #b59339;
  line-height: 17px;
}
.shop_contain .table_order .field .line .td:last-child {
  border-right: 0;
}
.shop_contain .table_order .t1 {
  position: relative;
  width: 17%;
}
.shop_contain .table_order .t2 {
  position: relative;
  width: 16%;
}
.shop_contain .table_order .t3 {
  position: relative;
  width: 17%;
}
.shop_contain .table_order .t4 {
  position: relative;
  width: 17%;
}
.shop_contain .table_order .t5 {
  position: relative;
  width: 17%;
}
.shop_contain .table_order .t6 {
  position: relative;
  width: 17%;
}
.shop_contain .table_order .t7 {
  position: relative;
  width: 17%;
}

.trace_block .trace_list .line:last-child {
  border-bottom: 0;
}

.jump_box_style {
  position: relative;
  /* display: none; */
  margin: 0 auto;
  width: 850px;
  max-height: 70vh;
}
.jump_box_style .box {
    position: relative;
    width: 100%;
    padding: 90px 50px 50px;
    border: 2px solid black;
    border-radius: 5px;
    background-color: white;
    font-size: 13px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.72);
}
.jump_box_style .box .title {
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid black;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.jump_box_style .box .block {
  position: relative;
  font-size: 13px;
  width: 50%;
  float: left;
}
.jump_box_style .box .block .line {
  position: relative;
  display: flex;
  height: 37px;
  line-height: 38px;
  margin-bottom: 11px;
  outline: 0;
}
.jump_box_style .box .block .line .line2{
    position: relative;
    display: block;
}
.jump_box_style .box .block .line .line2.error{
    margin-bottom: 20px;
}
.jump_box_style .box .block .line label {
  position: relative;
  width: 86px;
}
.jump_box_style .box .block .line .inputbox {
  position: relative;
  width: 82%;
  border: 1px solid gainsboro;
  padding: 10px;
  margin-bottom: 0;
}
.jump_box_style .box .block .line textarea {
  position: relative;
  border: 1px solid gainsboro;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 85px;
  resize: none;
}
.jump_box_style .box .block .line:last-child {
  margin-bottom: 0;
}
.jump_box_style .box .block .line.memo_line {
  height: auto;
}
.jump_box_style .box .block .button_box {
  position: relative;
  padding-left: 61px;
  float: right;
  width: 100%;
}
.jump_box_style .box .block .button_box input {
  background-color: #1d1d1d;
  color: white;
  position: relative;
  right: 0;
  height: 38px;
  line-height: 36px;
  width: 125px;
  font-size: 13px;
  float: left;
  border: 0;
  border-radius: 4px;
  margin-left: 6px;
  outline: 0;
  cursor: pointer;
}
.jump_box_style .box .block .button_box .reset {
  background-color: #606060;
}
.jump_box_style .box .block:last-child {
  padding-left: 50px;
}
.jump_box_style .box::after {
  content: '';
  display: block;
  clear: both;
}

.featherlight-inner {
  display: block !important;
}

.featherlight .featherlight-content {
  padding: 0;
  background-color: transparent;
  height: 100%;
  overflow-y: hidden;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  background-color: #ededed;
  width: 52px;
  height: 52px;
  right: 10px;
  top: 30px;
  border-radius: 2px;
  font-size: 30px;
  color: #bdbdbd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.jump_box_style .box .block .button_box input:hover {
  background-color: black;
}

#step_top {
  position: relative;
  height: 64px;
  text-align: center;
  background-color: white;
  color: #1e1e1e;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#step_top .step {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-right: 80px;
}
#step_top .step i {
  display: none;
}
#step_top .step.ok i {
  display: block;
  color: white;
  position: absolute;
  left: 11px;
  z-index: 10;
  top: 11px;
}
#step_top .step.ok.now .num {
  color: transparent;
}
#step_top .step .num {
  position: relative;
  font-family: Myriad Pro,sans-serif;
  color: black;
  border: 2px solid gray;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 9px;
}
#step_top .step .name {
  position: relative;
}
#step_top .step.now .num {
  background-color: #303030;
  color: white;
  border-color: #303030;
}
#step_top .step.now::after {
  opacity: 1;
}
#step_top .step::after {
  content: '';
  background-image: url(../images/shop/step.png);
  position: absolute;
  width: 40px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  right: -59px;
  top: 13px;
  opacity: .2;
}
#step_top .step:last-child {
  margin-right: 0;
}
#step_top .step:last-child:after {
  display: none;
}

.price {
  font-size: 13px;
  color: black;
  font-weight: 400;
}
.price:before {
  content: 'NT$ ';
}

.shop_step {
  position: relative;
}
.shop_step .head_title {
  position: relative;
  font-size: 20px;
  margin-left: 40px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.shop_step .pay_box {
  margin-bottom: 15px;
  position: relative;
}
.shop_step .pay_box .pay_list {
  position: relative;
}
.shop_step .add_num {
  position: relative;
  width: 82px;
  height: 28px;
  display: flex;
  border: 1px solid #dbdbdb;
}
.shop_step .add_num .btn {
  position: relative;
  width: 33%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.shop_step .add_num .down {
  border-right: 1px solid #dbdbdb;
  background-image: url(../images/shop/num_nus.png);
}
.shop_step .add_num .up {
  background-image: url(../images/shop/num_plus.png);
  border-left: 1px solid #dbdbdb;
}
.shop_step .add_num .num_input {
  position: relative;
  width: 34%;
  text-align: center;
  border: 0;
  font-size: 12px;
  outline: 0;
}
.shop_step .trace_list {
  position: relative;
}
.shop_step .trace_list .title {
  position: relative;
}
.shop_step .trace_list .title .th {
  position: relative;
}
.shop_step .trace_list .title .t1 {
  position: relative;
}
.shop_step .trace_list .title .t2 {
  position: relative;
  width: 28%;
}
.shop_step .trace_list .title .t3 {
  flex-wrap: wrap;
  align-content: center;
  width: 20%;
}
.shop_step .trace_list .title .t3 .new_price {
  display: block;
  width: 100%;
  color: black;
}
.shop_step .trace_list .title .t3 .old_price {
  display: block;
  text-decoration: line-through;
  width: 100%;
  opacity: .8;
}
.shop_step .trace_list .title .t4 {
  position: relative;
}
.shop_step .trace_list .title .t5 {
  position: relative;
}
.shop_step .trace_list .title .t6 {
  position: relative;
  width: 13%;
}
.shop_step .trace_list .line {
  position: relative;
}
.shop_step .trace_list .line .td {
  position: relative;
}
.shop_step .trace_list .line .t1 {
  position: relative;
}
.shop_step .trace_list .line .t1 img{
  width: 100%;
  max-height: 100px;
}
.shop_step .trace_list .line .t2 {
  position: relative;
  width: 28%;
}
.shop_step .trace_list .line .t3 {
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  width: 20%;
}
.shop_step .trace_list .line .t3 b:before {
  content: 'NT$ ';
}
.shop_step .trace_list .line .t3 .new_price {
  display: block;
  width: 100%;
  color: black;
}
.shop_step .trace_list .line .t3 .old_price {
  display: block;
  text-decoration: line-through;
  width: 100%;
  opacity: .8;
}
.shop_step .trace_list .line .t3 .old_price .price {
  color: #727272;
}
.shop_step .trace_list .line .t4 {
  position: relative;
}
.shop_step .trace_list .line .t5 {
  position: relative;
}
.shop_step .trace_list .line .t6 {
  position: relative;
  width: 13%;
}
.shop_step .trace_list .line .del {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_step .trace_list .line .del i {
  cursor: pointer;
  padding: 10px;
}
.shop_step .take_way {
  position: relative;
}
.shop_step .take_way .option {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  padding-top: 10px;
}
.shop_step .take_way .option input {
  position: absolute;
}
.shop_step .take_way .option label {
  position: relative;
  display: flex;
  margin-left: 0;
}
.shop_step .take_way .option .name {
  position: relative;
  font-size: 14px;
  width: 20%;
}
.shop_step .take_way .option .memo {
  position: relative;
  font-size: 13px;
  color: #727272;
}
.shop_step .border_style {
  padding: 40px;
}
.shop_step .step_block {
  position: relative;
}
.shop_step .step_block.country {
  margin-bottom: 50px;
}
.shop_step .step_block > .title {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid black;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-weight: bold;
}
.shop_step .step_block > .title .redtip {
  color: #ff3a3a;
  margin-left: 22px;
}
.shop_step .step_block .benefit {
  position: relative;
  display: flex;
  color: #727272;
  font-size: 13px;
}
.shop_step .step_block .benefit .title {
  position: relative;
}
.shop_step .step_block .benefit .benefit_option {
  position: relative;
  display: flex;
  margin-left: 20px;
  color: black;
}
.shop_step .step_block .benefit .benefit_option .option {
  margin-right: 15px;
}
.shop_step .step_block .benefit .benefit_option input[type=radio]:not(old) + label {
  background-image: url(../images/member/ch.jpg);
  padding-left: 25px;
}
.shop_step .step_block .benefit .benefit_option input[type=radio]:not(old):checked + label {
  background-image: url(../images/member/ch_check.jpg);
}
.shop_step .select_box {
  position: relative;
  width: 245px;
}
.shop_step .select_box select {
  position: relative;
}

.shop_step .border_style.ticket_list {
  margin-top: 30px;
}

.final_step {
  display: block;
}
.final_step::after {
  content: '';
  display: block;
  clear: both;
}
.final_step .left_area {
  width: 50%;
  padding-right: 18px;
  position: relative;
  display: block;
  float: left;
}
.final_step .left_area .head_title {
  margin-left: 30px;
}
.final_step .border_style {
  padding: 30px;
  min-height: auto;
  margin-bottom: 30px;
}
.final_step .right_area {
  width: 50%;
  float: right;
  display: inline-block;
}
.final_step .right_area .final_price {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 32%;
}
.final_step .right_area .final_price .line .name {
  width: 60%;
}
.final_step .right_area .final_price .line.point_show {
  margin-top: 5px;
}
.final_step .right_area .final_price .line .price, .final_step .right_area .final_price .line .point {
  width: 40%;
}
.final_step .right_area .shop_list {
  padding-left: 18px;
  padding-right: 0;
}
.final_step .right_area .shop_list .trace_list {
  border-bottom: 1px solid #e2e2e2;
}
.final_step .right_area .shop_list .line {
  line-height: 17px;
}
.final_step .right_area .shop_list .title .t1, .final_step .right_area .shop_list .line .t1 {
  width: 22%;
}
.final_step .right_area .shop_list .title .t2, .final_step .right_area .shop_list .line .t2 {
  width: 50%;
}
.final_step .right_area .shop_list .title .t5, .final_step .right_area .shop_list .line .t5 {
  width: 19%;
  text-align: right;
}
.final_step .right_area .shop_list .title .t5 span, .final_step .right_area .shop_list .line .t5 span {
  width: 100%;
}
.final_step .acoount_block .account_box .h_title {
  border-bottom: 1px solid black;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: flex;
}
.final_step .acoount_block .account_box .h_title .name {
  width: 112px;
}
.final_step .acoount_block .account_box .h_title .data_recive {
  position: relative;
  width: 160px;
  background-position: 92%;
}
.final_step .acoount_block .account_box .h_title .data_recive select {
  font-size: 14px;
  padding-right: 25px;
}
.final_step .acoount_block .account_box .h_title .option {
  width: 166px;
  padding-left: 23px;
  font-size: 12px;
  color: #727272;
}
.final_step .acoount_block .account_box .field_box {
  width: 100%;
}
.final_step .acoount_block .account_box .field_box .line label {
  min-width: 90px;
}
.final_step .acoount_block .account_box .field_box .line.member_law .option {
  /* padding-left: 21px; */
  display: block;
}
.final_step .acoount_block .account_box .field_box .line.member_law .option label {
  width: 100%;
  color: #727272;
  line-height: 22px;
  padding-top: 3px;
}
.final_step .acoount_block .account_box .field_box .line.addr {
  flex-wrap: wrap;
}
.final_step .acoount_block .account_box .field_box .line.addr .addr_edit {
  width: calc(100% - 90px);
}
.final_step .acoount_block .account_box .field_box .line.addr .option {
  width: calc(100% - 90px);
  margin-left: 90px;
  border-bottom: 1px solid #e1e1e1;
  /* padding-left: 25px; */
  font-size: 12px;
  color: #727272;
  padding-top: 5px;
  padding-bottom: 5px;
}
.final_step .acoount_block .account_box .field_box .line.addr .option label {
  width: 100%;
  min-width: 90px;
}
.final_step .acoount_block .account_box .field_box .line.addr .option:last-child {
  border-bottom: 0;
}
.final_step .acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box {
  display: block;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.final_step .acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .select_box {
  background-position: 92%;
}
.final_step .acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .select_box select {
  padding-right: 30px;
}
.final_step .acoount_block .account_box .field_box .line.store_check .link_button {
  background-color: #1d1d1d;
  color: white;
  width: 95px;
  font-size: 12px;
  height: 35px;
  line-height: 33px;
}
.final_step .acoount_block .account_box .field_box .textarea {
  width: 100%;
  height: 135px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  resize: none;
  padding: 8px 10px;
  outline: none;
}

/*login_from*/
#login_from, #sucess_msg {
  position: relative;
}
#login_from .box, #sucess_msg .box {
  padding: 90px 77px 50px;
}
#login_from .box .block, #sucess_msg .box .block {
  position: relative;
}
#login_from .box .block:first-child, #sucess_msg .box .block:first-child {
  padding-right: 50px;
  border-right: 1px solid #e4e4e4;
}
#login_from .box .block .forgot_link, #sucess_msg .box .block .forgot_link {
  position: relative;
  color: #727272;
  margin-top: 15px;
  display: inline-block;
}
#login_from .box .block .forgot_link:before, #sucess_msg .box .block .forgot_link:before {
  content: '';
  background-color: gray;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#login_from .box .block .title, #sucess_msg .box .block .title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 0;
}
#login_from .box .block .line, #sucess_msg .box .block .line {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 20px;
}

#login_from .box .block .line .inputbox, #sucess_msg .box .block .line .inputbox {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
#login_from .box .block .button_box, #sucess_msg .box .block .button_box {
  position: relative;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
#login_from .box .block .button_box .link_button, #sucess_msg .box .block .button_box .link_button {
  text-align: center;
  font-size: 14px;
  display: block;
  color: white;
  border: 1px solid #1d1d1d;
  border-radius: 3px;
  height: 45px;
  line-height: 42px;
  cursor: pointer;
  background-color: #1d1d1d;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  width: 145px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#login_from .box .block .button_box .link_button.login_button, #sucess_msg .box .block .button_box .link_button.login_button {
  background-color: #2b6caf;
  border-color: #2b6caf;
}
#login_from .box .block .login_msg, #sucess_msg .box .block .login_msg {
  position: relative;
  font-size: 13px;
  color: #727272;
  line-height: 20px;
  height: 126px;
}

#sucess_msg .line {
  font-size: 13px;
  color: #727272;
  line-height: 23px;
}
#sucess_msg .order_go {
  text-align: center;
  font-size: 14px;
  display: block;
  color: white;
  border: 1px solid #1d1d1d;
  border-radius: 3px;
  height: 45px;
  line-height: 42px;
  background-color: #1d1d1d;
  cursor: pointer;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  width: 145px;
  margin-top: 88px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sucess_msg .icon {
  text-align: center;
  position: relative;
  top: -45px;
}
.copyright{
  text-align: center;
  margin: 30px 0px;
}

@media only screen and (min-width: 1025px) {
  .shop_contain .shop_block .member_login .edit_link:hover,
  .shop_contain .shop_block .member_login .logout:hover,
  .shop_contain .shop_block .member_neworder .more_order:hover,
  .shop_contain .shop_block .shop_list .more_order:hover,
  .shop_contain .shop_block .trace_list .link_button.buyit:hover,
  #login_from .box .block .button_box .link_button:hover,
  .order_manage .order_search .date_zone .link_button:hover,
  .order_manage .order_now .info .line .field .button:hover,
  .jump_box_style .box .block .button_box input:hover {
    background-color: #b59339;
    color: white;
    border-color: #b59339;
  }

  .pager .num:hover {
    color: #b59339;
  }

  .pager .arrow_box .arrow:hover {
    background-color: rgba(181, 147, 57, 0.1);
  }

  .shop_contain .shop_block .trace_list .line .t5.del:hover,
  .shop_step .trace_list .line .del:hover {
    color: #d91e1e;
  }

  .featherlight .featherlight-close-icon:hover {
    background-color: gray;
    color: white;
  }

  .button_box.step_button .link_button:hover {
    word-spacing: 5px;
  }

  #login_from .box .block .forgot_link:hover:before {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .shop_head {
    padding: 0 25px;
  }

  .shop_contain {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .shop_contain .shop_block .member_login {
    width: 100%;
    height: 132px;
  }

  .shop_contain .shop_block .member_neworder {
    width: 100%;
    padding: 25px;
    margin-top: 15px;
  }

  .shop_contain .shop_block .shop_list {
    padding: 25px;
  }

  .shop_contain .link_button {
    width: calc(100% - 40px);
  }

  .shop_contain .shop_block .member_neworder .more_order,
  .shop_contain .shop_block .shop_list .more_order {
    width: 150px;
  }

  .shop_contain .shop_block .member_login .icon {
    position: relative;
    font-size: 80px;
    color: #a2a2a2;
    margin-top: 27px;
    margin-bottom: 19px;
    width: 70px;
    float: left;
    margin-left: 25px;
  }

  .shop_contain .shop_block .member_login .info {
    float: left;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 40px;
    width: 30%;
  }

  .shop_contain .shop_block .member_login .edit_link {
    float: right;
    width: 40%;
    margin-right: 20px;
    margin-top: 14px;
  }

  .shop_contain .shop_block .member_login .logout {
    float: right;
    width: 40%;
    margin-right: 20px;
    margin-top: 10px;
  }

  .acoount_block .account_box {
    padding: 25px;
  }

  .acoount_block .account_box .title {
    width: 20%;
  }

  .acoount_block .account_box .field_box {
    width: 73%;
  }

  .acoount_block .account_box .num {
    top: 128px;
    left: 21px;
  }

  .order_manage .order_search .date_zone {
    width: 69%;
  }

  .order_manage .order_search .date_zone span:after {
    width: 10px;
    margin-left: -5px;
    left: 50%;
  }

  .order_manage .order_search .date_zone .inputbox {
    width: 33%;
    padding-right: 25px;
  }

  .order_manage .order_now {
    padding: 25px;
  }

  .order_manage .order_now .detail {
    flex-wrap: wrap;
  }

  .order_manage .order_now .detail .line {
    width: 50%;
    padding-left: 0;
    padding-right: 20px;
    margin: 0;
    margin-top: 10px;
  }

  .order_manage .order_now .detail .line:nth-child(1), .order_manage .order_now .detail .line:nth-child(2) {
    margin-top: 0;
  }

  .order_manage .order_now .detail .line:nth-child(even) {
    padding-left: 20px;
    border-right: 0;
  }

  .order_manage .order_now .info .long.line .name {
    width: 87px;
  }

  .order_manage .order_now .info .line .field .button {
    top: -4px;
    height: 33px;
    line-height: 31px;
  }

  .final_price {
    padding-right: 10px;
    padding-left: 40%;
  }

  .final_price .sum_price.line .price {
    font-size: 22px;
  }

  .jump_box_style {
    max-width: 850px;
    width: 100%;
  }

  .jump_box_style .box, #login_from .box, #sucess_msg .box {
    padding: 80px 25px 25px;
  }

  .jump_box_style .box .block .button_box input {
    width: 40%;
  }

  .jump_box_style .box .block .button_box input:first-child {
    margin-left: 0;
  }

  .jump_box_style .box .block .button_box input {
    width: 48%;
    margin-left: 3%;
  }

  #login_from .box .block .button_box .link_button {
    width: 49%;
  }

  #login_from .box .block:first-child {
    padding-right: 25px;
  }

  .jump_box_style .box .block:last-child {
    padding-left: 25px;
  }

  .acoount_block.returns_block .account_box .field_box {
    width: 73%;
  }

  .shop_step .border_style {
    padding: 25px;
  }

  .shop_step .select_box {
    width: 100%;
  }

  .shop_step .take_way .option label {
    flex-wrap: wrap;
  }

  .shop_step .take_way .option .name {
    width: 100%;
  }

  .shop_step .take_way .option .memo {
    line-height: 21px;
  }

  .shop_step .step_block > .title .redtip {
    color: #ff3a3a;
    margin-left: 0;
    width: 100%;
    display: inline-block;
    line-height: 19px;
    margin-top: 4px;
  }

  .final_step {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .final_step .left_area {
    width: 100%;
    padding-right: 0;
  }
  .final_step .right_area {
    width: 100%;
    margin-bottom: 50px;
  }
  .final_step .right_area .final_price {
    margin-top: 25px;
  }
  .final_step .right_area .final_price .sum_price.line {
    padding-top: 20px;
    margin-top: 20px;
  }
  .final_step .shop_block .shop_list {
    padding: 0;
  }

  .shop_step .final_step .head_title {
    margin-left: 25px;
  }

  #sucess_msg .icon {
    text-align: center;
    position: relative;
    top: -45px;
    width: 50vw;
    right: 25px;
  }

  .shop_contain .bonus_box .top_info .memo {
    margin-left: 30px;
  }

  .shop_contain .bonus_box {
    padding: 70px 25px;
  }

  .shop_contain .bonus_box .top_info {
    margin-top: 10px;
    height: 35px;
  }

  .shop_contain .bonus_box .top_info .point {
    font-size: 36px;
    top: -72px;
  }

  .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 {
    padding-left: 20px;
  }

  .shop_contain .bonus_box .bonus_list .table_order .t1 {
    width: 15%;
  }
}
@media only screen and (max-width: 700px) {
  .order_manage .order_search .date_zone {
    width: 100%;
    margin-top: 10px;
  }

  .order_manage .order_search .select_box {
    position: relative;
    float: right;
    width: calc(100% - 91px);
    margin-right: 0;
    background-position: 96%;
  }

  .order_manage .order_search .date_zone .link_button {
    width: 21%;
  }
}
@media only screen and (max-width: 600px) {
  .shop_contain .table_order .field .line:nth-child(even) {
    background-color: transparent;
  }

  .shop_head {
    display: none;
  }

  .shop_contain .shop_block .shop_list .headname {
    margin-bottom: 35px;
  }

  .shop_contain .head_box .sub_link {
    display: none;
  }

  .shop_contain .head_box .select_link {
    display: block;
    background-image: url("../images/member/select.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 97%;
    background-color: white;
  }
  .shop_contain .head_box .select_link select {
    width: 100%;
    height: 30px;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 50px;
    background-color: transparent;
    border-color: #9e9e9e;
  }

  .shop_contain .shop_block .member_login .info {
    margin-top: 35px;
    width: calc(100% - 108px);
  }

  .shop_contain .shop_block .member_login .edit_link {
    float: left;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-top: 0;
  }

  .shop_contain .shop_block .member_login .logout {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 0;
    float: left;
  }

  .shop_contain .shop_block .member_login {
    height: 245px;
  }

  .shop_contain .table_order .title,
  .shop_contain .shop_block .trace_list .title {
    display: none;
  }

  .shop_contain .table_order .field .line,
  .shop_contain .shop_block .trace_list .line {
    display: block;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
  }

  .shop_contain .table_order .t1:before {
    content: '訂單日期';
  }

  .shop_contain .table_order .t2:before {
    content: '訂單編號';
  }

  .shop_contain .table_order .t3:before {
    content: '收件人';
  }

  .shop_contain .table_order .t4:before {
    content: '金額';
  }

  .shop_contain .table_order .t5:before {
    content: '付款方式';
  }

  .shop_contain .table_order .t6:before {
    content: '訂單狀態';
  }

  .shop_contain .table_order .t7:before {
    content: '付款狀態';
  }

  .shop_contain .table_order .field .line .td,
  .shop_contain .shop_block .trace_list .line .td {
    width: 100%;
    display: flex;
    border: 0;
    font-size: 14px;
    justify-content: left;
    padding: 8px 0;
    background-color: white;
    padding-left: 4px;
  }

  .shop_contain .table_order .field .line .td:nth-child(even) {
    background-color: #f6f6f6;
  }

  .shop_contain .table_order .field .line .td:before,
  .shop_contain .shop_block .trace_list .t3:before,
  .shop_contain .shop_block .trace_list .t5:before,
  .shop_contain .shop_block .trace_list .del:before,
  .trace_list.buy_list .line .td:before,
  .shop_step .trace_list .line .t4:before {
    width: 80px;
    text-align: left;
    color: black;
    padding-left: 0;
    min-width: 80px;
  }

  .shop_contain .shop_block .member_neworder {
    padding: 20px;
  }

  .shop_contain .shop_block .member_login .icon {
    margin-left: 20px;
  }

  .shop_contain .shop_block .head_title {
    margin-bottom: 18px;
  }

  .shop_contain .shop_block .member_neworder .more_order,
  .shop_contain .shop_block .shop_list .more_order {
    width: 100%;
  }

  .shop_contain .table_order.more::after,
  .shop_contain .shop_block .trace_list.more::after {
    display: none;
  }

  .shop_contain .shop_block .trace_list .line .t1 {
    width: 65px;
    float: left;
    padding-left: 0;
    margin-right: 10px;
  }

  .shop_contain .shop_block .trace_list .line .t2 {
    width: calc(100% - 75px);
    float: left;
  }

  .shop_contain .shop_block .trace_list .t3:before {
    content: '商品金額';
  }

  .shop_contain .shop_block .trace_list .t5:before {
    content: '刪除';
  }

  .shop_contain .shop_block .trace_list .link_button {
    width: 100%;
  }

  .acoount_block .account_box .title {
    width: 100px;
  }

  .acoount_block .account_box .field_box {
    width: 100%;
    margin-top: 40px;
  }

  .acoount_block .account_box .num {
    position: absolute;
    font-size: 33px;
    right: 19px;
    top: 28px;
    left: auto;
  }
  .acoount_block .account_box .field_box .line.code .inputbox {
      width: calc(100% - 90px);
  }
  .acoount_block .account_box .field_box .line {
    display: block;
  }
  .acoount_block .account_box .field_box .line .link_button{
      margin-left: 0;
      width: 100%;
  }
  .acoount_block .account_box .field_box .line label{
      /* float: left; */
  }
  .acoount_block .account_box .field_box .line .inputbox.disabled {
    padding-left: 0;
  }
  .acoount_block .account_box .field_box .line.code img {
      position: relative;
      right: 0;
      float: none;
      display: block;
      margin-right: 0;
      margin-left: auto;
      margin-top: 8px;
  }
  .acoount_block .account_box .field_box .line .tip ,
  .acoount_block .account_box .field_box .line.error .tip,
  .acoount_block .account_box .field_box .line.error .templeteRow{
      position: relative;
      color: #b59339;
      top: 0;
      left: 0;
      bottom: auto;
      padding-left: 0;
  }
  .acoount_block .account_box .field_box .line.error{
      margin-bottom: 0;
  }
 .jump_box_style{
     max-height: 100vh;
 }
  .order_manage .order_search .date_zone .link_button {
    width: 100%;
    position: absolute;
    bottom: -50px;
    margin-left: 0;
  }

  .order_manage .order_search .date_zone .inputbox {
    width: 47%;
    padding-right: 25px;
    font-size: 13px;
  }

  .order_manage .order_search .date_zone span {
    width: 30px;
  }

  .order_manage .order_search {
    height: 160px;
  }

  .order_manage .order_now .info .block {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .order_manage .order_now .info .line {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin-left: 0;
    padding: 10px 0;
    line-height: 20px;
  }

  .order_manage .order_now .info .line .field .button {
    width: 80px;
    top: 0;
    position: relative;
    margin-top: 6px;
  }

  .order_manage .order_now .info .line:nth-child(even) {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .order_manage .order_now .info .line:nth-child(even) .name {
    padding-left: 0;
    width: 100px;
  }

  .order_manage .order_now .detail .line {
    width: 100%;
    border: 0;
    padding-right: 0;
    border: 0;
    margin-top: 0;
  }

  .order_manage .order_now .detail .line:nth-child(even) {
    padding-left: 0;
  }

  .order_manage .order_now .detail .line .name {
    width: 87px;
  }

  .final_price {
    padding-left: 0;
    width: 100%;
  }

  .final_price .line .name {
    width: 60%;
  }

  .final_price .line .price {
    width: 40%;
  }

  .final_price .sum_price.line .price {
    font-size: 20px;
  }

  .trace_list.buy_list .line {
    display: block;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    line-height: 20px;
  }

  .trace_list.buy_list .line .td {
    width: 100%;
    display: flex;
    border: 0;
    font-size: 14px;
    justify-content: left;
    padding: 8px 0;
    background-color: white;
    padding-left: 0;
  }

  .trace_list.buy_list .line .t1 {
    width: 65px;
    float: left;
    padding-left: 0;
    margin-right: 10px;
  }

  .trace_list.buy_list .line .t2 {
    width: calc(100% - 75px);
    float: left;
  }

  .trace_list.buy_list .line .td.t3 {
    flex-wrap: nowrap;
    text-align: left;
  }

  .trace_list.buy_list .line .t3:before {
    content: '商品金額';
  }

  .trace_list.buy_list .line .t4:before {
    content: '商品數量';
  }

  .trace_list.buy_list .line .t5:before {
    content: '小計';
  }

  .trace_list.buy_list .title {
    display: none;
  }

  .trace_list.buy_list .line .link_button {
    width: 100%;
  }

  .trace_list.buy_list .line:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .final_price .discount.line {
    margin-top: 10px;
  }

  .final_price .sum_price.line {
    padding-top: 20px;
    margin-top: 20px;
  }

  .trace_list.buy_list .line .td.t3 .old_price {
    font-size: 12px;
  }

  .jump_box_style .box .block:last-child {
    padding-left: 0;
    margin-top: 11px;
  }

  .jump_box_style .box .block .line textarea {
    width: 82%;
  }

  .jump_box_style .box .block {
    width: 100%;
  }

  .jump_box_style .box .block .button_box {
    padding-left: 0;
    width: 100%;
  }

  .featherlight .featherlight-close-icon {
    width: 40px;
    height: 40px;
    font-size: 23px;
  }

  #login_from .box .block:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
  }

  #login_from .box .block:last-child {
    padding-left: 0;
    margin-top: 30px;
  }

  #login_from .box .block .login_msg {
    height: auto;
    margin-bottom: 55px;
  }

  .acoount_block.returns_block .account_box .field_box {
    width: 100%;
  }

  .acoount_block .account_box .title .tip {
    width: 65vw;
  }

  .acoount_block.returns_block .account_box.has_tip .num {
    top: 28px;
  }

  .acoount_block .account_box .field_box .text_summary ul li {
    padding-left: 5px;
  }

  .acoount_block.returns_block .table_order .field .line:last-child {
    border-bottom: 0;
  }

  .acoount_block.returns_block .table_order .field .line {
    border-color: black;
  }

  .acoount_block.returns_block .table_order .field .line .td {
    width: 100%;
    padding-left: 160px;
    padding-right: 8px;
  }

  .acoount_block.returns_block .table_order .field .line .t1 {
    width: 100%;
  }
  .acoount_block.returns_block .table_order .field .line .t1:before {
    content: '訂單狀態';
    text-align: left;
    width: 136px;
    margin-right: 30px;
    padding-left: 0;
    position: absolute;
    left: 10px;
  }

  .acoount_block.returns_block .table_order .field .line .t2 {
    width: 100%;
  }
  .acoount_block.returns_block .table_order .field .line .t2:before {
    content: '可否執行取消或退貨';
    text-align: left;
    width: 136px;
    margin-right: 30px;
    padding-left: 0;
    position: absolute;
    left: 10px;
  }

  .acoount_block.returns_block .table_order .field .line .t3 {
    width: 100%;
  }
  .acoount_block.returns_block .table_order .field .line .t3:before {
    content: '說明';
    text-align: left;
    width: 136px;
    margin-right: 30px;
    padding-left: 0;
    position: absolute;
    left: 10px;
  }

  .shop_contain .coup_list .table_order .field .line .td {
    padding: 10px 2px;
  }
  .shop_contain .coup_list .table_order .field .line .td br {
    display: none;
  }
  .shop_contain .coup_list .table_order .field .line .td span {
    padding-left: 10px;
    width: auto;
    display: inline-block;
  }

  .shop_contain .coup_list .table_order .field .line:nth-child(even),
  .shop_contain .coup_list .table_order .field .line {
    background-color: transparent;
  }

  .pager .num {
    display: none;
  }

  .pager .mobile_num {
    display: block;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 0;
    width: 135px;
  }
  .pager .mobile_num .now {
    color: #b59339;
  }

  .final_price .fee {
    width: 100%;
  }

  #step_top .step {
    margin-right: 10px;
  }

  #step_top .step::after {
    display: none;
  }

  .shop_step .step_block .benefit {
    flex-wrap: wrap;
  }

  .shop_step .step_block .benefit .benefit_option {
    margin-left: 0;
  }

  .final_price .fee {
    width: 100%;
    position: relative;
    margin-top: 12px;
    bottom: auto;
    display: inline-block;
  }

  .final_price .fee .memo {
    font-size: 13px;
    float: left;
    color: #727272;
    width: calc(100% - 95px);
    text-align: left;
    line-height: 21px;
  }

  .final_price .line .name .tips {
    display: block;
    margin-right: 0;
  }

  .shop_step .trace_list .line .t3 {
    flex-wrap: nowrap;
    text-align: left;
  }

  .shop_step .trace_list .line .t5:before {
    content: '小計';
  }

  .shop_step .trace_list .line .t6:before {
    content: '刪除';
  }

  .shop_step .trace_list .line .del i {
    padding-left: 0;
  }

  .shop_step .trace_list .line .t4:before {
    content: '數量';
  }

  .shop_contain .shop_block .trace_list .line:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .final_step .right_area {
    width: 100%;
    margin-bottom: 50px;
    background-color: white;
    border: 1px solid #d4d4d4;
    padding: 10px;
    border-radius: 5px;
  }

  .final_step .right_area .shop_list .title .t5, .final_step .right_area .shop_list .line .t5 {
    text-align: left;
  }

  .final_step .right_area .final_price {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .final_step .acoount_block .account_box .field_box {
    margin-top: 0;
  }

  .final_step .acoount_block .account_box .h_title {
    display: block;
  }
  .final_step .acoount_block .account_box .h_title .option {
    display: block;
    position: absolute;
    right: 0;
    top: 24px;
    width: 142px;
  }
  .final_step .acoount_block .account_box .h_title .data_recive {
    display: block;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 10px;
  }

  .final_step .acoount_block .account_box .field_box .line.addr .addr_edit {
    width: 100%;
  }

  .final_step .acoount_block .account_box .field_box .line.addr .option {
    width: 100%;
    margin-left: 0;
  }

  .final_step .acoount_block .account_box .field_box .line.store_check .link_button {
    position: absolute;
    left: 80px;
    top: 1px;
  }

  .final_step .acoount_block .account_box .field_box .line.member_law .option label {
    margin-left: 0;
  }

  .final_step .acoount_block .account_box .field_box .line.member_law .option {
    padding-left: 0;
  }

  #sucess_msg .box {
    border-right: 0;
  }
  #sucess_msg .box .block:first-child {
    border-right: 0;
    padding-right: 100px;
  }

  #sucess_msg .icon {
    position: absolute;
    top: auto;
    right: auto;
    width: 100%;
  }

  #sucess_msg .box .block:last-child {
    position: absolute;
    width: 80px;
    right: 28px;
    height: 100%;
    margin-top: 0;
  }

  .shop_contain .bonus_box {
    padding: 60px 15px;
  }

  .shop_contain .bonus_box .top_info .memo {
    margin-left: 30px;
    width: calc(100% - 97px);
  }

  .shop_contain .bonus_box .top_info .point {
    font-size: 30px;
    top: -86px;
  }

  .shop_contain .bonus_box .top_info {
    margin-top: 10px;
    height: 60px;
    border-bottom: 1px solid #757575;
    line-height: 22px;
  }

  .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 {
    padding: 10px 2px;
    display: block;
  }
  .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2::after {
    content: '';
    display: block;
    clear: both;
  }

  .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 span {
    width: calc(100% - 70px);
    display: block;
    float: right;
  }
}
@media only screen and (max-width: 400px) {
  .acoount_block.returns_block .table_order .field .line .td {
    padding-left: 118px;
  }

  .acoount_block.returns_block .table_order .field .line .t1:before,
  .acoount_block.returns_block .table_order .field .line .t2:before,
  .acoount_block.returns_block .table_order .field .line .t3:before {
    width: 95px;
  }

  .acoount_block.returns_block .table_order .field .line .t2 {
    min-height: 62px;
  }
}
