﻿.el-radio__input.is-checked+.el-radio__label {
  color: #3a3a3a;
}
.el-radio {
  color: #3a3a3a;
}
.el-radio__input.is-checked .el-radio__inner {
  background-color: #fff;
  border-color: #a3a3a3;
}
.el-radio__inner::after {
  background-color: #a3a3a3;
}
#app .center {
  width: 1200px;
  margin: 0 auto;
}
#app .header {
  height: 314px;
  background-color: #f1f3f0;
  background-image: url("../images/index/topbg.jpg");
  background-position: center 45px;
  background-repeat: no-repeat;
}
#app .header .header-top {
  background-color: rgba(255,255,255,0.4);
}
#app .header .header-top .header-top-inner {
  display: flex;
  justify-content: space-between;
  height: 42px;
  align-items: center;
}
#app .header .header-top .header-top-inner .links a {
  padding: 0 20px;
}
#app .header .header-top .header-top-inner .handles .tip {
  background-color: #d31d1c;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 10px;
  margin-right: 20px;
}
#app .header .header-top .header-top-inner .handles .login {
  padding: 0 10px;
}
#app .header .header-top .header-top-inner .handles .login a {
  color: #266cc0;
}
#app .header .header-top .header-top-inner .handles .feedback {
  padding: 0 10px;
}
#app .header .header-top .header-top-inner .handles .statement {
  padding: 0 20px;
}
#app .header .header-top .header-top-inner .handles .dissent {
  padding: 0 20px;
}
#app .header .header-mid {
  height: 222px;
}
#app .header .header-mid .header-mid-inner {
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: space-between;
}
#app .header .header-mid .header-mid-inner .logo-container {
  width: 440px;
}
#app .header .header-mid .header-mid-inner .logo-container a {
  display: flex;
  align-items: center;
}
#app .header .header-mid .header-mid-inner .logo-container a .local {
  color: #db3535;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 20px;
}
#app .header .header-mid .header-mid-inner .logo-container a i {
  font-weight: 700;
  text-shadow: 0 0 4px #fff, 0 0 3px #fff, 0 0 2px #fff;
}
#app .header .header-mid .header-mid-inner .search-container {
  width: 600px;
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
}
#app .header .header-mid .header-mid-inner .search-container .radio-handler {
  margin-bottom: 20px;
  padding-left: 10px;
}
#app .header .header-mid .header-mid-inner .search-container .radio-handler .el-radio__label {
  text-shadow: 0 0 2px #fff;
  font-weight: 700;
  font-size: 16px;
}
#app .header .header-mid .header-mid-inner .search-container .search-handler {
  height: 42px;
  line-height: 42px;
  display: flex;
}
#app .header .header-mid .header-mid-inner .search-container .search-handler input {
  padding-left: 10px;
  display: block;
  height: 42px;
  width: 380px;
}
#app .header .header-mid .header-mid-inner .search-container .search-handler span a {
  background-color: #db3535;
  color: #fff;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
}
#app .header .header-bot {
  background-image: linear-gradient(to bottom, #db3535 0, #db3535 45%, #d20000 55%, #d20000 100%);
}
#app .header .header-bot .nav .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .header .header-bot .nav .center a {
  font-size: 18px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  position: relative;
}
#app .header .header-bot .nav .center i {
  display: inline-block;
  width: 2px;
  height: 24px;
  background-image: linear-gradient(to right, #d22828 0, #e84d4d);
}
.el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0;
}
.address-img {
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
}
.address-box .address-table {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: none;
  width: 160px;
  background-color: #ffffff99;
  padding: 8px 10px;
  float: right;
  margin-left: 10px;
}
.address-box{
  margin-top: 32px;
}
.address-table a:hover{
  text-decoration:underline;
}
.address-box:hover .address-table{
  display:block;
}
.address-table a{
  font-size:18px;
  line-height:28px;
  padding:0 5px;
  text-decoration:none;
  color:#A42F1E;
}