body {
  color: #333;
  font-family: 'Microsoft YaHei';
}

.maskWrapper,
.changePasswordDialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.maskWrapper .dialog-window {
  width: 426px;
  height: 188px;
  position: absolute;
  z-index: 300;
  left: 50%;
  margin-left: -213px;
  top: 200px;
  background: #fff;
}

.maskWrapper .dialog-window .dialog-header {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 13px;
  background: #383838;
  box-sizing: border-box;
}

.maskWrapper .dialog-window .dialog-header span {
  margin-left: 16px;
  display: inline-block;
  float: left;
  color: #fff;
}

.maskWrapper .dialog-window .dialog-header i {
  display: inline-block;
  width: 12px;
  height: 12px;
  float: right;
  background-image: url(../images/audio-center/close.png);
  margin: 8px 16px 0 0;
  cursor: pointer;
}

.maskWrapper .dialog-window .dialog-content {
  width: 100%;
  height: 160px;
  background: #fff;
}

.maskWrapper .dialog-window .dialog-content p {
  text-align: center;
  font-size: 14px;
  margin: 38px 0;
}

.maskWrapper .dialog-window .dialog-content .bttn {
  text-align: center;
}

.maskWrapper .dialog-window .dialog-content .bttn a {
  display: inline-block;
  width: 80px;
  height: 28px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  margin: 0 10px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}

.maskWrapper .dialog-window .dialog-content .bttn .active {
  background: #dd3541;
  color: #fff;
}

.maskWrapper .dialog-window .dialog-content .bttn .active:hover {
  background: #f84e4e;
}

.changePasswordDialog .dialog-window {
  height: 170px;
  border-radius: 8px;
  width: 426px;
  position: absolute;
  z-index: 300;
  left: 50%;
  margin-left: -213px;
  top: 50%;
  margin-top: -85px;
  background: #fff;
}

.changePasswordDialog .dialog-window .dialog-header {
  border-radius: 8px;
  background: #fff;
  color: #dd3541;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding:8px 8px 8px 16px;
}

.changePasswordDialog .dialog-window .dialog-header div {
  margin: 0;
  color: #dd3541;
  display: flex;
  align-items: center;
  height: 100%;
}
.changePasswordDialog .dialog-window .dialog-header div img{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.changePasswordDialog .dialog-window .dialog-header .close {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/audio-center/close.png);
  margin: 8px 16px 0 0;
  cursor: pointer;
}

.changePasswordDialog .dialog-window .dialog-content {
  height: 120px;
  border-radius: 8px;
}

.changePasswordDialog .dialog-window .dialog-content p {
  margin: 12px 20px 20px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 45px;
}

/* .changePasswordDialog .dialog-window .dialog-content .bttn{
  display: flex;
  justify-content: end;
  padding-right: 12px;
} */

.changePasswordDialog .dialog-window .dialog-content .bttn a {
  padding: 2px 12px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  background: #dd3541;
  color: #fff;
}

.toast_show {
  width: 308px;
  height: 58px;
  margin-left: -155px;
  margin-top: -30px;
  line-height: 58px;
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border: solid 1px #d1d1d1;
  left: 50%;
  top: 50%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
  z-index: 999;
}

.toast_show i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/audio-center/success.png);
  margin: 22px 8px 0 0;
  vertical-align: top;
}

.toast_show i.active {
  background-image: url(../images/audio-center/new_hint_icon.png);
  background-position: 0px -20px;
}

div {
  margin: 0;
}

body {
  width: 100%;
  position: relative;
  background: #f9f9f9;
}

header {
  width: 100%;
  height: 72px;
  background-color: #fff;
}

header .header-main {
  width: 1000px;
  height: 70px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 14px;
}

header .header-main .images {
  height: 70px;
  width: 126px;
  margin: 0;
}

header .header-main .images img {
  width: 50%;
  height: auto;
  margin-top: 11px;
}

header .register-header div.images {
  float: left;
}

header .register-header a {
  float: right;
  font-size: 14px;
  line-height: 44px;
}

section.login-main-wrapper {
  width: 100%;
  /* background-image: url('../images/audio-center/login_bg.png'); */
  /* background-image: url('../images/audio-center/default.png'); */
  background-image: url('../images/audio-center/home_bg_new_img.jpg');
  width: 100%;
  /* height: 480px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.login-main-wrapper .main-content {
  width: 1000px;
  width: 1000px;
  /* height: 480px; */
  margin: 0 auto;
  padding: 38px 14px 0 14px;
  box-sizing: border-box;
  position: relative;
}

section.login-main-wrapper .main-content .content-top {
  height: 375px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

section.login-main-wrapper .main-content .content-top .left {
  float: left;
  width: 604px;
  height: 253px;
  margin: 0;
}

section.login-main-wrapper .main-content .content-top .left img {
  width: 100%;
  height: auto;
}

section.login-main-wrapper .main-content .content-top .right {
  float: left;
  width: 320px;
  padding: 15px 30px 0 30px;
  box-sizing: border-box;
  margin-top: 38px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #e7e7e7;
  margin: 0;
}

section.login-main-wrapper .main-content .content-top .right .alert-message {
  width: 260px;
  height: 28px;
  line-height: 28px;
  margin-top: 7px;
  background: url('../images/audio-center/error_bg.png') no-repeat;
}

section.login-main-wrapper .main-content .content-top .right .alert-message img {
  margin: 7px 5px 0 10px;
  display: inline-block;
  float: left;
}

section.login-main-wrapper .main-content .content-top .right .alert-message span {
  display: inline-block;
  background-position: 0 -322px;
  font-size: 12px;
  color: #333;
  line-height: 28px;
  height: 28px;
}

section.login-main-wrapper .main-content .content-top .right p {
  width: 260px;
}

section.login-main-wrapper .main-content .content-top .right p.login-tab {
  color: #5b5b5b;
  font-size: 14px;
}

section.login-main-wrapper .main-content .content-top .right p>input {
  width: 250px;
  height: 38px;
  border: none;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 12px;
  border-radius: 2px;
  color: #999;
}

section.login-main-wrapper .main-content .content-top .right p>input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

section.login-main-wrapper .main-content .content-top .right p.rember-me {
  padding: 8px 0;
  line-height: 22px;
  height: 22px;
}

section.login-main-wrapper .main-content .content-top .right p.rember-me span {
  display: inline-block;
  width: 12px;
  top: -1px;
  height: 12px;
  position: relative;
  cursor: pointer;
  background-image: url('../images/audio-center/remember.png');
  background-image: url('../images/audio-center/remember.png');
}

section.login-main-wrapper .main-content .content-top .right p.rember-me span input {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  opacity: 0;
  cursor: pointer;
}

section.login-main-wrapper .main-content .content-top .right p.rember-me span.active {
  background-image: url('../images/audio-center/remember_up.png');
  background-image: url('../images/audio-center/remember_up.png');
}

section.login-main-wrapper .main-content .content-top .right p.rember-me a {
  float: right;
}

section.login-main-wrapper .main-content .content-top .right p.login-btn>a {
  color: #fff;
  background: #DD3541;
  width: 260px;
  padding-left: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

section.login-main-wrapper .main-content .content-top .right p.login-btn a:hover {
  background-color: #fb4c49;
}

p.login-tips {
  margin-top: 2px;
  color: #DD3541;
}

section.login-main-wrapper .main-content .content-top .right .phone-login-pwa {
  position: relative;
}

section.login-main-wrapper .main-content .content-top .right .phone-login-pwa>a {
  position: absolute;
  top: 15px;
  z-index: 10;
  right: 10px;
  display: inline-block;
  width: 80px;
  height: 28px;
  border-radius: 4px;
  background: #ccc;
  color: #fb4c49;
  text-align: center;
  line-height: 28px;
  box-sizing: border-box;
}

section.login-main-wrapper .main-content .content-top .right .login-tab {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

section.login-main-wrapper .main-content .content-top .right .login-tab span {
  cursor: pointer;
  margin: 0 4px;
}

section.login-main-wrapper .main-content .content-top .right .login-tab span.active {
  color: #999;
}

section.login-main-wrapper .main-content .content-top .right .login-third {
  width: 260px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 8px 0 5px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

section.login-main-wrapper .main-content .content-top .right .login-third div {
  margin: 0;
  float: left;
  line-height: 24px;
  height: 24px;
}

section.login-main-wrapper .main-content .content-top .right .login-third div a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../images/audio-center/new_icon.png');
  background-repeat: no-repeat;
  background-position: 0px -128px;
}

section.login-main-wrapper .main-content .content-top .right .login-third div a:nth-child(1) {
  background-position: 0px -156px;
}

section.login-main-wrapper .main-content .content-bottom {
  position: absolute;
  bottom: 20px;
  right: 0;
}

section.login-main-wrapper .main-content .content-bottom h5 {
  text-align: right;
  line-height: 20px;
}

section.login-main-wrapper .main-content .content-bottom p {
  line-height: 20px;
  text-align: right;
}

.register-header-wrapper {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

section.register-wrapper {
  width: 100%;
}

section.register-wrapper .reg-content {
  width: 1000px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  margin-top: 14px;
  background: #fff;
  padding-top: 40px;
}

section.register-wrapper .reg-content>div {
  margin: 0 auto;
  width: 878px;
  margin-bottom: 40px;
  font-size: 12px;
  color: #666;
}

section.register-wrapper .reg-content>div .tab-menu {
  width: 640px;
  height: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
}

section.register-wrapper .reg-content>div .tab-menu li {
  width: 320px;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}

section.register-wrapper .reg-content>div .tab-menu li i {
  background-image: url('../images/audio-center/new_icon.png');
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: -64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

section.register-wrapper .reg-content>div .tab-menu li:nth-child(1) i {
  background-position: 0 -32px;
}

section.register-wrapper .reg-content>div .tab-menu li:nth-child(2) i {
  background-position: 0 -54px;
}

section.register-wrapper .reg-content>div .tab-menu li.active {
  color: #666666;
  border-bottom: 1px solid #666666;
}

section.register-wrapper .reg-content>div .tab-content {
  padding: 0 100px;
  box-sizing: border-box;
  position: relative;
  min-height: 116px;
}

section.register-wrapper .reg-content>div .tab-content>div {
  /* width: 70%; */
  /* margin-top: 40px; */
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item {
  line-height: 34px;
  height: 34px;
  margin: 20px 0;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item>span {
  display: inline-block;
  width: 76px;
  height: 26px;
  line-height: 26px;
  text-align: right;
  margin-right: 10px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item input {
  width: 260px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 12px;
  color: #999;
  text-align: left;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item input.active {
  border: 1px solid #ff3300;
  color: #ff3300;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .alert-m {
  /* margin: 0;
  margin-left: 6px; */
  height: 34px;
  display: none;
  line-height: 34px;
  /* position: relative; */
  width: 240px;
  /* float: right;
  padding-left: 22px; */
  position: absolute;
  right: 0;
  text-align: left;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .alert-m i {
  background-image: url(../images/audio-center/new_hint_icon.png);
  background-repeat: no-repeat;
  /* position: absolute;
  top: 50%;
  left: 2px; */
  /* margin-top: -8px; */
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: 0.5px -19px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .alert-m>span {
  line-height: 34px;
  display: inline-block;
  color: #ff3300;
  margin-top: -8px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .alert-m .password {
  width: 90% !important;
  height: auto !important;
  line-height: normal !important;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .on {
  display: inline-block;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .reg-success {
  display: inline-block;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .reg-success>i {
  background-position: 0px -40px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .reg-success>span {
  display: none;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .reg-fault {
  display: inline-block;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .reg-fault>i {
  background-position: 0.5px 2px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .getnunber {
  width: 96px;
  height: 34px;
  line-height: 34px;
  margin: 0 2px 0 8px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/audio-center/captchas.png);
  background-repeat: no-repeat;
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

section.register-wrapper .reg-content>div .tab-content>div .valdate-number {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

section.register-wrapper .reg-content>div .tab-content>div .valdate-number input {
  width: 104px;
}

section.register-wrapper .reg-content>div .tab-content>div .valdate-number .renewcode {
  display: inline-block;
  width: 150px;
  height: 34px;
  margin: 0;
  margin-left: 10px;
  position: relative;
}

section.register-wrapper .reg-content>div .tab-content>div .valdate-number .renewcode img {
  width: 100%;
  height: auto;
}

section.register-wrapper .reg-content>div .tab-content>div .valdate-number .renewcode>a {
  position: absolute;
  top: 10px;
  right: -30px;
  text-decoration: none;
  color: #5493e6;
  cursor: pointer;
}

section.register-wrapper .reg-content>div .tab-content>div .valdate-number .alert-m {
  width: 200px;
  margin-left: 54px;
}

section.register-wrapper .reg-content>div .tab-content>div .valdate-phone input {
  width: 150px;
}

section.register-wrapper .reg-content>div .tab-content>div .sign-agreenment {
  text-align: center;
  line-height: 34px;
  padding-left: 90px;
  box-sizing: border-box;
}

section.register-wrapper .reg-content>div .tab-content>div .sign-agreenment span {
  width: auto;
  margin-right: 0;
}

section.register-wrapper .reg-content>div .tab-content>div .sign-agreenment a {
  color: #5493e6;
  line-height: 26px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item .submit-btn {
  display: inline-block;
  font-size: 14px;
  padding-left: 0;
  line-height: 34px;
  text-decoration: none;
  margin-left: 90px;
  background: #dd3541;
  border: none;
  color: #fff;
  height: 34px;
  width: 260px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-item #submit-btn:hover {
  background: #fb4c49;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo {
  position: relative;
  line-height: 34px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo>a {
  position: absolute;
  top: 5px;
  left: 94px;
  display: inline-block;
  background-image: url('../images/audio-center/new_icon.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo>a:nth-child(1) {
  background-position: 0px -156px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo>a:nth-child(1):hover {
  background-position: 0px -184px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo>a:nth-child(2) {
  left: 122px;
  background-position: 0px -100px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo>a:nth-child(2):hover {
  background-position: 0px -128px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo>span {
  height: 34px;
  line-height: 34px;
  margin-left: 278px;
}

section.register-wrapper .reg-content>div .tab-content>div .login-weibo>span a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #5493e6;
}

section.regist-success .reg-content .phone-success {
  min-height: 400px;
  width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

section.regist-success .reg-content .phone-success p {
  margin-bottom: 10px;
  text-align: center;
}

section.regist-success .reg-content .phone-success p:nth-child(1) {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 32px;
}

section.regist-success .reg-content .phone-success p:nth-child(2) {
  width: 140px;
  /* height: 97px; */
  height: 20px;
}

section.regist-success .reg-content .phone-success p:nth-child(2) img {
  width: 100%;
  height: auto;
}

section.regist-success .reg-content .phone-success p:nth-child(3) {
  line-height: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

section.regist-success .reg-content .phone-success p:nth-child(3) span {
  margin-right: 1px;
  display: inline-block;
}

section.regist-success .reg-content .phone-success p:nth-child(4) a {
  width: 240px;
  height: 36px;
  line-height: 36px;
  background: #DD3541;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

section.regist-success .reg-content .mail-success {
  width: 100%;
  height: 375px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
}

section.regist-success .reg-content .mail-success .top {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 120px;
}

section.regist-success .reg-content .mail-success .top p a:nth-child(1) {
  color: #fff;
  width: 272px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #DD3541;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

section.regist-success .reg-content .mail-success .top p a:nth-child(2) {
  color: #5493e6;
}

section.regist-success .reg-content .mail-success .top p:nth-child(2) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

section.regist-success .reg-content .mail-success .top p:nth-child(2) span {
  margin: 0 1px;
}

section.regist-success .reg-content .mail-success .bottom {
  height: 70px;
  width: 340px;
  padding-left: 30px;
  box-sizing: border-box;
}

section.regist-success .reg-content .mail-success .bottom p {
  color: #666;
}

section.regist-success .reg-content .mail-success .bottom p a {
  color: #5493e6;
}

section.regist-success .reg-content .mail-success .bottom p:nth-child(1) {
  color: #000;
  font-size: 16px;
}

section.anchor_open {
  width: 1000px;
  height: 587px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  margin-top: 14px;
  background: #fff;
}

section.anchor_open .div_new {
  width: 878px;
  height: 578px;
  font-size: 12px;
  color: #666;
  margin: 0 auto;
}

section.anchor_open .div_new .new_p_margin {
  margin: 102px 0 32px 0;
  text-align: center;
}

section.anchor_open .div_new .new_p_anchor_btn {
  margin-bottom: 102px;
  text-align: center;
}

section.anchor_open .div_new .new_input {
  width: 260px;
  height: 34px;
  /* line-height: 34px; */
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 28px;
  font-size: 12px;
  color: #999;
  background: #DD3541;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

section.anchor_open .div_new .new_div_anchor_say {
  margin-left: 310px;
}

footer {
  width: 100%;
  padding-top: 25px;
  box-sizing: border-box;
  padding-bottom: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

footer p {
  line-height: 25px;
  color: #999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

footer p span {
  padding: 0 8px;
}

footer p a {
  text-decoration: none;
  padding: 0 30px;
}

footer p a:hover {
  color: #f1565e;
  text-decoration: none;
}

header.modify_pwa>div>div:nth-child(2) {
  float: right;
  margin: 0;
  line-height: 44px;
}

header.modify_pwa>div>div:nth-child(2) a {
  display: inline-block;
  float: none;
  margin: 0 14px;
}

header.modify_pwa>div>div:nth-child(2) span {
  display: inline-block;
}

section.modify .reg-content {
  width: 1000px;
  height: 587px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  margin-top: 14px;
  box-sizing: border-box;
  background: #fff;
}

section.modify .reg-content .content-wrapper {
  width: 950px;
  padding: 44px 119px 100px 119px;
  height: 578px;
  font-size: 12px;
  box-sizing: border-box;
  color: #666;
  margin: 0 auto;
}

section.modify .reg-content .content-wrapper ul.navigator {
  width: 640px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #999;
  margin-bottom: 62px;
  border-bottom: 1px solid #e5e5e5;
}

section.modify .reg-content .content-wrapper ul.navigator li {
  width: 160px;
  height: 39px;
  float: left;
  font-size: 16px;
  text-align: center;
}

section.modify .reg-content .content-wrapper ul.navigator li i {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 40px;
  padding: 1px 6.1px;
  color: #fff;
  border-radius: 10px;
  margin-right: 5px;
  text-align: center;
  background: #e5e5e5;
}

section.modify .reg-content .content-wrapper ul.navigator li.active {
  border-bottom: 2px solid #dd3541;
  color: #dd3541;
}

section.modify .reg-content .content-wrapper ul.navigator li.active i {
  background-color: #ff6b63;
}

section.modify .reg-content .content-wrapper ul.section-main {
  width: 100%;
  box-sizing: border-box;
  padding: 0 24px;
  position: relative;
}

section.modify .reg-content .content-wrapper ul.section-main li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin: 24px 0;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item .newLogin {
  line-height: normal !important;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item>span {
  display: inline-block;
  width: 70px;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  padding-right: 6px;
  text-align: right;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item input {
  width: 260px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 4px;
  font-size: 12px;
  color: #999;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item img {
  width: 116px;
  height: 36px;
  vertical-align: top;
  margin-left: 5px;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item>a {
  color: #5493e6;
  vertical-align: bottom;
  cursor: pointer;
  line-height: 16px;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item div.alert-m {
  width: 260px;
  color: #ff6b63;
  float: right;
  position: relative;
  display: none;
  padding-left: 20px;
  box-sizing: border-box;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item div.alert-m i {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  background-image: url(../images/audio-center/new_hint_icon.png);
  background-repeat: no-repeat;
  background-position: 0 -20px;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item div.alert-m span {
  display: inline-block;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item div.active i {
  background-position: 0px -40px;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item div.active span {
  display: none;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item:nth-child(2) input {
  width: 104px;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item:nth-child(3)>a {
  cursor: pointer;
  background: #dd3541;
  color: #fff;
  width: 272px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  border: none;
  padding-left: 0;
  margin: 0 0 0 77px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item:nth-child(3) .return {
  margin-left: 0px !important;
}

section.modify .reg-content .content-wrapper ul.section-main li div.login-item:nth-child(3)>a:hover {
  background-color: #f93737;
}

section.modify .reg-content .content-wrapper ul.section-main li>p {
  text-align: center;
}

section.modify .reg-content .content-wrapper ul.section-main li .mail-style {
  text-align: left;
  padding-left: 77px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

section.modify .reg-content .content-wrapper ul.section-main li .mail-message {
  padding-left: 77px;
  box-sizing: border-box;
}

section.modify .reg-content .content-wrapper ul.section-main li .mail-message p a {
  color: #5493e6;
}

section.modify .reg-content .content-wrapper ul.section-main li>div.login-mails a {
  cursor: pointer;
  background: #DD3541;
  color: #fff;
  width: 272px;
  height: 36px;
  font-size: 14px;
  line-height: 36px !important;
  border: none;
  padding-left: 0;
  margin: 0 0 0 77px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}

section.modify .reg-content .content-wrapper ul.section-main li>div.login-mails a:hover {
  background-color: #f93737;
}

section.modify .reg-content .content-wrapper ul.section-main li h2 {
  text-align: center;
  font-size: 20px;
  color: #666;
  font-weight: normal;
}

section.modify .reg-content .content-wrapper ul.section-main li .security-set {
  margin: 0 0 30px 0;
}

section.modify .reg-content .content-wrapper ul.section-main li .security-set a {
  color: #5493e6;
}

section.modify .reg-content .content-wrapper ul.section-main li .logos {
  height: 84px;
  margin: 0 auto;
  width: 84px;
}

section.modify .reg-content .content-wrapper ul.section-main li .logos img {
  width: 100%;
  height: 100%;
}

section.modify .reg-content .content-wrapper ul.section-main li .return-personal {
  text-align: center;
}

section.modify .reg-content .content-wrapper ul.section-main li .return-personal a {
  cursor: pointer;
  background: #DD3541;
  color: #fff !important;
  width: 272px;
  height: 36px;
  font-size: 14px;
  line-height: 36px !important;
  border: none;
  padding-left: 0;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}

section.modify .reg-content .content-wrapper ul.section-main li .return-personal a:hover {
  background-color: #f93737;
}

section.modify .reg-content .content-wrapper ul.section-main li .getVerifycode input {
  width: 150px;
}

section.modify .reg-content .content-wrapper ul.section-main li .getVerifycode>a.btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  margin: 0 2px 0 8px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/audio-center/captchas.png);
  background-repeat: no-repeat;
  color: #666;
  font-size: 12px;
  text-decoration: none;
}

section.modify .reg-content .content-wrapper ul.section-main li .renwriteInfo>span>a {
  font-size: 12px;
  width: 96px;
  line-height: 36px;
  color: #5493e6;
  padding-left: 5px;
}

section.modify .reg-content .content-wrapper ul.section-main li .renwriteInfo>span>a:hover {
  background-color: #fff;
  text-decoration: underline;
}

body .bind-wrapper {
  width: 100%;
  height: 600px;
}

body .bind-wrapper .bind-container {
  width: 450px;
  height: 340px;
  margin-top: 100px;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px #e5e5e5 solid;
}

body .bind-wrapper .bind-container>div {
  margin: 0;
  float: left;
}

body .bind-wrapper .bind-container .bind-avitor {
  width: 120px;
  height: 120px;
  margin-right: 16px;
  margin-top: 50px;
}

body .bind-wrapper .bind-container .bind-avitor img {
  width: 100%;
  height: auto;
}

body .bind-wrapper .bind-container .bind-input {
  width: 238px;
}

body .bind-wrapper .bind-container .bind-input p {
  width: 100%;
  height: 28px;
  margin: 8px 0;
}

body .bind-wrapper .bind-container .bind-input p input {
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  width: 88%;
  text-indent: 4px;
}

body .bind-wrapper .bind-container .bind-input p.active::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/images/audio-center/success.png') no-repeat;
  background-position: right center;
}

body .bind-wrapper .bind-container .bind-input p.bind-code input {
  width: 120px;
}

body .bind-wrapper .bind-container .bind-input p.bind-code span {
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  width: 80px;
  text-align: center;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-left: 6px;
}

body .bind-wrapper .bind-container .bind-input p.bind-button {
  text-align: center;
  margin-top: 10px;
}

body .bind-wrapper .bind-container .bind-input p.bind-button input {
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: #DD3541;
  color: #fff;
  border-radius: 2px;
}

body .bind-wrapper .bind-container .bind-input .alert-message {
  line-height: 16px;
  height: 16px;
  margin: 0;
  display: none;
  color: #DD3541;
  padding-left: 21px;
  background: url('/images/audio-center/tanhao.png') no-repeat;
  background-position: left center;
}

/* 设置图形验证码样式开始 */
.setUserPhone .valdate-number {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.setUserPhone .valdate-number input {
  width: 104px;
}

.setUserPhone .valdate-number .renewcode {
  display: inline-block;
  width: 150px;
  height: 34px;
  margin: 0;
  margin-left: 10px;
  position: relative;
}

.setUserPhone .valdate-number .renewcode img {
  width: 100%;
  height: auto;
}

.setUserPhone .valdate-number .renewcode>a {
  position: absolute;
  top: 10px;
  right: -30px;
  text-decoration: none;
  color: #5493e6;
  cursor: pointer;
}

.setUserPhone .valdate-number .alert-m {
  width: 200px;
  margin-left: 54px;
}

/* 设置图形验证码结束 */
/* 设置setUserPhone图形验证码样式开始 */
.setUserPhone .user-phone input {
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-indent: 4px;
  width: 120px;
}

.setUserPhone .user-phone .renewcode {
  display: inline-block;
  width: 150px;
  height: 34px;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

.setUserPhone .user-phone .renewcode img {
  width: 100%;
  height: auto;
}

.setUserPhone .user-phone .renewcode>a {
  position: absolute;
  top: 10px;
  right: -30px;
  text-decoration: none;
  color: #5493e6;
  cursor: pointer;
}

.setUserPhone .user-phone .alert-m {
  line-height: 16px;
  height: 16px;
  margin: 0;
  display: none;
  color: #DD3541;
  /* padding-left: 21px; */
  /* background: url("/images/audio-center/tanhao.png") no-repeat;
        background-position: left center; */
  display: inline-block;
  width: 200px;
}


body .reset-passWord-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 24px;
  position: relative;

}

body .reset-passWord-box .login-item {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin: 24px 0;
  display: flex;
}

body .reset-passWord-box .login-item .span {
  display: inline-block;
  width: 70px;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  padding-right: 6px;
  text-align: right;
}

body .reset-passWord-box .login-item input {
  width: 475px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 4px;
  font-size: 12px;
  color: #999;
}

.reset-passWord-box .login-item>span {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  padding-right: 6px;
}

.reset-passWord-box .type_alert {
  width: 260px;
  color: #ff6b63;
  float: right;
  position: relative;
  /* display: none; */
  padding-left: 20px;
  box-sizing: border-box;
}

.reset-passWord-box .codes {
  width: 175px !important;
}

.reset-passWord-box .alert-m i {
  background-image: url(../images/audio-center/new_hint_icon.png);
  background-repeat: no-repeat;
  /* position: absolute;
    top: 50%;
    left: 2px; */
  /* margin-top: -8px; */
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: 0.5px -19px;
}

.reset-passWord-box img {
  margin: 0 20px
}

.reset-passWord-box .refresh {
  color: #5493e6;
  vertical-align: bottom;
  cursor: pointer;
  line-height: 50px;
  width: 35px;

}

#startCountdown {
  cursor: pointer;
  color: #fff;
  padding: 10px;
  width: 100px;
  background: red;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saveButton {
  background: red;
  color: #fff;
  width: 60px;
  border-radius: 5px;
}

/* 设置setUserPhone图形验证码结束 */