* {
  font-family: "Microsoft YaHei";
}
body {
  background: #f4f4f4;
}
.container0 {
  width: 1200px;
  margin: 0 auto;
}
.container2 {
  width: 1300px;
  margin: 0 auto;
}
.header_section {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-color: #fff;
}
.header_section .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}
.header_section .header .header_lf {
  display: flex;
  align-items: center;
}
.header_section .header .header_lf .header_logo img {
  width: 184px;
  height: 36px;
}
.header_section .header .header_lf .header_menu {
  position: relative;
  cursor: pointer;
  height: 66px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header_section .header .header_lf .header_menu span {
  font-weight: 700;
  margin-right: 10px;
}
.header_section .header .header_lf .header_menu .meanu {
  display: none;
  position: absolute;
  top: 95%;
  left: -150px;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 5px 1px #ccc;
  width: 1100px
}

@media only screen and (max-width:768px) {
	.header_section .header .header_lf .header_menu .meanu {
	top: 90px;
	left: -190px;
	width: 390px;
	height:600px;
	overflow-y: scroll;
	}
}

.header_section .header .header_lf .header_menu .meanu .meanu_list {
  padding: 15px 0;
  border-bottom: 2px dashed #ebebeb;
  display: flex;
  align-items: flex-start;
}
.header_section .header .header_lf .header_menu .meanu .meanu_list .meanu_label {
  flex-shrink: 0;
  color: #333;
  height: 15px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 2px solid #235b8c;
}
.header_section .header .header_lf .header_menu .meanu .meanu_list .meanu_items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}
.header_section .header .header_lf .header_menu .meanu .meanu_list .meanu_items .meanu_item {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-right: 15px;
}
.header_section .header .header_lf .header_menu .meanu .meanu_list .meanu_items .meanu_item a {
  color: #666;
  display: inline-block;
    height: 36px;
    padding: 0 16px;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
}
.header_section .header .header_lf .header_menu .meanu .meanu_list .meanu_items .meanu_item:hover a {
  color: #e71218;
  font-weight: 700;
}
.header_section .header .header_lf .header_menu .meanu .meanu_list:last-child {
  border-bottom: 0;
}
.header_section .header .header_lf .header_search {
  margin-left: 235px;
  width: 422px;
  height: 40px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.header_section .header .header_lf .header_search input {
  width: 318px;
  height: 40px;
  background-color: #f2f2f2;
  border: 1px solid #eaeaea;
  padding-left: 15px;
  font-size: 14px;
}
.header_section .header .header_lf .header_search button {
  width: 104px;
  height: 40px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #235b8c;
}
.header_section .header .header_lf .header_search button span {
  font-size: 20px;
}
.header_section .header .header_user .header_user_unlogin .header_user_unlogin_con {
  display: flex;
  align-items: center;
}
.header_section .header .header_user .header_user_unlogin .header_user_unlogin_con span {
  font-weight: 500;
  color: #bfbfbf;
  font-size: 36px;
}
.header_section .header .header_user .header_user_unlogin .header_user_unlogin_con em {
  font-size: 15px;
  color: #333;
  margin-left: 5px;
}
.header_section .header .header_user .header_user_login {
  position: relative;
}
.header_section .header .header_user .header_user_login .header_user_login_con {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header_section .header .header_user .header_user_login .header_user_login_con .header_user_attr {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.header_section .header .header_user .header_user_login .header_user_login_con .header_user_attr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_section .header .header_user .header_user_login .header_user_login_con .header_user_info {
  margin-left: 10px;
}
.header_section .header .header_user .header_user_login .header_user_login_con .header_user_info .header_user_name {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}
.header_section .header .header_user .header_user_login .header_user_login_con .header_user_info .header_user_type {
  color: #333;
  font-size: 12px;
}
.header_section .header .header_user .header_user_login .header_user_login_con .header_user_arrow {
  margin-left: 5px;
}
.header_section .header .header_user .header_user_login .header_user_down {
  display: none;
  position: absolute;
  top: 99%;
  right: -20px;
  width: 232px;
  padding-top: 8px;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_vip {
  background-color: #f4f4f4;
  padding: 20px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_vip .header_user_vip_info h6 {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_vip .header_user_vip_info p {
  font-size: 12px;
  color: #666;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_vip .header_user_vip_btn {
  cursor: pointer;
  width: 80px;
  height: 30px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  background-color: #235b8c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_btns {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_btns .header_user_btn {
  cursor: pointer;
  width: 48%;
  height: 30px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_btns .header_user_btn.header_user_order {
  border: 1px solid #ebebeb;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_btns .header_user_btn.header_user_order a {
  color: #999;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_btns .header_user_btn.header_user_template {
  border: 1px solid #235b8c;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_btns .header_user_btn.header_user_template a {
  color: #235b8c;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_equit {
  cursor: pointer;
  padding: 15px 0 0;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_equit span {
  color: #666;
  margin-right: 5px;
}
.header_section .header .header_user .header_user_login .header_user_down .header_user_down_inner .header_user_equit a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-weight: 500;
}
.footer_section {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ececec;
  margin-top: 20px;
  padding: 25px 0;
}
.footer_section .footer .footer_types {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_section .footer .footer_types .footer_type {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.footer_section .footer .footer_types .footer_type img {
  width: 30px;
  height: 30px;
}
.footer_section .footer .footer_types .footer_type span {
  font-size: 15px;
  color: #333;
  margin-left: 8px;
}
.footer_section .footer .footer_links {
  margin-top: 30px;
}
.footer_section .footer .footer_links .footer_links_title {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}
.footer_section .footer .footer_links .footer_links_list {
  margin-top: 5px;
  display: flex;
}
.footer_section .footer .footer_links .footer_links_list .footer_link {
  margin-right: 15px;
}
.footer_section .footer .footer_links .footer_links_list .footer_link a {
  color: #999;
  font-size: 14px;
}
.footer_section .footer .footer_info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer_section .footer .footer_info .footer_logo {
  padding-right: 40px;
  border-right: 1px solid #eee;
}
.footer_section .footer .footer_info .footer_logo img {
  width: 298px;
}
.footer_section .footer .footer_info .footer_copyright {
  padding-left: 40px;
}
.footer_section .footer .footer_info .footer_copyright .footer_copyright_list a {
  margin-right: 20px;
  color: #333;
  font-size: 12px;
}
.footer_section .footer .footer_info .footer_copyright p a {
  color: #333;
  font-size: 12px;
}
.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
}
.login {
  display: none;
}
.login .login_inner {
  position: fixed;
  z-index: 1001;
  width: 715px;
  height: 472px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  display: flex;
}
.login .login_bg {
  width: 273px;
  height: 100%;
}
.login .login_bg img {
  width: 100%;
  height: 100%;
}
.login .login_con {
  position: relative;
  width: 442px;
  height: 100%;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
}
.login .login_con .login_con_wechat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  width: 100%;
}
.login .login_con .login_con_wechat .login_logo img {
  width: 236px;
}
.login .login_con .login_con_wechat .login_con_type {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.login .login_con .login_con_wechat .login_con_type span {
  color: #36c17b;
  font-size: 20px;
  margin-right: 6px;
}
.login .login_con .login_con_wechat .login_con_type em {
  color: #606266;
  font-size: 14px;
  font-weight: 500;
}
.login .login_con .login_con_wechat .login_code {
  position: relative;
  width: 198px;
  height: 198px;
  padding: 2px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-top: 20px;
  transition: all 0.2s linear;
}

.login .login_con .login_con_wechat .login_code #qrcode {
  /*position: relative;*/
  z-index: 3;
  width: 100%;
  height: 100%;
}
.login .login_con .login_con_wechat .login_code .code_bg {
  transition: all 0.2s linear;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 151px;
}
.login .login_con .login_con_wechat .login_tips {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.login .login_con .login_con_wechat .login_tips a {
  color: #666;
}
.login .login_con .login_con_wechat .login_tips a:hover {
  color: #235b8c;
  font-weight: 500;
}
.login .login_con .login_con_wechat .login_others {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}
.login .login_con .login_con_wechat .login_others .login_other_code {
  cursor: pointer;
  color: #666;
  font-size: 14px;
}
.login .login_con .login_con_phone {
  display: none;
}
.login .login_con .login_con_phone .login_con_phone_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px 0;
  width: 100%;
}
.login .login_con .login_con_phone .login_con_phone_content .login_logo img {
  width: 236px;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_type {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_type span {
  color: #606266;
  font-size: 20px;
  margin-right: 6px;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_type em {
  color: #606266;
  font-size: 14px;
  font-weight: 500;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form {
  margin-top: 30px;
  padding: 0 30px;
  width: 100%;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_phone input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 5px;
  padding-left: 15px;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_code input {
  width: 60%;
  height: 40px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 5px;
  padding-left: 15px;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_code .login_form_code_btn {
  width: 38%;
  height: 40px;
  background-color: #235b8c;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor:pointer;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_code .login_form_code_btn.active {
  background-color: #235b8c;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_code .login_form_code_btn.active a {
  color: #fff;
}
/*
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_code .login_form_code_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #999;
  height: 100%;
}
*/
.login .login_con .login_con_phone .login_con_phone_content .login_con_form .login_con_form_item.login_con_form_code .login_form_code_btn#login_form_code_time {
  display: none;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form button {
  width: 100%;
  height: 45px;
  background-color: #235b8c;
  color: #fff;
  border: 0;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form button.diabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.login .login_con .login_con_phone .login_con_phone_content .login_con_form button.allowed {
  display: none;
}
.login .login_con .login_con_phone .login_con_phone_content .login_tips {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.login .login_con .login_con_phone .login_con_phone_content .login_tips a {
  color: #666;
}
.login .login_con .login_con_phone .login_con_phone_content .login_tips a:hover {
  color: #235b8c;
  font-weight: 500;
}
.login .login_con .login_con_phone .login_con_phone_content .login_others {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}
.login .login_con .login_con_phone .login_con_phone_content .login_others .login_other_wechat {
  cursor: pointer;
  color: #666;
  font-size: 14px;
}
.login .login_close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -30px;
}
.login .login_close span {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.vip_section {
  display: none;
}
.vip_section .vip {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 1000px;
  height: 580px;
  border-radius: 5px;
  overflow: hidden;
}
.vip_section .vip_lf {
  width: 280px;
  height: 100%;
  background-color: #235b8c;
  padding: 50px 20px;
}
.vip_section .vip_lf .vip_lf_icon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.vip_section .vip_lf .vip_lf_icon img {
  width: 70px;
}
.vip_section .vip_lf .vip_lf_icon h4 {
  color: #fff;
}
.vip_section .vip_lf .vip_lf_item {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.vip_section .vip_lf .vip_lf_item .vip_lf_item_circle {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #fff;
}
.vip_section .vip_lf .vip_lf_item p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.vip_section .vip_con {
  width: 720px;
  height: 100%;
  background-color: #fff;
  padding: 20px;
}
.vip_section .vip_con .vip_con_user {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.vip_section .vip_con .vip_con_list {
  margin-top: 40px;
  display: flex;
}
.vip_section .vip_con .vip_con_list .vip_con_item {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 32%;/*23%*/
  height: 170px;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 0 20px 20px;
}
.vip_section .vip_con .vip_con_list .vip_con_item.active {
  border: 2px solid #F53F3F;
  background-color: #FFFAF1;
}
.vip_section .vip_con .vip_con_list .vip_con_item.active .vip_con_item_number {
  width: 100%;
  background-color: #FEE9C4;
}
.vip_section .vip_con .vip_con_list .vip_con_item .vip_con_item_title {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.vip_section .vip_con .vip_con_list .vip_con_item .vip_con_item_price {
  color: #F53F3F;
  font-size: 12px;
  font-weight: 700;
}
.vip_section .vip_con .vip_con_list .vip_con_item .vip_con_item_price span {
  font-size: 24px;
}
.vip_section .vip_con .vip_con_list .vip_con_item .vip_con_item_number {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  border-top: 1px solid #ebebeb;
}
.vip_section .vip_con .vip_con_list .vip_con_item .vip_con_item_number span {
  color: #F53F3F;
  font-weight: 700;
}
.vip_section .vip_con .vip_con_price {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 15px;
  color: #666;
}
.vip_section .vip_con .vip_con_price span {
  color: #F53F3F;
  font-weight: 500;
}
.vip_section .vip_con .vip_con_price em {
  text-decoration: line-through;
  margin-left: 15px;
}
.vip_section .vip_con .vip_con_codes {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.vip_section .vip_con .vip_con_codes .vip_con_code {
  margin: 0 30px;
}
.vip_section .vip_con .vip_con_codes .vip_con_code.vip_con_code_wechat .vip_con_code_img {
  border: 1px solid #09b707;
}
.vip_section .vip_con .vip_con_codes .vip_con_code.vip_con_code_wechat .vip_con_code_msg img {
  width: 24px !important;
  height: 24px !important;
  margin-right: 5px;
}
.vip_section .vip_con .vip_con_codes .vip_con_code.vip_con_code_zfb .vip_con_code_img {
  border: 1px solid #009de4;
}
.vip_section .vip_con .vip_con_codes .vip_con_code.vip_con_code_zfb .vip_con_code_msg img {
  width: 34px !important;
  height: 24px !important;
  margin-right: 5px;
}
.vip_section .vip_con .vip_con_codes .vip_con_code .vip_con_code_img {
  width: 140px;
  height: 140px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.vip_section .vip_con .vip_con_codes .vip_con_code .vip_con_code_img img {
  width: 120px;
  height: 120px;
}
.vip_section .vip_con .vip_con_codes .vip_con_code_msg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.vip_section .vip_con .vip_con_codes .vip_con_code_msg p {
  font-size: 14px;
  color: #333;
}
.vip_section .vip_close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.vip_section .vip_close span {
  color: #333;
  font-size: 32px;
}
.aside_section {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 44px;
  border-radius: 5px 0 0 5px;
}
.aside_section .aside_vip {
  width: 100%;
  border-radius: 5px 5px 0 0;
  padding: 16px 0;
  background: #fff linear-gradient(180deg, #ffd574, #ffe9b4);
  cursor: pointer;
}
.aside_section .aside_vip a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aside_section .aside_vip img {
  width: 28px;
  height: 26px;
}
.aside_section .aside_vip em {
  font-size: 12px;
  font-weight: 500;
  color: #794608;
  text-align: center;
}
.aside_section .aside_li {
  position: relative;
  cursor: pointer;
  padding: 5px;
  background-color: #fff;
}
.aside_section .aside_li:hover {
  background-color: #235b8c;
}
.aside_section .aside_li:hover a {
  color: #fff;
}
.aside_section .aside_li:hover a em {
  color: #fff;
}
.aside_section .aside_li:hover a span {
  color: #fff;
}
.aside_section .aside_li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aside_section .aside_li span {
  color: #666;
}
.aside_section .aside_li em {
  font-size: 12px;
  color: #666;
  text-align: center;
  font-weight: 500;
}
.aside_section .aside_li .aslide_li_contact {
  display: none;
  position: absolute;
  z-index: 5;
  right: 100%;
  top: 0;
  padding-right: 10px;
}
.aside_section .aside_li .aslide_li_contact .aslide_li_contact_inner {
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  padding: 20px;
}
.aside_section .aside_li .aslide_li_contact .aslide_li_contact_title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.aside_section .aside_li .aslide_li_contact .aslide_li_contact_time {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.aside_section .aside_li .aslide_li_contact .aslide_li_contact_btn {
  width: 140px;
  height: 33px;
  border-radius: 33px;
  background-color: #235b8c;
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside_section .aside_top {
  cursor: pointer;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.aside_section .aside_top:hover {
  background-color: #235b8c;
}
.aside_section .aside_top:hover em {
  color: #fff;
}
.aside_section .aside_top:hover span {
  color: #fff;
}
.aside_section .aside_top em {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.pagenation .page_ul {
  display: flex;
  align-items: center;
}
.pagenation .page_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.pagenation .page_ul li a {
  color: #606266;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
}
.pagenation .page_ul li:hover {
  background-color: rgba(35, 91, 140, 0.6);
  border: 0;
}
.pagenation .page_ul li:hover a {
  color: #fff;
}
.pagenation .page_ul li.active {
  background-color: #235b8c;
  border: 0;
  text-align: center;
  line-height: 36px;
}
.pagenation .page_ul li.active a {
  color: #fff;
}
.pagenation .page_last,
.pagenation .page_next {
  width: 80px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  height: 36px;
  background-color: #fff;
}
.pagenation .page_last a,
.pagenation .page_next a {
  color: #606266;
  display: block;
  line-height: 36px;
}
.pagenation .page_last.page_last,
.pagenation .page_next.page_last {
  cursor: not-allowed;
}
.pagenation .page_last:hover,
.pagenation .page_next:hover {
  background-color: rgba(35, 91, 140, 0.6);
  border: 0;
}
.pagenation .page_last:hover a,
.pagenation .page_next:hover a {
  color: #fff;
}




.login_con_form .login_con_form_item .input-error {
    color: #e63223;
	font-size: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 20px;
    display: none;
}



.login_con_wechat .qr-shadow{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6);filter:alpha(opacity=60) progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)}

.login_con_wechat .qr-fresh{font-size:14px;font-weight:400;color:#fff;width:100%;height:70px;text-align:center;margin:auto 0;position:absolute;top:0;left:0;bottom:0;cursor:pointer}

.login_con_wechat .qr-fresh-btn{width:110px;height:38px;background:#CE4042;border-radius:2px;line-height:38px;color:#fff;margin:0 auto;margin-top:5px;cursor:pointer;text-align:center}

.login_con_wechat .qr-fresh-tip{line-height:20px;color:#fff;margin:0 auto;font-size:13px}

.login_con_wechat .web_qrcode_img{width:200px;height:200px;border-radius:4px}


.vip_con_list .vip_con_item .recommend-text {
    font-size: 12px;
    color: #fff;
    height: 20px;
    text-align: center;
    width: 40px;
    display: none;
    position: absolute;
    right: -1px;
    line-height: 20px;
    top: 10px;
    background: linear-gradient(90deg, #f53f3fd1 0%, #f53f3f 100%);
    transform: rotate(45deg);
}




.vip_con_list .vip_con_item.recommend  .recommend-text {
     display: block;
}



.vip_con_list .vip_con_item .choice-img {
	width: 0;
    height: 0;
    border-bottom: 28px solid #f53f3f;
    border-left: 28px solid transparent;
    position: absolute;
    bottom: -1px;
    display: none;
    right: -1px
}

.vip_con_list .vip_con_item.recommend .choice-img {
     display: block;
}


.pay_button{
			width: 180px;/*设置按钮宽度*/
			height: 50px;/*设置按钮高度*/
			color:white;/*字体颜色*/
			background-color:#235b8c;/*按钮背景颜色*/
			border-radius: 10px;/*让按钮变得圆滑一点*/
			border: 0;/*消去按钮丑的边框*/
			margin: 0;
			outline: none;/*取消轮廓*/
			font-family: KaiTi;/*字体设置为楷体*/
			font-size: 22px;/*设置字体大小*/
			text-align: center;/*字体居中*/
			cursor: pointer;/*设置鼠标箭头手势*/
		}

.pay_button:hover{/*鼠标移动时的颜色变化*/
	background-color: #3991ff;
}


.vip-pop-cont-bot {
    padding-top: 30px;
    text-align: center;
    height: 224px
}

.vip-pop-tip{
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	color: red;
	font-size:16px;
	line-height:30px;
}


.vip-pop-cs{
	text-align:center;
	padding-top:50px;
}

.vip-pop-cs a{
	color:#333;
}


.common_section {
    margin-top: 100px;
}

.about {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 270px;
}

.about p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-bottom: 25px;
}