@media (min-width: 120px) {
  .act_info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: aliceblue;
    align-items: center;
    padding: 4rem 0.5rem 4rem 0.5rem;
  }
  .act_info h3 {
    font-size: 6rem;
  }
  .act_info p {
    padding: 1rem 2rem 1rem 2rem;
    font-size: 4rem;
    line-height: 8rem;
  }
  .act_info .act_img {
    position: relative;
    margin: 2rem auto;
    width: 97rem;
    height: 54.6rem;
    overflow: hidden;
    border: 0.2rem solid rgba(245, 181, 6, 0.932);
    box-shadow: 5px 5px 8px -5px rgba(245, 181, 6, 0.932);
    border-radius: 0.5rem;
  }
  .act_info .act_img img {
    width: 100%;
    height: 100%;
  }
  .act_info .act_img .name_words {
    position: absolute;
    top: 12rem;
    left: 0;
    width: 100%;
    height: 12rem;
    font-size: 6rem;
    line-height: 12rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 9;
  }
  .card {
    position: relative;
    margin: 2rem auto;
    width: 97rem;
    /* height : 40rem; */
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
  }
  .card .qr_img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .card .qr_img h3 {
    text-align: center;
    font-size: 4rem;
  }
  .card .qr_img a {
    font-size: 3.5rem;
    line-height: 11rem;
  }
  .card .qr_img p {
    margin: 2rem;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 4rem;
  }
  .card .qr_img .image {
    margin: 0 auto;
    width: 44rem;
    margin-top: 4rem;
  }
  .card .qr_img .image img {
    width: 44rem;
    height: 44rem;
    border-radius: 2rem;
  }
  .card .qr_img .image .zoom_out {
    width: 48rem;
    height: 48rem;
    margin-left: 3rem;
  }
  .card .qr_img .image p {
    margin: 2rem;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 4rem;
  }
  .card .qr_img .btn-qr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .card .qr_img .btn-qr button {
    margin: 4rem 0;
    width: 24rem;
    height: 6rem;
    background-color: #4e9dbd;
    border: 1px solid #666;
    border-radius: 1rem;
    font-size: 3rem;
    color: #fff;
  }
  .card .qr_img .shop_name_ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card .qr_img .shop_name_ul h3 {
    margin: 2rem 0;
    font-size: 5rem;
  }
  .card .qr_img .shop_name_ul .shop_name_li {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .card .qr_img .shop_name_ul .shop_name_li img {
    width: 24rem;
    height: 8rem;
    border-radius: 1rem;
    vertical-align: middle;
  }
  .card .qr_img .shop_name_ul .shop_name_li span {
    margin-left: 4rem;
    font-size: 4rem;
  }
  .card .bgc {
    position: relative;
    height: 71rem;
    font-size: 4rem;
    background-color: cornflowerblue;
  }
  .card .bgc .btn-bgc {
    position: absolute;
    top: 5rem;
    left: 2rem;
    width: 33rem;
    height: 5rem;
    border-radius: 1rem;
    background-color: transparent;
    border: 0.1rem solid #fff;
    color: #fff;
    cursor: pointer;
  }
  .card .bgc img {
    position: absolute;
    top: 19rem;
    left: 2rem;
    width: 33rem;
    height: 33rem;
    border-radius: 1rem;
  }
  .card .bgc .btn-avatar {
    position: absolute;
    bottom: 5rem;
    left: 2rem;
    width: 33rem;
    height: 5rem;
    border-radius: 1rem;
    background-color: transparent;
    border: 0.1rem solid #fff;
    color: #fff;
    cursor: pointer;
  }
  .card .bgc .bgc-items {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 58%;
    height: 100%;
    margin-left: 38rem;
  }
  .card .bgc .bgc-items li {
    display: flex;
    justify-content: space-between;
    font-size: 5rem;
    color: #fff;
  }
  .card .bgc .bgc-items li i {
    font-size: 4rem;
    padding-right: 2rem;
  }
  .card .bgc .bgc-items li span {
    font-family: 'icomoon';
    font-size: 4rem;
    margin-right: 1rem;
  }
  .card .bgc .bgc-items li a {
    cursor: pointer;
    color: #fff;
  }
  .card .bgc .bgc-items li:first-child {
    cursor: pointer;
  }
  .card .bgc .bgc-items li:last-child {
    cursor: pointer;
  }
  .card .bgc .bgc-items .mail {
    display: block;
    width: 50rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
  }
  .card .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .card .flex_box .img_btn1,
  .card .flex_box .img_btn2,
  .card .flex_box .img_btn3,
  .card .flex_box .img_btn4 {
    position: relative;
    margin: 2rem auto;
    width: 49rem;
    height: 35rem;
    background-image: linear-gradient(0deg, #124206 10%, #737579 100%);
    border: 0.1rem solid orangered;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card .flex_box .img_btn1 .img_box,
  .card .flex_box .img_btn2 .img_box,
  .card .flex_box .img_btn3 .img_box,
  .card .flex_box .img_btn4 .img_box {
    margin: 2rem 0 1rem 15rem;
    width: 31rem;
    height: 31rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }
  .card .flex_box .img_btn1 .img_box img,
  .card .flex_box .img_btn2 .img_box img,
  .card .flex_box .img_btn3 .img_box img,
  .card .flex_box .img_btn4 .img_box img {
    width: 100%;
    height: 100%;
  }
  .card .flex_box .img_btn1 p,
  .card .flex_box .img_btn2 p,
  .card .flex_box .img_btn3 p,
  .card .flex_box .img_btn4 p {
    position: absolute;
    top: 2rem;
    left: 4rem;
    font-size: 4rem;
    color: #fff;
    writing-mode: vertical-lr;
  }
  .card .btn {
    width: 100%;
    height: 11rem;
    background-color: #4e9dbd;
    border: 1px solid #666;
    /* border-radius   : 1rem; */
    font-size: 5.5rem;
    line-height: 11rem;
    text-indent: 1rem;
    color: #fff;
    cursor: pointer;
  }
  .card .btn a {
    color: #fff;
  }
  .card .card-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 7rem;
    font-family: 'icomoon';
    margin: 3rem;
  }
  .card .card-header .brief {
    font-size: 5rem;
    cursor: pointer;
  }
  .card .card-header .brief::after {
    content: '\ea09';
    font-family: 'icomoon';
    padding: 0 0.5rem;
    color: red;
  }
  .card .card-header .brief_p {
    display: none;
    position: absolute;
    top: 10rem;
    right: 2rem;
    padding: 4rem;
    font-size: 4rem;
    line-height: 8rem;
    background-color: #fff;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    z-index: 9;
  }
  .card .card-header .add_shop,
  .card .card-header .bank_edit {
    width: 50%;
    height: 8rem;
    font-size: 4rem;
    line-height: 8rem;
    border-radius: 1rem;
    border: 1px solid #666;
    background-color: green;
    text-align: center;
    margin-right: 1rem;
    cursor: pointer;
  }
  .card .card-header .add_shop a,
  .card .card-header .bank_edit a {
    color: #fff;
  }
  .card .card-header .title {
    font-size: 4rem;
    margin-right: 1.5rem;
    cursor: pointer;
  }
  .card .card-header .title i {
    font-size: 4rem;
    margin-right: 2rem;
  }
  .card .cover_option {
    display: flex;
    justify-content: space-around;
    padding: 4rem;
  }
  .card .cover_option .reg_member,
  .card .cover_option .reg_seller {
    width: 37rem;
    height: 37rem;
    border: 0.1rem solid #b8afaf;
    box-shadow: 5px 5px 8px -5px #191919;
    background-color: rgba(197, 16, 182, 0.87);
    border-radius: 2rem;
    overflow: hidden;
  }
  .card .cover_option .reg_member img,
  .card .cover_option .reg_seller img {
    width: 100%;
    height: 100%;
  }
  .card .card-body,
  .card #card-body {
    font-size: 3rem;
    margin: 0 4rem;
    font-family: 'icomoon';
  }
  .card .card-body .discount_area,
  .card #card-body .discount_area {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 2rem;
    padding: 2rem;
    background-color: #FF3CAC;
    border: 4px solid yellow;
    box-shadow: 5px 5px 8px -5px yellow;
    border-radius: 2rem;
  }
  .card .card-body .discount_area a,
  .card #card-body .discount_area a {
    margin: 4rem;
    font-size: 4rem;
    color: #fff;
  }
  .card .card-body form,
  .card #card-body form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .card .card-body form .form-item,
  .card #card-body form .form-item {
    position: relative;
    width: 100%;
    margin: 2.5rem 3rem;
    font-size: 5rem;
  }
  .card .card-body form .form-item input,
  .card #card-body form .form-item input {
    width: 100%;
    height: 9rem;
    margin: 2rem 0;
    border: 1px solid #666;
    outline: none;
  }
  .card .card-body form .form-item input::placeholder,
  .card #card-body form .form-item input::placeholder {
    font-size: 4rem;
    text-indent: 3.5rem;
    color: #c9c4c4;
  }
  .card .card-body form .form-item textarea,
  .card #card-body form .form-item textarea {
    padding: 1rem;
    width: 98%;
    height: 30rem;
    font-size: 4rem;
    line-height: 8rem;
  }
  .card .card-body form .form-item #bank,
  .card #card-body form .form-item #bank,
  .card .card-body form .form-item #branch,
  .card #card-body form .form-item #branch {
    width: 100%;
    height: 9rem;
    margin: 2rem 0;
    border: 1px solid #666;
    outline: none;
  }
  .card .card-body form .form-item input[type=checkbox],
  .card #card-body form .form-item input[type=checkbox] {
    width: 5rem;
    height: 5rem;
    border: 1px solid #666;
  }
  .card .card-body form .form-item input[type=checkbox]:checked,
  .card #card-body form .form-item input[type=checkbox]:checked {
    background-color: #666;
  }
  .card .card-body form .form-item .checkbox-label,
  .card #card-body form .form-item .checkbox-label {
    position: absolute;
    top: 1.8rem;
    left: 7rem;
    font-size: 5rem;
    cursor: pointer;
  }
  .card .card-body form .form-item .checkbox-label:before,
  .card #card-body form .form-item .checkbox-label:before {
    content: '';
    position: absolute;
    left: -15.5rem;
    top: -0.1rem;
    width: 2rem;
    height: 3.5rem;
    border: 0;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .card .card-body form .form-item .checkbox-label a,
  .card #card-body form .form-item .checkbox-label a {
    font-size: 4rem;
  }
  .card .card-body form .form-item input[type=radio],
  .card #card-body form .form-item input[type=radio] {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    border: 1px solid #666;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 3rem;
    margin-left: 5rem;
  }
  .card .card-body form .form-item input[type=radio]:checked,
  .card #card-body form .form-item input[type=radio]:checked {
    outline: none;
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    border: 1px solid #000;
    background-color: #000;
  }
  .card .card-body form .form-item .send-email,
  .card #card-body form .form-item .send-email {
    position: relative;
  }
  .card .card-body form .form-item .send-email::after,
  .card #card-body form .form-item .send-email::after {
    position: absolute;
    content: '發信件';
    top: -1rem;
    left: 66rem;
    width: 25rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 5rem;
    text-align: center;
    border-radius: 1rem;
    background-color: skyblue;
    cursor: pointer;
  }
  .card .card-body form .form-item .send-msn,
  .card #card-body form .form-item .send-msn {
    position: relative;
  }
  .card .card-body form .form-item .send-msn::after,
  .card #card-body form .form-item .send-msn::after {
    position: absolute;
    content: '發簡訊';
    top: -1rem;
    left: 63rem;
    width: 25rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 5rem;
    text-align: center;
    border-radius: 1rem;
    background-color: skyblue;
    cursor: pointer;
  }
  .card .card-body form .form-item .pass,
  .card #card-body form .form-item .pass {
    position: relative;
  }
  .card .card-body form .form-item .pass::after,
  .card #card-body form .form-item .pass::after {
    position: absolute;
    content: 'wait';
    top: 7.7rem;
    left: 73rem;
    width: 16rem;
    height: 9rem;
    line-height: 9rem;
    text-align: center;
    color: #7c9689;
    border-radius: 0 1rem 1rem 0;
    background-color: green;
  }
  .card .card-body form .form-item .passed,
  .card #card-body form .form-item .passed {
    position: relative;
  }
  .card .card-body form .form-item .passed::after,
  .card #card-body form .form-item .passed::after {
    position: absolute;
    content: 'ok';
    top: 7.7rem;
    left: 73rem;
    width: 16rem;
    height: 9rem;
    line-height: 9rem;
    text-align: center;
    color: #fff;
    border-radius: 0 1rem 1rem 0;
    background-color: green;
    z-index: 99;
  }
  .card .card-body form .form-item .btn,
  .card #card-body form .form-item .btn {
    width: 100%;
    height: 10rem;
    margin-bottom: 5rem;
    background-color: #4e9dbd;
    border: 1px solid #666;
    border-radius: 1rem;
  }
  .card .card-body form .form-item .invoice-item,
  .card #card-body form .form-item .invoice-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .card .card-body form .form-item .invoice-item span,
  .card #card-body form .form-item .invoice-item span {
    margin-top: 1rem;
    font-size: 4rem;
  }
  .card .card-body form .form-item .add,
  .card #card-body form .form-item .add {
    display: block;
    width: 90rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
  }
  .card .card-body form .form-item #deleteInfo,
  .card #card-body form .form-item #deleteInfo {
    font-size: 4rem;
    color: red;
  }
  .card .card-body form .form-item #deleteInfo i,
  .card #card-body form .form-item #deleteInfo i {
    color: blue;
    cursor: pointer;
  }
  .card .card-body form .county,
  .card #card-body form .county {
    width: 50%;
    height: 9rem;
    border: 1px solid #666;
  }
  .card .card-body form .district,
  .card #card-body form .district {
    width: 50%;
    height: 9rem;
    border: 1px solid #666;
  }
  .card .card-body form .zipcode,
  .card #card-body form .zipcode {
    width: 50%;
    height: 2.25rem;
    border: 1px solid #666;
  }
  .card .card-body form #twzipcode,
  .card #card-body form #twzipcode {
    margin-top: 2rem;
  }
  .card #card-body {
    height: 185rem;
  }
  .card .a_link {
    margin: 8rem 4rem 8rem 3rem;
    padding: 1rem;
    background-color: #298eec;
    color: #fff;
    border-radius: 1rem;
    font-size: 4.5rem;
  }
  .card .user_links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 3rem auto;
    padding-left: 1rem;
    font-size: 4.5rem;
  }
  .card .user_links button {
    margin-right: 2rem;
    padding: 0.5rem;
    border: red 1px solid;
    font-size: 4rem;
  }
  .card .many_p,
  .card .guide_p,
  .card .audio_p {
    margin: 3rem;
    font-size: 4rem;
    line-height: 8rem;
  }
  .get_tickets {
    width: 96%;
    margin: 1rem auto;
    border-radius: 1rem;
  }
  .get_tickets h2 {
    margin: 4rem;
    text-align: center;
    font-size: 6rem;
  }
  .get_tickets .get_tickets_ul {
    display: flex;
    flex-direction: column;
  }
  .get_tickets .get_tickets_ul .get_tickets_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    font-size: 3.5rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .img_box {
    width: 16rem;
    height: 9rem;
    margin-top: 4rem;
    border-radius: 1rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .img_box img,
  .get_tickets .get_tickets_ul .get_tickets_li .img_box iframe {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .brief {
    flex: 1;
    margin: 0 2rem;
    font-size: 4rem;
    line-height: 8rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon {
    width: 16rem;
    height: 9rem;
    border-radius: 1rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon a .in {
    margin-bottom: 2rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon button {
    width: 16rem;
    height: 5rem;
    margin-top: 1.5rem;
    border: 1px solid #666;
    border-radius: 1rem;
    background-color: green;
    color: #fff;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon .out {
    background-color: red;
  }
  .alert-ok {
    width: 100%;
    height: 8rem;
    margin: 1rem 0;
    font-size: 4rem;
    line-height: 8rem;
    text-indent: 2rem;
    color: #fff;
    background-color: #3dae53;
    border: 1px solid #fff;
    border-radius: 1rem;
  }
  .alert-ok a {
    color: #fff;
  }
  .alert-warning {
    width: 100%;
    height: 8rem;
    margin: 1rem 0;
    font-size: 4rem;
    line-height: 8rem;
    text-indent: 2rem;
    color: #fff;
    background-color: #ec629e;
    border: 1px solid #fff;
    border-radius: 1rem;
  }
  .alert-warning a {
    color: #fff;
  }
}
@media (min-width: 750.1px) {
  .act_info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: aliceblue;
    align-items: center;
    padding: 2rem;
  }
  .act_info h3 {
    font-size: 2rem;
  }
  .act_info p {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 4rem;
  }
  .act_info .act_img {
    position: relative;
    margin: 2rem auto;
    width: 54rem;
    height: 27rem;
    overflow: hidden;
    border: 0.2rem solid rgba(245, 181, 6, 0.932);
    box-shadow: 5px 5px 8px -5px rgba(245, 181, 6, 0.932);
    border-radius: 0.5rem;
  }
  .act_info .act_img img {
    width: 100%;
    height: 100%;
  }
  .act_info .act_img .name_words {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: 5rem;
    font-size: 2.5rem;
    line-height: 5rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 9;
  }
  .card {
    position: relative;
    margin: 2rem auto;
    width: 54rem;
    /* height : 40rem; */
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
  }
  .card .qr_img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .card .qr_img h3 {
    text-align: center;
    font-size: 2rem;
  }
  .card .qr_img a {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .card .qr_img p {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .card .qr_img .image {
    margin: 0 auto;
    width: 20rem;
    margin-top: 2rem;
  }
  .card .qr_img .image img {
    width: 20rem;
    height: 20rem;
    border-radius: 1rem;
  }
  .card .qr_img .image .zoom_out {
    width: 24rem;
    height: 24rem;
    margin-left: 3rem;
  }
  .card .qr_img .image p {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .card .qr_img .btn-qr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .card .qr_img .btn-qr button {
    margin: 2rem 0;
    width: 12rem;
    height: 3rem;
    background-color: #4e9dbd;
    border: 1px solid #666;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
  }
  .card .qr_img .shop_name_ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card .qr_img .shop_name_ul h3 {
    margin: 1rem 0;
    font-size: 2rem;
  }
  .card .qr_img .shop_name_ul .shop_name_li {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .card .qr_img .shop_name_ul .shop_name_li img {
    width: 12rem;
    height: 3rem;
    border-radius: 0.5rem;
    vertical-align: middle;
  }
  .card .qr_img .shop_name_ul .shop_name_li span {
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .card .bgc {
    position: relative;
    height: 21rem;
    background-color: cornflowerblue;
    font-size: 1rem;
  }
  .card .bgc .btn-bgc {
    position: absolute;
    top: 1.5rem;
    left: 3rem;
    width: 11rem;
    height: 1.5rem;
    border-radius: 0.35rem;
    background-color: transparent;
    border: 0.1rem solid #fff;
    color: #fff;
    cursor: pointer;
  }
  .card .bgc img {
    position: absolute;
    top: 5rem;
    left: 3rem;
    width: 11rem;
    height: 11rem;
    border-radius: 0.5rem;
  }
  .card .bgc .btn-avatar {
    position: absolute;
    bottom: 1.5rem;
    left: 3rem;
    width: 11rem;
    height: 1.5rem;
    border-radius: 0.35rem;
    background-color: transparent;
    border: 0.1rem solid #fff;
    color: #fff;
    cursor: pointer;
  }
  .card .bgc .bgc-items {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 65%;
    height: 100%;
    margin-left: 17rem;
  }
  .card .bgc .bgc-items li {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    color: #fff;
  }
  .card .bgc .bgc-items li i {
    font-size: 1rem;
  }
  .card .bgc .bgc-items li span {
    font-family: 'icomoon';
    font-size: 1.25rem;
    margin-right: 2rem;
  }
  .card .bgc .bgc-items .mail {
    display: block;
    width: 50rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
  }
  .card .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .card .flex_box .img_btn1,
  .card .flex_box .img_btn2,
  .card .flex_box .img_btn3,
  .card .flex_box .img_btn4 {
    position: relative;
    margin: 1rem auto;
    width: 26rem;
    height: 15rem;
    background-image: linear-gradient(0deg, #124206 10%, #737579 100%);
    border: 0.1rem solid orangered;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card .flex_box .img_btn1 .img_box,
  .card .flex_box .img_btn2 .img_box,
  .card .flex_box .img_btn3 .img_box,
  .card .flex_box .img_btn4 .img_box {
    margin: 1rem 0 1rem 10rem;
    width: 13rem;
    height: 13rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }
  .card .flex_box .img_btn1 .img_box img,
  .card .flex_box .img_btn2 .img_box img,
  .card .flex_box .img_btn3 .img_box img,
  .card .flex_box .img_btn4 .img_box img {
    width: 100%;
    height: 100%;
  }
  .card .flex_box .img_btn1 p,
  .card .flex_box .img_btn2 p,
  .card .flex_box .img_btn3 p,
  .card .flex_box .img_btn4 p {
    position: absolute;
    top: 2rem;
    left: 4rem;
    font-size: 1.5rem;
    color: #fff;
    writing-mode: vertical-lr;
  }
  .card .btn {
    width: 100%;
    height: 4rem;
    background-color: #4e9dbd;
    border: 1px solid #666;
    /* border-radius   : 1rem; */
    font-size: 2rem;
    line-height: 4rem;
    text-indent: 1rem;
  }
  .card .card-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.5rem;
    margin: 1.5rem;
  }
  .card .card-header .brief {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .card .card-header .brief::after {
    content: '\ea09';
    font-family: 'icomoon';
    padding: 0 0.5rem;
    color: red;
  }
  .card .card-header .brief_p {
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 2.75rem;
    background-color: #fff;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    z-index: 9;
  }
  .card .card-header .add_shop,
  .card .card-header .bank_edit {
    width: 50%;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    border-radius: 0.5rem;
  }
  .card .card-header .title {
    font-size: 2rem;
    margin-right: 1rem;
  }
  .card .card-header .title span {
    font-family: 'icomoon';
    font-size: 1.25rem;
    cursor: pointer;
  }
  .card .card-header .title i {
    font-size: 1rem;
    margin-right: 1rem;
  }
  .card .cover_option {
    display: flex;
    justify-content: space-around;
    padding: 2rem;
  }
  .card .cover_option .reg_member,
  .card .cover_option .reg_seller {
    width: 17rem;
    height: 17rem;
    border: 0.1rem solid #b8afaf;
    box-shadow: 5px 5px 8px -5px #191919;
    background-color: rgba(197, 16, 182, 0.87);
    border-radius: 1rem;
    overflow: hidden;
  }
  .card .cover_option .reg_member img,
  .card .cover_option .reg_seller img {
    width: 100%;
    height: 100%;
  }
  .card .card-body,
  .card #card-body {
    position: relative;
    width: 88%;
    font-size: 1.5rem;
    margin: 2rem;
  }
  .card .card-body .discount_area,
  .card #card-body .discount_area {
    display: flex;
    justify-content: space-around;
    margin: 1rem;
    padding: 1rem;
    background-color: #FF3CAC;
    border: 2px solid yellow;
    box-shadow: 5px 5px 8px -5px yellow;
    border-radius: 1rem;
  }
  .card .card-body .discount_area a,
  .card #card-body .discount_area a {
    margin: 2rem;
    font-size: 1.5rem;
    color: #fff;
  }
  .card .card-body form,
  .card #card-body form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .card .card-body form .form-item,
  .card #card-body form .form-item {
    position: relative;
    width: 88%;
    margin: 1rem auto;
    font-size: 1.5rem;
  }
  .card .card-body form .form-item input,
  .card #card-body form .form-item input {
    width: 100%;
    height: 2.25rem;
    margin: 1rem 0;
    border: 1px solid #666;
  }
  .card .card-body form .form-item input::placeholder,
  .card #card-body form .form-item input::placeholder {
    font-size: 1.2rem;
    text-indent: 1rem;
    color: #c9c4c4;
  }
  .card .card-body form .form-item textarea,
  .card #card-body form .form-item textarea {
    padding: 0.5rem;
    width: 98%;
    height: 10rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .card .card-body form .form-item #bank_name,
  .card #card-body form .form-item #bank_name,
  .card .card-body form .form-item #branch_name,
  .card #card-body form .form-item #branch_name {
    width: 100%;
    height: 2.25rem;
    margin: 1rem 0;
    border: 1px solid #666;
  }
  .card .card-body form .form-item input[type=checkbox],
  .card #card-body form .form-item input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #666;
    cursor: pointer;
  }
  .card .card-body form .form-item input[type=checkbox]:checked,
  .card #card-body form .form-item input[type=checkbox]:checked {
    background-color: #666;
  }
  .card .card-body form .form-item .checkbox-label,
  .card #card-body form .form-item .checkbox-label {
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-size: 1.5rem;
  }
  .card .card-body form .form-item .checkbox-label:before,
  .card #card-body form .form-item .checkbox-label:before {
    content: '';
    position: absolute;
    left: -11.5rem;
    top: 0.2rem;
    width: 0.5rem;
    height: 0.8rem;
    border: 0;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .card .card-body form .form-item .checkbox-label a,
  .card #card-body form .form-item .checkbox-label a {
    font-size: 1.2rem;
  }
  .card .card-body form .form-item input[type=radio],
  .card #card-body form .form-item input[type=radio] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #666;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 1.5rem;
    margin-left: 2.5rem;
  }
  .card .card-body form .form-item input[type=radio]:checked,
  .card #card-body form .form-item input[type=radio]:checked {
    outline: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #000;
    background-color: #000;
  }
  .card .card-body form .form-item .send-email,
  .card #card-body form .form-item .send-email {
    position: relative;
  }
  .card .card-body form .form-item .send-email::after,
  .card #card-body form .form-item .send-email::after {
    position: absolute;
    content: '發信件';
    top: 0;
    left: 31rem;
    width: 8.1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 0.25rem;
    background-color: skyblue;
    cursor: pointer;
  }
  .card .card-body form .form-item .send-msn,
  .card #card-body form .form-item .send-msn {
    position: relative;
  }
  .card .card-body form .form-item .send-msn::after,
  .card #card-body form .form-item .send-msn::after {
    position: absolute;
    content: '發簡訊';
    top: 0;
    left: 31rem;
    width: 8.1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 0.25rem;
    background-color: skyblue;
    cursor: pointer;
  }
  .card .card-body form .form-item .pass,
  .card #card-body form .form-item .pass {
    position: relative;
  }
  .card .card-body form .form-item .pass::after,
  .card #card-body form .form-item .pass::after {
    position: absolute;
    content: 'wait';
    top: 2.7rem;
    left: 38rem;
    width: 4rem;
    height: 2.35rem;
    line-height: 2.35rem;
    text-align: center;
    color: #7c9689;
    border-radius: 0 0.25rem 0.25rem 0;
    background-color: green;
  }
  .card .card-body form .form-item .passed,
  .card #card-body form .form-item .passed {
    position: relative;
  }
  .card .card-body form .form-item .passed::after,
  .card #card-body form .form-item .passed::after {
    position: absolute;
    content: 'ok';
    top: 2.7rem;
    left: 38rem;
    width: 4rem;
    height: 2.35rem;
    line-height: 2.35rem;
    text-align: center;
    color: #fff;
    border-radius: 0 0.25rem 0.25rem 0;
    background-color: green;
  }
  .card .card-body form .form-item .btn,
  .card #card-body form .form-item .btn {
    width: 100%;
    height: 4rem;
    margin-bottom: 2rem;
    background-color: #4e9dbd;
    border: 1px solid #666;
    border-radius: 0.5rem;
  }
  .card .card-body form .form-item .invoice-item,
  .card #card-body form .form-item .invoice-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .card .card-body form .form-item .invoice-item span,
  .card #card-body form .form-item .invoice-item span {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
  .card .card-body form .form-item .add,
  .card #card-body form .form-item .add {
    display: block;
    width: 33rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
  }
  .card .card-body form .form-item .county,
  .card #card-body form .form-item .county {
    width: 39%;
    height: 2.25rem;
    border: 1px solid #666;
  }
  .card .card-body form .form-item .district,
  .card #card-body form .form-item .district {
    width: 39%;
    height: 2.25rem;
    border: 1px solid #666;
  }
  .card .card-body form .form-item .zipcode,
  .card #card-body form .form-item .zipcode {
    width: 21.5%;
    height: 2.25rem;
    border: 1px solid #666;
  }
  .card .card-body form .form-item #twzipcode,
  .card #card-body form .form-item #twzipcode {
    margin-top: 1rem;
  }
  .card .card-body form .form-item #deleteInfo,
  .card #card-body form .form-item #deleteInfo {
    font-size: 1rem;
  }
  .card #card-body {
    height: 71rem;
  }
  .card .a_link {
    margin: 4rem 2rem 4rem 1.5rem;
    padding: 0.5rem;
    background-color: #298eec;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
  .card .user_links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1rem auto;
    padding-left: 3rem;
    font-size: 1.5rem;
  }
  .card .user_links button {
    margin-right: 3rem;
    padding: 0.25rem;
    border: red 1px solid;
    font-size: 1.25rem;
  }
  .card .many_p,
  .card .guide_p,
  .card .audio_p {
    margin: 1.5rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .get_tickets {
    width: 96%;
    margin: 1rem auto;
    border-radius: 0.5rem;
  }
  .get_tickets h2 {
    margin: 2rem;
    text-align: center;
    font-size: 2.5rem;
  }
  .get_tickets .get_tickets_ul {
    display: flex;
    flex-direction: column;
  }
  .get_tickets .get_tickets_ul .get_tickets_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .img_box {
    width: 8rem;
    height: 4.5rem;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .img_box img,
  .get_tickets .get_tickets_ul .get_tickets_li .img_box iframe {
    width: 8rem;
    height: 4.5rem;
    border-radius: 0.5rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .brief {
    flex: 1;
    margin: 0 1rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon {
    width: 8rem;
    height: 4.5rem;
    border-radius: 0.5rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon a .in {
    margin-bottom: 1rem;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon button {
    width: 8rem;
    height: 2.15rem;
    margin: 0.1rem 0;
    border: 1px solid #666;
    border-radius: 0.5rem;
    background-color: green;
    color: #fff;
  }
  .get_tickets .get_tickets_ul .get_tickets_li .icon .out {
    background-color: red;
  }
  .alert-ok {
    width: 88%;
    height: 4rem;
    margin: 1rem 0;
    font-size: 1.5rem;
    line-height: 4rem;
    text-indent: 1rem;
    color: #fff;
    background-color: #3dae53;
    border: 1px solid #fff;
    border-radius: 0.5rem;
  }
  .alert-ok a {
    color: #fff;
  }
  .alert-warning {
    width: 88%;
    height: 4rem;
    margin: 1rem 0;
    font-size: 1.5rem;
    line-height: 4rem;
    text-indent: 1rem;
    color: #fff;
    background-color: #ec629e;
    border: 1px solid #fff;
    border-radius: 0.5rem;
  }
  .alert-warning a {
    color: #fff;
  }
}
