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;
}

/* 内容样式 */
.agre{
  width: 700px;
    border: 1px #dbdbdb solid;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    margin: 20px auto;
}
p,.agre span{
  font-size: 12px;
   color: #787878;
}
.explanation {
    text-align: left;
    padding: 10px;
}



/* 尾部样式 */
.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;
}