@charset "UTF-8";
/*reset*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #333333;
  background-color: #FFFFFF;
  height: 100%;
}
body {
  font-family: "\5B8B\4F53", Arial, Verdana, sans-serif;
  margin: 0;
  word-wrap: break-word;
  font-size: 12px;
  min-height: 100%;
  _height: 100%;
}
:active {
  outline: 0;
}
:visited {
  outline: 0;
}
:link,
:visited,
ins {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
video,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
select,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
fieldset,
iframe {
  border: 0 none;
}
img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
code,
kbd,
samp,
tt,
sup,
sub,
small,
input,
button,
textarea,
select {
  font-size: 100%;
}
abbr,
acronym {
  border: 0 none;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
ol,
ul,
menu {
  list-style: none outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
caption,
th {
  text-align: left;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
mark {
  background-color: #FF6;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
input,
select,
button {
  vertical-align: middle;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
  overflow: visible;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}
button::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*import*/
/*
 * dialog
 *
**/
#pop_dialogs_css_loaded {
  width: 30px;
  display: none;
}
#pop_overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9000;
}
.pop_dialog {
  position: absolute;
  z-index: 10000;
  font-family: Tahoma, "\5B8B\4F53", Arial, Verdana, sans-serif;
  font-size: 12px;
}
.pop_dialog .pd_header {
  _float: left;
  position: relative;
  /*height:31px;*/
  height: 30px;
  overflow: hidden;
}
.pop_dialog .pd_header .pd_tl,
.pop_dialog .pd_header .pd_tr {
  width: 6px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/dialog/dl_tl.png) no-repeat;
}
.pop_dialog .pd_header .pd_tr {
  width: 10px;
  left: auto;
  right: 0;
  background: url('../img/dialog/dl_tr.png') no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/aipai_platform/pc/_public/../img/dialog/dl_tr.png', sizingMethod='crop');
}
.pop_dialog .pd_header .pd_tc {
  height: 31px;
  margin: 0 10px 0 5px;
  padding: 0 20px 0 6px;
  background: url(../img/dialog/dl_tc.png) repeat-x;
  position: relative;
}
.pop_dialog .pd_header h5 {
  font-size: 14px;
  font-weight: 700;
  color: #8C4F34;
  float: left;
  margin-top: 4px;
  line-height: 24px;
}
.pop_dialog .pd_header .pd_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 100px;
  overflow: hidden;
  background: url(../img/dialog/dl_close.png) no-repeat;
  position: absolute;
  top: 8px;
  right: 3px;
  cursor: pointer;
}
.pop_dialog .pd_mainw {
  padding-right: 4px;
  position: relative;
  z-index: 9600;
}
.pop_dialog .pd_mainw .pd_main {
  z-index: 9600;
  overflow: hidden;
  border-left: 1px solid #CBAB7D;
  border-right: 1px solid #CBAB7D;
  background: #FFFFFF;
  position: relative;
}
.pop_dialog .pd_mainw .pd_main .pd_main_loading {
  background: url(../img/loading.gif) no-repeat 50% 50%;
}
.pop_dialog .pd_mainw .pd_main .pd_link a {
  color: #0084BB;
  text-decoration: underline;
}
.pop_dialog .pd_mainw .pd_main .pd_link a:hover {
  text-decoration: none;
}
.pop_dialog .pd_mainw .pd_mainr {
  width: 4px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/dialog/dl_cr.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/aipai_platform/pc/_public/img/dialog/dl_cr.png', sizingMethod='crop');
  z-index: 9500;
}
.pop_dialog .pd_loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.pop_dialog .pd_footer {
  _float: left;
  position: relative;
  z-index: 9500;
}
.pop_dialog .pd_footer .pd_bl,
.pop_dialog .pd_footer .pd_br {
  height: 11px;
  position: absolute;
  top: 0;
}
.pop_dialog .pd_footer .pd_bl {
  width: 9px;
  left: 0;
  background: url(../img/dialog/dl_bl.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/aipai_platform/pc/_public/img/dialog/dl_bl.png');
}
.pop_dialog .pd_footer .pd_br {
  width: 10px;
  right: 0;
  background: url(../img/dialog/dl_br.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/aipai_platform/pc/_public/img/dialog/dl_br.png');
}
.pop_dialog .pd_footer .pd_bc {
  height: 11px;
  margin: 0 10px 0 8px;
  background: url(../img/dialog/dl_bc.png) repeat-x;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/aipai_platform/pc/_public/img/dialog/dl_bc.png', sizingMethod='crop');
}
.pop_dialog .pd_btn,
.pop_dialog .pd_btn2 {
  display: inline-block;
  width: 56px;
  height: 20px;
  padding-top: 6px;
  text-align: center;
  color: #5E2200;
  background: url(../img/dialog/dl_btn1.png) no-repeat;
  cursor: pointer;
}
.pop_dialog .pd_btn2 {
  color: #333333;
  background: url(../img/dialog/dl_btn2.png) no-repeat;
}
.pop_dialog .pop_btns {
  height: 33px;
  padding-right: 8px;
}
.pop_dialog .pop_btns a,
.pop_dialog .pop_btns span {
  float: right;
  margin-right: 5px;
}
.pop_dialog .pop_btns a:hover {
  text-decoration: none;
}
.pop_dialog .palert_conw a {
  color: #0084BB;
  text-decoration: underline;
}
.pop_dialog .palert_conw a:hover {
  text-decoration: none;
}
/*pops*/
/*pop_local_setup*/
.pop_local_setup {
  width: 324px;
  height: 221px;
  padding-top: 5px;
  background: #FFFFFF;
  overflow: hidden;
}
.pop_local_setup h5 {
  font-weight: 700;
  color: #555555;
  padding-left: 10px;
  line-height: 30px;
}
.pop_local_setup .btns {
  height: 108px;
  overflow: hidden;
  padding: 5px 0 0 35px;
}
.pop_local_setup .btns a {
  width: 125px;
  height: 24px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 12px 12px 0;
  background: url(img/pop_app.png) no-repeat;
}
.pop_local_setup .btns .btn1 {
  width: 262px;
}
.pop_local_setup .btns .btn2 {
  background-position: 0 -24px;
}
.pop_local_setup .btns .btn3 {
  background-position: -125px -24px;
}
.pop_local_setup .btns .btn4 {
  background-position: 0 -48px;
}
.pop_local_setup .btns .btn5 {
  background-position: -125px -48px;
}
.pop_local_setup .lieyou_app {
  width: 276px;
  height: 34px;
  margin: 6px 0 0 34px;
  background: url(img/pop_app.png?0918) no-repeat 0 -72px;
}
.pop_local_setup .lieyou_app a {
  display: block;
  width: 269px;
  height: 29px;
  padding: 5px 0 0 7px;
  color: #9F9F9F;
}
.pop_local_setup .lieyou_app a:hover {
  text-decoration: none;
}
/*pop_onekey*/
.pop_onekey {
  width: 520px;
  height: 196px;
  padding-top: 8px;
  background: #FFFFFF;
  overflow: hidden;
}
.pop_onekey .pol {
  width: 293px;
  height: 196px;
  float: left;
}
.pop_onekey .por {
  width: 209px;
  height: 171px;
  padding: 17px 0 0 11px;
  float: left;
  border-left: 1px solid #EBEBEB;
}
.pop_onekey .por .por_con {
  width: 200px;
  height: 163px;
  background: url(img/pop_app.png) no-repeat -276px 0px;
}
.pop_onekey .po_accredit {
  padding-top: 36px;
}
.pop_onekey .po_accredit p {
  font-size: 14px;
  color: #555555;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
}
.pop_onekey .po_accredit .btn {
  padding-top: 26px;
}
.pop_onekey .po_accredit .btn span {
  width: 111px;
  height: 35px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  background: url(img/pop_app.png) no-repeat 0 -106px;
}
.pop_onekey .po_accredit .reg {
  padding-top: 25px;
  text-align: center;
  line-height: 20px;
}
.pop_onekey .po_accredit .reg a {
  color: #3785BB;
  text-decoration: underline;
}
.pop_onekey .po_accredit .reg a:hover {
  text-decoration: none;
}
.pop_onekey .po_suc .pos_con {
  padding: 36px 0 0 22px;
  height: 85px;
}
.pop_onekey .po_suc .pos_con .ico_smile {
  width: 33px;
  height: 33px;
  margin-bottom: 10px;
  margin-right: 4px;
  float: left;
  background: url(img/pop_app.png) no-repeat 0 -141px;
}
.pop_onekey .po_suc .pos_con h5 {
  line-height: 20px;
  margin-bottom: 5px;
  float: left;
}
.pop_onekey .po_suc .pos_con h5 a {
  font-size: 14px;
  font-weight: 700;
  color: #4A9925;
}
.pop_onekey .po_suc .pos_con p {
  width: 220px;
  line-height: 18px;
  color: #555555;
  float: left;
}
.pop_onekey .po_suc .pos_con p a {
  color: #8C4F34;
}
.pop_onekey .po_suc .tips {
  padding-left: 22px;
  width: 255px;
  line-height: 20px;
  color: #9F9F9F;
}
.pop_onekey .po_suc .tips a {
  color: #3785BB;
}
/*pop_account*/
.pop_account {
  width: 350px;
  height: 209px;
  padding-top: 11px;
  background: #FFFFFF;
  overflow: hidden;
}
.pop_account h5 {
  width: 283px;
  margin: 0 auto;
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #444444;
}
.pop_account h5 span {
  color: #BD462C;
}
.pop_account .btns {
  width: 269px;
  height: 156px;
  padding-top: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.pop_account .btns span,
.pop_account .btns a {
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: url(img/pop_btn_login02.png) no-repeat;
}
.pop_account .btns .btn_aipai {
  width: 269px;
  height: 50px;
  margin-bottom: 10px;
  background-position: 0 0;
}
.pop_account .btns .btn_lieyou {
  float: left;
  display: inline;
  overflow: hidden;
  width: 130px;
  height: 37px;
  margin: 0 9px 0 0 ;
  background-position: 0 -63px;
}
.pop_account .btns .btn_qq {
  float: left;
  display: inline;
  overflow: hidden;
  width: 130px;
  height: 37px;
  background-position: -139px -63px;
}
/*pop_form*/
.pop_form .fw {
  padding-top: 8px;
  height: 24px;
}
.pop_form .fw label {
  width: 80px;
  padding-right: 6px;
  line-height: 24px;
  color: #333333;
  text-align: right;
  cursor: pointer;
  float: left;
}
.pop_form .fw .fwi {
  float: left;
  width: 208px;
  position: relative;
}
.pop_form .fw .fwi input {
  width: 208px;
  padding: 14px;
  padding: 4px;
  border: 1px solid #C0C0C0;
  float: left;
}
.pop_form .fw .fwi .tips {
  display: none;
  position: absolute;
  width: 208px;
  padding: 14px;
  padding: 4px;
  color: #FF0000;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  left: 0px;
  top: 0px;
}
.pop_form .fw_auth_code {
  padding-top: 0px;
  height: 42px;
}
.pop_form .fw_auth_code label {
  padding-top: 8px;
}
.pop_form .fw_auth_code .fwi input {
  width: 68px;
  margin-top: 8px;
}
.pop_form .fw_auth_code .fwi .code_img {
  float: left;
  padding-left: 10px;
}
.pop_form .fw_auth_code .fwi .code_img img {
  float: left;
}
.pop_form .fw_btns {
  padding-left: 63px;
  width: 250px;
  height: 26px;
}
.pop_form .fw_btns .btn_login,
.pop_form .fw_btns .btn_reg {
  width: 56px;
  height: 26px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: url(img/pop_login.png?312) no-repeat;
}
.pop_form .fw_btns .btn_reg {
  background-position: 0 -26px;
}
.pop_form .fw_btns .fwb_l {
  float: left;
  width: 112px;
  line-height: 26px;
  padding-left: 10px;
}
.pop_form .fw_btns .fwb_l a {
  color: #3785BB;
  margin-right: 12px;
  text-decoration: underline;
}
.pop_form .fw_btns .fwb_l a:hover {
  text-decoration: none;
}
.pop_form .fw_btns .fwb_l .fwb_login {
  text-decoration: underline;
}
.pop_form .fw_btns .fwb_l .fwb_login:hover {
  text-decoration: none;
}
.pop_form .fw_btns .oauth_w {
  float: right;
  padding-top: 2px;
  width: 69px;
  height: 22px;
}
.pop_form .fw_btns .oauth_w .oauth_qq {
  float: right;
  display: block;
  width: 28px;
  height: 22px;
  overflow: hidden;
  background: url(img/pop_login.png?123) -41px -88px;
}
.pop_form .fw_btns .oauth_w .oauth_qq a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.pop_form .fw_btns .oauth_w .oauth_aipai {
  float: left;
  width: 42px;
  height: 22px;
  display: block;
  overflow: hidden;
  background: url(img/pop_login.png?123) 0 -88px;
}
.pop_form .fw_btns .oauth_w .oauth_aipai a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
/*pop_signup*/
.gpop_fastreg {
  overflow: hidden;
}
.pop_signup {
  overflow: hidden;
  width: 336px;
}
/*.pop_sumore{height:197px;}*/
.pop_signup_loading {
  padding-top: 125px;
}
.pop_signup_loading img {
  width: 32px;
  margin: 0 auto;
  display: block;
}
.pop_signup .pop_signup_hd {
  height: 25px;
  line-height: 25px;
  padding: 0 0px 15px 0px;
}
.pop_signup .pop_signup_hd span {
  display: block;
  width: 166px;
  float: left;
  text-align: center;
  color: #555555;
  font-weight: bold;
  background: #fff2cd;
  cursor: pointer;
}
.pop_signup .pop_signup_hd span.cur {
  background: #ffffff;
  color: #da0000;
}
.pop_signup .su_form {
  width: 520px;
  padding-left: 15px;
}
.pop_signup .suf_safe {
  width: 43px;
  height: 21px;
  background: url(img/safe_1.png) no-repeat;
  float: left;
  margin-bottom: 4px;
}
.pop_signup .sufs_fill {
  height: 21px;
  width: 0;
  background: url(img/safe_1.png) no-repeat 0 -21px;
}
.pop_signup .suf_w {
  height: 32px;
}
.pop_signup .suf_wr {
  width: 194px;
  float: left;
  position: relative;
}
.pop_signup .suf_wl {
  padding-top: 6px;
  font-size: 12px;
  width: 60px;
  float: left;
  text-align: right;
  font-family: '\5B8B\4F53';
  padding: 7px 5px 0 0;
}
.pop_signup .suf_w .si1,
.pop_signup .suf_w .si2 {
  border: 1px solid #C0C0C0;
  width: 178px;
  height: 14px;
  line-height: 14px;
  padding: 4px 2px;
  font-size: 12px;
}
.pop_signup .show_more {
  position: relative;
  height: 37px;
  overflow: hidden;
}
.pop_signup .show_more .suf_wr {
  width: 210px;
}
.pop_signup .suf_w .si2 {
  width: 72px;
  float: left;
}
.pop_signup .suf_wr .code_img {
  width: 120px;
  float: left;
}
.pop_signup .suf_w .sie {
  color: #999999;
}
.pop_signup #suf_sex .suf_wr {
  font-size: 12px;
  padding-top: 4px;
  /*margin-top:-1px\9;*margin-top:0;*padding-top:0px;*/
}
.pop_signup #suf_sex .suf_wr input {
  margin-right: 2px;
  position: relative;
  top: 1px;
  *position: static;
  *margin-right: 0;
}
.pop_signup .suf_submitw {
  padding: 0px 0 0 65px;
  height: 27px;
  overflow: hidden;
}
.pop_signup .suf_submit {
  width: 56px;
  height: 26px;
  float: left;
  cursor: pointer;
  border: none;
  background: url(img/pop_login.png) no-repeat 0px -26px;
}
.pop_signup .suf_swr {
  float: left;
  width: 150px;
  padding: 5px 0 0 5px;
}
.pop_signup .suf_swr a {
  margin-right: 10px;
  color: #0084BB;
  text-decoration: underline;
  float: left;
  line-height: 16px;
  font-weight: 700;
  font-family: \5B8B\4F53;
}
.pop_signup .suf_swr a:hover {
  text-decoration: none;
}
.pop_signup .suf_swr .login_qq {
  font-weight: 400;
  display: inline-block;
  color: #333333;
  background: url(qq_login.png) no-repeat;
  padding-left: 19px;
  margin-left: 12px;
  line-height: 16px;
  font-family: Tahoma;
}
.pop_signup .suf_tips {
  position: absolute;
  top: 0px;
  left: 0px;
  *top: 1px;
  background: #FFFFFF;
  width: 182px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #C0C0C0;
}
.pop_signup .suf_tipsc {
  height: 14px;
  padding: 4px 2px;
  line-height: 14px;
  border: 0 none;
  color: #E40000;
}
.pop_signup .suf_tips em {
  display: none;
}
.pop_signup #suf_auth_code .suf_tips {
  width: 76px;
  padding-right: 0;
  top: 0;
}
.pop_signup .msg_viladate {
  display: block;
  border: 0 none;
  width: 121px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  color: #555;
  background: url(http://www.aipai.com/app/www/templates/aipai_platform/pc/common/src/apm/css/pop_dialog/msg_v_3.png?123) no-repeat;
}
#gpop_fastreg .pd_main {
  overflow: visible;
}
/*Marko*/
.pop_signup_suc {
  padding: 28px 0 0 0px;
  height: 55px;
  overflow: hidden;
  background: #FFFFFF;
  text-align: center;
}
.pop_signup_suc h5 {
  font-weight: 700;
  color: #15B001;
  font-size: 14px;
}
.pop_signup_suc p {
  color: #333333;
}
.pop_signup_suc p em {
  color: #FF8800;
  font-size: 22px;
  font-family: Arial;
  font-weight: 700;
  position: relative;
  top: 3px;
}
.pop_signup_suc p.red {
  color: #E40000;
  margin-top: 16px;
  display: none;
}
.pop_signup_suc .bindphone_con {
  width: 275px;
  border-top: #DFDFDF 1px solid;
  padding: 10px 0 0 11px;
  margin-top: 10px;
}
.pop_signup_suc .bindphone_con .hd {
  height: 28px;
  font-size: 14px;
  color: #DA0000;
  font-weight: 700;
}
.pop_signup_suc .bindphone_con .bd {
  padding-left: 25px;
}
.pop_signup_suc .bindphone_con .bd .gray {
  color: #999999;
}
.pop_signup_suc .bindphone_con .bind_mobile {
  height: 32px;
  position: relative;
}
.pop_signup_suc .bindphone_con .bind_mobile input {
  float: left;
  width: 206px;
  height: 22px;
  border: #D3D4D5 1px solid;
  line-height: 22px;
  padding-left: 4px;
}
.pop_signup_suc .bindphone_con .bind_mobile .tips {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 200px;
  height: 22px;
  line-height: 22px;
  color: #DA0000;
  background: #FFFFFF;
  display: none;
}
.pop_signup_suc .bindphone_con .code {
  height: 35px;
}
.pop_signup_suc .bindphone_con .code .authcode {
  float: left;
  width: 79px;
  height: 22px;
  border: #D3D4D5 1px solid;
  line-height: 22px;
  padding-left: 4px;
}
.pop_signup_suc .bindphone_con .code #btn_send {
  float: left;
  width: 84px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-left: 10px;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/btn_bindphone.png) no-repeat;
  cursor: pointer;
  border: none;
}
.pop_signup_suc .bindphone_con .code span {
  float: left;
  padding-left: 8px;
  line-height: 26px;
  color: #008A24;
}
.pop_signup_suc .bindphone_con .btn {
  padding-left: 75px;
}
.pop_signup_suc .bindphone_con .btn input {
  float: left;
  width: 56px;
  height: 28px;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/btn_bindphone.png) 0 -24px no-repeat;
  border: none;
  cursor: pointer;
}
.pop_signup_suc .btns {
  padding: 30px 11px 0 0;
  display: none;
}
.pop_signup_suc .btn_complete {
  display: block;
  width: 56px;
  height: 27px;
  margin: 0 auto;
  cursor: pointer;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/btn_complete.png) no-repeat;
}
.pop_signup_suc .sl_mod {
  width: 306px;
  height: 30px;
  position: absolute;
  background: #fff5d7;
  left: 4px;
  bottom: 0;
  text-align: center;
  line-height: 32px;
  color: #333333;
  display: none;
}
.pop_signup_suc .sl_mod a {
  color: #E40000;
  font-family: \5B8B\4F53;
}
.pop_signup_fail {
  padding-top: 70px;
  text-align: center;
  color: #333333;
}
.pop_signup_fail a {
  color: #0084BB;
  text-decoration: underline;
}
.pop_signup_fail a:hover {
  text-decoration: none;
}
/*pop_login*/
.pop_login {
  width: 325px;
  height: 110px;
  padding-top: 6px;
  background: #FFFFFF;
}
.pop_login .pop_form .fw label {
  width: 62px;
}
.pop_login .pop_form .fw .pop_login_user {
  color: #999;
}
.pop_login .pop_form .fw_btns {
  width: 219px;
  padding-left: 68px;
  padding-top: 10px;
}
.pop_login .pop_form .fw_btns .oauth_w {
  width: 28px;
}
#gpop_login .pd_main {
  overflow: visible;
}
/*pop_reg*/
.pop_reg {
  width: 325px;
  height: 205px;
  padding-top: 6px;
  background: #FFFFFF;
}
.pop_reg .pop_loading {
  height: 160px;
  background: url(img/loading.gif) no-repeat 50% 50%;
}
.pop_reg .reg_suc {
  width: 325px;
  height: 143px;
  padding-top: 22px;
  overflow: hidden;
  background: #FFFFFF;
}
.pop_reg .reg_suc h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #52A72A;
  text-align: center;
}
.pop_reg .reg_suc p {
  line-height: 18px;
  text-align: center;
  color: #333333;
  margin: 10px 0 17px;
}
.pop_reg .reg_suc p a {
  color: #BD462C;
}
.pop_reg .reg_suc .btn {
  height: 42px;
  width: 260px;
  padding-left: 107px;
}
.pop_reg .reg_suc .btn .btn_suc {
  float: left;
  width: 76px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(img/pop_login.png?321) no-repeat 0 -52px;
}
.pop_reg .reg_suc .btn .btn_r {
  float: left;
  line-height: 26px;
  padding-left: 10px;
}
.pop_reg .reg_suc .btn .btn_r a {
  color: #3785BB;
  text-decoration: underline;
}
.pop_reg .reg_suc .btn .btn_r a:hover {
  text-decoration: underline;
}
.pop_reg .reg_suc .ft_tips {
  width: 304px;
  padding-top: 14px;
  margin: 0 auto;
  color: #333333;
  text-align: center;
  border-top: 1px dashed #F9DBAC;
}
.pop_reg .reg_suc .ft_tips a {
  color: #3785BB;
}
.pop_reg .reg_fal {
  padding-top: 80px;
  line-height: 22px;
  color: #555555;
  text-align: center;
}
.pop_reg .reg_fal a {
  color: #3785BB;
}
#gpop_signup .pd_main {
  overflow: visible;
}
/*common*/
body {
  background: #E8D8BF;
}
#doc {
  background: #e8d8bf url(img/bg.jpg) no-repeat 50% 0;
  min-height: 100%;
  /*change the aipai header to common-header*/
}
#doc.ap_header {
  background-position: 50% 33px;
}
#doc.ap_header .mod_ly_hd_inner {
  width: 960px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}
#doc.ap_header .mod_ly_hd_inner .ico_share {
  background: url(img/logo_3.jpg) no-repeat;
  width: 170px;
  height: 40px;
  display: block;
}
#doc.ap_header .mod_ly_hd_inner .ico_share a {
  display: block;
}
#doc.ap_header .mod_ly_hd_inner .ico_share a.aipai {
  float: left;
  height: 40px;
  width: 170px;
}
/*global Mobile-Tip*/
.mod_mobile_tip {
  border-bottom: 1px solid #ebd482;
  background: #ffcece;
  /*display:none;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 740px;
  font-size: 50px;
  height: 120px;
  overflow: hidden;
  z-index: 9999999;
}
.mod_mobile_tip .cls_tip_btn {
  display: block;
  background: url(mobile/itip_cls.png) no-repeat 50%;
  width: 70px;
  height: 60px;
  float: right;
  margin: 30px 10px 10px 10px;
  vertical-align: middle;
}
.mod_mobile_tip .android_con {
  float: left;
  /*display:none*/
}
.mod_mobile_tip .android_con .icon {
  float: left;
  width: 100px;
  height: 120px;
  background: url(mobile/ly_hd_ico.png) center center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
}
.mod_mobile_tip .android_con p {
  padding: 0 0 0 120px;
  font-size: 36px;
  line-height: 120px;
  font-weight: bold;
  white-space: nowrap;
}
.mod_mobile_tip .android_con p em {
  text-decoration: underline;
  color: #0084ff;
  font-weight: normal;
  font-size: 36px;
  padding-left: 0.3em;
}
.mod_mobile_tip .android_con a {
  color: #ed7331;
  font-weight: bold;
  display: block;
}
/*header*/
.header {
  height: 40px;
  position: relative;
  z-index: 8000;
}
.header .hw {
  width: 960px;
  height: 40px;
  margin: 0 auto;
}
.header .logo {
  width: 250px;
  height: 40px;
  float: left;
  background: url(img/logo.jpg) no-repeat;
}
.header .logo a {
  width: 250px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}
.header .search {
  float: left;
  width: 341px;
  padding: 6px 0 0 0;
  height: 27px;
  background: url(img/search_bg.png) no-repeat 0 6px;
}
.header .search .inw {
  width: 279px;
  height: 23px;
  padding: 4px 4px 0 10px;
  float: left;
  position: relative;
}
.header .search .inw input {
  width: 279px;
  border: 0 none;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
}
.header .search .inw input:focus {
  outline: 0;
}
.header .search .inw .gray {
  color: #949494;
}
.header .search .inw .stips {
  float: left;
  width: 279px;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  _padding-top: 1px;
  color: #F00;
  background: #FFFFFF;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 100;
}
.header .search .btn_search {
  width: 48px;
  height: 27px;
  float: left;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
.header .nav {
  width: 270px;
  float: right;
  padding-right: 24px;
}
.header .nav .hn_login,
.header .nav .hn_logged {
  float: right;
  height: 16px;
  line-height: 16px;
  padding-top: 12px;
}
.header .nav .hn_login .hnl_l {
  float: left;
  padding-right: 16px;
  padding-top: 1px;
}
.header .nav .hn_login .hnl_l a {
  margin-right: 13px;
}
.header .nav .hn_logged .hn_name,
.header .nav .hn_logged em {
  padding-top: 1px;
}
.header .nav .hn_logged em {
  padding: 0 13px 0 11px;
}
.header .nav .hn_logged .hn_conf {
  position: relative;
  float: left;
}
.header .nav .hn_logged .hn_conf .hn_conf_list {
  display: none;
}
.header .nav .hn_logged .hn_conf_hover {
  height: 22px;
}
.header .nav .hn_logged .hn_conf_hover .hn_conf_list {
  display: block;
  position: absolute;
  background: #7F3F1C;
  top: 22px;
  right: 0px;
  width: 52px;
  padding: 6px 9px 1px;
}
.header .nav .hn_logged .hn_conf_hover .hn_conf_list li {
  float: left;
  width: 52px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.header .nav .hn_logged .hn_conf_hover .hn_conf_list li a {
  float: none;
  display: block;
  color: #F1DAB1;
}
.header .nav .hn_logged .hn_conf_hover .hn_conf_list .logout {
  border-top: 1px solid #926240;
  text-align: right;
  margin-top: 2px;
  padding-top: 3px;
}
.header .nav .hn_logged .hn_conf_hover .hn_conf_list .logout a {
  padding-right: 2px;
}
.header .nav em {
  color: #A9773C;
  float: left;
}
.header .nav a {
  float: left;
  color: #FBE6B5;
  font-family: Arial, '\5B8B\4F53';
}
.header .nav a span {
  font-family: Arial, '\5B8B\4F53';
}
.header .nav .btn_down span {
  float: left;
  margin-right: 4px;
  cursor: pointer;
}
.header .nav .btn_down i {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  _top: -1px;
  background: url(img/topbg.png) no-repeat -16px -27px;
}
.header .nav .hn_name {
  float: left;
}
.header .nav .hn_name span {
  float: left;
  cursor: pointer;
  margin-right: 4px;
  color: #E8DD6D;
}
.header .nav .hn_name i {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  top: -1px;
  background: url(img/topbg.png) no-repeat 0 -27px;
}
/*g_back_to_top*/
#g_back_to_top {
  position: fixed;
  width: 100%;
  bottom: 120px;
}
#g_back_to_top div {
  position: relative;
  width: 1070px;
  margin: 0 auto;
}
#g_back_to_top em {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  background: url(img/btn_top.png) no-repeat;
}
/*footer*/
.footer {
  width: 960px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  color: #8C4F34;
  line-height: 24px;
}
.footer a {
  color: #8C4F34;
}
.footer em {
  margin: 0 14px;
  color: #A7A7A7;
}
.footer .ft_site span {
  color: #EA5138;
}
/*ico_f*/
.ico_f11,
.ico_f12,
.ico_f13,
.ico_f14 {
  width: 10px;
  height: 13px;
  float: left;
  background: url(img/f/f11.png) no-repeat;
}
.ico_f12 {
  background: url(img/f/f12.png) no-repeat;
}
.ico_f13 {
  background: url(img/f/f13.png) no-repeat;
}
.ico_f14 {
  background: url(img/f/f14.png) no-repeat;
}
.ico_f21,
.ico_f22,
.ico_f23,
.ico_f24 {
  width: 13px;
  height: 16px;
  float: left;
  background: url(img/f/f21.png) no-repeat;
}
.ico_f22 {
  background: url(img/f/f22.png) no-repeat;
}
.ico_f23 {
  background: url(img/f/f23.png) no-repeat;
}
.ico_f24 {
  background: url(img/f/f24.png) no-repeat;
}
.ico_f31,
.ico_f32,
.ico_f33,
.ico_f34 {
  width: 21px;
  height: 26px;
  float: left;
  background: url(img/f/f31.png) no-repeat;
}
.ico_f32 {
  background: url(img/f/f32.png) no-repeat;
}
.ico_f33 {
  background: url(img/f/f33.png) no-repeat;
}
.ico_f34 {
  background: url(img/f/f34.png) no-repeat;
}
/*gb_page*/
.gb_pages {
  width: 100%;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.gb_page_con {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gb_page_con a,
.gb_page_con span {
  height: 20px;
  display: inline-block;
  float: left;
  line-height: 20px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  padding: 0 6px;
  margin: 1px;
  color: #333333;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
.gb_page_con .gb_page_cur {
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  border: none;
  font-weight: 700;
  background: #927447;
  color: #FFFFFF;
}
.gb_page_con a:hover {
  text-decoration: none;
  background-color: #E5E5E5;
  color: #333333;
}
.gb_page_con .gb_page_prev,
.gb_page_con .gb_page_next {
  line-height: 22px;
  overflow: hidden;
}
.gb_page_con .gb_page_info {
  border: none;
  margin: 1px 1px 1px 3px;
  height: 22px;
  line-height: 22px;
}
.gb_page_con .gb_page_info em {
  font-weight: 700;
  color: #15B001;
}
.gb_page_left .gb_pages {
  text-align: left;
}
.gb_page_right .gb_pages {
  text-align: right;
}
.gb_page_center .gb_pages {
  text-align: center;
}
/*Aipai-common-header*/
.mainTop {
  height: 33px;
  color: #FFBF7A;
  background: #FB9719;
  font-family: Tahoma,Ariel,Verdanda;
  position: relative;
  z-index: 88888;
}
.mainTop .navMax {
  width: 960px;
  margin: 0 auto;
}
.mainTop a {
  color: #FFFFFF;
}
.mainTop .logo {
  display: none;
}
.mainTop .nav {
  float: left;
  padding: 8px 0 0 0px;
  position: relative;
}
.mainTop .nav .nav_index {
  display: inline;
}
.mainTop .nav a {
  position: relative;
  margin: 0 4px;
}
.mainTop .nav a.reda {
  background: #FF0000;
  margin: 0;
  padding: 0 4px 2px;
  *padding: 2px 4px 0;
  _padding: 0 4px;
}
.mainTop .nav a.reda .hd_hot {
  display: none;
}
.mainTop .nav a.ico_hot {
  color: #fff;
}
.mainTop .nav a.ico_hot span {
  display: block;
  width: 18px;
  height: 11px;
  overflow: hidden;
  background: url(http://www.aipai.com/app/www/templates/common/img/global/ico_hot2.png) no-repeat;
  position: absolute;
  top: -7px;
  left: 31px;
  _left: 35px;
}
.mainTop .nav a.ico_hot .ico_hots {
  left: 43px;
}
.mainTop .bnt {
  float: right;
  width: 154px;
  padding-top: 5px;
  background: url(img/hd_btn.png) no-repeat 1px 5px;
}
.mainTop .bnt a {
  float: left;
  width: 76px;
  height: 23px;
  margin-left: 1px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.mainTop .entry {
  float: right;
  padding-top: 8px;
}
.mainTop .entry #login_mailnum {
  font-size: 11px;
}
.mainTop .entry #login_mailimg img {
  vertical-align: middle;
  margin: 0 2px;
  position: relative;
  top: -1px;
  left: -1px;
  *top: 1px;
  *left: 1px;
}
.mainTop .entry a.yhu {
  color: #FFFFFF;
  font-weight: 700;
  margin-right: 7px;
}
.mainTop .yy_btn {
  position: relative;
}
.mainTop .nav .yy_btna {
  background: url(img/ico_d.png) no-repeat right 7px;
  *background-position: right 6px;
  padding-right: 8px;
  margin: 0px;
}
.mainTop .yy_btn .yy_list {
  width: 72px;
  position: absolute;
  left: -8px;
  top: 15px;
  top: 14px\9;
  *top: 13px;
  padding: 7px 0 3px 8px;
  display: none;
  z-index: 10000;
  background: #FB9719;
}
.mainTop .yy_btn .yy_listbg {
  width: 75px;
  position: absolute;
  top: 23px;
  top: 2.66666667px;
  *top: 23px;
  left: -8px;
  display: none;
  z-index: 100;
  background: #FB9719;
}
.mainTop .yy_btn_down .yy_list,
.mainTop .yy_btn_down .yy_listbg {
  display: block;
}
.mainTop .yy_btn .yy_list li {
  height: 22px;
  line-height: 22px;
  position: relative;
  _zoom: 1;
}
.mainTop .yy_btn .yy_list li a {
  color: #FFFFFF;
}
/*update 2013.1.17*/
.mainTop .nav_right {
  float: right;
  margin: 0;
  padding: 0;
  padding-top: 8px;
}
.mainTop .nav_right a {
  margin: 0;
}
.mainTop .bnt2 {
  float: right;
  width: 109px;
  padding-top: 5px;
  background: url(img/hd_btn2.png) no-repeat 0 5px;
  _display: inline;
  margin-right: 6px;
}
.mainTop .bnt2 a {
  float: left;
  width: 54px;
  height: 21px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
/*updat 2013.1.25*/
.mainTop .vip_btn {
  position: relative;
}
.mainTop .nav .vip_btna {
  background: url(img/ico_d.png) no-repeat right 7px;
  *background-position: right 6px;
  padding-right: 8px;
  margin: 0px;
  cursor: default;
}
.mainTop .nav a.vip_btna:hover {
  text-decoration: none;
}
.mainTop .vip_btn .vip_list {
  width: 72px;
  position: absolute;
  left: -8px;
  top: 15px;
  top: 14px\9;
  *top: 13px;
  padding: 7px 0 3px 8px;
  display: none;
  z-index: 10000;
  background: #FB9719;
}
.mainTop .vip_btn .vip_listbg {
  width: 75px;
  position: absolute;
  top: 23px;
  top: 2.66666667px;
  *top: 23px;
  left: -8px;
  display: none;
  z-index: 100;
  background: #FB9719;
}
.mainTop .vip_btn_down .vip_list,
.mainTop .vip_btn_down .vip_listbg {
  display: block;
}
.mainTop .vip_btn .vip_list li {
  height: 22px;
  line-height: 22px;
  position: relative;
  _zoom: 1;
}
.mainTop .vip_btn .vip_list li a {
  color: #FFFFFF;
}
.mainTop .pds_btn {
  position: relative;
}
.mainTop .nav .pds_btna {
  text-decoration: none;
  background: url(img/ico_d.png) no-repeat right 7px;
  *background-position: right 6px;
  padding-right: 8px;
  margin: 0px;
  cursor: default;
}
.mainTop .nav a.pds_btna:hover {
  text-decoration: none;
}
.mainTop .pds_btn .pds_list {
  width: 88px;
  position: absolute;
  left: -8px;
  top: 15px;
  top: 14px\9;
  *top: 13px;
  padding: 7px 0 3px 8px;
  display: none;
  z-index: 10000;
  background: #FB9719;
}
.mainTop .pds_btn .pds_listbg {
  width: 91px;
  position: absolute;
  top: 23px;
  top: 2.66666667px;
  *top: 23px;
  left: -8px;
  display: none;
  z-index: 100;
  background: #FB9719;
}
.mainTop .pds_btn_down .pds_list,
.mainTop .pds_btn_down .pds_listbg {
  display: block;
}
.mainTop .pds_btn .pds_list li {
  height: 22px;
  line-height: 22px;
  position: relative;
  _zoom: 1;
}
.mainTop .pds_btn .pds_list li a {
  color: #FFFFFF;
}
/*vwrap*/
/*update 2013.7.31*/
.mainTop .shop_btn {
  position: relative;
  margin-right: 4px;
  width: 48px;
  height: 14px;
}
.mainTop .nav .shop_btna {
  color: #fff600;
  text-decoration: none;
  background: url(img/ico_d.png) no-repeat right 7px;
  *background-position: right 6px;
  padding-right: 8px;
  margin: 0px;
  cursor: default;
}
.mainTop .nav a.shop_btna:hover {
  text-decoration: none;
}
.mainTop .shop_btn .shop_list {
  width: 72px;
  position: absolute;
  left: -8px;
  top: 15px;
  top: 14px\9;
  *top: 13px;
  padding: 7px 0 3px 8px;
  display: none;
  z-index: 10000;
  background: #FB9719;
}
.mainTop .shop_btn .shop_listbg {
  width: 75px;
  position: absolute;
  top: 23px;
  top: 2.66666667px;
  *top: 23px;
  left: -8px;
  display: none;
  z-index: 100;
  background: #FB9719;
}
.mainTop .shop_btn_down .shop_list,
.mainTop .shop_btn_down .shop_listbg {
  display: block;
}
.mainTop .shop_btn .shop_list li {
  height: 22px;
  line-height: 22px;
  position: rel ative;
  _zoom: 1;
}
.mainTop .shop_btn .shop_list li a {
  color: #FFFFFF;
}
.mainTop .more_btn {
  position: relative;
  margin-right: 4px;
  width: 36px;
  height: 14px;
}
.mainTop .nav .more_btna {
  text-decoration: none;
  background: url(img/ico_d.png) no-repeat right 7px;
  *background-position: right 6px;
  padding-right: 8px;
  margin: 0px;
  cursor: default;
}
.mainTop .nav a.more_btna:hover {
  text-decoration: none;
}
.mainTop .more_btn .more_list {
  width: 62px;
  position: absolute;
  left: -8px;
  top: 15px;
  top: 14px\9;
  *top: 13px;
  padding: 7px 0 3px 8px;
  display: none;
  z-index: 10000;
  background: #FB9719;
}
.mainTop .more_btn .more_listbg {
  width: 65px;
  position: absolute;
  top: 23px;
  top: 2.66666667px;
  *top: 23px;
  left: -8px;
  display: none;
  z-index: 100;
  background: #FB9719;
}
.mainTop .more_btn_down .more_list,
.mainTop .more_btn_down .more_listbg {
  display: block;
}
.mainTop .more_btn .more_list li {
  height: 22px;
  line-height: 22px;
  position: relative;
  _zoom: 1;
}
.mainTop .more_btn .more_list li a {
  color: #FFFFFF;
}
/* pop_push */
.pop_push .hd {
  height: 30px;
  position: relative;
}
.pop_push .hd ul {
  position: absolute;
  right: 0;
  top: 15px;
  width: 258px;
  height: 15px;
  overflow: hidden;
}
.pop_push .hd li {
  float: left;
  margin-right: 11px;
}
.pop_push .hd li span,
.pop_push .hd li em {
  float: left;
  width: 65px;
  height: 15px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/pop/pop_bg.png) 0 -15px no-repeat;
}
.pop_push .hd li .cur {
  background-position: 0 0;
}
.pop_push .hd .it2 {
  margin-right: 9px;
}
.pop_push .hd .it2 span {
  width: 75px;
  background-position: -76px -15px;
}
.pop_push .hd .it2 .cur {
  background-position: -76px 0;
}
.pop_push .hd .it3 {
  margin-right: 0;
}
.pop_push .hd .it3 em {
  width: 89px;
  background-position: -159px -15px;
}
.pop_push .hd .it3 .cur {
  background-position: -159px 0;
}
.pop_push .bd .loading {
  padding-top: 110px;
}
.pop_push .bd .loading img {
  display: block;
  margin: 0 auto;
}
.pop_push .bd .work_tips {
  margin: 0 14px;
  padding-top: 7px;
  border-top: 1px dashed #F9DBAC;
  color: #666666;
}
.pop_push .bd .work_tips a {
  color: #0072BB;
}
.pop_push .bd .others .work_url {
  height: 30px;
  padding: 46px 54px 0 55px;
}
.pop_push .bd .others input {
  float: left;
  width: 352px;
  height: 22px;
  line-height: 22px;
  border: #A7A6AA 1px solid;
}
.pop_push .bd .others .btn_push {
  float: right;
  width: 69px;
  height: 27px;
  background: url(../img/pop/btn17.png) no-repeat;
  cursor: pointer;
}
.pop_push .bd .others .txt_tips {
  height: 33px;
  color: #FF0101;
  padding-left: 55px;
}
.pop_push .bd .others .txt_tips1 {
  height: 115px;
  color: #666666;
  line-height: 18px;
  padding-left: 55px;
}
/*gb_foot*/
.gb_foot {
  width: 960px;
  margin: 0 auto;
  padding: 13px 0 20px 0;
  font-family: Tahoma, "\5B8B\4F53", Arial, Verdana, sans-serif;
  font-size: 12px;
}
.gbf_menu {
  line-height: 24px;
  text-align: center;
  color: #D8D8D8;
}
.gbf_menu .gbf_nav,
.gbf_menu .gbf_site {
  text-align: center;
  line-height: 24px;
}
.gbf_menu span {
  color: #666666;
}
.gbf_menu .c_tx {
  color: #E40000;
}
.gbf_menu a {
  color: #666666;
}
.gbf_menu a:hover {
  color: #333333;
}
.gb_foot2 {
  width: 960px;
  color: #868686;
  margin: 0 auto;
  padding: 13px 0 20px 0;
  font-size: 12px;
  font-family: "\5FAE\8F6F\96C5\9ED1", "宋体", Tahoma, Arial, Verdana, sans-serif;
}
.gb_foot2 .gbf_menu {
  line-height: 24px;
  text-align: center;
}
.gb_foot2 .gbf_menu .gbf_nav,
.gb_foot2 .gbf_menu .gbf_site {
  text-align: center;
}
.gb_foot2 .gbf_menu .gbf_nav {
  color: #E4DEE3;
  font-family: "\5FAE\8F6F\96C5\9ED1", "宋体", Tahoma, Arial, Verdana, sans-serif;
}
.gb_foot2 .gbf_menu .c_tx {
  color: #868686;
}
.gb_foot2 .gbf_menu span {
  margin: 0 5px;
  color: #868686;
}
.gb_foot2 .gbf_menu a {
  margin: 0 5px;
  color: #868686;
}
.gb_foot2 .gbf_menu a:hover {
  color: #868686;
}
/*pop_yz 手机验证，邮箱验证*/
/*su_form*/
.pop_yz .su_form {
  width: 520px;
  float: left;
}
.pop_yz .suf_w {
  height: 38px;
  color: #333333;
}
.pop_yz .suf_wl {
  width: 90px;
  float: left;
  font-size: 14px;
  text-align: right;
  font-family: \5B8B\4F53;
  padding-top: 7px;
  padding: 7px 5px 0 0;
}
.pop_yz .suf_nol {
  padding-left: 95px;
}
.pop_yz .suf_w .si1,
.suf_w .si2 {
  border: 1px solid #D3D4D5;
  width: 212px;
  height: 18px;
  line-height: 18px;
  padding: 4px 2px;
  font-size: 14px;
  background: #ffffff url(http://www.aipai.com/app/www/templates/signup/img_2011/input_bg.png) repeat-x;
}
.pop_yz .suf_w .si2 {
  width: 65px;
}
.pop_yz .suf_w .si_cur {
  border: 1px solid #FFE659;
}
.pop_yz .suf_wl span {
  color: #FF0000;
}
.pop_yz .suf_wl em {
  font-size: 12px;
}
.pop_yz .suf_wr {
  width: 230px;
  float: left;
  position: relative;
}
.pop_yz .msg_viladate {
  display: block;
  border: 0 none;
  /*border:1px solid #dddddd;*/
  width: 121px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  color: #555;
  background: url(http://www.aipai.com/app/www/templates/signup/img_2011/msg_v_3.png) no-repeat;
}
.pop_yz .msg_sended {
  position: absolute;
  height: 24px;
  line-height: 24px;
  top: 0px;
  left: 200px;
  color: #ff7800;
}
.pop_yz .msg_viladate:hover {
  text-decoration: underline;
}
.pop_yz .msg_disabled {
  color: #999999;
  cursor: default;
  background: url(http://www.aipai.com/app/www/templates/signup/img_2011/msg_v_4.png) no-repeat;
}
.pop_yz .msg_disabled:hover {
  text-decoration: none;
}
.pop_yz #suf_msg {
  position: relative;
}
.pop_yz #auth_code {
  float: left;
}
.pop_yz .code_img {
  float: left;
  padding-left: 1px;
  position: relative;
}
.pop_yz .code_img img {
  display: block;
  position: absolute;
  top: -3px;
}
/*.pop_sumore{height:197px;}*/
.pop_yz_loading {
  padding-top: 63px;
}
.pop_yz_loading img {
  width: 32px;
  margin: 0 auto;
  display: block;
}
.pop_yz .pop_yz_hd {
  height: 33px;
  line-height: 25px;
  padding: 0 0px 12px 0px;
}
.pop_yz .pop_yz_hd span {
  border-bottom: 1px solid  #e1e1e1;
  display: block;
  width: 153px;
  float: left;
  text-align: center;
  color: #555555;
  font-weight: bold;
  background: #f8f8f8;
  cursor: pointer;
  line-height: 33px;
}
.pop_yz .pop_yz_hd .it1 {
  width: 152px;
  border-right: 1px solid  #e1e1e1;
  position: relative;
}
.pop_yz .pop_yz_hd .it1:after {
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  background: url(http://res.weplay.cn/app/www/templates/signup/v3_img/recommend_ico.png) no-repeat;
  position: absolute;
  top: -6px;
  right: 32px;
}
.pop_yz .pop_yz_hd span.cur {
  background: #ffffff;
  color: #666666 ;
  border-bottom: none;
}
.pop_yz .su_form {
  padding-left: 8px;
}
.pop_yz .su_form_phone {
  padding: 10px 8px;
}
.su_form.su_form_phone .suf_w {
  margin-bottom: 2px;
}
.su_form.su_form_phone .sf_ttip {
  position: relative;
  top: -13px;
}
.pop_yz .suf_w {
  height: 32px;
}
.pop_yz .suf_wr {
  width: 194px;
}
.pop_yz .suf_wl {
  padding-top: 6px;
  font-size: 12px;
  width: 74px;
  font-weight: normal;
  padding: 7px 0px 0 0;
}
.pop_yz .suf_w .si1,
.pop_yz .suf_w .si2 {
  border: 1px solid #C0C0C0;
  width: 202px;
  height: 14px;
  line-height: 14px;
  padding: 4px 2px;
  font-size: 12px;
}
.pop_yz .suf_w .si2 {
  width: 72px;
}
.pop_yz .suf_w .sie {
  color: #999999;
}
.pop_yz #suf_sex .suf_wr {
  font-size: 12px;
  padding-top: 4px;
  margin-top: -1px;
  *margin-top: 0;
  *padding-top: 0px;
}
.pop_yz #suf_sex .suf_wr input {
  margin-right: 2px;
  position: relative;
  top: 1px;
  *position: static;
  *margin-right: 0;
}
.pop_yz .suf_submitw {
  padding: 5px 0 0 65px;
  height: 27px;
  overflow: hidden;
}
.pop_yz .suf_submit {
  border: 0;
  width: 56px;
  height: 27px;
  float: left;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_yz_submit.png) no-repeat;
  cursor: pointer;
}
.pop_yz .suf_submitw span {
  line-height: 24px;
  padding-left: 5px;
  color: #999999;
}
.pop_yz .suf_swr {
  float: left;
  width: 150px;
  padding: 5px 0 0 5px;
}
.pop_yz .suf_swr a {
  margin-right: 10px;
  color: #0084BB;
  text-decoration: underline;
  float: left;
  line-height: 16px;
  font-family: \5B8B\4F53;
}
.pop_yz .suf_swr a:hover {
  text-decoration: none;
}
.pop_yz .suf_tips {
  position: absolute;
  top: 0px;
  left: 0px;
  *top: 1px;
  background: #FFFFFF;
  width: 206px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #C0C0C0;
}
.pop_yz .suf_tipsc {
  height: 14px;
  padding: 4px 2px;
  line-height: 14px;
  border: 0 none;
  color: #E40000;
}
.pop_yz .suf_tips em {
  display: none;
}
.pop_yz #suf_auth_code .suf_tips {
  width: 76px;
  padding-right: 0;
  top: 0;
}
.pop_yz .su_form_email input {
  vertical-align: middle;
  margin-right: 4px;
}
.pop_yz #suf_oldEmail {
  padding-left: 57px;
}
.pop_yz #suf_newEmail {
  padding-left: 57px;
}
.pop_yz #suf_newEmail em {
  color: #999;
}
.pop_yz .pop_signup_suc {
  height: 120px;
  line-height: 120px;
  text-align: center;
}
/*pop_fastreg*/
.pop_yz_d {
  position: relative;
  width: 314px;
  height: 278px;
}
.pop_fresh {
  position: relative;
  width: 336px;
  height: 278px;
}
.pop_yz_d .fastreg_close {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 20;
  cursor: pointer;
}
.pop_yz_d .fastreg_con {
  width: 306px;
  position: absolute;
  top: 0;
  left: 0;
}
.pop_yz_d .fastreg_con {
  z-index: 15;
  padding: 28px 4px 0 4px;
}
.pop_yz_d .fastreg_bg {
  height: 278px;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_yz.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/common/img/common/pop_yz.png', sizingMethod='crop');
}
/*pop_login*/
.pop_login {
  width: 314px;
  height: 196px;
  background: none;
}
.pop_login .login_close {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 7px;
  right: 9px;
  z-index: 20;
  cursor: pointer;
}
.pop_login .login_con,
.pop_login .login_bg {
  width: 314px;
  height: 199px;
  position: absolute;
  top: 0;
  left: 0;
}
.pop_login .login_bg {
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_login1.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/common/img/common/pop_login1.png', sizingMethod='crop');
  z-index: 10;
}
.pop_fresh .login_bg {
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_login2.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/common/img/common/pop_login2.png', sizingMethod='crop');
}
.pop_login .login_con {
  width: 308px;
  height: 143px;
  z-index: 15;
  padding: 53px 0 0 6px;
}
.pop_login .login_w {
  height: 32px;
}
.pop_login .login_w label {
  color: #333333;
  width: 60px;
  line-height: 24px;
  float: left;
  text-align: right;
}
.pop_login .login_w input {
  width: 202px;
  height: 18px;
  padding: 2px 2px 2px 7px;
  border: 1px solid #C0C0C0;
  float: left;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.pop_login .login_action {
  height: 40px;
  padding: 4px 0 0 59px;
}
.pop_login .login_btn {
  width: 56px;
  height: 27px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: 0 none;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/login_btn.png) no-repeat;
  cursor: pointer;
}
.pop_login .login_reg {
  padding: 5px 0 0 4px;
  float: left;
  width: 156px;
  position: relative;
}
.pop_login .login_reg .link {
  padding: 0px 5px;
  color: #a3a3a3;
}
.pop_login .login_reg #pop_fastreg,
.pop_login .login_reg .a_wjm {
  line-height: 16px;
  color: #0084BB;
  text-decoration: none;
  font-weight: 700;
  font-family: \5b8b\4f53;
  float: left;
}
.pop_login .login_reg a#pop_fastreg:hover,
.pop_login .login_reg a.a_wjm:hover {
  text-decoration: underline;
}
.pop_login .login_hz {
  position: absolute;
  right: 0;
  _top: 3px;
  width: 60px;
}
.pop_login .login_hz span {
  float: right;
  padding-right: 8px;
  margin-right: 2px;
  height: 18px;
  display: block;
  color: #333333;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/ico_arrow.png) no-repeat right 6px;
  cursor: pointer;
}
.pop_login .show_hzlist {
  width: auto;
}
.pop_login .show_hzlist .login_hzlist {
  display: block;
}
.pop_login .login_hzlist {
  width: 94px;
  border: 1px solid #B5B5B5;
  background: #FFFFFF;
  position: absolute;
  top: 15px;
  _top: 17px;
  right: 0;
  display: none;
}
.pop_login .login_hzlist a {
  display: block;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  float: none;
  font-weight: 400;
  padding-left: 25px;
}
.pop_login .login_hzlist .hz_qq {
  background: url(http://www.aipai.com/app/www/templates/common/img/common/qq_login.png) no-repeat 6px 6px;
}
.pop_login .login_hz_qq {
  background: url(http://www.aipai.com/app/www/templates/common/img/common/qq_login.png) no-repeat 10px 0;
  padding-left: 28px;
  float: left;
  height: 16px;
  position: relative;
  top: -1px \9;
  *top: -2px;
}
.pop_login .login_hz_qq a {
  color: #0084BB;
  white-space: nowrap;
}
.pop_login .login_reg .login_getpass {
  color: #333333;
}
.pop_login .login_reg .login_qq {
  font-weight: 400;
  display: inline-block;
  color: #333333;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/qq_login.png) no-repeat;
  padding-left: 19px;
  margin-left: 12px;
  line-height: 16px;
  font-family: Tahoma;
}
.pop_login .login_tips {
  display: block;
  position: absolute;
  background: #FFFFFF;
  height: 16px;
  padding: 3px 2px;
  width: 200px;
  top: 86px;
  left: 90px;
  color: #F00;
}
/*外部登录*/
.pop_login .oauth_w {
  float: left;
  position: relative;
  top: -4px;
  margin-left: 10px;
}
.pop_login .oauth_w2 .oauth_list {
  display: block;
}
.pop_login .oauth_btn,
.pop_login .oauth_qq a,
.pop_login .oauth_rr a,
.pop_login .oauth_list span {
  background: url(http://www.aipai.com/app/www/templates/common/img/global/dialog/oauth_bg.png) no-repeat;
}
.pop_login .oauth_btn {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 21px;
}
.pop_login .oauth_list {
  position: absolute;
  left: 0;
  top: 19px;
  width: 106px;
  display: none;
}
.pop_login .oauth_list span {
  height: 2px;
  line-height: 2px;
  display: block;
  overflow: hidden;
  width: 106px;
  background-position: 0 -48px;
}
.pop_login .oauth_list ul {
  background: #EDF6FC;
  border: 1px solid #C2D3DE;
  border-top: none;
  padding: 0 4px 1px;
  width: 96px;
  color: #333333;
}
.pop_login .oauth_list .oauth_lt {
  border-bottom: 1px solid #C8D6DE;
  margin-bottom: 3px;
}
.pop_login .oauth_list ul li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.pop_login .oauth_list ul li a {
  color: #0087C6;
  float: left;
  padding-left: 20px;
}
.pop_login .oauth_qq a {
  background-position: -89px 4px;
}
.pop_login .oauth_rr {
  display: none;
}
.pop_login .oauth_rr a {
  background-position: -89px -20px;
}
.pop_login .oauth_suc_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 313px;
  height: 143px;
  z-index: 15;
  padding: 48px 0 0 6px;
  color: #333333;
}
.pop_login .oauth_suc_con .osc_main {
  height: 112px;
}
.pop_login .oauth_suc_con p {
  padding-left: 35px;
  margin-bottom: 13px;
}
.pop_login .oauth_suc_con .osc_btn {
  padding-left: 35px;
}
.pop_login .oauth_suc_con .osc_btn span {
  width: 84px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: url(http://www.aipai.com/app/www/templates/common/img/global/dialog/btn_suc_reg.png) no-repeat;
}
.pop_login .oauth_suc_con .osc_email {
  padding-left: 35px;
  margin-bottom: 11px;
  position: relative;
}
.pop_login .oauth_suc_con .osc_email input {
  border: 1px solid #C0C0C0;
  width: 202px;
  height: 14px;
  line-height: 14px;
  padding: 4px 2px;
  font-size: 12px;
}
.pop_login .oauth_suc_con .osc_email .osce_tips {
  position: absolute;
  top: 1px;
  top: 2px;
  left: 37px;
  padding: 3px 2px;
  color: #FF0000;
  width: 200px;
  height: 14px;
  background: #FFFFFF;
}
.pop_login .oauth_suc_con .osc_email .osc_in {
  color: #999999;
}
.pop_login .oauth_suc_con .osc_ft {
  width: 304px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  background: #FFF2CD;
  color: #666666;
}
.pop_login .oauth_suc_con .osc_ft a {
  color: #0084BB;
}
.pop_login_oauth .login_close {
  cursor: default;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_login1.png) no-repeat -100px -7px;
}
/*pop_fastreg*/
.pop_fastreg,
.pop_fresh {
  width: 336px;
  height: 327px;
  position: relative;
}
.pop_fastreg .fastreg_close {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 20;
  cursor: pointer;
}
.pop_fastreg .fastreg_con,
.pop_fastreg .fastreg_bg {
  width: 336px;
  position: absolute;
  top: 0;
  left: 0;
}
.pop_fastreg .fastreg_con {
  z-index: 15;
  padding: 28px 0 0 0px;
}
.pop_fastreg .fastreg_bgt {
  height: 33px;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_reg_t_test.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/common/img/common/pop_reg_t_test.png', sizingMethod='crop');
}
.pop_fastreg .fastreg_bgc {
  height: 269px;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_reg_c_test.png) repeat-y;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/common/img/common/pop_reg_c_test.png', sizingMethod='scale');
}
.pop_fastreg .fastreg_bgb {
  height: 30px;
  background: url(http://www.aipai.com/app/www/templates/common/img/common/pop_reg_b_test.png) no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aipai.com/app/www/templates/common/img/common/pop_reg_b_test.png', sizingMethod='crop');
}
.pop_fastreg2 {
  height: 271px;
}
.pop_fastreg2 .fastreg_bgc {
  height: 210px;
}
