html,
body {
  padding: 0;
  margin: 0;
}

.loginBtn {
  padding: 9px 15px;
  border-radius: 20px;
  font-size: 12px;
  color: #FFF;
  font-weight: 500;
  background-color: #409EFF;
  border-color: #409EFF;
  cursor: pointer;
}

.loginBtn:hover {
  border-color: #409EFF;
  background-color: #68a6e9;
  cursor: pointer;
}

.regBtn {
  cursor: pointer;
  padding: 9px 15px;
  border-radius: 20px;
  font-size: 12px;
  color: #FFF;
  font-weight: 500;
  background-color: #67C23A;
  border-color: #67C23A;
  margin: 0 10px;
}

.helpcenter {
  text-decoration: none;
}

.regBtn:hover {
  background-color: #a3eb7f;
  border-color: #67C23A;
}

.introd {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  font-weight: 500;
}

.introd:hover {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}

.helpcenter {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 500;
  margin: 0 10px;
}

.helpcenter:hover {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}

@media (max-width:1000px) {
  #header {
    height: 50px;
    margin-bottom: 1px;
    width: 100%;
  }

  .unusermenu,
  .usermenu {
    margin: 0;
    height: 100%;
    width: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: white;
    font-size: smaller;
    font-size: 12px;
  }

  .usermenu .li-list {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: white;
    font-family: "宋体";
    width: auto;
    padding-left: 3px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1rem;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
  }

  .header_vip .container .logo img {
    position: relative;
    height: 40px;
    width: 103px;
  }

  .mine-style {
    position: relative;
    height: 100%;
    font-size: 9px;
    color: white;
    letter-spacing: 0.5px;
    width: auto;
    padding-right: 5px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
  }

  .el-dropdown-link {
    cursor: pointer;
    color: #ffffff;
    font-size: 9px;
  }

  .usermenu img {
    width: 8px;
    height: auto;
  }
}

@media (min-width: 1001px) {
  #header {
    height: 50px;
    margin-bottom: 1px;
    padding-left: 10px;
    width: 100%;
  }

  .header_vip .container .logo a,
  .usermenu,
  .unusermenu {
    width: auto;
    position: relative;
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .usermenu .li-list {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    font-family: "宋体";
    width: auto;
    padding: 0 5px;
    cursor: pointer;
  }

  .header_vip .container .logo img {
    position: relative;
    height: 40px;
    width: 103px;
    margin: 0 20px;
  }

  .mine-style {
    position: relative;
    height: 100%;
    font-size: 16px;
    color: white;
    letter-spacing: 0.5px;
    width: auto;
    padding-right: 10px;
    margin-left: 10px;
    cursor: pointer;
  }

  .el-dropdown-link {
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
  }

  .usermenu img {
    width: 18px;
    height: auto;
  }

}

.el-icon-arrow-down {
  font-size: 12px;
}

ul,
.li-list {
  list-style: none;
  float: left;
  margin-left: 5px;
}

.header_vip {
  background: #010C28 !important;
  height: 100%;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 5px rgba(0, 0, 0, 0.075);
}

.header_home {
  height: 100%;
}

.header_home .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.header_home .container .logo img {
  position: relative;
  height: 40px;
  width: 103px;
  margin: 5px 0;
}

.header_vip .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.logo {
  display: flex;
}

.search_st {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  font-family: "宋体";
  width: auto;
  padding: 0 5px;
  cursor: pointer;
}

.imgRight {
  margin-right: 5px;
}

.usermenu li:hover {
  color: #E6A23C;
}

.login-btn {
  background: #0091ff;
  padding: 5px 15px;
  border-radius: 5px;
}

.register-btn {
  color: #0091ff;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
}

.usermenu a {
  position: relative;
  height: 100%;
}

.usermenu .li-list a {
  padding: 0;
  margin: 0;
}

.usermenu .li-list .as {
  padding: 0;
  margin: 0;
}

.usermenu li:last-of-type a {
  border: none;
}

/* 内容样式 */
.part {
  width: scale(100%-40);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0;
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 40px 20px;
  position: relative;
  margin: 30px 20px;
}

.part-head {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -20px;
  background: #ffffff;
  padding: 0 10px;
  left: 30px;
}

.wenjuanbang-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.f_16 {
  font-size: 16px;
}

.f_14 {
  font-size: 14px;
}

.f_w {
  font-weight: bold;
}

.f_c_o {
  color: #f58220;
}

.f_c_b {
  color: #409EFF;
}

.tem {
  width: 100%;
  height: 100%;
}

.cust-wrap {
  width: 1000px;
  margin: 30px auto;
  padding-bottom: 15px;
  box-shadow: 6px 6px 6px 6px #eeeeee;
}

.cust-font {
  font-size: 24px;
  color: #333333;
  padding: 20px 30px;
  border-bottom: 1px solid #F3F4F5
}

.cust-title {
  color: #6f6c6b;
  margin-bottom: 30px;
}

.cust-bottom {
  display: flex;
  height: 520px;
  width: 100%;
  padding: 20px;
}

.cust-help {
  margin-top: 40px;
}

.cust-bottom-left {
  width: 170px;
  margin-left: 30px;
  height: 100%;
  border-right: 1px solid rgba(70, 64, 64, 0.2);
}

.cust-bottom-right {
  flex: 1;
  margin: 0 30px;
}

.right-box {
  display: flex;
  align-items: center;
  height: 130px;
  border: 1px solid #b6e5fd;
  background: #eff9fe;
  padding: 0 30px;
}

.right-box-top {
  height: 100px;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.please,
.right-box-top span:nth-child(1) {
  color: #595959;
  font-size: 14px;
}

.right-box-imgs {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border: 1px solid #eeeeee;
  box-shadow: 5px 5px 5px #eeeeee;
}

.right-bottom {
  margin-top: 30px;
  margin-left: -40px;
}

.line-card {
  margin-bottom: 30px;
  display: flex;
}

.line-card p {
  margin: 0;
  height: 40px;
  line-height: 40px;
  margin-right: 30px;
}

.ask-box {
  display: flex;
  align-items: center;

}

.ask {
  height: 25px;
  width: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #f58220;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.ask i {
  height: 25px;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  background: #f58220;

}

.ask span {
  height: 25px;
  line-height: 25px;
  width: 70px;
  text-align: center;
  color: #f58220;
}



/* 尾部样式 */
.copyRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  font-size: 15px;
  color: #b2b2be;
}

.copyRight span {
  margin-top: 10px;
}

.copyRight span:nth-child(2) {
  margin-top: 10px
}

#footBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 50px 0;
  font-size: 14px;
}

.ulBox {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 120px;
  position: relative;
}

#footBox .ulBox ul {
  position: relative;
  list-style-type: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

#footBox .ulBox ul li {
  font-size: 16px;
}

#footBox .ulBox ul a li {
  font-size: 15px;
}

.contant {
  font-size: 14px;
}