* {
  position: relative;
}
body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-weight: 400;
  font-family: 'Custom', 'Noto Sans TC', 'Nobel Book';
  text-align: left;
  letter-spacing: 1px;
  font-size: 18px;

  padding-top: 60px;
}
centerwrap {
  max-width: 1240px;
  position: relative;
  margin: auto;
  text-align: center;
  height: 100%;
  display: block;
}
centerwraps {
  max-width: 480px;
  position: relative;
  margin: auto;
  text-align: center;
  height: 100%;
  display: block;
}
li {
  list-style: none;
}
a {
  display: contents;
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: normal;
}
/* placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
  color: #c3c3c3;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  color: #c3c3c3;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
  color: #c3c3c3;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  color: #c3c3c3;
}
/* 開發測試 */
.dev,
dev {
  display: none;
}


form{
  padding-bottom: 100px;

   &.disabled{
      pointer-events: none;
      opacity: 0.5;
   }
}
input,
textarea,
select {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
}


article{
    text-align: left;
}





.formeach {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 20px;
  


    &.checkeach{
        padding-bottom: 1px;
        padding-top: 1px;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;

        &:hover{
            background-color: #f9f9f9;
        }

        &.active{
            background-color: #fdf8f3;
        }

        &.disabled{
          opacity: 0.3;
          pointer-events: none;
        }
    }

    input.disabled{
        opacity: 0.8;
        pointer-events: none;
        
    }

    .label{
        color: #929292;
        display: block;
        margin-bottom: 5px;
    }

    .value{
        font-size: 16px;
        line-height: 1.6;
    }

    label{
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;

        .thetextgroup{
            display: inline-block;
            width: calc(100% - 30px);
            margin-top: -3px;
            cursor: pointer;

            .thetext{
              color: #000;

              span{
                    vertical-align: middle;
              }

              .smallicon{
                  vertical-align: middle;
                  margin-right: 5px;

                  &.good{
                          color: #54ca67;
                  }
                  &.good_pro{
                        color: #ebc820;
                        box-shadow: #ffe832 0px 0 15px;
                        background-color: #FFF;
                        border-radius: 9px;
                  }
                  &.bad{
                          color: #190403;
                  }
                  &.bad_pro{
                        color: #d53124;
                        box-shadow: #efaaaa 0px 0 11px;
                        background-color: #FFF;
                        border-radius: 9px;
                  }
              }
            }

            .thenote{
                color: #989898;
                min-height: 20px;
                                color: #989898;
                min-height: 20px;
                font-size: 17px;
                margin-top: 5px;
                margin-left: 29px;
            }
          }

    }

    .note{
         color: #ff8d00;
         font-size: 15px; 
    }

    .set_verify[value="2"]{

        color: #8cc442;
    }
    .set_verify[value="1"]{

        color: #e43636;
    }
    



}

horizon{
    height: 0;
    display: block;
    border-top: 1px dashed #dfdfdf;
    padding-bottom: 30px;
    margin-top: 30px;
}


.formeach .label[required="true"]:after,
.formeach .label[required="required"]:after {
  content: '*';
  position: absolute;
  left: -15px;
  color: #bf2828;
  top: 2px;
}
/* .formeach select {
  background-color: #f5f5f5;
  border: none;
  display: block;
  font-size: 16px;
  padding: 10px;
  width: calc(100% - 0px);
  border: 2px solid #f5f5f5;
  border-right: 15px solid #f5f5f5;
  border-radius: 100px;
} */

.formeach select {
    width: auto;
    border: none;
    padding-left: 8px;
    padding-right: 2px;
    border-radius: 9px;
    height: 37px;
    margin: 0px;
    margin-right: 1px;
    border-right: 8px solid #dfdfdf;
    background-color: #dfdfdf;
    font-size: 15px;
    
}

.formeach[thename="birthday"] span{
    font-size: 16px;
    margin: -3px;
    margin-left: -5px;
}
.formeach input[type="text"] ,.formeach input[type="date"],.formeach input[type="number"],.formeach input[type="password"]{
  background-color: #f5f5f5;
  border: none;
  display: block;
  font-size: 16px;
  padding: 10px;
  width: calc(100% - 24px);
  border: 2px solid #f5f5f5;
  border-radius: 9px;
}
.formeach input[type="checkbox"]{
  vertical-align: top;
}

.formeach input[disabled] {
  background-color: transparent;
}

.formeach textarea {
  background-color: #f5f5f5;
  border: none;
  display: block;
  font-size: 16px;
  padding: 10px;
  width: calc(100% - 24px);
  border: 2px solid #f5f5f5;
  min-height: 180px;
}
select {
  height: 40px;
  border-radius: 5px;
  border: 2px solid #d1cccc;
  width: 220px;
  font-size: 16px;
  text-align-last: center;
}
.pc {
  display: block;
}
.m {
  display: none;
}
pc {
  display: block;
}
m {
  display: none;
}

h2.subtitle{
    font-size: 24px;
    color: #deab88;
    text-align: center;
    font-weight: 400;
    margin-bottom: 14px;
}


.cf-turnstile{
      margin: 20px;
}


/* noteAlert  */
/* ...............................  */
.noteAlert{
    display: none;

    background-color: #0000009c;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -150px;
    margin-top: -50px;
    border-radius: 10px;
    text-align: center;
}
.noteAlert i{
            color: #FFF;
            font-size: 50px;
            margin-top: 17px;
}

.noteAlert .text {
        color: #FFF;
        text-align: center;
        margin: 15px;
        font-size: 18px;
        margin-top: 5px;
}


/*multiple_photos */

.multiple_photos{

    input[type="file"]{
      background-color: #e1e1e1;
      border: none;
      display: block;
      font-size: 16px;
      padding: 10px;
      width: calc(100% - 24px);
      border: 2px solid #e1e1e1;
      border-radius: 9px;
    }

}

.edit_icon{
    font-size: 22px;
    vertical-align: middle;
    color: #d39a72;
    margin-left: 5px;
}

.photos_notearea{
    font-size: 15px;
    color: #c02c2c;
    margin-top: 10px;
    line-height: 2;
    letter-spacing: 0;
}




/* section */
/* ..................... */

section{
      padding: 30px;
}

/* form_each */
section .form_each input{
    width: calc(100% - 30px);
    background-color: #f3f3f3;
    border: none;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 9px;
    font-size: 16px;
}


section h2{
    text-align: left;
     font-weight: bold;
}
section h3{
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #deab88;
}

section h4{
      color: #b5754a;
    font-size: 18px;

    b{
        font-family: cursive;
        margin-right: 8px;
    }
}

section .text{
  text-align: left;
}

section .btn{
    background-color: #deab88;
    color: #FFF;
    padding: 12px;
    cursor: pointer;
    border-radius: 9px;
    font-size: 15px;
    margin-bottom: 20px;

    &:hover{
        background-color: #b3805e;
    }
    &:active{
        background-color: #8d6042;
    }

    &.disabled{
        pointer-events: none;
        background-color: #787878;
    }
}

section .btn.white{
    border: 1px solid #deab88;
    background-color: #FFF;
    color: #deab88;
    max-width: 480px;
    
}


/* search_list */

section.list{
  padding-top: 0px;


    .search_status{
      font-size: 17px;
      height: 40px;
      line-height: 40px;
      background-color: #f9f9f9;
    }



    .search_list{

      -webkit-transition: opacity 0.1s;
      -moz-transition: opacity 0.1s;
      -o-transition: opacity 0.1s;
      transition: opacity 0.1s;


      &.loading{
        opacity: 0.6;
        cursor: progress;
        pointer-events: none;
      }

      li{
        border-bottom: 1px solid #f3f3f3;
          padding: 20px;
          font-size: 15px;
          text-align: left;
          cursor: pointer;
          overflow: hidden;
           white-space: nowrap;
                       text-overflow: ellipsis;


          .p2{
            display: inline-block;
          }


          .theevent{
              display: inline-block;
              color: #c4713a;
          }
          .thetitle{
              display: inline;
              /* max-width: calc(100% - 490px); */
              /* overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; */
          }

        &[type="good"], &[type="good_pro"]{
          

            .theicon{
                color: #a1e8ac;
            
            }

            .theevent{
                color: #41934e;
                
                
            }
            .thescore{
                color: #41934e;
                width: 35px;
                
            }
        }

        &[gender="female"] .thename{
            background-color: #e9d6ea;
        }
        &[gender="male"] .thename{
            background-color: #ddecf3;
        }
        &[gender="company"] .thename{
            background-color: #fde9c2;
        }

        br{
          display: none;
        }


        &:hover{
          background-color: #F9F9F9;
        }

        div{
          display: inline-block;
          vertical-align: middle;
        }

        .thedate{
          width: 100px;
        }

        .theplace {
            background-color: #eaeaea;
            padding: 5px;
            border-radius: 8px;
            width: 100px;
            text-align: center;
        }
        .thename {
            background-color: #ffe8d8;
            padding: 5px;
            border-radius: 8px;
        }
        .thecontent{
            width: calc(100% - 485px);
            margin-left: 10px;

            display: -webkit-inline-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;

            b{
                color: #c26b2f;
                font-weight: 400;
                margin-right: 3px;
            }
            
        }

        .thescore{
              color: #c4713a;
                width: 35px;
                text-align: center;
                margin-left: -3px;
        }
        .theicon{
              margin-left: 5px;
              height: 25px;
              color: #e4a173;;
              margin-right: -4px;
        }
        .thedata{
            
          .i{
              vertical-align: middle;
              color: #c3c3c3;
          }
          .thevalue{
              vertical-align: middle;
              color: #9e9e9e;
          }
        }

      }

    }


    .pagination{
      padding: 20px;

      &.loading{
        cursor: progress;
        pointer-events: none;
      }
      
        li{
              display: inline-block;
              background-color: #e8e8e8;
              padding: 7px;
              border-radius: 8px;
              margin: 0px;
              width: 21px;
              font-size: 15px;
              cursor: pointer;
              margin: 3px;
              user-select: none;

              span{
                  vertical-align: middle;
                  font-size: 19px;
              }

              -webkit-transition: all 0.1s;
            -moz-transition: all 0.1s;
            -o-transition: all 0.1s;
            transition: all 0.1s;
              
        }
        li.hide{
          display: none;
        }

        li.active{
              background-color: #9d9d9d;
              color: #FFF;
        }

        li.next, li.prev{
              background-color: #deab88;
              color: #FFF;
        }

        li.number:hover, li.next:hover, li.prev:hover{
          transform: scale(1.1);
        }
        li.number:active, li.next:active, li.prev:active{
          transform: scale(0.9);
        }

        li.disabled{
            opacity: 0.3;
            pointer-events: none;
        }
        li[value="more"]{
          opacity: 0.5;
          pointer-events: none;
        }

    }
  
    .view_all{
        margin: auto;
        margin-top: 20px;
    }
}


.sent_success{
    background-color: #fff4ec;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    line-height: 1.8;

    .each{
      text-align: left;
      margin-top: 7px;
      color: #bb8966;
    }
}



/* app_list */
section.app_list{
    background-color: #f9f9f9;
    padding-bottom: 50px;

    .each{
        box-shadow: 0 0 15px 2px #00000014;
        width: calc(50% - 60px);
        display: inline-block;
        padding: 20px;
        margin: 5px;
        border-radius: 8px;
        background-color: #FFF;

        span{
            margin: auto;
            display: block;
            font-size: 48px;
            height: 60px;
            line-height: 60px;
            color: #afe3e3;
        }
        span[type="new"]{
          color:#e4a173;
        }


    }
}


.items_wrap{

  h4 {
      color: #b5754a;
      font-size: 21px;
      margin-bottom: 10px;
      margin-top: 20px;
  }

}




/* set */
section.set{


    .part{
      margin-top: 30px;
      margin-bottom: 60px;
    }

    .part_verify{
          background-color: #f5f5f5;
          padding: 1px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 7px;
          margin-bottom: 20px;
          border-radius: 18px;

          display: none;


          &[verify="0"]{
              display: block;
          }

    }

    .waitingverify{
        padding-top: 25px;
        font-size: 16px;
        color: #555;
    }

    .part_group{


        .notes{
            background-color: #f9f9f9;
            margin-top: 20px;
            padding: 15px;
            font-size: 13px;
            color: #555;

            li{
                display: inline-block;

                .icon{
                      vertical-align: middle;
                }

                .text{
                      display: inline-block;
                      vertical-align: middle;
                }
            }
        }
    }

    /* 管理員以上 */
    .part_group[level="admin"], .part_group[level="host"]{

      .part_group_add{
        display: block;
      }
      

    }

    /* 一般成員 */
    .part_group[level="member"]{
      .btnsWrap .upgrade , .btnsWrap .downgrade, .btnsWrap .remove{
        display: none !important;
      }
    }

    

    .part_group_add{
      display: none;
    }

    .groupname{
        text-align: center;
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }

    .groups_list{

        li{
            border-bottom: 1px solid #ececec;
            padding: 20px;
            padding-bottom: 15px;
            padding-top: 15px;
            font-size: 15px;
            text-align: left;

            

            &[verify="0"], &[verify="1"]{
                color: #cdcdcd;;
            }

            b{
              font-size: 13px;
              margin-left: 10px;
              opacity: 0.7;
            }


            .icon{
                vertical-align: middle;
                margin-right: 5px;
                font-size: 23px;
                width: 30px;
            }

            .btnsWrap{
                position: absolute;
                right: 6px;
                top: 12px;
                cursor: pointer;

                .remove{
                    color: #cd806d;
                    display: inline-block;
                    vertical-align: middle;

                    &:hover{
                        transform: scale(1.2, 1.2);
                    }
                }

                .downgrade{
                    color: #dcb848;
                    display: none;
                    vertical-align: middle;

                    &:hover{
                        transform: scale(1.2, 1.2);
                    }
                }

                .upgrade{
                    color: #40b151;
                    display: inline-block;
                    vertical-align: middle;

                    &:hover{
                        transform: scale(1.2, 1.2);
                    }
                }

                .text{
                    display: none;
                    vertical-align: middle;
                }

            }


            

            /* 擁有者 */
            &[host="true"][admin="true"]{
                color: #9b521f;

                .btnsWrap .downgrade{
                    display: none;
                }
                .btnsWrap .remove{
                    display: none;
                }

            }

            /* 管理員 */
            &[admin="true"]{
                color: #deab88;

                .btnsWrap .downgrade{
                    display: inline-block;
                }
                .btnsWrap .upgrade{
                    display: none;
                }
                .btnsWrap .remove{
                    display: none;
                }
            }

            /* 尚未驗證的成員 */
            &[verify="1"]{

                .btnsWrap .downgrade{
                    display: none;
                }
                .btnsWrap .upgrade{
                    display: none;
                }
 

                .btnsWrap .text{
                    display: inline-block;
                    font-size: 12px;
                }
            }
            

            .thename{
                  margin-right: 40px;
            }

            

            &:hover{
                  background-color: #F9F9F9;
            }
        }
    }
}


/* search */
section.search{

  h1{
      font-size: 24px;
      color: #deab88;
  }

  .mainimg {
        margin-bottom: 30px;
        width: 80%;
    }

  .text{
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
  }

  .total{
        padding-bottom: 20px;
        font-size: 20px;
        letter-spacing: 3px;
  }

  

  .search_each{
      

      select{
            width: auto;
            border: none;
            padding-left: 15px;
            padding-right: 9px;
            border-radius: 9px;
            height: 34px;
            margin: 5px;
            margin-right: -5px;
            border-right: 13px solid #FFF;
      }

      span{
            font-size: 16px;
            margin-left: 13px;
      }
  }

  .search_each{
      margin-bottom: 10px;
      background-color: #f3f3f3;
      border-radius: 9px;
      padding-left: 80px;
      text-align: left;

      input{
          width: calc(100% - 95px);
          background-color: transparent;
          border: none;
          padding: 12px;
          padding-right: 15px;
          border-radius: 9px;
          font-size: 16px;
      }
      .label{
          position: absolute;
          z-index: 1;
          line-height: 42px;
          margin-left: 17px;
          font-size: 16px;
          color: #c27f51;
          left: 0px;
      }
  }

}


section.p{

    h1{
        color: #d88e5b;
        text-align: center;
        margin-bottom: 16px;
        font-size: 28px;
        font-weight: bold;
    }

   
    .attachment_wrap{
            margin-top: 50px;
            background-color: #f9f9f9;
            padding: 30px;

            li{
                text-align: left;
                margin-bottom: 5px;
                border-bottom: 1px dashed #dedede;
                padding-bottom: 10px;

                i{
                    background-color: #e4a173;
                    color: #FFF;
                    width: 30px;
                    height: 30px;
                    border-radius: 30px;
                    text-align: center;
                    line-height: 30px;
                    margin-right: 5px;
                }
                .thename{
                    display: inline-block;
                    color: #e4a173;
                    font-size: 15px;
                }




                &:hover{
                    opacity: 0.7;
                }
            }
    }
}


/* page */
section.page{

    h1{
          font-size: 24px;
          margin-top: 20px;
    }

    .ViewCounter{
            font-size: 15px;
    }

    .bigicon_good{
        font-size: 63px;
        background-color: #FFF;
        color: #a1e8ac;
        padding: 30px;
        border-radius: 100px;
        box-shadow: 0 0 15px 2px #00000014;
        border: 1px solid #a1e8ac;
        margin: 23px;
    }
    .bigicon_bad{
        font-size: 63px;
        background-color: #FFF;
        color: #e4a173;
        padding: 30px;
        border-radius: 100px;
        box-shadow: 0 0 15px 2px #00000014;
        border: 1px solid #e4a173;
        margin: 23px;
    }

    .data_event_note{
          color: #9a9a9a;
          font-size: 15px;
          margin: 10px;
    }

    .data_name{
        background-color: #e5e5e5;
        display: inline-block;
        padding: 5px;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 10px;

        &[gender="male"]{
            background-color: #ddecf3;
        }
        &[gender="female"]{
            background-color: #e9d6ea;
        }
        &[gender="company"]{
            background-color: #fde9c2;
        }
    }


    .date{
        color: #555;
        font-size: 15px;
        margin: 10px;

        .icon{
          vertical-align: middle;
        }
        .value{
          vertical-align: middle;
        }
    }

    .tags{

      li{
            display: inline-block;
            background-color: #ffe8d8;
            padding: 7px;
            border-radius: 8px;
            margin: 4px;
            color: #FFF;

            &[type="good"]{
                background-color: #74de85;
            }
            &[type="good_pro"]{
                background-color: #ebc820;
            }
            &[type="bad"]{
                background-color: #190403;
            }
            &[type="bad_pro"]{
                background-color: #d53124;
            }
      }
    }


    .score_section{
        padding: 10px;
        border: 2px solid #f9e4cf;
        border-radius: 13px;
        margin-top: 15px;
    }

    .stars{
          text-align: center;

            li{
                display: inline-block;
                font-size: 30px;
                padding: 5px;
                line-height: 1;


                .unstaricon{
                  display: none;
                  color: #d4ae87;
                }
                .staricon{
                  color: #fabb05;
                  display: none;
                }

            }


            &[value="0"]{
                .unstaricon{
                  display: inline-block;
                }
            }
            &[value="1"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .unstaricon{ display: inline-block; }
                li[value="3"] .unstaricon{ display: inline-block; }
                li[value="4"] .unstaricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="2"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .unstaricon{ display: inline-block; }
                li[value="4"] .unstaricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="3"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .staricon{ display: inline-block; }
                li[value="4"] .unstaricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="4"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .staricon{ display: inline-block; }
                li[value="4"] .staricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="5"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .staricon{ display: inline-block; }
                li[value="4"] .staricon{ display: inline-block; }
                li[value="5"] .staricon{ display: inline-block; }
            }

        }

}


/* bad */
section.bad_new {

    h1{
      font-size: 24px;
      color: #deab88;
    }
    .bigicon {
      font-size: 63px;
      background-color: #FFF;
      color: #e4a173;
      padding: 30px;
      border-radius: 100px;
      box-shadow: 0 0 15px 2px #00000014;
      border: 1px solid #e4a173;
      margin: 23px;
    }

    
}



section.newunit{


    .noteread{
        background-color: #f9f9f9;
        height: 300px;
        overflow: auto;
        font-size: 16px;
        text-align: left;
        padding: 26px;
    }

    .dldocs{
        width: fit-content;
        margin: auto;
        margin-top: 20px;

        span{
            vertical-align: middle;
        }
        .icon{
                margin-right: 7px;
        }
    }

}




/* bad */
section.new{

    .mainimg{
          margin-bottom: 30px;
          width: 80%;
    }
    h1{
        font-size: 24px;
        color: #deab88;
    }
    h2{
          color: #d88e5b;
    text-align: center;
    margin-bottom: 16px;
    }

    [name="newunit_name"]{
        margin-top: 12px;
        background-color: #FFF;
    }

    .newunit_eligible{
        text-align: center;
        font-size: 16px;
        padding-top: 5px;

        .e1{
            color: #30a968;
            font-weight: 400;
        }
        .e0{
            color: #d15216;
            font-weight: 400;
        }
    }

    h3{
        margin-top: 50px;

        b{
              font-size: 57px;
              font-family: cursive;
              vertical-align: middle;
              margin-right: 8px;
        }
    }


    .items_section{
        /* box-shadow: 0px 0px 25px #e8e8e8;
        padding: 15px; */
        margin-bottom: 30px;
    
    }
    /* .bigicon.bad {
      font-size: 63px;
      background-color: #FFF;
      color: #ee6868;
      padding: 30px;
      border-radius: 100px;
      box-shadow: 0 0 15px 2px #00000014;
      border: 1px solid #ee6868;
      margin: 23px;
      margin-top: 0px;
    }
    .bigicon.good{
        font-size: 63px;
        background-color: #FFF;
        color: #a1e8ac;
        padding: 30px;
        border-radius: 100px;
        box-shadow: 0 0 15px 2px #00000014;
        border: 1px solid #a1e8ac;
        margin: 23px;
        margin-top: 0px;
    } */

    .subselect, .fileup{
          display: none;
    }

    .eachwrap{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;


        .label.thelabel{
              color: #929292;
              text-align: left;

              b{
                    color: #bd1818;
                    font-size: 15px;
              }
        }

        .label{
                    b{
                            color: #FFF;
                            font-size: 1px;
                    }
                }
    }

    .eachwrap:active{
        transform: scale(0.95);
    }

    .required_text{
        display: none;
    }

    .required_note_bottom{
        display: none;
    }

    .eachwrap.required{
        .required_text{
                display: inline-block;
            }

            

           .fileup{
                

                .label{
                  b{
                        color: #bd1818;
                        font-size: 15px;
                  }
                }
            } 
    }

    .eachwrap.active{
        box-shadow: 0px 0px 25px #e8e8e8;
        padding: 15px;
        margin-bottom: 20px;

        .subselect{
            display: block;
        }

        .fileup{
            display: block;

            
        }

        .required_note_bottom{
                display: block;
                color: #a97d50;
                font-size: 15px;
                margin-top: 12px;
            }
        
    }

    
    .formeach textarea{
        min-height: 120px;
    }


    /*  */
    .score_section{
        padding: 10px;
        border: 2px solid #f9e4cf;
        border-radius: 13px;
        background-color: #fdf8f3;
        margin-top: 15px;

        user-select: none;
                -webkit-user-select: none; /* Safari / iOS */
                -ms-user-select: none;     /* 舊版 Edge */
                -moz-user-select: none;    /* 舊版 Firefox（多半已不需要） */
                -webkit-touch-callout: none; /* iOS 長按不跳出選單 */

        .score_status{
            font-size: 16px;
            color: #b38607;
            margin-top: 3px;
        }

        .stars{
          text-align: center;

          &.disabled{
              pointer-events: none;
              cursor: not-allowed;
              background-color: #FFF;
              border-radius: 12px;
          }

          &[type="good"]{
              li[value="1"], li[value="2"]{
                  opacity: 0.3;
              }
          }
          &[type="good_pro"]{
              li[value="1"], li[value="2"], li[value="3"], li[value="4"]{
                  opacity: 0.3;
              }
          }


          &[type="bad"]{
              li[value="4"], li[value="5"]{
                  opacity: 0.3;
              }
          }
          &[type="bad_pro"]{
              li[value="2"], li[value="3"], li[value="4"], li[value="5"]{
                  opacity: 0.3;
              }
          }


            li{
                display: inline-block;
                font-size: 30px;
                padding: 5px;
                cursor: pointer;
                line-height: 1;

                

                .unstaricon{
                  display: none;
                  color: #d4ae87;
                }
                .staricon{
                  color: #fabb05;
                  display: none;
                }

                &:hover{
                  opacity: 0.8;
                }

               
            }


            &[value="0"]{
                .unstaricon{
                  display: inline-block;
                }
            }
            &[value="1"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .unstaricon{ display: inline-block; }
                li[value="3"] .unstaricon{ display: inline-block; }
                li[value="4"] .unstaricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="2"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .unstaricon{ display: inline-block; }
                li[value="4"] .unstaricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="3"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .staricon{ display: inline-block; }
                li[value="4"] .unstaricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="4"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .staricon{ display: inline-block; }
                li[value="4"] .staricon{ display: inline-block; }
                li[value="5"] .unstaricon{ display: inline-block; }
            }
            &[value="5"]{
                li[value="1"] .staricon{ display: inline-block; }
                li[value="2"] .staricon{ display: inline-block; }
                li[value="3"] .staricon{ display: inline-block; }
                li[value="4"] .staricon{ display: inline-block; }
                li[value="5"] .staricon{ display: inline-block; }
            }

        }


    }

}


/* good */
section.good_new h1{

    font-size: 24px;
    color: #deab88;

}
section.good_new .bigicon {
    font-size: 63px;
    background-color: #FFF;
    color: #a1e8ac;
    padding: 30px;
    border-radius: 100px;
    box-shadow: 0 0 15px 2px #00000014;
    border: 1px solid #a1e8ac;
    margin: 23px;
}



.loginWrap{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;


    .part{
        display: none;
    }   

    &[type="login"] .part[ type="login"]{
        display: block;
        text-align: center;
    }

    &[type="register"] .part[ type="register"]{
        display: block;
    }

    .cancel{
        background-color: #000000;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.3;
      
    }

    .forgetpsw{
        font-size: 15px;
        color: #2b2b2b;
        display: inline-block;
        cursor: pointer;
    }

    .login_status{
        text-align: center;
        font-size: 15px;
        color: #7eca42;
    }

    .loginbox{
        background-color: #FFF;
        width: 300px;
        position: absolute;
        left: calc(50% - 190px);
        top: 100px;
        box-shadow: 0px 0px 25px #00000040;
        border-radius: 7px;
        padding: 40px;
        z-index: 1;

        h2{
              text-align: center;
              margin-bottom: 20px;
              color: #d18c5d;
        }

        .text{
            font-size: 15px;
            margin-bottom: 15px;

            b{
              color: #85b34a;
              font-weight: normal;
            }
        }

        .each{
            margin-bottom: 10px;
            background-color: #f3f3f3;
            border-radius: 9px;
            padding-left: 50px;
            text-align: left;

            .label {
                position: absolute;
                z-index: 1;
                line-height: 42px;
                margin-left: 17px;
                font-size: 16px;
                color: #c27f51;
                left: 0px;
            }
            input {
                width: calc(100% - 40px);
                background-color: transparent;
                border: none;
                padding: 12px;
                padding-right: 15px;
                border-radius: 9px;
                font-size: 16px;
            }
        }

        .btn{
            background-color: #deab88;
            color: #FFF;
            padding: 12px;
            cursor: pointer;
            border-radius: 9px;
            text-align: center;
            margin-bottom: 15px;
            font-size: 15px;

            &:hover{
                    background-color: #b3805e;
            }

            &.white{
                border: 1px solid #deab88;
                background-color: #FFF;
                color: #deab88;
                max-width: 480px;

                &:hover{
                    background-color: #f9f9f9;
                }
            }
        }
    }


}


.photos_preview{

    li{
        width: 240px;
        height: 150px;
        overflow: hidden;
        display: inline-block;
        margin-right: 9px;
        background-color: #f5ebdc;

        img{
              width: 100%;       /* 撐滿容器寬度 */
              height: 100%;      /* 撐滿容器高度 */
              object-fit: cover; /* 等同 background-size: cover */
              object-position: center; /* 置中裁切 */
              display: block;
        }
    }
}


section.more_list{
    background-color: #fefaf7;
    margin: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

    h2{
          text-align: center;
          font-size: 20px;
          color: #7e4721;
    }

    li:hover{
        background-color: #fef0e5 !important;
    }
}



@media screen and (max-width: 768px) {
    body {
      padding-top: 60px;
    }
    pc {
      display: none;
    }
    m {
      display: block;
    }
    .pc {
      display: none;
    }
    .m {
      display: block;
    }


    section.list .search_list li .theevents {
        width: auto;
        margin-left: 0px;
        display: -webkit-box;
        margin-top: 7px;
    }
    section.list .search_list li{
        padding-left: 0;
        padding-right: 0;
        white-space: normal;
    }
    /* section.list .search_list li[gender="female"] .thename{
        background-color: transparent;
        color: #e4a173;
    } */
    /* section.list .search_list li[type="good"] .thename{
        background-color: transparent;
        color: #6abb76;
    } */

    section.list .search_list li br{
              display: block;
    }
    section.list .search_list li .theicon {
        margin-left: 0px;
    }
    
    section.search  .search_each {
        padding-left: 65px;
    }
    section.search .search_each select{
            padding-left: 6px;
            padding-right: 4px;
            font-size: 15px;
    }

    section.search  .search_each span {
            font-size: 15px;
            margin-left: 8px;
        
    }


    section.set .part_group .notes {
              background-color: #f9f9f9;
              margin-top: 20px;
              padding: 11px;
              font-size: 12px;
              color: #555;
          
      
  }

  section.app_list {
      padding: 15px;
        font-size: 16px;
  }

  section.list {
      .pagination {
          padding: 0px;
      }
  }

  section.list  .pagination  li {
            display: inline-block;
            background-color: #e8e8e8;
            padding: 5px;
            border-radius: 8px;
            margin: 0px;
            width: 21px;
            font-size: 15px;
            cursor: pointer;
            margin: 2px;
        
    }

    section.list  .search_list  li  .thetitle {
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          max-width: initial;
          
    }
    section.list .search_list  li  .p2 {
          margin-bottom: 5px;
          margin-top: 5px;
    }
}