*, *::after, *::before {
    margin: 0;
    padding: 0;
    border:0;
    outline:none;
    box-sizing:border-box;
}
:root{
 --page-width:900px;
}
a{text-decoration:none;color:#333;}
::-webkit-scrollbar {
width:5px
}
::-webkit-scrollbar-track {
background-color:#bee1eb
}
::-webkit-scrollbar-thumb {
background-color:#989999
}
::-webkit-scrollbar-thumb:hover {
background-color:#989999
}
::-webkit-scrollbar-thumb:active {
background-color:#989999
}

@font-face {
  font-family: 'cnfont';
  src: url('cnfont.ttf') format('truetype'),
       url('cnfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
    font-size:14px;
    place-items: center;
    font-family: "cnfont","Montserrat", sans-serif;
    background:#f7f7f7;
}

.hidden {
    display: none !important;
}

main {
    text-align: center;
}

.buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 3rem 0;
    gap: 1rem 2rem;
}
.buttons button {
    border: none;
    height: 3.6rem;
    border-radius: 1.8rem;
    font-family: inherit;
    font-size: inherit;
    color: #FFF;
    padding: 0 2rem;
    background-color: rgb(134, 185, 216);
    cursor: pointer;
}
.buttons button:hover {
    background-color: rgb(112, 163, 194);
}
.buttons button.btn-cookie {
    background-color: rgb(234, 194, 145);
}
.buttons button.btn-cookie:hover {
    background-color: rgb(198, 156, 106);
}
.buttons button.btn-exclamation {
    background-color: rgb(226, 119, 84);
}
.buttons button.btn-exclamation:hover {
    background-color: rgb(180, 89, 59);
}
.buttons button.btn-medal {
    background-color: rgb(91, 24, 24);
}
.buttons button.btn-medal:hover {
    background-color: rgb(70, 14, 14);
}


/* POPUPS */
#popupContainer{position: fixed;top: 0;left: 0;z-index:9999}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: grid;
    place-items: center;
    transition: opacity .2s;
}
.popup-content {
    position: relative;
    width:460px;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 3rem rgba(0,0,0,.2);
    animation: popup .2s linear forwards;
}
.popup-content-hide {
    animation: hide .2s linear forwards !important;
}
.popup-header {
    display: grid;
    place-items: center;
    margin-bottom: 15px;
}
.popup-header img{width:120px;margin-top:-15px}
.popup-text {
    margin: 20px;
    text-align: center;
    color: #999;
}
.popup-text h1 {
    font-size:22px;
    color: rgb(140, 165, 183);
    margin-bottom:10px;
}
.popup-text p {
    margin-bottom: 10px;
    line-height: 30px;
}
/*.popup-text button {
    width: 100%;
    border: none;
    height: 3.6rem;
    margin-top: 10px;
    border-radius: 1.8rem;
    font-family: inherit;
    font-size: inherit;
    color: #FFF;
    background-color: rgb(134, 185, 216);
    cursor: pointer;
}*/
.popup-text button {
    width: 100%;
    border: none;
    height: 2.6rem;
    margin-top: 10px;
    border-radius: 1.8rem;
    font-family: inherit;
    font-size: inherit;
    color: #FFF;
    background-color: rgb(134, 185, 216);
    cursor: pointer;
}
.popup-text button:hover {
    background-color: rgb(112, 163, 194);
}
.popup-text button.btn-grey {
    background-color: rgb(203, 203, 203);
}
.popup-text button.btn-grey:hover {
    background-color: rgb(178, 178, 178);
}
.popup-close {
    position: absolute;
    top:10px;
    right:10px;
    font-size:30px;
    color: #999;
    cursor: pointer;
}

/* COOKIE POPUP */
.popup-cookie .cookie {
    transform: rotate(40deg) translateY(-1rem);
}
.popup-cookie h1 {
    color: rgb(234, 194, 145);
}
.popup-cookie button {
    background-color: rgb(234, 194, 145);
}
.popup-cookie button:hover {
    background-color: rgb(198, 156, 106);
}

/* EXCLAMATION POPUP */
.popup-exclamation .exclamation {
    transform: rotate(-10deg) translateY(-2rem);
}
.popup-exclamation h1 {
    color: rgb(226, 119, 84);
}
.popup-exclamation button {
    background-color: rgb(226, 119, 84);
}
.popup-exclamation button:hover {
    background-color: rgb(180, 89, 59);
}

/* MEDAL POPUP */
.popup-medal .medal {
    transform: rotate(5deg) translateY(-2rem);
}
.popup-medal h1 {
    color: rgb(91, 24, 24);
}
.popup-medal button {
    background-color: rgb(91, 24, 24);
}
.popup-medal button:hover {
    background-color: rgb(70, 14, 14);
}


/* ENVELOPE */
.mail {
    position: relative;
    transform: rotate(-10deg);
    width: 15rem;
} 

.envelope {
    position: relative;
    background: transparent;
    width: 15rem;
    height: 10rem;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    z-index: 5;
    box-shadow: 1rem 1rem rgba(25, 40, 43, 0.4);
}
.envelope-back {
    position: absolute;
    bottom: 0;
    background-color: rgb(134, 185, 216);
    width: 15rem;
    height: 10rem;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    z-index: 1;
}
.envelope::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-left: 1rem solid rgba(219, 235, 245, 0.576);
    border-top: 1rem solid transparent;
}
.envelope-left, .envelope-right {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(178, 214, 236);
    width: 10rem;
    height: 10rem;
    transform-origin: top left;
    transform: rotate(45deg);
    box-shadow: -.5rem -.5rem 0 rgba(127, 163, 186, 0.5);
}
.envelope-right {
    left: auto;
    right: 0;
    transform-origin: top right;
    transform: rotate(-45deg);
    background-color: rgb(178, 214, 236);
}
.envelope-bottom {
    position: absolute;
    left: 50%;
    bottom: -55%;
    transform: translateX(-50%) rotate(45deg);
    background-color: rgb(178, 214, 236);
    border-radius: 1rem;
    width: 10rem;
    height: 10rem;
    box-shadow: -.5rem -.5rem 0 rgba(127, 163, 186, .5);
}
.envelope-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: rgb(134, 185, 216);
    border-radius: 1rem 0 0 0;
    width: 10rem;
    height: 10rem;
    outline: .3rem solid rgb(134, 185, 216);
    z-index: 1;
}

.letter {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11rem;
    height: 10rem;
    background-color: #FFF;
    z-index: 2;
    border: .5rem solid rgba(127, 163, 186, 0.5);
    display: grid;
    place-items: center;
}
.face {
    position: relative;
    transform: translateY(-1rem);
    width: 6rem;
    height: 2rem;
}
.eye-left, .eye-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: rgb(110, 133, 148);
}
.eye-right {
    right: 0;
    left: auto;
}
.mouth {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(to top, rgb(110, 133, 148),  rgb(110, 133, 148) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0));
}

/* COOKIE */
.cookie {
    position: relative;
}
.cookie-body {
    position: relative;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background-color: rgb(234, 194, 145);
    overflow: hidden;
    box-shadow: .5rem .5rem 0 rgba(0,0,0,.2);
}
.cookie-bite {
    content: '';
    position: absolute;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: #FFF;
    right: 2rem;
    top: .8rem;
    box-shadow: 3rem .5rem 0 #FFF,
        -2rem -2rem 0 #FFF;
}

.cookie-body .face {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
}
.cookie-body .mouth { background: linear-gradient(to top, rgb(55, 38, 18),  rgb(55, 38, 18) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0)); }
.cookie-body .eye-left, .cookie-body .eye-right { background-color: rgb(55, 38, 18); }

.cookie-body::before {
    content: '';
    position: absolute;
    height: 110%;
    width: 110%;
    border-radius: 50%;
    border: 1rem solid rgb(255, 216, 168);
    transform: translate(-.4rem, -.2rem)
}
.cookie-body::after {
    content: '';
    position: absolute;
    height: 110%;
    width: 110%;
    bottom: -.4rem;
    right: -.4rem;
    border-radius: 50%;
    border: .8rem solid rgb(183, 144, 114);
    transform: translate(-.3rem, -.2rem)
}

.chocolate-chip {
    background: rgb(179, 133, 98);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    position: absolute;
    top: 3.5rem;
    left: 3.5rem;
    box-shadow: 6rem 6rem 0 -.2rem rgb(179, 133, 98),
        4rem 8rem 0 .1rem rgb(179, 133, 98),
        8rem 2rem 0 -.4rem rgb(179, 133, 98),
        -1rem 6rem 0 -.2rem rgb(179, 133, 98);
}

/* EXCLAMATION MARK */
.exclamation {
    position: relative;
    min-height: 17rem;
}
.exclamation-main {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    border-radius: 1rem;
    width: 7rem;
    height: 10rem;
    background-color: rgb(226, 119, 84);
}
.exclamation-shadow {
    position: absolute;
    top: 1rem;
    left: 1rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    border-radius: 1rem;
    width: 7rem;
    height: 10rem;
    background-color: rgba(0,0,0,.2);
}
.exclamation-dot {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin-top: 2rem;
    background-color: rgb(226, 119, 84);
    box-shadow: 1rem 1rem rgba(0,0,0,.2);
}

.exclamation .face {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.exclamation .mouth { background: linear-gradient(to top, rgb(55, 38, 18),  rgb(55, 38, 18) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0)); }
.exclamation .eye-left, .exclamation .eye-right { background-color: rgb(55, 38, 18); }

/* MEDAL */
.medal {
    position: relative;
    height: 15rem;
}
.medal-body {
    position: relative;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: rgb(255, 230, 0);
    border: 2rem solid rgb(236, 185, 0);
    overflow: hidden;
    box-shadow: .5rem .5rem 0 rgba(0,0,0,.2);
}
.medal-body::after {
    content: '';
    position: absolute;
    width: 10rem;
    height: 10rem;
    border: 1rem solid rgb(255, 244, 144);
    top: -.5rem;
    left: -.5rem;
    border-radius: 50%;
}
.medal-ribbon {
    position: absolute;
    bottom: -6rem;
    left: 50%;
    width: 9rem;
    height: 10rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    background: linear-gradient(to right, rgb(91, 24, 24) 50%, rgb(177, 52, 52) 50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.medal-ribbon-shadow {
    position: absolute;
    bottom: -6rem;
    left: 50%;
    width: 9rem;
    height: 10rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    background: rgba(0,0,0,.2);
    transform: translate(-50%, -50%) translate(.5rem, .5rem);
    z-index: -1;
}

.medal .face {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.medal .mouth { background: linear-gradient(to top, rgb(114, 85, 13),  rgb(114, 85, 13) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0)); }
.medal .eye-left, .medal .eye-right { background-color: rgb(114, 85, 13); }
@keyframes hide {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0); opacity: 0; }
}
@keyframes popup {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
.clear{clear:both}
/*.wrap{width:100%;max-width:900px;height:100%;top:0;left:0;right:0;margin:0 auto;background:#fff;position:fixed;overflow-x:hidden;overflow-y:auto;}*/
.wrap{width:100%;max-width:var(--page-width);height:100%;top:0;left:0;right:0;margin:0 auto;background:#fff;position:relative;overflow-x:hidden;overflow-y:auto;}
.header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    max-width:var(--page-width);
    margin: 0 auto;
    right: 0;
    /*border-bottom:1px solid rgb(0 0 0 / 5%)*/
}
.header .left_icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}
.pull-left {
    float: left !important;
}
.header .header_tt {
    position: absolute;
    z-index: 5;
    padding: 0 1rem;
    font-size: .3rem;
    color: #333;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .header_tt img{height:60px}
.header .header_right {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 15px;
    text-decoration: none;
    background: linear-gradient(80deg, rgb(70 81 229), rgb(165 167 217));
    border-radius: 20px;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
}
.right_menu {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top:60px;
    bottom: 0;
    z-index: 600;
    display: none;
}
.right_menu.active {
    display: block;
}
.right_menu_mark {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.right_menu .menu {
    width: 180px;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    top: 0;
    left: -300px;
    bottom: 0;
    overflow: auto;
    padding: 20px;
    height: 100%;
    position: absolute;
    
}
.pad_t20 {
    padding-top: 0.2rem;
}
.right_menu .menu.active {
    left: 0;
}
.right_menu .menu .nav_items a{font-size:16px;display:block;width:100%;margin-bottom:15px;color:#333}
.right_menu .menu .nav_items a img {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 60%;
    margin-right: 5px;
}

.ercode {
  height: 130px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ercode1 {
  right: 0px;
  left: unset;
}
.ercode > p {
  margin: 0px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 28px;
}
.ercode-box {
  display: flex;
  padding: 32px;
  padding-top: 24px;
  margin-top: 24px;
  justify-content: space-between;
}

.btnercode {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 31px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-top: 8px;
}
.content{margin: 80px 20px 0;}
.listBox{margin-bottom:25px;}
/*.listBox h2{font-size: 18px;font-weight: normal;margin-bottom:10px}
*/.listBox h2{font-size: 16px;font-weight: normal;margin-bottom:10px;letter-spacing: 0.07em}
.listBox h2 img{width:26px;height:26px;vertical-align: middle;}
/*.listBox ul{list-style:none;border:1px solid #ddd;border-radius:6px;}*/
.listBox ul{list-style:none;border:1px solid #ddd;border-radius:16px;}
.listBox ul li{list-style:none;display:flex;flex-wrap:wrap;border-bottom:1px solid #ddd;padding:20px}
.listBox ul li:last-child{border-bottom:0;}
.listBox ul li img{width:36px;height:36px;margin-right:10px;}
.listBox .urlInfo{width:calc(100% - 135px);font-size:14px}
.urlInfo .tit{display:block;width:100%;color:#333;padding-bottom:5px}
/*.urlInfo .tit small{background:#00aff0;color:#fff;font-size: 12px;padding: 2px 3px;border-radius: 5px;}*/
.urlInfo .tit small{background:#00aff0;color:#fff;font-size: 10px;padding: 2px 6px;border-radius: 5px;letter-spacing: 0.07em;}
.urlInfo .des{display:block;width:100%;color:#999;font-size:12px}
/*.listBox .urlBtn {
    margin: auto 0 auto auto;
    font-size: 14px;
    background: #00aff0;
    color: #fff;
    border-radius: 12px;
    padding: 5px 10px;
    cursor: pointer;
}*/
.listBox .urlBtn {
    margin: auto 0 auto auto;
    font-size: 12px;
    background: #00aff0;
    color: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    cursor: pointer;
    letter-spacing: 0.07em;
}


.listBox .urlBtn:hover{opacity:0.8}
.popup-text button:hover{opacity:0.8}
#copypopupContent{position: fixed;top: 0;left: 0;z-index:10000}
#bodybg{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:1000;opacity:0.5;filter:alpha(Opacity=50);-moz-opacity:0.5;}
.popup_box{width:470px;border:1px solid #ccc;border-radius:6px;margin:0 auto;background:#fff; position:fixed;left:0;right:0;top:100px;z-index:999999;color:#444}
.popup_box h2{margin:0;font-weight:normal;font-family:"Microsoft Yahei", Arial;font-size:16px;border-bottom:1px solid #ccc;padding:15px;}
.popup_box h2 .closepop{float:right;color:#bfbfbf;cursor:pointer;}
.popup_box h2 .closepop:hover{color:#00aff0;}#tg_cont{padding:10px 15px 10px;}
.popup_box .popup_cont{padding:10px;color:#444;text-align:center}
.popup_box .popup_cont p{font-family:"Microsoft Yahei";margin:0;padding:0;line-height:35px}
.popup_box .popup_cont p a{text-decoration:none;color:#fff;background:#00aff0;padding:10px 15px;margin:0 5px 0;border-radius:4px;border-bottom:2px solid #9a9696;}
.popup_box .popup_cont p a:hover{background:#50acce !important}
.popup_box .popup_cont p.links{text-align:center;padding:20px 0}
.popup_box .popup_cont p a.bg-b{background:#f90;}
.popup_box .popup_cont p a.bg-c{background:#093;}
.popup_box .popup_cont p a.bg-d{background:#6b776f;}
.footer{margin:20px auto 80px;color:#333;font-size:14px;text-align:center}
.footer p{padding-bottom:15px;}
.iframe-active{overflow:hidden}
.iframe-wrap{display:none;position:absoult;top:0;right:-1000px;width:100%;height:100%;z-index:999999;background:#fff;-webkit-transition:.2s;transition:.2s;}
.iframe-wrap .iframe-box{width:100%;height:100%;}
.iframe-box .iframe-title{background:#fff;height:60px;line-height:60px;font-size:16px;position:relative;text-align:center;border-bottom:1px solid rgb(0 0 0 / 22%)}
.iframe-box .iframe-title span.btn{display:block;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAJ4SURBVFiF7Zk7aFRBGIW/+IIUBot02oiCNrHxgCARxZBCFKuAYnxsERCDhY2ihZ0YQUzhuxFfoIVaKIpKMKSzOSIiViqCYCEoiI1iwLW4Wyx3hzzmzqwEcso5cObj37vz/3duR71eZy5pwf8GmK3mgXNrzgEvatdGkhYC54F9wCegZvv1bHPaUuEG7C1gGFgKrANux2RlB5bUAVwC9pSsNTF57ajwKHAwsD4RE5YVWNJp4EjA+gjUYjI7cnU6SceBkYD1Bdho+3NMbhZgSYeBCwHrK9Br+0NsdvJHQtIQYdhvQH8VWEhcYUmDFMdXuRA/gT7brrpHMmBJO4EHtDajXxSwL1Psk+SRkNQP3KcV9jewIxUsJACWtAV4CCwuWZPALtvjVfdoViVgSRsoYDtL1l9g0PajKvkhRQNL6gGeAV0Bu2b7XjTVFIoClrQWGAeWBexh21GDzUwUW+GbQHdg/ZjtKxV4plUs8PrA2pjts1VgZqJY4FeBtf7G/JBVscB7KVptWSOSDlXgmVZRwLbfA1uB7wH7sqRaFaipFH2s2X4LbKeYE8q6Jml3NNUUqjxLSNoEPKe1eUwCA6mbR5LhR1If8JTW9vwH2JayPScZfmy/AAYoqtqsJcBjSb0p9oGEA3zjpz9AMUc0qxN40pg7KivpG4ftu8BQwOqiqHRP1T2SvyLZvk5xYVJWNzAuaXWV/Cyv+Y154kTA6gYmJK2Mzc52L2H7DHAqYC0HxiStiMnNepFi+yRwLmCtAm7EZLbjquoocDWwvjkmLDuw7TrFn/BOyXoXk9eW69YG9H7gIvADeENxZs9a2e7WcmnOfTKYB86teeDc+geHerdAJPoW9wAAAABJRU5ErkJggg==) no-repeat;background-size:100%;position:absolute;left:10px;top:15px; cursor:pointer;z-index:1}
.iframe-box .iframe-body{position:relative;top:0;width:100%;height:calc(100% - 61px)}
.iframe-box .iframe-body iframe{width:100%;height:100%;position:absolute;top:0;left:0;}
.iframe-active .iframe-wrap{display:block;position:fixed}

.morepopupcont {
    background: rgb(0 0 0 / 50%);
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}
.morepopupcont .morepopupwrap {
    max-width: 380px;
    margin: 10% auto 0;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
.morepopupwrap .morepopupbox {
    position: relative;
    border-radius: 6px;
    width: 100%;
    overflow: hidden;
}
.morepopupbox img {
    width: 100%;
    border-radius: 6px;
}
.morepopupbox .morepopuphtml{background:#fff;padding:10px;}
.morepopuphtml h2{font-size:16px;}
.morepopuphtml p{font-size:14px;line-height:25px}
.morepopupbox .morepopuphide {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 18px;
    cursor: pointer;
    background: url(../img/close.png) no-repeat;
    z-index: 10;
}
.foot_navi{
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width:var(--page-width);
    display: flex;
    background: #fff;
    height: 50px;
    left: 0;
    text-align: center;
    right: 0;
    border-top: 1px solid rgb(0 0 0 /10%);
}
.foot_navi a{
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0 0;
    font-size: 0;
    color: #999;
    text-align: center;
    -webkit-tap-highlight-color: ;
    position: relative;
}
.foot_navi a span.ico{
    width: 100%;
    display: block;
    text-align: center;
}
.foot_navi a span.ico img{
    width: 24px;
    height: 24px;
}
.foot_navi a span.tit{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
@media screen and (max-width:999px){
    body{background:#fff}
    .morepopupcont .morepopupwrap{width:calc(100% - 20px)}
}
@media screen and (max-width:600px){
.popup_box, .popup-content{width:calc(100% - 40px)}
}