div, table, tr, td, img, ul, li, ol, h1, h2, h3, h4, h5, h6, p, em, i, font, span, b, dl, dt, dd, form, textarea, input, select, a {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
}

/*** footer ***/
#footer {padding: 80px 20px 10px;background: url(../images/common/bot_bg.png) no-repeat center top / 100% 100%;}
.foot_nav {margin-bottom: 20px;display: flex;justify-content: center;}
.foot_nav li {color: #ee5472;font-size: 13px;border-right: 1px solid currentColor;line-height: 1;}
.foot_nav li:last-child {border-right: none;}
.foot_nav a {margin: 0 15px;color: #ee5472;}
.foot_logo {display: block;margin: 0 auto;width: 70px;}
@media all and (min-width:798px) {
  #footer { background-image: linear-gradient(to right, #ebbcdc 0%, #fadfdf 100%);padding: 30px 0;text-align: center;color: #ee5472;box-sizing: border-box;}
  .foot_nav a { font-size: 14px;}
  .foot_nav a:hover {	opacity: 0.6;}
  .foot_logo { width: 120px;}
}
/*** c-head01 ***/
.c-head01 {color: #fd5678;font-size: 18px;text-align: center;margin-bottom: 17px;}
@media all and (min-width:798px) {
  .c-head01 {	margin-bottom: 20px;font-size: 25px;}
}
/*** form ***/
.de_input .txt-label + .txt-label {margin-top:10px}
.de_input .txt-label input,.de_input .txt-label textarea {padding-left:10px;width:100%;appearance:none;-webkit-appearance:none;
  border-radius: 17px;border:none;outline:none;background-color:#f8f8f8 !important; font-size:11px;height:34px;box-sizing:border-box;color: #666;}
.de_input .txt-label textarea { resize: vertical;padding: 20px 15px; height: 100px; margin-bottom: 20px;}
.de_input .txt-label.de_email input,.de_input .txt-label.de_pass input {padding-left: 40px;}
.de_input .txt-label.de_email,.de_input .txt-label.de_pass {position: relative;}
.de_input .txt-label.de_email::before,.de_input .txt-label.de_pass::before {position: absolute;left: 17px; top: 0;content: '';
  background: url(../images/common/icon_email.png) no-repeat left center / 100%;width: 13px;height: 100%;}
.de_input .txt-label.de_pass::before {background-image: url(../images/common/icon_pass.png);}
.txt-label input::-webkit-input-placeholder{color:#999;opacity:1}
.txt-label input::-moz-placeholder{color:#999;opacity:1}
.txt-label input:-ms-input-placeholder{color:#999;opacity:1}
.txt-label textarea::-webkit-input-placeholder{color:#999;opacity:1}
.txt-label textarea::-moz-placeholder{color:#999;opacity:1}
.txt-label textarea:-ms-input-placeholder{color:#999;opacity:1}
.wknr{margin:6px 0 16px;display:flex;font-size:12px;justify-content:space-between}
.de_check {	display: flex;align-items: flex-start;}
.de_check input[type="radio"],.de_check input[type="checkbox"] {margin: 0;}
.de_check__txt{color:#999;margin:0 5px;}
.de_check__link{color:#999}
.de_check input[type="radio"] + .de_check__txt {color: #333;margin-bottom: 4px;}
.de_btn li:not(:last-child){margin-bottom:20px}
.de_btn{text-align:center}
.dlbut{width:210px;height:36px;background:#fe92a8;border-radius:200px;color:#ffffff;box-sizing: border-box;
  text-align:center;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:15px;box-shadow:0 0 5px #ffb6c5}
.dlbut02{display:inline-block;margin-top:22px;color:#e44e71;text-align:center;font-size:15px}
.dlbut--cancel {background-color: #FFF;color: #e44e71;border: 1px solid transparent;transition: .1s;}
@media all and (min-width:798px){
  .de_input .txt-label input {padding-left:20px;height:40px;font-size:14px;border-radius: 20px;}
  .de_input .txt-label textarea {padding-left:20px;font-size:14px;height: 200px;border-radius: 20px;}
  .de_input .txt-label + .txt-label{margin-top:15px}
  .de_input .txt-label .de_email{padding-left:50px;background-size:16px !important}
  .de_input .txt-label .de_pass{padding-left:50px;background-size:16px !important}
  .wknr{margin:10px 0 20px;font-size:14px}
  .de_check__link:hover{color:#e44e71;text-decoration:none}
  .de_check input[type="radio"],.de_check input[type="checkbox"] {margin-top: 4px;}
  .dlbut{width:250px;height:40px;font-size:16px}
  .dlbut:hover{box-shadow:inset 0px 15px 10px -10px #f83964,inset 0px -10px 10px -20px #f83964}
  .dlbut02{font-size:16px}.dlbut02:hover{opacity:0.6}
  .dlbut--cancel:hover {color: #ffffff;box-shadow: inset 0px 15px 10px -10px #f83964,inset 0px -10px 10px -20px #f83964;background: #fe92a8;border: #fe92a8 1px solid; }
  .de_btn.pc-row {display: flex; justify-content: center;}
  .de_btn.pc-row .dlbut { width: 150px; margin: 0 10px;}
}
.de_input02{margin:15px 0 5px;background:#f8f8f8;border-radius:25px;padding:15px;}
.de_input02 h2{color:#fe92a8;margin-bottom: 5px;}
.de_input02 .de_check {margin-bottom: -2px;}
.de_input02 p {color:#999999;line-height:20px;margin-bottom: 20px;}
.de_agree {margin-bottom: 25px;}

/*** com_wrap ***/
.com_wrap {padding: 45px 38px;min-height: calc(100vh - 260px);display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.com_wrap__inner {width: 100%;}
@media all and (min-width:798px) {
  .com_wrap {	min-height: calc(100vh - 260px);}
  .com_wrap__inner {margin: 0 auto;width: 100%;max-width: 1080px;}
}
/*** Login AND Register ***/
#login {padding: 40px 35px 40px 30px;}
.note-txt {margin-bottom: 10px;color: #999;text-align: center;font-size: 12px;}
.c-head01 + .note-txt {margin-top: -8px;}
@media all and (min-width:798px) {
  #login .com_wrap__inner,#register .com_wrap__inner {margin: 0 auto;	width: 400px;}
  .note-txt {font-size: 15px;}
}
#check .img {margin: 0 auto;width: 115px;}
#check p {margin: 30px 0 23px;font-size: 12px;line-height: 1.4;color: #999;}
.eigbutton { margin: 0 -10px; display: flex;justify-content: space-between;}
.eigbutton__item {width: 48%;}
.eigbutton__link {display: block;height: 100%;padding: 8px;font-size: 12.5px;text-align: center;color: #ffffff;border-radius: 6px;background: #fe92a8;box-shadow: 0 0 20px #ffb6c5;	box-sizing: border-box;	transition: 0.3s;}
.eigbutton__link span {display: block;font-size: 17.5px;}
.eigbutton__link--blue {background: #89dff3;box-shadow: 0 0 20px #89dff3;}
@media all and (min-width:798px) {
  .login_inner { margin: 0 auto;width: 400px;}
  #check p {text-align: center;font-size: 14px;	line-height: 1.8;}
  #check .img { width: 180px;}
  .eigbutton { margin: 0 auto;	width: 80%;}
  .eigbutton__link:hover {color: #ffffff;box-shadow: inset 0px 20px 12px -12px #f83964,inset 0px -12px 12px -20px #f83964;}
  .eigbutton__link--blue:hover {	color: #ffffff;box-shadow: inset 0px 20px 12px -12px #1fb6d9,inset 0px -12px 12px -20px #1fb6d9;}
}
.content__inner {
  padding: 30px 15px;
  margin: 0 auto;
  max-width: 1080px;
}
.c-head02 { padding: 7px; margin-bottom: 15px;text-align: center;font-weight: bold;background: #fcedf1;color: #e55073;font-size: 15px;border-radius: 5px; }
@media all and (min-width:798px) {
  .c-head02 {font-size: 22px;border-radius: 10px;}
}
/*** com_textarea ***/
.com_textarea {border: 1px solid #fedde9; padding: 18px 10px;border-radius: 5px; text-align: justify;}
.com_textarea__title {margin-bottom: 10px; font-size: min(5.3vw,20px);color: #333;font-weight: normal; text-align: center;}
.com_textarea p { font-size: 11px;line-height: 1.72;margin-bottom: 10px;}
.com_textarea .com_textarea__txt {color: #666;}
.yellow {color: #ffa500 !important;}
.com_textarea__subtitle {color: #e55073; font-size: 11px;line-height: 1.72;}
.com_textarea li {font-size: 11px;line-height: 1.72;margin-bottom: 10px;}
.com_textarea p + ul {margin-top: -10px; }
@media all and (min-width:798px) {
  .c-head02 {font-size: 22px;border-radius: 10px;}
  .com_textarea {padding: 20px 3%;}
  .com_textarea__title {font-size: 30px;}
  .com_textarea p {font-size: 14px;}
  .com_textarea__subtitle {font-size: 14px;}
  .com_textarea li {font-size: 14px;}
  .com_textarea p a:hover { opacity: 0.6;}
}
#notification .com_textarea p a {color: #e55073;}

/*** top page ***/
#top {padding: 25px 15px 70px;max-width: 1200px; margin: 0 auto;}
#top .de_btn.row {display: flex; justify-content: space-between;margin: 0 auto 30px;}
#top .de_btn.row li {width: calc(50% - 18px); margin: 0 6px;}
#top .banner img {width: 100%;}
#top .n_tbox { margin-bottom: 50px;background:#ffe3e6; border:#ffb9c7 1px solid; border-radius:10px; padding: 35px 20px;box-shadow: 0 0 10px #ffdce3;}
#top .n_tbox__img {width: 110px; margin: 0 auto 10px;}
#top .n_tbox__title { color:#fe92a8; font-size: 18px; font-weight:bold;margin-bottom: 10px;}
#top .n_tbox__txt { color:#666666; line-height: 1.78;}
#top .top_head { font-size: 26px; color:#333333; font-weight:bold; margin-bottom: 25px;}
#top .top_head img { height: 40px; margin-right: 10px;}
#top .person {margin-bottom: 40px;}
#top .person__photo {position: relative;overflow: hidden; border-radius: 5px;}
#top .person__photo img {width: 100%;}
#top .person__photo .swname { position:absolute; top:50%; left: 50%; text-align:center; color:#fff; font-size: 24px; font-weight: bold; transform: translate(-50%,-50%);}
#top .person__photo .swname span { overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width: 300px;height:45px;background:rgba(231,93,124,0.7);
  display: block;margin:0 auto;border-radius:100px; margin-top: 5px;font-weight:normal;font-size: 18px;padding: 10px 15px;box-sizing: border-box;}
#top .person__photo .js-arrow {position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer;margin-top: 0 !important;background-size: 24px;}
#top .person__photo .swiper-button-prev {left: 10px; background-image: url('../images/index/arrow01.png');}
#top .person__photo .swiper-button-next {right: 10px; background-image: url('../images/index/arrow02.png');}
#top .person__photo .swname_s span { background: rgba(115,203,243,0.7); }
#top .person__text h3 { font-size: 20px; font-weight:bold; border-left: 5px solid #fe92a8; color:#fe92a8; margin-bottom: 10px; padding-left: 10px;}
#top .person__text p { margin: 0 16px 20px;}
#top .person__text p:last-child { margin-bottom: 0;}
#top .person__inner--reverse h3 {color: #73cbf8;border-color: #73cbf8;}
#top .slick-slide {height: auto;}
@media all and (min-width:798px) {
  #top .banner {margin-bottom: 40px;}
  #top .de_btn.row {justify-content: center;max-width: 550px; margin-bottom: 40px;}
  #top .de_btn.row .dlbut { height: 60px;	line-height: 60px;font-size: 18px;}
  #top .n_tbox { text-align: center; display:flex; justify-content: space-around;}
  #top .n_tbox__inner {width: 30%;}
  #top .person__inner--reverse {flex-direction: row-reverse;}
  #top .person__inner {display: flex;justify-content: space-between;align-items: center;}
  #top .person__photo {width: 48%;}
  #top .person__text {width: 48%;}
  #top .person__photo .js-arrow:hover {opacity: 0.6;	}
}
@media all and (max-width:797px) {
  #top {padding-bottom: 0;}
  #top .de_btn.row .dlbut {width: 100%;font-size: 17px;line-height: 41px; height: 41px;}
  #top .n_tbox {padding: 0 10px;}
  #top .n_tbox__inner {display: flex; border-bottom: 1px solid #fe92a8; padding: 15px 0;}
  #top .n_tbox__inner:last-child {border: none;}
  #top .n_tbox__img {width: 63px; margin: 5px 10px 0 0;}
  #top .n_tbox__text { flex: 1;}
  #top .n_tbox__title { font-size: 15px; margin-bottom: 0;}
  #top .n_tbox__txt { font-size: 12.5px;}
  #top .top_head { font-size: 22.5px;margin: 0 5px 10px;}
  #top .top_head img { height: 29px; margin-right: 10px;}
  #top .person {margin-bottom: 60px;}
  #top .person__photo { margin-bottom: 10px;}
  #top .person__photo .swname {font-size: 20px;}
  #top .person__photo .swname span {width: 80px; font-size: 15px; height:30px; padding: 5px 15px;}
  #top .person__text h3 { font-size: 15px; border-width: 4px; margin-bottom: 10px; padding-left: 10px; line-height: 1;}
  #top .person__text p { margin: 0 14px 20px; font-size: 12.5px;}
  #top .person__photo .js-arrow {background-size: 12px;}
}

#contact p {margin-bottom: 20px;font-size: 15px;text-align: center;line-height: 1.8;}
#contact p + p {margin-top: -10px;}
#contact .contact_list {display: flex; flex-wrap: wrap; justify-content: space-between;}
#contact .contact_list__title {display: flex;width: 130px;margin-right: 20px; align-items: center;color: #333; font-size: 14px;}
#contact .contact_list__title img {width: 20px; margin-right: 5px;}
#contact .contact_list__txt {width: calc(100% - 150px); margin-bottom: 5px;}
@media all and (max-width:797px) {
  #contact p {margin-bottom: 20px;font-size: 11px;text-align: center;line-height: 1.8;}
}

