#login #content {
  float: none;
  width: 100%;
}
.pg-login .mainbox {
  padding: 28px 60px 20px;
  box-shadow: 0 0 1px #cfe3c1;
}
.pg-login .mainbox__title {
  font-size: 23px;
  font-weight: bold;
  color: #222;
  margin: 0 40px;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #e9e9e9;
}
.pg-login .login-type {
  width: 292px;
  font-size: 12px;
  text-align: right;
}
.pg-login .login-type__link {
  position: relative;
  display: inline-block;
  zoom: 1;
  padding-left: 15px;
  line-height: 20px;
}
.pg-login .login-type__link i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../../images/skin/sp-icon.png) no-repeat -84px -39px;
}
.pg-login .login-type__link--normal {
  padding-left: 18px;
}
.pg-login .login-type__link--normal i {
  background-position: -69px -39px;
}
.pg-login .signup-section {
  float: left;
  width: 619px;
  min-height: 290px;
  _height: 290px;
  margin: 40px 0;
  padding: 0 20px 0 40px;
  border-right: 1px solid #e5e5e5;
}
.pg-login .signup-section .account-tip {
  margin-bottom: -5px;
  padding-top: 5px;
  line-height: 14px;
  font-size: 12px;
  color: #666666;
}
.pg-login .login-section {
  float: left;
  width: 659px;
  height: 350px;
  margin-bottom: -20px;
  padding: 20px 20px 20px 0;
  border-right: 1px solid #e5e5e5;
}
.pg-login .login-section .account-tip {
  margin-bottom: -5px;
  padding-top: 5px;
  line-height: 14px;
  font-size: 12px;
  color: #666666;
}
.pg-login .oauth-section {
  float: right;
  width: 224px;
  padding: 40px 0 0 14px;
}
.pg-login .oauth-section h3 {
  margin: 0 0 10px 6px;
  font-weight: normal;
}
.pg-login .oauth-section .switch-area {
  padding-left: 6px;
}
.pg-login .oauth-section .switch-area .btn {
  margin: 15px 60px 15px 0;
}
.pg-login .open-auth {
  overflow: hidden;
  zoom: 1;
}
.pg-login .open-auth li {
  margin: 0 0 8px 6px;
}
.pg-login .field-group {
  margin-bottom: 0;
  padding: 10px 0 10px 60px;
}
.pg-login .field-group label {
  width: 50px;
}
.pg-login .field-group--auto-login .normal {
  margin-right: 12px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.pg-login .verify-mobile {
  margin-top: 20px;
}
.pg-login .verify-tip {
  margin-left: 10px;
  font-size: 12px;
  color: #666666;
}
.pg-login .error {
  margin-bottom: 10px;
  font-size: 12px;
  color: #cc0000;
}
#signup #content {
  float: none;
  width: 100%;
}
#signup .mainbox {
  padding: 28px 60px 20px;
  box-shadow: 0 0 1px #cfe3c1;
}
#signup .head-section {
  position: relative;
  border-bottom: 1px solid #cfd0cd;
  margin-bottom: 20px;
}
#signup .head-section ul {
  margin-left: 10px;
}
#signup .head-section li {
  display: inline-block;
  *display: inline;
  margin-right: 3px;
  zoom: 1;
}
#signup .head-section li a {
  position: relative;
  _float: left;
  display: block;
  padding: 0 39px 0 62px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #5b8711;
  background: #dfe4d7;
  border-width: 1px;
  border-style: solid;
  border-color: #cfd0cd #cfd0cd #dfe4d7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  zoom: 1;
}
#signup .head-section li a:hover {
  text-decoration: none;
}
#signup .head-section li a span {
  display: none;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  border-width: 6px;
  border-style: solid dashed dashed;
  border-color: #597226 transparent transparent;
}
#signup .head-section li a i {
  position: absolute;
  top: 50%;
  left: 39px;
  display: block;
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url(../../images/skin/sp-icon.png) -22px -40px no-repeat;
}
#signup .head-section li.current a {
  color: #FFF;
  background: #597226;
  border: 1px solid #597226;
}
#signup .head-section li.current a span {
  display: block;
}
#signup .head-section li.current a i {
  background-position: -38px -40px;
}
#signup .head-section a.mobile-trigger {
  padding-left: 57px;
}
#signup .head-section a.mobile-trigger i {
  width: 11px;
  height: 16px;
  margin-top: -8px;
  background-position: 0 -40px;
}
#signup .head-section li.current a.mobile-trigger i {
  background-position: -11px -40px;
}
#signup .head-section span.login-guide {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
#signup .field-group {
  margin-bottom: 0;
  padding: 10px 0 10px 80px;
}
#signup .field-group--password {
  padding-bottom: 26px;
}
#signup .field-group label {
  width: 70px;
}
#signup .field-group--subscribe .normal {
  margin-right: 12px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
#signup .operate {
  margin-top: 10px;
}
#signup .form-button {
  margin-bottom: 10px;
  margin-top: 15px;
}
#signup .terms {
  font-size: 12px;
}
#signup-form {
  position: relative;
  margin-bottom: 20px;
}
#signup-form .email-auto {
  position: absolute;
  top: 42px;
  left: 80px;
  width: 232px;
  color: #666;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 1px 3px #c0ddf6;
  overflow: hidden;
  z-index: 1;
}
#signup-form .iframe {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
#signup-form .email-title {
  color: #666;
  padding: 3px 5px;
  border: 1px solid #8eb784;
  border-bottom: 0;
}
#signup-form .email-list {
  border: 1px solid #8eb784;
  border-top: 0;
}
#signup-form .email-list li {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  cursor: pointer;
}
#signup-form .email-list .current {
  background-color: #ddd;
  color: #000000;
}
#signup-form .email-list .current {
  background-color: #ddd;
  color: #000000;
}
.pw-strength {
  position: absolute;
  width: 232px;
  top: 37px;
  left: 80px;
  background: #c4c6c0;
}
#J-set-password-form .pw-strength {
  top: 35px;
  left: 66px;
}
.pw-strength__bar {
  background: #c4c6c0;
  height: 16px;
  width: 0;
  overflow: hidden;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all 0.4s linear;
}
.pw-strength__bar--weak {
  width: 76px;
  background: #ea9292;
}
.pw-strength__bar--normal {
  width: 154px;
  background: #f1d93a;
}
.pw-strength__bar--strong {
  width: 232px;
  background: #5aac47;
}
.pw-strength__letter {
  position: absolute;
  top: 0;
  left: 0;
}
.pw-strength__label {
  display: block;
  float: left;
  text-align: center;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  width: 76px;
  border-right: 2px solid #FFF;
  color: #ffffff;
}
.pw-strength__label--noborder {
  border-right: 0;
}
#signuped #content {
  float: none;
  width: 100%;
}
#signuped .mainbox {
  height: auto;
  box-shadow: 0 0 1px #cfe3c1;
  overflow: hidden;
  zoom: 1;
}
#signuped .mainbox h2 {
  margin: -20px -20px 0;
  padding: 15px 0 9px 20px;
  font-size: 30px;
  background: url(../../images/skin/content-title-bg.png) top center repeat-x;
  border-bottom: 1px solid #e5e5e5;
}
#signuped .notice {
  background: #ffffec;
  margin: 45px 0 20px;
  padding: 20px 0;
  border: 1px solid #eeeed6;
  text-align: center;
}
#signuped .notice .extra {
  color: #666;
  font-size: 12px;
}
#signuped .notice span.label {
  color: #cb0000;
  font-weight: bold;
  line-height: 30px;
}
#reset .field-group {
  margin-bottom: 0;
  padding: 10px 0 10px 90px;
}
#reset .field-group label {
  width: 80px;
}
#reset .mainbox {
  height: auto;
  _height: 400px;
  box-shadow: 0 0 1px #cfe3c1;
  overflow: hidden;
  zoom: 1;
}
#reset .mainbox__title {
  margin: 0 40px 25px;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 23px;
  color: #222;
  border-bottom: 1px solid #e9e9e9;
}
#reset .common-form {
  padding-left: 40px;
}
#reset .notice {
  margin: 30px 80px 30px 200px;
  padding: 10px;
}
#reset .notice .link-button {
  margin-top: 20px;
}
#reset .notice-success {
  margin-top: 101px;
  margin-left: 160px;
  font-size: 25px;
}
#verify #content {
  float: none;
  width: 100%;
}
#verify .mainbox {
  text-align: center;
  box-shadow: 0 0 1px #cfe3c1;
  overflow: hidden;
  zoom: 1;
}
#verify .notice-title {
  width: 390px;
  margin: 40px auto 5px;
  margin-bottom: 30px;
  padding-left: 60px;
  text-align: left;
  font-size: 32px;
  line-height: 52px;
  background: url(../../images/skin/sys-icons-48.png) 0 0 no-repeat;
}
#verify .auto-redirect {
  margin-bottom: 30px;
}
#verify .link-button {
  width: 100px;
}
#verify .pg-signupok .result-box h3 {
  margin-bottom: 20px;
}
#verify .pg-signupok .result-operation {
  margin-top: 30px;
  text-align: center;
}
#verify .pg-signupok .go-setting {
  margin-left: 20px;
}
#reverify #content {
  float: none;
  width: 100%;
}
#reverify .mainbox {
  height: auto;
  box-shadow: 0 0 1px #cfe3c1;
  overflow: hidden;
  zoom: 1;
}
#reverify .mainbox h2 {
  margin: -20px -20px 0;
  padding: 15px 0 9px 20px;
  font-size: 30px;
  background: url(../../images/skin/content-title-bg.png) top center repeat-x;
  border-bottom: 1px solid #e5e5e5;
}
#reverify .notice {
  margin: 20px 0 50px;
  padding: 0;
}
#reverify .notice h3 {
  margin-bottom: 20px;
}
#reverify .notice .mobile .mobile-number {
  margin-right: 20px;
  line-height: 32px;
}
#reverify .notice .operate input {
  width: 100px;
}
#reverify .tips {
  margin: 10px 0;
  font-size: 12px;
  color: #666666;
}
#reverified #content {
  float: none;
  width: 100%;
}
#reverified .mainbox {
  text-align: center;
  box-shadow: 0 0 1px #cfe3c1;
  overflow: hidden;
  zoom: 1;
}
#reverified .notice-title {
  width: 320px;
  margin: 40px auto 5px;
  padding-left: 60px;
  text-align: left;
  font-size: 32px;
  line-height: 52px;
  background: url(../../images/skin/sys-icons-48.png) 0 0 no-repeat;
}
#reverified .auto-redirect {
  margin-bottom: 30px;
}
#reverified .link-button {
  width: 100px;
}
#bind .bind {
  color: #333333;
}
#bind .bind .head {
  padding: 30px 10px 25px 40px;
}
#bind .bind .sect {
  height: 330px;
}
#bind .bind .list {
  float: left;
  margin: 10px 30px 10px;
  _display: inline;
}
#bind .bind .list li {
  float: left;
  padding: 15px 10px;
  list-style-position: inside;
  list-style-type: none;
}
#bind .bind .list .current {
  background: #f5f5f5;
}
#bind .bind .list h3 {
  font-size: 16px;
  cursor: pointer;
}
#bind .bind .list .input {
  float: left;
  width: 37px;
  margin-top: 3px;
  *margin-top: 0;
  _margin-top: 1px;
}
#bind .bind .list .text {
  float: left;
  width: 500px;
}
#bind .bind .list .f-text {
  width: 240px;
}
#bind .bind .list .intro {
  margin: 10px 0 5px;
}
#bind .bind .list .commit {
  padding-top: 10px;
}
#bind .bind .list .create {
  margin-top: 15px;
}
#bind .bind .list .hide {
  overflow: hidden;
  height: 0;
}
#settings .head {
  position: relative;
}
#settings .sect h3 {
  margin: 0 0 10px 10px;
  font-size: 14px;
}
#settings .settings-box h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
}
#settings .field .mobile {
  width: 120px;
}
#settings .address-add h3 {
  margin-left: 17px;
}
#settings .whybind {
  margin: 60px 0 10px;
  padding: 10px;
  zoom: 1;
  background: #fffbcc;
  border: 1px solid #ffec19;
}
#settings .whybind h3 {
  margin-bottom: 5px;
}
#settings .whybind ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
#settings .mainbox {
  min-height: 320px;
}
#settings .subscription-form .field-group,
#settings .subscription-form .field-group label {
  font-size: 12px;
}
.settings-form-wrapper .field-group {
  margin: 5px 0;
  padding: 0 10px 21px 110px;
  line-height: 21px;
}
.settings-form-wrapper .field-group label {
  top: 6px;
  margin: 0;
  padding: 0;
  line-height: 21px;
}
.settings-form-wrapper .field-group .f-text {
  margin-bottom: 3px;
  height: 21px;
  line-height: 21px;
}
.settings-form-wrapper .field-group .form-button {
  width: 70px;
}
.settings-form-wrapper .field-group .readonly {
  color: #666;
  background: #f1f1f1;
}
.settings-form-wrapper .f-display {
  margin: 0;
  padding: 6px 10px 5px 110px;
  line-height: 29px;
}
.settings-form-wrapper .f-display label {
  line-height: 29px;
}
.settings-form-wrapper .f-display span.text {
  margin-left: 0;
  line-height: 29px;
  vertical-align: top;
  *zoom: 1;
}
.settings-form-wrapper .f-display .inline-link {
  margin-left: 2em;
  line-height: 29px;
  vertical-align: top;
}
.settings-form-wrapper .f-password .text {
  letter-spacing: 5px;
}
.pg-account-basic #settings-form {
  margin-left: 30px;
}
.pg-account-basic #settings-form .field-group {
  padding: 4px 10px 3px 60px;
}
.pg-account-basic #settings-form .field-group label {
  top: 8px;
  width: 60px;
  text-align: left;
  line-height: 21px;
  color: #222222;
}
.pg-account-basic #settings-form .field-group span.text {
  display: inline-block;
  width: 100px;
  color: #222222;
}
.pg-account-basic #settings-form .field-group span.mail {
  display: inline-block;
  width: auto;
  color: #222222;
}
.pg-account-basic .settings-form-wrapper .f-display span.text {
  display: inline-block;
  width: 120px;
}
.pg-account-basic .settings-form-wrapper .f-display span.mail {
  width: auto;
}
.pg-account-basic .settings-form-wrapper .f-display {
  height: 29px;
}
#settings .address-table {
  margin: 10px 0 0;
}
#settings .address-table th {
  width: 95px;
  vertical-align: top;
  padding: 5px 0;
  font-weight: normal;
  text-align: right;
}
#settings .address-table td {
  padding: 5px;
  width: 540px;
}
#settings .address-table .blk-error {
  display: none;
  width: 440px;
  border: 1px solid #f60;
  height: 25px;
  line-height: 25px;
  margin: 5px 0 0;
  padding-left: 28px;
  padding-right: 10px;
  background: #fff2e9 url(../../images/skin/bg-sys-icons.gif) no-repeat 5px 5px;
}
#settings .address-div #address-table {
  table-layout: fixed;
  border-collapse: separate;
}
#settings .address-div #address-table td {
  border-top: 1px dotted #e5e5e5;
  border-bottom: 0;
}
#settings .address-div #address-table tr.first-item td {
  border-top: 0;
}
#settings .address-div .table-section {
  margin-top: 20px;
}
#settings .address-div .table-section ul,
#settings .address-div .table-section li {
  display: inline;
  text-align: right;
}
#settings .address-div .table-section span.separator {
  color: #666666;
}
#settings .address-div .table-section ul {
  padding-right: 15px;
}
#settings .address-div .table-section .right {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
#settings .address-div .table-section th.right {
  padding-right: 15px;
}
#settings .address-div .table-section .left {
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
#settings .address-div .table-section th {
  color: #666;
  padding: 11px;
  background-color: #f4f4f4;
  border-color: #e8e8e8;
}
#settings .address-div .table-section td {
  color: #222;
  padding: 10px 0 10px 15px;
  text-align: left;
}
#settings .address-div .table-section td.consignee {
  padding: 10px 15px;
  text-align: center;
}
#address-form {
  clear: both;
}
#address-form .error {
  display: block;
  width: 440px;
  border: 1px solid #f60;
  height: 25px;
  line-height: 25px;
  margin: 5px 0 0;
  padding-left: 28px;
  padding-right: 10px;
  background: #fff2e9 url(../../images/skin/bg-sys-icons.gif) no-repeat 5px 5px;
}
#settings .address-div #address-form {
  text-align: left;
  padding-left: 0;
  margin: 0;
}
#settings .address-div #address-form .field-group {
  padding: 1px 0 20px 105px;
}
#settings .address-div #address-form .field-group label {
  width: 100px;
}
#settings .address-div #address-form div.comfirm {
  padding: 7px 0 5px 105px;
}
#settings .address-div div.prompt {
  margin: 15px 0 20px;
}
#settings .address-div div.prompt th {
  text-align: left;
  padding-left: 20px;
}
#settings .address-div ul.hidden a.default {
  display: none;
}
#settings .address-div p.add {
  display: none;
}
#settings .address-div .full table {
  display: none;
}
#settings .address-div .full p.add {
  display: block;
}
#settings .address-div a.default,
#settings .address-div #address-default {
  padding-right: 10px;
}
#settings .address-div caption {
  padding: 11px;
  font-size: 14px;
  background-color: #f4f4f4;
  border: 1px solid #e8e8e8;
}
#settings .address-div caption.add-address {
  border-bottom: 0;
}
#settings .address-div a.text {
  cursor: text;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#settings .address-province {
  width: 140px;
  margin-right: 15px;
}
#settings .address-city {
  width: 140px;
  margin-right: 15px;
}
#settings .address-district {
  width: 140px;
  margin-right: 15px;
}
#settings .address-biz {
  width: 140px;
  margin-right: 15px;
}
#settings .address-building {
  width: 140px;
  margin-right: 15px;
}
#settings .address-zipcode {
  width: 120px;
}
#settings .address-detail {
  width: 470px;
}
#settings .address-city-detail {
  width: 270px;
}
#settings .address-name {
  width: 120px;
}
#settings .address-phone {
  width: 120px;
}
#settings .address-floor {
  width: 40px;
}
#settings .address-room {
  width: 60px;
}
#settings .field-group select {
  margin: 0;
  padding: 3px 0;
  height: 32px;
  font-size: 14px;
}
#credit .mainbox {
  padding-bottom: 50px;
}
#credit .filter {
  padding-top: 15px;
}
#credit .balance {
  margin: 5px 0 10px;
}
#credit .balance strong {
  font-size: 24px;
  color: #c33;
  vertical-align: -4px;
  font-family: helvetica, arial, sans-serif;
}
#credit .balance a {
  margin-left: 10px;
}
#credit .info-section strong {
  font-size: 14px;
  vertical-align: top;
  color: #cc3333;
}
#credit .table-section .detail {
  text-align: left;
}
#credit .table-section .income {
  color: #469800;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
#credit .table-section .expense {
  color: #b2302d;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
#credit .table-section a {
  color: #666666;
}
#credit .table-section .op a {
  font-size: 12px;
  color: #5b8711;
}
#credit .notice {
  padding: 10px 0;
}
#growth .mainbox {
  padding-bottom: 30px;
}
#growth .table-section .detail {
  text-align: left;
}
#growth .table-section .value {
  text-align: right;
  padding-right: 36px;
}
#growth .table-section .growth {
  position: relative;
}
#growth .table-section .mobile {
  background: url(../../images/skin/sp-growth-icons.png) 0 -190px no-repeat;
  margin-left: 3px;
  width: 10px;
  height: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  right: -13px;
}
#growth .spectip {
  margin-top: 12px;
  font-size: 12px;
  color: #e95002;
}
#growth .growth-title {
  margin: 20px 0 5px;
  font-size: 16px;
}
#growth .growth-log-tip {
  color: #999;
  font-size: 12px;
}
