* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  min-width: 320px;
  width: 100%;
  height: 100%;
}
.top-nav a,.foot a {
  color: #000000;
  text-decoration: none !important;
}
.top-nav a:hover,.foot a:hover {
  text-decoration: none!important;
}
.top-nav a:visited,.foot a:visited {
  text-decoration: none!important;
  color: #000000;
}
.top-nav a:focus,a:active,.foot a:focus,a:active{
  text-decoration: none!important;
  outline: none;
}
.content{
	font-size: 0;
}

@media (min-width: 1024px) {
  .phone{
    display: none;
  }
  .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 999;
    padding: 0 20px;
    padding-left: 150px;
    padding-right: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .nav-logo {
    height: 38px;
    width: auto;
  }
  .nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
  }
  .nav-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    transition: color 0.2s ease;
    white-space: nowrap;
    padding-bottom: 9px;
    cursor: pointer;
  }
  .dropdown {
    line-height: 72px;
    cursor: pointer;
    position: relative;
  }
  .dropdown-menu {
    list-style: none;
    width: 294px;
    /* height: 176px; */
		height: 120px;
    background: #FFFFFF;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: none;
    font-family: FOT-TsukuGo Pro;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
  }
  .dropdown-menu li{
    margin-top: 15px;
  }
  .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 19px;
    white-space: nowrap;
  }
  .dropdown-menu li a:hover {
    color: #3B89E7;
  }
  .dropdown-menu li a img {
    width: 32px;
    height: 32px;
  }
  .dropdown-menu-down li a img{
    margin-left: 49px;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -76px;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-menu .active a{
    border-bottom: 1px solid #3B89E7;
    color: #3B89E7;
  }
	.nav-menu > li:hover > a {
	  color: #3B89E7;
	  border-bottom: 1px solid #3B89E7;
	}
  .nav-menu .dropdown .dropdown-toggle:hover {
    color: #3B89E7;
  }
	.nav-menu > .dropdown:hover > a {
		color: #3B89E7;
		border-bottom: 1px solid #3B89E7;
	}
	.nav-menu > .dropdown > .dropdown-toggle:hover > a {
		color: #3B89E7;
		border-bottom: 1px solid #3B89E7;
	}
  .nav-menu li .trial-button {
    border: 1px solid #FFD119;
    color: #FFD119;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
  }
	.nav-menu li .trial-button:hover{
		border: 1px solid #3B89E7;
		color: #3B89E7;
	}
  .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 20px;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  .content{
    width: 1920px;
    margin-top: 72px;
  }
  .content_icon{
    width: 122px;
    height: 77px;
    background-image: url('../img/top_foot/pc_icon.png');
    position: absolute;
    top: 0px;
    left: 298px;
    font-family: FOT-TsukuGo Pro;
    font-weight: bold;
    font-size: 27px;
    color: #000000;
    line-height: 77px;
    text-align: center;
  }
  .ankoku .dot{
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ankoku .dot.active {
    width: 59px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
	.support-dropdown{
		width: 711px;
		height: 237px;
		padding: 0 53px;
		padding-left: 21px;
		background: #FFFFFF;
		border-radius: 10px;
		left: -280px !important;
		text-align: center;
	}
	.support-dropdown li{
		width: 32%;
		display: inline-block;
		text-align: center;
		margin-top: 47px;
		padding-left: 32px;
		vertical-align: top;
	}
	.support-dropdown-title{
    display: flex;
    align-items: center;
		gap: 11px;
		font-weight: normal;
		font-size: 20px;
		color: #000000;
		line-height: 29px;
	}
	.support-dropdown-title img{
		width: 29px;
		height: 29px;
	}
	.support-dropdown-list{
		text-align: left;
		margin-top: 16px;
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 16px;
		color: #000;
		line-height: 16px;
		padding: 14px 0; 
		border-right: 1px solid #ddd;
	}
	.support-dropdown-list-item{
		margin-top: 14px;
	}
  .support-dropdown-list .support-dropdown-list-item:first-child{
		margin-top: 0;
	}
	.support-dropdown-list-item:hover{
		color: #3B89E7;
	}
	.support-dropdown-title:hover{
		color: #3B89E7;
	}
	.border-right-0{
		border-right: 0px;
	}
	
  .foot{
    width: 1920px;
    height: 549px;
    background: #F0F0F0;
  }
  .foot_cont{
    width: 1194px;
    margin: 0 auto;
    position: relative;
  }
  .foot_cont_img{
    width: 129px;
    height: 52px;
    position: absolute;
    top: 73px;
    left: 0;
  }
  .foot_cont_list{
    position: absolute;
    top: 71px;
    left: 263px;
    font-family: FOT-TsukuGo Pro;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
  }
  .foot_cont_list_item div{
    width: 200px;
    display: inline-block;
    margin-bottom: 24px;
  }
	.foot_cont_list_item div:hover{
		color: #3B89E7;
	}
  .foot_cont_hr{
    width: 100%;
    border-bottom: 1px solid #ADADAD;
     padding-top: 327px;
  }
  .foot_cont_icon_list{
    position: absolute;
    top: 73px;
    left: 723px;
  }
  .foot_cont_icon_list img{
    width: 36px;
    height: 37px;
    margin-left: 13px;
  }
  .foot_cont_icon_list img:first-child{
    margin-left: 0;
  }
  .foot_download{
    position: absolute;
    top: 356px;
    right: 0px;
  }
  .foot_download img{
    width: 140px;
    height: 50px;
    cursor: pointer;
    border-radius: 12px;
    margin-left: 13px;
  }
  .foot_download img:hover{
    box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.5);
  }
  .foot_cont_bank{
    width: 692px;
    height: 39px;
    margin-top: 33px;
    margin-left: -3px;
  }
  .foot_cont_msg{
    font-family: FOT-TsukuGo Pro;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    line-height: 12px;
    margin-top: 25px;
    margin-left: 4px;
  }
}
.none{
  display: none;
}

@media (max-width: 1024px) {
  .pc{
    display: none;
  }
  .top-nav {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: 999;
    height: 120px;
    padding: 0 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: transparent;
  }
  
  .nav-logo {
    height: 63px;
    width: auto;
    z-index: 999;
  }
  
  .nav-menu {
    display: flex;
    list-style: none;
    gap: 80px;
    align-items: center;
  }
  
  .nav-menu li a {
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
  }
  .dropdown-toggle{
    color: #000000;
    line-height: 40px;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-menu {
    list-style: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: none;
    font-family: FOT-TsukuGo Pro;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 60px;
  }
  .dropdown-menu li a {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    gap: 22px;
    white-space: nowrap;
  }
  .dropdown-menu li a:hover {
    color: #3B89E7;
  }
  .dropdown-menu li a img {
    width: 60px;
    height: 60px;
  }
  .dropdown-menu {
    margin-top: 8px;
    border: none;
    box-shadow: none;
  }
  /* 移动端：active显示下拉（配合JS） */
  .dropdown.active .dropdown-menu {
    display: block;
  }
  .support-dropdown li {
  }
  .trial-button {
    color: #FFD119;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
  }
  
  .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 38px;
    cursor: pointer;
    z-index: 999;
  }
  
  .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 120px 0;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    font-family: FOT-TsukuGo Pro;
    font-weight: bold;
    font-size: 34px;
    color: #000000;
    line-height: 34px;
  }
  .nav-menu  li:first-child{
    margin-top: 80px;
  }
  .nav-menu  li{
    width: 610px;
    margin: 0 auto;
    text-align: left;
  }
	.dropdown-toggle {
	  position: relative;
	  padding-right: 20px !important;
	}
	.dropdown-toggle::after {
	  content: '＋';
	  position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		font-size: 29px;
		color: #000;
		font-weight: bold;
		transition: transform 0.2s ease;
		line-height: 1;
	}
	.dropdown.active .dropdown-toggle::after,
	.dropdown:hover .dropdown-toggle::after {
		content: '－'
	}
	.dropdown:hover .dropdown-toggle::after {
		content: '＋' !important;
	}
	.dropdown.active .dropdown-toggle::after {
		content: '－' !important;
	}
	.dropdown:not(.active) .dropdown-toggle::after {
		content: '＋' !important;
	}
  .dropdown-menu li{
    margin-top: 38px;
    width: 100% !important;
  }
  .dropdown-menu  li:first-child{
    margin-top: 63px;
  }
	.support-dropdown{
		font-weight: bold;
		font-size: 32px;
		color: #000000;
		line-height: 32px;
	}
	.support-dropdown-list{
		padding-bottom: 62px;
		border-bottom: 1px solid #DDDDDD;
	}
	.border-right-0{
		border-bottom: 0;
	}
	.support-dropdown-title{
		display: flex;
		align-items: center;
		gap: 22px;
	}
	.support-dropdown-title img{
		width: 60px;
		height: 60px;
	}
	.support-dropdown-list-item{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 30px;
		color: #000000;
		line-height: 30px;
		margin-top: 57px;
	}
  .nav-menu.active {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
  
  .content_icon{
    width: 147px;
    height: 94px;
    background-image: url('../img/top_foot/phone_icon.png');
    position: absolute;
    top: 0;
    right: 42px;
    font-family: FOT-TsukuGo Pro;
    font-weight: bold;
    font-size: 33px;
    color: #000000;
    line-height: 94px;
    text-align: center;
  }
  .ankoku .dot{
    background-color: rgba(138, 138, 138, 0.4);
  }
  .ankoku .dot.active {
    width: 59px;
    background-color: rgba(138, 138, 138, 1);
    opacity: 1;
  }
  .foot{
    width: 750px;
    height: 1284px;
    background: #EDEDED;
    border-radius: 2px;
  }
  .foot_cont{
    width: 642px;
    margin: 0 auto;
  }
  .foot_cont_img{
    width: 214px;
    height: 86px;
    margin-top: 59px;
  }
  .foot_cont_list_item{
    width: 100%;
    font-family: FOT-TsukuGo Pro;
    font-weight: normal;
    font-size: 28px;
    color: #000000;
    line-height: 28px;
    margin-top: 52px;
		display: flex;
  }
	.foot_cont_list_item a{
		width: 100%;
	}
  .foot_cont_list_item .left,.foot_cont_list_item .rigth{
  }
  .foot_cont_hr{
    margin-top: 78px;
    border-bottom: 1px solid #b7b7b7;
  }
  .foot_cont_icon_list{
    margin-top: 64px;
  }
  .foot_cont_icon_list img{
    width: 87px;
    height: 86px;
    margin-left: 21px;
  }
  .foot_cont_icon_list img:first-child{
    margin-left: 0;
  }
  .foot_download{
    margin-top: 41px;
  }
  .foot_download img{
    width: 251px;
    height: 90px;
    margin-left: 19px;
    border-radius: 25px;
  }
  .foot_download img:active{
    box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.5);
  }
  .foot_download img:first-child{
    margin-left: 0;
  }
  .foot_cont_bank{
    width: 629px;
    height: 37px;
    margin-left: 11px;
    margin-top: 42px;
  }
  .foot_cont_msg{
    font-family: FOT-TsukuGo Pro;
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin-top: 46px;
    text-align: center;
  }
}