:root{
  --fS16:16px;
  --color:#000;
  /* var(--color) */
}
html,body {
  font-family:"Microsoft YaHei","黑体", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
  text-align: left !important;
}
body{
  padding-top: 70px;
}
pre{
  margin: 0;
  padding: 0;
  display: block;
  font-family: inherit;
}
h1,h2,h3,p,ul,em,i{margin: 0;padding: 0;}
li{list-style: none;}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*  */
.head-box{background-color: #fff;width: 100%;}
.header {
  width: 1250px;
  min-width: 1250px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
}
.logo{}
.menu .pop{
  width: 63px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  background:  url(../images/index/pop-0.png) no-repeat;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -30px;
  top:-4px;
  display: block;
}
.menu .main-menu {
  list-style: none;
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
  position: relative;
}

.menu .main-menu > li {
  position: relative;
  margin: auto 15px;
  padding: 0 30px;
}

.menu a {
  color: #081D4D;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 14px;
  position: relative;
  /* transition: color 0.3s, background-color 0.3s; */
  letter-spacing: 0.5px;
  display: inline-block;
}

.menu a:hover {
  /* border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.menu a i.arrow-down {
  position: absolute;
  right: 0;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
}
.user-side{
  position: relative;
}
.user-side a {
  background-color: transparent;
  border: 1px solid #007bff;
  color: #007bff;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
}

.user-side a.login {
  border: 0px solid #007bff;
}

.user-logined{

}
.user-logined a{
  margin-right: 6px;
  text-decoration: none;
  color: #007bff;
}

.user-logined a.exit{
  color: #666;
}

/* .user-side a:hover {
  background-color: #007bff;
  color: white;
} */

.user-side .register {
  position: relative;
}
.user-side .pop{
  width: 63px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  background:  url(../images/index/pop-0.png) no-repeat;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -30px;
  top:-20px;
}

/*  */
.submenu {
    list-style: none;
    position: absolute;
    top: 50px;
    left: -150px;
    background-color: white;
    padding: 15px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none;
    z-index: 999;
    width: 590px;
}
.submenu.help-menu{
  width: 470px;
}
.submenu.daili{
  width: 430px;
  padding: 10px 15px;
}

.submix {
  width: 210px!important;
  left: -50px;
}

.submenu li {
  white-space: nowrap;
  padding: 5px;
}

.submenu li:hover a {
  background-color: #007bff1f;
  /* margin: 15px;
  padding: 15px 0; */
  border-radius: 5px;
}

.submenu a {
  text-decoration: none;
  color: inherit;
  width: 94%;
}

.submenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  transition: background 0.3s;
}

.submenu-img{width: 42px;height: 42px;background-color: #000;margin-right: 25px;}

.submenu-item:hover {
  background-color: #ffffff00;
  border-radius: 5px;
}

.submenu-icon {
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
}

.submenu-icon i {
  font-size: 1.5em;
  color: #ffffff;
}

.submenu-text {
  flex: 1;
}

.submenu-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.submenu-desc {
  font-size: 0.9em;
  color: #666;
  font-weight: normal;
}

.submenu-divider {
  width: 1px;
  /* 分割线的宽度 */
  background-color: #ddd;
  /* 分割线的颜色 */
  height: 40px;
  /* 分割线的高度，可以根据需要调整 */
  margin: 0 20px;
  /* 添加左右间距 */
}

.submenu-price {
  width: 80px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #FC7303;
}

.submenu-price span{font-size: 26px;}
.submenu-price span.qi{font-size: 14px;color: #888;font-weight: normal;}
.submenu-t{width: 40%;margin: auto 10px;float: left;border-bottom:1px solid #d3d3d3;padding: 20px 0 10px 0;}
.submenu-t span{display: block;width: 94%;color: #91969d;font-weight: bold;}
.menu ul li:hover .submenu {
  display: block;
} 
.menu ul li:hover .submenu.proxy-get {
  display: flex;
}
.menu .main-menu .proxy-get  li{width: 40%;}
.submenu.proxy-get a{width: 98%;}
.submenu.proxy-get{
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 0 15px 0 !important;
}

.proxy-get .submenu-title{
  width: 125px;
}
.proxy-get .submenu-li a{
  background-color: #007bff1f;
    margin: 0;
    padding: 0 0 !important;

}
.menu .proxy-get a{
  padding:0;
}
/* btn */
.banner-content .buttons {
  position: relative;
  display: flex;
  gap: 20px;
}

.banner-content .buttons a {
  background-color: #007bff;
  width: 220px;
  height: 48px; 
  line-height: 48px;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 20px;
  margin-right: 20px;
  text-align: center;
}

.banner-content .buttons a.free-trial {
  background: white url(../images/index/arrow-2.png) no-repeat 90% center;
  color: #3d3d3d;
}

.banner-content .buttons a.free-trial:hover{
  background-color: #CAEAFF !important;
}

.banner-content .buttons .contact-us {
  background: white url(../images/index/arrow-1.png) no-repeat 90% center;
  border: 1px solid #efefef;
  background-color: #007bff00;
}

.banner-content .buttons .contact-us:hover {
  border: 1px solid #C7C7C7 !important;
}


/* 分页 */
.box-page{
  text-align: center;
}
.box-page span,.box-page a{
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.box-next{
  float: right;
}
.box-next span{
  text-align: right;
}
.page-list a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 140px;
  text-align: center;
  margin: 0 auto;
}

.page span {
  color: #797979;
  font-size: 20px;
}

.page-list {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.page-list li {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  font-size: 20px;
  color: #797979;
  text-align: center;
  margin: 0 6px;
  cursor: pointer;
}

.page-list .current {
  border: solid 1px #3f85ff;
  outline: solid 1px #3f85ff;
}

.prev:hover,
.next:hover,
.page-num:hover {
  background-color: #e9e7e7;
}

.page .active {
  background-color: #bee5fc;
}

.page select {
  height: 48px;
  font-size: 16px;
  padding: 5px 5px;
  border: 1px solid #dedede;
  outline: none;
  padding: 0 15px;
  color: #797979;
}

.page .jump-to {
  font-size: 16px;
  width: 76px;
  height: 48px;
  border: 1px solid #dedede;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  color: #797979;
}

button:active {
  background-color: #fff;
}

.disabled {
  color: #b3b3b3;
  cursor: not-allowed;
  opacity: 0.6;
}

/* footer */
.footer {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 55px 0 60px 0;
}

.footer-logo {
  text-align: left;
  border-right: 1px solid #e9e9e9;
  width: 330px;
  height: 160px;
  padding-top: 30px;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.footer-column {
  margin-left: 40px;
}

.footer-column h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #000;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-info-section {
  background-color: #4a5a74;
  padding: 20px 0;
  color: #ffffff;
  text-align: justify;
}

.footer-info-container {
  width: 1180px;
  margin: 0 auto;
}

.footer-info-container p {
  margin: 5px 0;
}
.footer-end{
  min-width: 1250px;
  background-color: #506388;
}
.footer-boxes{
  color: #fff;
  min-width: 1250px;
  padding: 42px 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 200%;
  width: 1250px;
}

.fixed{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}