:root {
    --color-main-background: #f7f1f107;
    --box-shadow-1: -5px 5px 5px #395797, 5px -5px 5px #395797;
    --box-shadow-2: -5px 5px 5px #919739, 5px -5px 5px #919739;
    --text-shadow-1: -5px 10px 15px #f8fded, 5px -10px 15px #46600f;
    --color-font-warning:#f25e3f;
    --color-font-success:#000;
    --color-font-error:#a0470f;
    --poster-back-width:713;
    --poster-back-height:1566;
    --default-font-family :"Noto Sans SC", 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Microsoft YaHei", 'Arial', sans-serif;

    --swiper-pagination-bullet-horizontal-gap:10px;
    --swiper-pagination-bullet-width:30px;
    --swiper-pagination-bullet-height:30px;
    --swiper-pagination-color: #e69b48;
    --color-backgroud-color:#fefefe90;
    --font-size-top-btn:24px;
    --font-size-slice-title:42px;
    --font-size-level-1:28px;
    --font-size-level-2:22px;
    --font-size-level-3:18px;
    --font-size-level-4:14px;
}
body.m{
    --font-size-top-btn: 32px;
    --font-size-slice-title:42px;
    --font-size-level-1: 42px;
    --font-size-level-2: 38px;
    --font-size-level-3: 32px;
    --font-size-level-4: 24px;
}

body{
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
}
* {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: var(--default-font-family);
}
ul,ol,li{list-style: none;}

input[type=text], input[type=tel] {
    border-radius: 5px;
    border: #878b7e solid thin;
    height: 40px;
    font-size: 20px;
    color: #46600f;
    margin-bottom: 5px;
}
input[type=text]:focus,input[type=tel]:focus{
   border: #cf5d5d solid thin;
}
.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-col{
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.flex-center{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.show {display:block;}
.hide {display: none;}
.show_border {border: #613ce9 dashed thin;}
.btn {
    cursor: pointer;
}
.btn:hover{transform: scale(1.02);
    /* border: #f48e8ea6 solid thin; */
}
.btn.circle:hover{
    border-radius: 50%;
}
.in-center{text-align: center;}
.warning {
    text-align: center;
    font-size: 18px;
    color: var(--color-font-warning);
    font-weight: bold;
}
body {
    background-color: var(--color-main-background);
    font-family: "Noto Sanc SC", 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Microsoft YaHei", 'Arial', sans-serif;
}

.pop {
    width: 460px;
    height: 563px;
    background: url(../img/260813/bg-pop.png) no-repeat;
}

iframe#loginfrm {
    margin: 155px 45px;
}

.pop .close_pop {
    left: unset;
    right: 15px;
    top: 15px;
    width: 33px;
    height: 33px;
    background: url(../img/260813/bg-flg-close-pop.png) no-repeat;
    color: #fefefe00;
}
.pop .popmsgarea {
    width: 100%;
    min-height: 150px;
    height: auto;
    padding: 100px 0 25px 0;
}

.icon-copy{
    cursor: pointer;
    width: 1em;
    height: 1em;
}
.icon-copy::before, .icon-copy::after {
    width: .7em;
    height: .8em;
    border: 1px solid;
    border-radius: .1em;
    content: '';
    box-sizing: inherit;
    position: absolute;
    color: #2d8be9;
}
.icon-copy::after {
    margin: 3px;
}
.icon-copy::before {
    border-bottom-color: transparent;
    border-right-color: transparent;
    color: red;
}