
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.index {
  flex: 1; /* 填满剩余空间 */
}

.wrap {
  min-width: 1600px;
  overflow: hidden;
  background: #61e2ed;
}
header {
  height: 87px;
  width: 100%;
  background: #066e75;
  border-bottom: 1px solid #83babe;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 12;
}
header .header_logo {
  display: block;
  float: left;
  width: 153px;
  height: 100%;
  background: url(/local/img/common/header_logo.png) center no-repeat;
  background-size: contain;
  margin-left: 20px;
}
header .header_logo_company {
  display: block;
  float: left;
  width: 94px;
  height: 100%;
  background: url(/local/img/common/header_logo_company.png) center no-repeat;
  margin-left: 20px;
}
header .header_navgation {
  float: right;
  width: 1225px;
  height: 100%;
}
header .header_navgation ul {
  width: 100%;
  height: 100%;
}
header .header_navgation ul li {
  float: left;
  height: 100%;
  cursor: pointer;
}
header .header_navgation ul .header_navgation_option {
  width: 158px;
  margin-right: 15px;
  background: url(/local/img/common/header_navgation_bg.png) center no-repeat;
  transition: 0.3s;
}
header .header_navgation ul .header_navgation_option:hover {
  transition: 0.3s;
  background: url(/local/img/common/header_navgation_option_icon_hover.png) center no-repeat;
}
header .header_navgation ul .header_navgation_option_icon {
  width: 100%;
  height: 100%;
  display: block;
}
header .header_navgation ul .header_navgation_option_icon_1 {
  background: url(/local/img/common/header_navgation_option_icon_1.png) center no-repeat;
}
header .header_navgation ul .header_navgation_option_icon_2 {
  background: url(/local/img/common/header_navgation_option_icon_2.png) center no-repeat;
}
header .header_navgation ul .header_navgation_option_icon_3 {
  background: url(/local/img/common/header_navgation_option_icon_3.png) center no-repeat;
}
header .header_navgation ul .header_navgation_option_icon_4 {
  background: url(/local/img/common/header_navgation_option_icon_4.png) center no-repeat;
}
header .header_navgation ul .header_navgation_option_icon_5 {
  background: url(/local/img/common/header_navgation_option_icon_5.png) center no-repeat;
}
header .header_navgation ul .header_navgation_option_icon_6 {
  background: url(/local/img/common/header_navgation_option_icon_6.png) center no-repeat;
}
header .header_navgation ul .header_navgation_option_registered_login {
  width: 164px;
  background: url(/local/img/common/header_navgation_option_registered_login.png) center no-repeat;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 87px;
}
header .header_navgation ul .header_navgation_login_end {
  display: none;
  width: 164px;
  margin-left: 20px;
  position: relative;
}
header .header_navgation ul .header_navgation_login_end:hover ul {
  display: block;
}
header .header_navgation ul .header_navgation_login_end img {
  display: block;
  float: left;
  margin-top: 25px;
  border: 1px solid #3d2007;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
header .header_navgation ul .header_navgation_login_end ul {
  display: none;
  width: 160px;
  height: 100px;
  position: absolute;
  top: 86px;
  left: -10px;
  background: #088c92;
  border: 2px solid #fff;
  border-top: none;
}
header .header_navgation ul .header_navgation_login_end ul li,
header .header_navgation ul .header_navgation_login_end ul a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
header .header_navgation ul .header_navgation_login_end ul li {
  width: 100%;
}
header .header_navgation ul .header_navgation_login_end ul li:hover {
  background: rgba(0, 0, 0, 0.5);
}
header .header_navgation ul .header_navgation_login_end .user_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 87px;
  margin-left: 7px;
  float: left;
  color: #fff;
  width: 60px;
}
header .header_navgation ul .header_navgation_login_end .triangle {
  display: block;
  float: left;
  width: 35px;
  height: 87px;
  background: url(/local/img/common/triangle.png) 50% 40px no-repeat;
}
footer {
  height: 169px;
  width: 100%;
  background: #066e75;
  overflow: hidden;
}
footer .footer_about {
  color: #fffbae;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
footer .footer_msg {
  float: left;
  margin-right: 20px;
  line-height: 30px;
}
footer .footer_msg * {
  color: #fffbae;
  font-size: 16px;
}
footer .footer_msg a:hover {
  text-decoration: underline;
}
footer .jiathis_style_32x32 {
  float: left;
  width: 150px;
  height: 32px;
}
footer .footer_icon {
  width: 415px;
  height: 32px;
  margin: 50px auto 0 auto;
}
footer .footer_icon li {
  width: 46px;
  height: 44px;
  float: left;
  margin-right: 53px;
}
footer .footer_icon .footer_icon_sina {
  width: 36px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}
footer .footer_icon .footer_icon_sina span {
  background: url(/local/img/common/sina_icon.png) center no-repeat;
}
footer .footer_icon .footer_icon_wechat {
  width: 36px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}
footer .footer_icon .footer_icon_wechat span {
  background: url(/local/img/common/wechat_icon.png) center no-repeat;
}
footer .footer_icon .footer_icon_qq {
  width: 36px;
  height: 32px;
  display: block;
  float: left;
}
footer .footer_icon .footer_icon_qq span {
  background: url(/local/img/common/qq_icon.png) center no-repeat;
  margin-right: 0;
}
footer .footer_message {
  width: 240px;
  height: 25px;
  margin: 20px auto 0 auto;
}
footer .footer_message li {
  float: left;
  color: #fffbae;
  font-size: 16px;
}
footer .footer_message li a,
footer .footer_message li span {
  color: #fffbae;
  font-size: 16px;
}
footer .footer_message li a:hover {
  border-bottom: 1px solid #fffbae;
}
footer .footer_message_copyright {
  color: #fffbae;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
.alert_box_bg {
  width: 100%;
  height: 100%;
  background: url(/local/img/common/alert_box_bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.alert_box {
  background: url(/local/img/common/aler_box.png) center no-repeat;
  width: 579px;
  height: 633px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box .alert_box_input {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
  background: url(/local/img/common/alert_box_input_bg.png) center no-repeat;
}
.alert_box .alert_box_input span {
  display: block;
  height: 100%;
  float: left;
}
.alert_box .alert_box_input .alert_box_user {
  margin-left: 20px;
  margin-right: 20px;
  width: 18px;
  background: url(/local/img/common/alert_box_user.png) center no-repeat;
}
.alert_box .alert_box_input .alert_box_lock {
  margin-left: 20px;
  margin-right: 20px;
  width: 18px;
  background: url(/local/img/common/alert_box_lock.png) center no-repeat;
}
.alert_box .alert_box_input .alert_box_input_cleaner {
  background: url(/local/img/common/alert_box_input_cleaner.png) center no-repeat;
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
  display: none;
}
.alert_box .alert_box_input input {
  display: block;
  width: 340px;
  height: 61px;
  float: left;
  font-size: 18px;
  color: #7f7f7f;
}
.alert_box .alert_box_registered {
  text-align: right;
  margin-right: 65px;
  height: 17px;
  width: 452px;
  margin: 0 auto;
}
.alert_box .alert_box_registered * {
  color: #fff;
}
.alert_box .alert_box_registered .login_error {
  display: none;
  float: left;
  color: #ff0000;
  width: 100px;
  margin-left: 124px;
  text-align: center;
}
.alert_box .alert_box_registered .registered {
  float: left;
  cursor: pointer;
}
.alert_box .alert_box_registered .registered:hover {
  text-decoration: underline;
}
.alert_box .alert_box_registered .findpassword {
  float: right;
  cursor: pointer;
}
.alert_box .alert_box_registered .findpassword:hover {
  text-decoration: underline;
}
.alert_box .alert_box_button {
  width: 455px;
  height: 76px;
  background: url(/local/img/common/alert_box_button.png) no-repeat;
  display: block;
  margin: 30px auto 0 auto;
}
.alert_box .alert_box_button:hover {
  background: url(/local/img/common/alert_box_button_hover.png) no-repeat;
}
.alert_box .alert_box_login_icon {
  width: 100%;
  height: 100%;
  display: block;
  background: url(/local/img/common/alert_box_login_icon.png) center no-repeat;
}
.alert_box .openplat {
  width: 123px;
  height: 27px;
  margin: 15px auto 0 auto;
}
.alert_box .openplat li {
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.alert_box .openplat .weibo {
  background: url(/local/img/common/weibo.png) center no-repeat;
}
.alert_box .openplat .wechat {
  background: url(/local/img/common/wechat.png) center no-repeat;
}
.alert_box .openplat .qq {
  background: url(/local/img/common/qq.png) center no-repeat;
  margin-right: 0px;
}
.alert_box_login {
  background: url(/local/img/common/aler_box.png) center no-repeat;
  width: 579px;
  height: 633px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_login .alert_box_input {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
  background: url(/local/img/common/alert_box_input_bg.png) center no-repeat;
}
.alert_box_login .alert_box_input span {
  display: block;
  height: 100%;
  float: left;
}
.alert_box_login .alert_box_input .alert_box_user {
  margin-left: 20px;
  margin-right: 20px;
  width: 18px;
  background: url(/local/img/common/alert_box_user.png) center no-repeat;
}
.alert_box_login .alert_box_input .alert_box_lock {
  margin-left: 20px;
  margin-right: 20px;
  width: 18px;
  background: url(/local/img/common/alert_box_lock.png) center no-repeat;
}
.alert_box_login .alert_box_input .alert_box_input_cleaner {
  background: url(/local/img/common/alert_box_input_cleaner.png) center no-repeat;
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
  display: none;
}
.alert_box_login .alert_box_input input {
  display: block;
  width: 340px;
  height: 61px;
  float: left;
  font-size: 18px;
  color: #7f7f7f;
}
.alert_box_login .alert_box_registered {
  text-align: right;
  margin-right: 65px;
  height: 17px;
  width: 452px;
  margin: 0 auto;
}
.alert_box_login .alert_box_registered * {
  color: #fff;
}
.alert_box_login .alert_box_registered .login_error {
  display: none;
  float: left;
  color: #ff0000;
  width: 100px;
  margin-left: 124px;
  text-align: center;
}
.alert_box_login .alert_box_registered .registered {
  float: left;
  cursor: pointer;
}
.alert_box_login .alert_box_registered .registered:hover {
  text-decoration: underline;
}
.alert_box_login .alert_box_registered .findpassword {
  float: right;
  cursor: pointer;
}
.alert_box_login .alert_box_registered .findpassword:hover {
  text-decoration: underline;
}
.alert_box_login .alert_box_button {
  width: 455px;
  height: 76px;
  background: url(/local/img/common/alert_box_button.png) no-repeat;
  display: block;
  margin: 30px auto 0 auto;
}
.alert_box_login .alert_box_button:hover {
  background: url(/local/img/common/alert_box_button_hover.png) no-repeat;
}
.alert_box_login .alert_box_login_icon {
  width: 100%;
  height: 100%;
  display: block;
  background: url(/local/img/common/alert_box_login_icon.png) center no-repeat;
}
.alert_box_login .openplat {
  width: 123px;
  height: 27px;
  margin: 15px auto 0 auto;
}
.alert_box_login .openplat li {
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.alert_box_login .openplat .weibo {
  background: url(/local/img/common/weibo.png) center no-repeat;
}
.alert_box_login .openplat .wechat {
  background: url(/local/img/common/wechat.png) center no-repeat;
}
.alert_box_login .openplat .qq {
  background: url(/local/img/common/qq.png) center no-repeat;
  margin-right: 0px;
}
.alert_box_login .alert_box_login_title {
  width: 154px;
  height: 28px;
  background: url(/local/img/common/alert_box_login_title.png) center no-repeat;
  margin: 220px auto 38px auto;
}
.alert_box_login .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 184px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_login .alert_box_registered_title {
  width: 154px;
  height: 28px;
  background: url(/local/img/common/alert_box_registered_icon.png) center no-repeat;
  margin: 220px auto 38px auto;
}
.alert_box_login .alert_registered_icon {
  display: block;
  height: 100%;
  width: 54px;
  margin: 0 auto;
  background: url(/local/img/common/alert_box_registered_button.png) center no-repeat;
}
.alert_box_bg,
.alert_box_login {
  display: none;
}
.alert_box_registered_box {
  display: none;
  background: url(/local/img/common/registered_bg.png) center no-repeat;
  width: 579px;
  height: 827px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -400px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_registered_box .alert_box_registered_title {
  width: 154px;
  height: 28px;
  background: url(/local/img/common/alert_box_registered_icon.png) center no-repeat;
  margin: 220px auto 38px auto;
}
.alert_box_registered_box .alert_box_button {
  width: 455px;
  height: 76px;
  background: url(/local/img/common/registered_btn.png) center no-repeat;
  margin: 30px auto 0 auto;
  display: block;
}
.alert_box_registered_box .alert_box_button:hover {
  background: url(/local/img/common/registered_btn_hover.png) center no-repeat;
}
.alert_box_registered_box .alert_box_user {
  width: 57px;
  height: 61px;
  background: url(/local/img/common/phone.png) center no-repeat;
  display: block;
  float: left;
}
.alert_box_registered_box .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 184px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_registered_box .openplat {
  width: 123px;
  height: 27px;
  margin: 30px auto 0 auto;
}
.alert_box_registered_box .openplat li {
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.alert_box_registered_box .openplat .weibo {
  background: url(/local/img/common/weibo.png) center no-repeat;
}
.alert_box_registered_box .openplat .wechat {
  background: url(/local/img/common/wechat.png) center no-repeat;
}
.alert_box_registered_box .openplat .qq {
  background: url(/local/img/common/qq.png) center no-repeat;
  margin-right: 0px;
}
.alert_box_registered_box span {
  display: block;
  height: 100%;
  float: left;
}
.alert_box_registered_box .have_account {
  width: 452px;
  margin: 0 auto;
  text-align: right;
  display: block;
  color: #fff;
  cursor: pointer;
}
.alert_box_registered_box .have_account:hover {
  text-decoration: underline;
}
.alert_box_registered_box .alert_box_lock {
  margin-left: 20px;
  margin-right: 20px;
  width: 18px;
  background: url(/local/img/common/alert_box_lock.png) center no-repeat;
}
.alert_box_registered_box .alert_box_input {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
  background: url(/local/img/common/alert_box_input_bg.png) center no-repeat;
}
.alert_box_registered_box .alert_box_input input {
  display: block;
  width: 340px;
  height: 61px;
  float: left;
  font-size: 18px;
  color: #7f7f7f;
}
.alert_box_registered_box .alert_box_input .alert_box_input_cleaner {
  background: url(/local/img/common/alert_box_input_cleaner.png) center no-repeat;
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
  height: 100%;
  float: left;
  display: none;
}
.alert_box_registered_box .alert_box_input_get_code {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
}
.alert_box_registered_box .alert_box_input_get_code .input_code {
  width: 279px;
  height: 61px;
  float: left;
  display: block;
  font-size: 18px;
  color: #7f7f7f;
  text-align: center;
  background: url(/local/img/common/input_code_bg.png) center no-repeat;
}
.alert_box_registered_box .alert_box_input_get_code .get_code {
  background: url(/local/img/common/get_code_btn.png) center no-repeat;
  width: 158px;
  height: 66px;
  float: left;
  cursor: pointer;
  margin-left: 15px;
  line-height: 66px;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.clickme {
  position: fixed;
  width: 106px;
  height: 202px;
  background: url(/local/img/common/clickme.png) center no-repeat;
  top: 300px;
  right: 0;
  z-index: 3000;
  cursor: pointer;
}
.floatwindow {
  position: fixed;
  width: 219px;
  height: 769px;
  background: url(/local/img/common/floatwindow.png) center no-repeat;
  top: 90px;
  right: 0;
  z-index: 3000;
  display: none;
}
.floatwindow .float_window_close {
  position: absolute;
  top: 433px;
  left: -60px;
  background: url(/local/img/common/close.png) center no-repeat;
  cursor: pointer;
  width: 60px;
  height: 58px;
}
.floatwindow p {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #3d2007;
  background: #f9d488;
  margin-bottom: 10px;
}
.floatwindow .wx {
  margin: 190px auto 0 auto;
  width: 170px;
  height: auto;
}
.floatwindow .wb {
  margin: 0 auto;
  width: 170px;
  height: auto;
}
.floatwindow img {
  margin: 0 auto;
  display: block;
}
.click_to_top {
  cursor: pointer;
  z-index: 3000;
  position: fixed;
  bottom: 5px;
  right: 8px;
  width: 72px;
  height: 72px;
  background: url(/local/img/common/top.png) center no-repeat;
}
.alert_box_findpassword {
  display: none;
  background: url(/local/img/common/find_password.png) center no-repeat;
  width: 579px;
  height: 762px;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -400px;
  z-index: 5001;
  overflow: hidden;
  position: fixed;
}
.alert_box_findpassword .alert_box_findpassword_title {
  background: url(/local/img/common/find_password_title.png) center no-repeat;
  width: 154px;
  height: 28px;
  margin: 220px auto 38px auto;
}
.alert_box_findpassword .alert_box_input {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
  background: url(/local/img/common/alert_box_input_bg.png) center no-repeat;
}
.alert_box_findpassword .alert_box_input .alert_box_user {
  width: 57px;
  height: 61px;
  background: url(/local/img/common/phone.png) center no-repeat;
  display: block;
  float: left;
}
.alert_box_findpassword .alert_box_input input {
  display: block;
  width: 340px;
  height: 61px;
  float: left;
  font-size: 18px;
  color: #7f7f7f;
}
.alert_box_findpassword .alert_box_input .alert_box_input_cleaner {
  background: url(/local/img/common/alert_box_input_cleaner.png) center no-repeat;
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
  height: 100%;
  float: left;
  display: none;
}
.alert_box_findpassword .alert_box_input_get_code {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
}
.alert_box_findpassword .alert_box_input_get_code .input_code {
  width: 279px;
  height: 61px;
  float: left;
  display: block;
  font-size: 18px;
  color: #7f7f7f;
  text-align: center;
  background: url(/local/img/common/input_code_bg.png) center no-repeat;
}
.alert_box_findpassword .alert_box_input_get_code .get_code {
  background: url(/local/img/common/get_code_btn.png) center no-repeat;
  width: 158px;
  height: 66px;
  float: left;
  cursor: pointer;
  margin-left: 15px;
  line-height: 66px;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.alert_box_findpassword .alert_box_lock {
  margin-left: 20px;
  margin-right: 20px;
  width: 18px;
  background: url(/local/img/common/alert_box_lock.png) center no-repeat;
}
.alert_box_findpassword span {
  display: block;
  height: 100%;
  float: left;
}
.alert_box_findpassword .alert_box_button {
  width: 455px;
  height: 76px;
  background: url(/local/img/common/determine.png) center no-repeat;
  margin: 30px auto 0 auto;
  display: block;
}
.alert_box_findpassword .alert_box_button:hover {
  background: url(/local/img/common/determine_hover.png) center no-repeat;
}
.alert_box_findpassword .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 184px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_account {
  display: none;
  background: url(/local/img/common/other_account_box.png) center no-repeat;
  width: 579px;
  height: 869px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -450px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_account .alert_box_account_title {
  text-align: left;
  margin-right: 65px;
  width: 452px;
  margin: 217px auto 21px auto;
  color: #fff;
  font-size: 18px;
}
.alert_box_account input {
  width: 340px;
  height: 61px;
  float: left;
  font-size: 18px;
  color: #7f7f7f;
}
.alert_box_account .alert_box_input {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
  background: url(/local/img/common/alert_box_input_bg.png) center no-repeat;
}
.alert_box_account .alert_box_input span {
  display: block;
  height: 100%;
  float: left;
}
.alert_box_account .alert_box_input .alert_box_user {
  width: 57px;
  height: 61px;
  background: url(/local/img/common/user_icon.png) center no-repeat;
  display: block;
  float: left;
}
.alert_box_account .alert_box_input .alert_box_input_cleaner {
  background: url(/local/img/common/alert_box_input_cleaner.png) center no-repeat;
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
  height: 100%;
  float: left;
  display: none;
}
.alert_box_account .alert_box_input .alert_box_phone {
  width: 57px;
  height: 61px;
  background: url(/local/img/common/phone.png) center no-repeat;
  display: block;
  float: left;
}
.alert_box_account .alert_box_input_get_code {
  width: 452px;
  height: 61px;
  margin: 0 auto 20px auto;
}
.alert_box_account .alert_box_input_get_code .input_code {
  width: 279px;
  height: 61px;
  float: left;
  display: block;
  font-size: 18px;
  color: #7f7f7f;
  text-align: center;
  background: url(/local/img/common/input_code_bg.png) center no-repeat;
}
.alert_box_account .alert_box_input_get_code .get_code,
.alert_box_account .alert_box_input_get_code .input_username {
  background: url(/local/img/common/get_code_btn.png) center no-repeat;
  width: 158px;
  height: 66px;
  float: left;
  cursor: pointer;
  margin-left: 15px;
  line-height: 66px;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.alert_box_account .alert_box_lock {
  margin-left: 20px;
  margin-right: 20px;
  width: 18px;
  background: url(/local/img/common/alert_box_lock.png) center no-repeat;
}
.alert_box_account .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 184px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_account .have_account {
  width: 55px;
  float: right;
  text-align: right;
  margin-right: 65px;
  display: block;
  color: #fff;
  cursor: pointer;
}
.alert_box_account .error {
  width: 55px;
  float: left;
  margin-left: 65px;
  color: red;
  display: none;
}
.alert_box_account .alert_box_button {
  width: 455px;
  height: 76px;
  background: url(/local/img/common/confirm_btn.png) center no-repeat;
  margin: 55px auto 0 auto;
  display: block;
}
.alert_box_account .alert_box_button:hover {
  background: url(/local/img/common/confirm_btn_hover.png) center no-repeat;
}
.alert_box_apply {
  display: none;
  background: url(/local/img/common/other_account_box.png) center no-repeat;
  width: 579px;
  height: 869px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -450px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_apply .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 184px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_apply .friend_2,
.alert_box_apply .friend_3 {
  display: none;
}
.alert_box_apply .scroll {
  height: 430px;
  width: 500px;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.alert_box_apply .alert_box_apply_title {
  width: 154px;
  height: 28px;
  background: url(/local/img/common/alert_box_apply_title.png) center no-repeat;
  margin: 220px auto 38px auto;
}
.alert_box_apply .alert_box_input {
  position: relative;
  width: 487px;
  height: 61px;
  margin: 0 auto 20px auto;
}
.alert_box_apply .alert_box_input .option {
  width: 95px;
  height: 61px;
  text-align: right;
  color: #fff;
  font-size: 18px;
  line-height: 61px;
  float: left;
}
.alert_box_apply .alert_box_input input {
  width: 362px;
  height: 61px;
  background: url(/local/img/common/alert_box_input_bg_02.png) center no-repeat;
  float: left;
  font-size: 18px;
  color: #7f7f7f;
  padding-left: 20px;
}
.alert_box_apply .alert_box_input .select {
  width: 382px;
  height: 61px;
  background: url(/local/img/common/alert_box_select.png) center no-repeat;
  float: left;
  color: #7f7f7f;
  cursor: pointer;
  position: relative;
  line-height: 61px;
}
.alert_box_apply .alert_box_input .select .value {
  font-size: 18px;
  width: 100px;
  text-align: center;
  margin-left: 120px;
}
.alert_box_apply ul {
  display: none;
  position: absolute;
  top: 65px;
  right: 10px;
  width: 382px;
  height: 65px;
  z-index: 1000;
}
.alert_box_apply ul li {
  border-bottom: 1px solid #7f7f7f;
  text-align: center;
  color: #7f7f7f;
  font-size: 18px;
  width: 382px;
  height: 61px;
  line-height: 61px;
  cursor: pointer;
  background: #fff;
}
.alert_box_apply h2 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  margin: 30px auto 20px auto;
  width: 487px;
}
.alert_box_apply .alert_box_input_gender {
  width: 200px;
  height: 61px;
  float: left;
}
.alert_box_apply .alert_box_input_gender .cur span {
  width: 8px !important;
  height: 8px !important;
  border: 4px solid #feac22 !important;
}
.alert_box_apply .alert_box_input_gender .boy,
.alert_box_apply .alert_box_input_gender .girl {
  width: 50px;
  height: 61px;
  float: left;
  cursor: pointer;
}
.alert_box_apply .alert_box_input_gender .boy *,
.alert_box_apply .alert_box_input_gender .girl * {
  color: #fff;
}
.alert_box_apply .alert_box_input_gender .boy span,
.alert_box_apply .alert_box_input_gender .girl span {
  margin-top: 24px;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  border-radius: 100%;
  border: 1px solid #63544a;
  margin-right: 7px;
  background: #fff;
  position: relative;
}
.alert_box_apply .alert_box_input_gender .boy p,
.alert_box_apply .alert_box_input_gender .girl p {
  float: left;
  line-height: 61px;
}
.alert_box_apply .alert_box_button {
  width: 455px;
  height: 76px;
  background: url(/local/img/common/confirm_btn.png) no-repeat;
  display: block;
  margin: 30px auto 0 auto;
}
.alert_box_apply .alert_box_button:hover {
  background: url(/local/img/common/confirm_btn_hover.png) no-repeat;
}
.alert_box_apply .alert_box_button_modify {
  background: url(/local/img/common/modify.png) no-repeat !important;
}
.alert_box_apply .alert_box_button_modify:hover {
  background: url(/local/img/common/modify_hover.png) no-repeat !important;
}
.alert_box_setting_password_end {
  display: none;
  background: url(/local/img/common/alert_box_setting_password_end.png) center no-repeat;
  width: 579px;
  height: 633px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_setting_password_end .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 290px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_unlock {
  display: none;
  background: url(/local/img/common/alert_box_unlock.png) center no-repeat;
  width: 579px;
  height: 633px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_unlock .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 290px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_sign_up {
  display: none;
  background: url(/local/img/common/alert_box_unlock.png) center no-repeat;
  width: 579px;
  height: 633px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_sign_up .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 290px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_user_update {
  display: none;
  background: url(/local/img/common/alert_box_user_update.png) center no-repeat;
  width: 579px;
  height: 410px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_user_update .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 185px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_user_update p {
  text-align: center;
  color: #fff;
  margin-top: 264px;
  font-size: 18px;
}
.alert_box_unlock_account {
  display: none;
  background: url(/local/img/common/alert_box_unlock_account.png) center no-repeat;
  width: 579px;
  height: 539px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_unlock_account .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 185px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_unlock_account .alert_box_unlock_account_message {
  width: 500px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 260px auto 0 auto;
}
.alert_box_unlock_account .option_box {
  width: 455px;
  height: 76px;
  margin: 100px auto 0 auto;
}
.alert_box_unlock_account .option_box .yes {
  width: 195px;
  height: 76px;
  background: url(/local/img/common/yes.png) center no-repeat;
  margin-right: 60px;
}
.alert_box_unlock_account .option_box .no {
  width: 195px;
  height: 76px;
  background: url(/local/img/common/no.png) center no-repeat;
}
.alert_box_update_information {
  display: none;
  background: url(/local/img/common/alert_box_unlock_account.png) center no-repeat;
  width: 579px;
  height: 539px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  margin-top: -350px;
  z-index: 5001;
  overflow: hidden;
}
.alert_box_update_information .alert_box_close {
  position: absolute;
  cursor: pointer;
  top: 185px;
  right: 30px;
  background: url(/local/img/common/alert_box_close.png) no-repeat;
  width: 20px;
  height: 20px;
}
.alert_box_update_information .alert_box_update_information_warning {
  width: 500px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 260px auto 0 auto;
}
.alert_box_update_information .alert_box_update_information_warning_detailed {
  width: 500px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin: 30px auto 0 auto;
}
.alert_box_update_information .alert_box_update_information_warning_detailed span {
  color: #ffe329;
  font-size: 18px;
}
.alert_box_update_information .option_box {
  width: 455px;
  height: 76px;
  margin: 45px auto 0 auto;
}
.alert_box_update_information .option_box .yes {
  width: 195px;
  height: 76px;
  background: url(/local/img/common/yes.png) center no-repeat;
  margin-right: 60px;
}
.alert_box_update_information .option_box .no {
  width: 195px;
  height: 76px;
  background: url(/local/img/common/no.png) center no-repeat;
}
.alert_box_input,
.alert_box_input_get_code {
  position: relative;
}
.alert_box_input .error,
.alert_box_input_get_code .error {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 14px;
  color: red;
}