

.upgradeTips{
  display:block;
  position: relative;
  width:100%;
  background:#fff1d3;
  color:#ff7733;
  line-height: 2;
  font-size: 14px;
  text-align:center;
}
.upgradeTips a{
  color:#3399ff;
}
.upgradeTips a:hover{
  color:#ff7733;
}
.upgradeTips .btn_close{
  position: absolute;
  left: 50%;
  margin-left: 700px;
  top: 50%;
  margin-top: -10px;
}
.bgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  background: #fff;
  overflow: hidden;
}

.bgWrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  background: #fff;
}

.bgWrap .bgCover {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 0px;
  pointer-events: none;
  margin-left: -1500px;
  border-width: 1500px 1500px;
  border-style: solid solid none;
  border-color: #f0f4f5;
  border-color: rgba(240, 244, 245, 0.7) rgba(240, 244, 245, 0.7);
  border-image: initial;
  border-top: 152px solid transparent;
  border-bottom: none;
}

.bgWrap .bgCover .inner {
  position: absolute;
  bottom: 0px;
  margin-left: -1500px;
  border-width: 1500px 1500px;
  border-style: solid solid none;
  border-color: #fff;
  border-image: initial;
  border-top: 96px solid transparent;
  border-bottom: none;
}

#headerTop {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #da1520;
  min-width:1467px;
}

#headerTop .topBar {
  width: 1420px;
  margin: 0 auto;
}

#headerTop .topBar .selAddress {
  position: relative;
  width: 94px;
  height: 45px;
  padding: 0 16px;
  border-right: 1px solid #E55C63;
  cursor: pointer;
}

#headerTop .topBar .selAddress:hover {
  background-color: #c1000b;
}

#headerTop .topBar .selAddress .seledAddress {
  height: 45px;
  background-image: url("/abc/MoBanImgs/TenYears2020/PC/Zixin/common/images/national.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0;
}

#headerTop .topBar .selAddress .seledAddress .txtAddress {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 34px;
  font-size: 16px;
  margin-right: 10px;
}

#headerTop .topBar .selAddress .seledAddress .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-image: url("/abc/MoBanImgs/TenYears2020/PC/Zixin/common/images/arrow-down-white.png");
  background-repeat: no-repeat;
  background-position: left center;
  transition: all .3s;
}

#headerTop .topBar .selAddress .seledAddress .arrow:hover {
  transform: rotate(180deg);
}

#headerTop .topBar .selAddress .allAddress {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 434px;
  background-color: #fff;
  color: #404040;
  box-shadow: 0 0 2px 3px rgba(4, 0, 0, 0.05);
  padding: 20px;
  border-radius: 0 0 5px 5px;
  z-index: 999;
}

#headerTop .topBar .selAddress .allAddress li {
  float: left;
  width: 60px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
}

#headerTop .topBar .selAddress .allAddress li.active {
  border-color: #da1520;
  color: #da1520;
  border-radius: 15px;
}

#headerTop .topBar .selAddress .allAddress .btn_sure {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #aaa;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 116px;
  outline: none;
  display: block;
  border-radius: 6px;
  margin-top: 20px;
}

#headerTop .topBar .selAddress .allAddress .btn_sure.active {
  background: #da1520;
}

#headerTop .topBar .mySlogan {
  padding: 0 23px 0 15px;
  cursor: default;
}

#headerTop .topBar .mySlogan a {
  color: #fff;
}

#headerTop .topBar .rightBox .allSite li {
  position: relative;
  float: left;
  height: 45px;
  display: inline-block;
  border-right: 1px solid #E55C63;
  padding: 0 15px;
  cursor: pointer;
}

#headerTop .topBar .rightBox .allSite li.mobile {
  border-left: 1px solid #E55C63;
}

#headerTop .topBar .rightBox .allSite li:hover {
  background: #c1000b;
}

#headerTop .topBar .rightBox .allSite li .sitePic {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  font-size: 0;
}

#headerTop .topBar .rightBox .allSite li .code {
  position: absolute;
  top: 45px;
  left: 0;
  width: 160px;
  height: 195px;
  background-color: #fff;
  box-shadow: 0 0 2px 3px rgba(4, 0, 0, 0.05);
  z-index: 1;
  cursor: auto;
  display: none;
  text-align: center;
}
#headerTop .topBar .rightBox .allSite li .code img{
  width: 140px;
  height: 140px;
  margin: 10px auto;
  display: block;
}
#headerTop .topBar .rightBox .allSite li .code p{
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
#headerTop .topBar .rightBox .logStatus {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
}

#headerTop .topBar .rightBox .logStatus:hover {
  background-color: #c1000b;
}

#headerTop .topBar .rightBox .logStatus .logItem {
  display: none;
}

#headerTop .topBar .rightBox .logStatus .logItem.notLogin span {
  padding: 0 5px;
}

#headerTop .topBar .rightBox .logStatus .logItem.notLogin {
  display: block;
  position: relative;
}

#headerTop .topBar .rightBox .logStatus .logItem.isLogin .userAvator {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  margin-top: 3px;
}

#headerTop .topBar .rightBox .logStatus .logItem.isLogin .userAvator img {
  width: 100%;
  height: 100%;
}

#headerTop .topBar .rightBox .logStatus .logItem.isLogin .dropDownAll {
  display: none;
  position: absolute;
  right: -10px;
  top: 45px;
  width: 140px;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 2px #e2e2e2;
  box-shadow: 1px 2px 2px #e2e2e2;
  text-align: left;
  overflow: hidden;
  cursor: auto;
  z-index: 10;
}

#headerTop .topBar .rightBox .logStatus .logItem.isLogin .dropDownAll .dropDown {
  display: block;
  width: 100%;
  color: #666;
  margin: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  padding: 12px 20px;
}
#headerTop .topBar .rightBox .logStatus .logItem.isLogin .dropDownAll .dropDown span,
#headerTop .topBar .rightBox .logStatus .logItem.isLogin .dropDownAll .dropDown p{
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align: middle;
  line-height: 20px;
  height: 20px;
}
#headerTop .topBar .rightBox .logStatus .logItem.isLogin .dropDownAll .dropDown span{
  width: 20px;
  background-image: url("/abc/MoBanImgs/TenYears2020/PC/Zixin/common/images/icons.png");
  background-repeat: no-repeat;
}
#headerTop .topBar .rightBox .logStatus .logItem.isLogin .dropDownAll .dropDown:hover {
  background: #efefef;
}

#headerTop .topBar .rightBox .logStatus .logItem.isLogin .dropDownAll .dropDown .iconfont {
  color: #666;
  font-size: 13px;
  padding-right: 10px;
}

#headerBottom {
  z-index: 2;
  position: relative;
  background-color: #fff;
  width: 1420px;
  margin: 0 auto;
  padding: 25px 27px;
  font-size: 0;
}

#headerBottom .logo {
  width: 430px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
}

#headerBottom .brandShow {
  width: 960px;
  font-size: 0;
}

#headerBottom .brandShow a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
}

#headerBottom .brandShow a.bigPic {
  width: 740px;
}

#headerBottom .brandShow a.bigPic img {
  width: 740px;
  height: 100px;
}

#headerBottom .brandShow a.littlePic {
  width: 190px;
  margin-left: 30px;
}

#headerBottom .brandShow a.littlePic img {
  width: 190px;
  height: 100px;
}

#nav {
  z-index: 1;
  width: 1420px;
  margin: 0 auto;
  padding: 0 27px;
  overflow: hidden;
  position: relative;
  height: 68px;
  background: #fff;
  line-height: 68px;
  
  font-size: 20px;
}
#nav .navWrap{
  width:1420px;
  height: 67px;
  border-bottom: 1px solid #eee;
}
#nav li {
  letter-spacing: 3px;
  position: relative;
  padding: 0 20px;
  margin: 0 18px;
  cursor: pointer;
  float: left;
  border-right: 0;
  font-size: 0;
}

#nav li a {
  color: #000;
}

#nav li a:hover {
  color: #da1520;
}

#nav li:after {
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: '';
  width: 10px;
  height: 20px;
  background: url("/abc/MoBanImgs/TenYears2020/PC/Zixin/common/images/xiexian.png") no-repeat left center;
}

#nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  float: right;
}

#nav li:last-child::after {
  width: 0;
  content: '';
  background: none;
  overflow: hidden;
}

#nav li span, #nav li img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

#nav li span {
  font-size: 20px;
}

#nav li img {
  width: 30px;
  height: 15px;
  padding-left: 8px;
}

.popUp {
  display: none;
}
.popCodeToM .codeBox{
  padding-top:15px;
  padding-bottom:15px;
}