@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  * {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto_R';
    font-weight: normal;
    box-sizing: border-box;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #000000;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #FFC764;
  }

  ::-webkit-scrollbar-track {
    background: #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  html {
    scrollbar-arrow-color: #dfdfdf;
    scrollbar-Face-Color: #c1c1c1;
    scrollbar-Track-Color: #efefef;
    scrollbar-DarkShadow-Color: #efefef;
    scrollbar-Shadow-Color: #efefef;
    background: url(../img/up/bg_06090.png);
  }

  #content {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 0;
  }

  .title_panel {
    position: static;
    padding: 16px 16px 0 16px;
    background-color: #af71c7;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 23px;
    line-height: 46px;
  }

  .title_panel2 {
    height: 130px;
  }

  .title_panel .inner {
    display: inline-block;
    width: 100%;
  }

  .title_panel .inner p {
    display: inline-block;
    font-family: 'Noto_B';
    font-size: 16px;
  }

  .title_panel2 .inner>p {
    float: right;
    font-size: 13px;
  }

  .title_panel2 .stepTitle {
    width: 100%;
    padding: 10px 0;
  }

  .title_panel2 .stepTitle p {
    font-size: 13px;
    color: #fff
  }

  .title_panel .inner img {
    width: 60px;
    float: left;
    margin-top: 16px;
  }

  .coninner {
    display: inline-block;
    width: 100%;
    padding: 0 16px !important;
    background: url(../img/up/bg_06090.png);
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #image_group_user {
    height: 440px;
    overflow-y: scroll;
    text-align: left;
  }

  .control_panel {
    width: 435px;
    height: 600px;
    float: right;
    right: 0;
    margin-right: 20px;
    margin-top: 10px;
  }

  .edit_control_panel {
    height: 670px;
    width: 490px;
  }

  .upload_title {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .upload_title .group_title {
    color: #3e3e3e
  }

  .revision_text_title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    float: left;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .revision_text_title .review {
    border-radius: 0;
  }

  .price_list {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    height: auto;
    text-align: center;
    margin: 0;
    line-height: 30px;
    margin-top: 10px;
  }

  .price_list ul {
    background-color: #fff;
    text-align: left;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #6d6d6d;
    list-style: none;
  }

  .price_list ul li {
    width: 100%;
    padding: 0 10px;
  }

  .price_list ul li:nth-of-type(2) {
    width: calc(100% - 32px);
    margin: 20px 0 20px 16px;
    padding: 36px 20px;
  }

  .price_list ul li input {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0;
    height: 42px;
    margin: 0;
    font-size: 13px;
    color: #6d6d6d;
    font-family: 'Noto_R';
    outline: none;
  }

  .price_list ul li input#order_phone1,
  .price_list ul li input#order_phone2,
  .price_list ul li input#order_phone3,
  .price_list ul li input.order_phone {
    width: 30.5%;
  }

  .price_list ul li input:focus {
    border-bottom: 1px solid #af71c7;
    color: #af71c7;
  }

  .price_list ul li input#order_point {
    margin-right: 10px;
  }

  .price_list ul li input[type=radio],
  .price_list ul li input[type=checkbox] {
    width: 12.5px;
    margin-right: 5px;
  }

  .price_list ul li .order_phone {
    width: 60px;
    text-align: center;
    text-indent: 0;
  }

  .price_list ul li #only_pay_0 {
    background-color: #fff;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    color: #6d6d6d;
  }

  .price_list ul li>p {
    text-align: left;
    margin: 0 auto;
    color: #6d6d6d;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1px;
    margin-bottom: 30px;
  }

  .price_list ul li>p.payment_info {
    font-size: 11px;
    line-height: 14px;
  }

  .price_list ul li>p.payment_btn {
    cursor: pointer;
    width: 100%;
    padding: 20px 10px;
    background-color: #5e5e5e;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin: 10px 0px;
  }

  .price_list ul li>p>.deposit {
    font-size: 18px;
  }

  .price_list ul li>p>input {
    vertical-align: middle;
  }

  .price_list ul li p.tit_le {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 13px;
    border-right: 0;
  }

  .content_panel {
    float: left;
    width: 690px;
    height: 600px;
    min-width: 400px;
    min-height: 200px;
    padding: 0;
    position: relative;
    margin-left: 30px;
    margin-top: 10px;
  }

  .edit_content_panel {
    height: 670px;
    width: 660px;
  }

  .pictures_list {
    width: 490px;
    height: 648px;
    position: absolute;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .string_list {
    width: 435px;
    height: 648px;
    position: absolute;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 15px;
  }

  .group_list {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .text_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .group_div {
    margin-bottom: 10px;
    /* width: 1150px; */
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    /* position:absolute; */
    /* top: 0; */
    /* left:0; */
    z-index: 1;
  }

  .group_div .price_caption {
    list-style: none;
    display: inline-block;
    color: #6d6d6d;
    font-size: 14px;
    width: 100%;
    display: none;
  }

  .group_div .price_caption>li {
    float: left;
    height: 40px;
    width: 240px;
    line-height: 40px;
  }

  .group_div .price_caption>li.pro_caption {
    width: 560px;
  }

  .group_div .price_content {
    list-style: none;
    width: 100%;
    padding: 10px 0 0 0;
    border: 0;
    color: #6d6d6d;
    font-size: 13px;
  }

  .group_div .price_content>li {
    padding-top: 9px;
    float: left;
    height: 49px;
    width: 100%;
    /* width: 240px; */
  }

  .group_div .price_content>li:nth-of-type(3) {
    height: 30px;
  }

  .group_div .price_content>li:nth-of-type(4) {
    height: 30px;
  }

  .group_div .price_content>li.price_photo {
    line-height: 40px;
    font-size: 13px;
    width: 100%;
    height: 145px;
    /* background-color: #eee; */
    padding: 15px;
  }

  .group_div .sell::before {
    content: "íŒë§¤ê°€";
  }

  .group_div .deposit::before {
    content: "í•©ê³„";
  }

  .group_div .price_content>li>p {
    font-size: 10px;
  }

  .group_div .price_content>li>span {
    font-size: 17px;
    font-family: 'noto_m';
  }

  .group_div .order_info {
    text-align: left;
    width: 1040px;
    display: inline-block;
    margin-top: 10px;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    color: #6d6d6d;
  }

  .group_div .order_info>li {}

  .group_div .order_info>li>input {
    vertical-align: middle;
  }

  .cate_0 {
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }

  .group_div.cate_0 {
    height: auto;
  }

  #image_group_user {
    height: auto !important;
  }

  .group_title {
    /* height: 60px; */
    padding-top: 20px;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    width: 97%;
    margin: 0 auto;
    font-family: 'noto_B';
    margin-bottom: 10px;
  }

  .group_group_list {
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
    width: 100%;
    height: 400px;
    margin: 0px;
    display: inline-block;
    overflow-y: scroll;
    background-color: #fff;
    text-align: left;
    padding-bottom: 15px;
    background-size: inherit;
  }
  .group_user li {
    width: 100%;
    padding: 0 1rem;
  }
  .group_user li:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .group_user li:nth-child(2) {
    width: 100%;
  }
  .group_level li {
    width: 31%;
  }
  .group_level li:last-child {
    width: 95.5%;
    margin-top: 2%;
  }
  .group_mar {
    padding: 0 7px
  }

  .text_group_list {
    width: 95%;
    border: 0;
    height: 196px;
    margin: 0px;
    display: inline-block;
    overflow-y: scroll;
    background-color: #fff;
    text-align: left;
    padding-bottom: 15px;
    outline: 0;
    resize: none;
    padding: 20px;
    border: 1px solid #ddd;
  }

  .group_photo {
    height: 500px;
    width: 48%;
    float: left;
    margin: 10px 4% 10px 0;
    position: relative;
    border: 1px solid #ddd;
  }

  .group_photo:nth-of-type(2n) {
    margin-right: 0;
  }

  .group_photo>img {
    height: 100%;
    width: 100%;
    display: inline-block;
  }

  .group_photo>div {
    width: 20px;
    height: 20px;
    background-color: #4a4a4a;
    color: white;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    cursor: pointer;
  }

  .group_photo:hover {
    outline: 2px solid #FFC25B;
  }

  .group_photo:hover>div {
    background: #FFC25B;
  }

  .group_upload {
    width: 100%;
    height: 35px;
    position: relative;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }

  .group_upload>i {
    margin-bottom: 0;
  }

  .text_photo {
    height: 130px;
    width: 130px;
    display: inline-block;
    margin: 20px 0px 0px 7.5px;
    position: relative;
  }

  .text_photo>img {
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
  }

  .text_photo>div {
    width: 27px;
    background-color: #4a4a4a;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px 0px;
    font-weight: bold;
    font-size: 20px;
    height: 21px;
    line-height: 15px;
  }

  .text_photo>div>i {}

  .text_upload {
    width: 130px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 10px;
  }

  .text_upload>i {
    margin-left: 10px;
  }

  .texts_list {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    width: 95%;
  }

  .texts_list>div {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  #editorContent {
    border: 0px;
    width: 660px;
    height: 670px;
    min-width: 400px;
    min-height: 200px;
  }

  .videoContent {
    border: 0px;
    width: 100%;
    height: 390px;
    min-width: 400px;
    min-height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -41%;
    left: 0;
  }

  .string_img_content {
    border: 0px;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .comment {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #fafafa;
    color: #3e3e3e;
    font-size: 11px;
    text-align: center;
    font-family: 'noto_m';
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 10px;
  }

  .comment span {
    color: #7e7e7e;
  }

  #cate_tab {
    margin-top: 15px;
  }

  .cate_btn {
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #314355;
    padding: 8px 10px;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #656565;
    cursor: pointer;
    font-weight: bold;
  }

  .active {
    background-color: #314355;
    color: #fff;
  }

  .info_comment {
    width: 413px;
    height: 55px;
    line-height: 55px;
    background-color: #314355;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    /* margin-top: 100px; */
  }

  .string {
    width: 391px;
    height: 210px;
    background-color: #ffffff;
    background-size: cover;
    margin-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #000000;
  }

  .string_text {
    width: 391px !important;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .photo_text {
    width: 405px;
    height: 55px;
    line-height: 55px;
    background-color: #314355;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 17px;
  }

  .picture {
    width: 451px;
    height: 270px;
    background-color: #ffffff;
    background-size: cover;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #000000;
    position: relative;
  }

  .picture_editing {
    font-weight: bold;
    font-size: 13pt;
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: calc(210px - 25px);
    color: #ffffffee;
    background-color: #000000aa;
    text-align: center;
    bottom: 0;
  }

  .picture_icon {
    background-color: #000000aa;
    color: white;
    padding: 5px;
    position: absolute;
    margin: 5px;
  }

  .picture_img {
    width: 100%;
    height: 100%;
  }

  .text_title {
    font-weight: bold;
    color: #333333;
    float: left;
    margin-top: 20px;
    font-size: 14px;
  }

  .default_music {
    margin-left: 57px;
    margin-right: 18px;
    width: 150px;
    text-align: center;
    display: inline-block;
  }

  .change_music {
    width: 70px;
    text-align: center;
    display: inline-block;
  }

  .text_normal {
    margin-left: 5px;
    margin-top: 5px;
    width: 300px;
    float: right;
  }

  #title {
    color: #FFFFFF;
    text-align: center;
    font-size: 17pt;
    line-height: 60px;
  }

  .wrap {
    position: absolute;
    text-align: center;
  }

  .frame {
    position: relative;
  }

  a.btn {
    width: 100%;
    background: #000;
    font-size: 13pt;
    margin-bottom: 40px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    font-family: 'Noto_B';
    text-align: center;
    cursor: pointer;
    box-shadow: 3px 3px 10px -3px rgb(0 0 0 / 30%)
  }

  a.btn.fixed_btn {
    position: initial;
  }

  .btn_om {
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    font-size: 15px;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    color: #fff;
    background-color: #cccccc;
    border-radius: 5px;
    font-weight: bold;
  }

  .btn_om:hover {
    color: #314355;
    background: #fff;
    cursor: pointer;
  }

  .btn_om:active {
    color: rgba(255, 255, 255, 0.85);
  }

  input[type='text'] {
    padding: 8px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    height: 40px;
    width: 70%;
    border: 0px;
    background: #fff;
    border-radius: 5px;
    text-indent: 10px;
    margin-top: 10px;
  }

  input[type='text']:hover {}

  input#event_date {
    background-image: url(/css/images/calendar.png);
    background-size: 10%;
    background-position: 10px center;
    background-repeat: no-repeat;
    text-indent: 40px;
  }

  .hp_input {}

  .bottom_btn {
    position: inherit;
    width: 100%;
  }

  .nextButton {
    width: 140px;
    height: 40px;
    line-height: 40px;
    float: right;
    bottom: 0
  }

  .prevButton {
    width: 80px;
    height: 40px;
    line-height: 40px;
    float: left;
    bottom: 0
  }

  .stepTitle {
    color: #fff;
    font-size: 12px;
    float: right;
    border: 1px solid #fff;
    line-height: 22px;
    padding: 0 6px;
    border-radius: 5px;
    margin-top: 10px;
  }

  .text_div {
    height: 32.5% !important;
    border-radius: 5px;
  }

  span {
    font-size: 13px;
  }

  span.photo_number1 {
    color: #F39F0D;
    font-family: 'Noto_B'
  }

  span.photo_number2 {
    color: #787878;
  }

  .finish_info {
    text-align: center;
    margin: 70px auto;
    padding: 70px 0;
  }

  .finish_info>img {
    width: 70%;
  }

  .ending_close {
    width: 180px;
    height: 45px;
    line-height: 45px;
    background-color: #af71c7;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 200px;
  }

  #STEP_PRICE_DEFAULT .price_list {
    margin-bottom: 10px;
  }

  .tit_le {
    width: 100px;
    display: inline-block;
  }

  .box-radio-input {
    margin-right: 4px;
  }

  .box-radio-input input[type="radio"] {
    display: none;
  }

  .box-radio-input input[type="radio"]+span {
    display: inline-block;
    background: none;
    border: 1px solid #dfdfdf;
    padding: 0px 8px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
  }

  .box-radio-input input[type="radio"]:checked+span {
    border: none;
    background: #000;
    color: #fff;
    font-size: 12px;
  }

  .coninner .cash_wrap .per_ai {
    bottom: -25px;
  }

  #STEP_PRICE_DEFAULT .upload_title {
    height: 314px;
  }

  /* 220502 ì˜µì…˜ì¶”ê°€ */
  #STEP_PRICE_DEFAULT .option_list {
    width: 100%;
    margin: 20px 0 10px 0;
  }

  #STEP_PRICE_DEFAULT .option_list ul {
    height: 54px;
    height: 100px;
    display: inline-block;
    width: 100%;
  }

  #STEP_PRICE_DEFAULT .option_list ul li {
    width: 100%;
    padding: 6px 0;
  }

  #STEP_PRICE_DEFAULT .option_list ul li span {
    display: block;
    width: 50%;
    float: left;
  }

  #STEP_PRICE_DEFAULT .option_list ul li span:nth-child(1) {
    margin-right: 0;
    text-align: left;
  }

  #STEP_PRICE_DEFAULT .option_list ul li span:nth-child(2) {
    text-align: right;
  }

  #STEP_PRICE_DEFAULT .option_list ul li span:nth-child(2) a {
    display: inline-block;
    text-align: center;
    float: initial;
  }

  #STEP_PRICE_DEFAULT .option_list ul li span:nth-child(2) input {
    display: inline-block;
    float: initial;
  }

  .pic_notice {}

  .pic_notice div {
    width: 100%;
  }

  .pic_notice>span {
    margin-left: 2%;
  }

  @media screen and (max-width:768px) {
    .group_photo {
      height: 340px;
    }
    .upload_info {
      position: static;
      line-height: 1rem;
    }
    .pic_notice {
      width: 100%;
    }
    .pic_notice br.none {
      display: none;
    }

    .pic_notice>span {
      margin-left: 3%;
    }

    #coupon_code {
      width: 79%;
    }

    .button_coupon {
      height: 41px;
      border: 1px solid #eee;
      background: #2f2f2f;
      width: 19%;
      border-radius: 5px;
      -webkit-appearance: none;
      /* ê¸°ë³¸ ë²„íŠ¼ ìŠ¤íƒ€ì¼ì„ ì—†ì•° */
      -moz-appearance: none;
      /* ê¸°ë³¸ ë²„íŠ¼ ìŠ¤íƒ€ì¼ì„ ì—†ì•° */
      appearance: none;
      /* ê¸°ë³¸ ë²„íŠ¼ ìŠ¤íƒ€ì¼ì„ ì—†ì•° */
      outline: none;
      /* í¬ì»¤ìŠ¤ ì‹œ ì•„ì›ƒë¼ì¸ ì œê±° */
      cursor: pointer;
      /* í¬ì¸í„° ì»¤ì„œë¡œ ë³€ê²½ */
      color: #fff;
    }

    .save_coin {
      background: #673AB7;
      color: #fff;
      padding: 1px 4px;
      border-radius: 5px;
    }

    .save_coin>font {
      color: #fff !important;
    }
  }

  @media screen and (max-width:414px) {
    .group_photo {
      height: 180px;
      margin: 4px 2% 4px 0;
      width: 49%;
    }

    .finish_info>img {
      width: 80%;
    }

    #STEP_PRICE_DEFAULT .option_list ul {
      height: 200px;
    }

    #STEP_PRICE_DEFAULT .option_list ul li span {
      width: 100%
    }

    #STEP_PRICE_DEFAULT .option_list ul li {
      border-bottom: 1px solid #ddd;
      padding: 10px 0;
    }

    #STEP_PRICE_DEFAULT .option_list ul li:last-of-type {
      border: 0;
    }
  }
}

@media screen and (max-width:320px) {
  .group_photo {
    height: 120px;
  }
}
}
