body,
p,
ul {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f4f4f4;
}
img {
  display: inline;
}
.au-header {
  height: 86px;
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.6);
  -webkit-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.6);
  box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.6);
}
.au-header .title {
  width: 1160px;
  height: 86px;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  line-height: 86px;
  position: relative;
}
.au-header .title .dihelogo {
  padding-right: 40px;
  vertical-align: middle;
}
.au-header .title .tdzylogo {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
.au-header .title .pull-right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.au-header .title .pull-right a {
  color: #323232!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  display: inline-block !important;
  cursor: pointer;
  font-size: 13px;
}
.au-header .title .pull-right a img {
  vertical-align: middle;
  width: 15px;
  height: 14px;
}
.au-header .title .pull-right a:hover {
  text-decoration: underline;
}
.au-header .title .pull-right a:first-child {
  margin-right: 10px;
}
.au-content {
  width: 1160px;
  height: 516px;
  background-color: #fff;
  margin: 30px auto 80px;
}
.au-footer {
  color: #333;
  font-size: 12px;
  text-align: center;
}
.hidden {
  display: none;
}
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.popup .shadow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.popup .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 420px;
  height: 320px;
  background-color: #fff;
  border-radius: 3px;
}
.popup .container .btn_closepopup {
  position: absolute;
  top: 20px;
  right: 20px;
}
.per-content {
  width: 1160px;
  margin: 30px auto 80px;
}
.per-content .per-menu {
  width: 180px;
  height: 274px;
  background-color: #fff;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.per-content .per-menu .per-menu-title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.per-content .per-menu ul li a {
  width: 180px;
  height: 46px;
  display: inline-block;
  list-style: none;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-repeat: no-repeat;
  background-position: 26px 13px;
  cursor: pointer;
}
.per-content .per-menu ul li {
  margin-top: 10px;
}
.per-content .per-menu ul li:first-child {
  margin-top: 0;
}
.per-content .per-menu ul li a:hover {
  background-color: #efefef;
}
.per-content .per-menu .menu-personalsetting {
  background-image: url(/static/img/pc/account_merge/personalsetting.png);
}
.per-content .per-menu .menu-personalsetting_click {
  background-image: url(/static/img/pc/account_merge/personalsetting_white.png);
  color: #fff;
  background-color: #37ac68;
}
.per-content .per-menu .menu-personalsetting_click:hover {
  background-color: #37ac68;
}
.per-content .per-menu .menu-accountsetting {
  background-image: url(/static/img/pc/account_merge/accountsetting.png);
}
.per-content .per-menu .menu-accountsetting_click {
  background-image: url(/static/img/pc/account_merge/accountsetting_white.png);
  color: #fff;
  background-color: #37ac68;
}
.per-content .per-menu .menu-accountsetting_click:hover {
  background-color: #37ac68;
}
.per-content .per-menu .menu-passwordsetting {
  background-image: url(/static/img/pc/account_merge/passwordsetting.png);
}
.per-content .per-menu .menu-passwordsetting_click {
  background-image: url(/static/img/pc/account_merge/passwordsetting_white.png);
  color: #fff;
  background-color: #37ac68;
}
.per-content .per-menu .menu-passwordsetting_click:hover {
  background-color: #37ac68;
}
.per-content .per-menu .menu-accountconnect {
  background-image: url(/static/img/pc/account_merge/accountconnect.png);
}
.per-content .per-menu .menu-accountconnect_click {
  background-image: url(/static/img/pc/account_merge/accountconnect_white.png);
  color: #fff !important;
  background-color: #37ac68;
}
.per-content .per-menu .menu-accountconnect_click:hover {
  background-color: #37ac68;
}
.per-content .per-main {
  width: 960px;
  height: 870px;
  background-color: #fff;
  display: inline-block;
}
.per-content .per-main .title {
  height: 60px;
  padding-left: 20px;
  line-height: 59px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
