.login-area {
  width: 100%;
  display: flex;
}
.login-area > div {
  flex: 1;
}
.login-area .i_home {
  background: url(../images/i_home.gif) no-repeat left 0;
  padding-left: 20px;
}
.login-area .login-box {
  margin-top: 10px;
  width: 410px;
  min-height: 385px;
  border: 1px solid #ececec;
  padding: 15px 20px;
}
.login-area .login-box .line {
  display: flex;
  line-height: 32px;
  font-size: 14px;
  align-items: center;
  margin-top: 6px;
}
.login-area .login-box .line .line-field {
  flex: 0 0 100px;
  text-align: right;
}
.login-area .login-box .line .line-input {
  flex: 0 0 auto;
  width: 220px;
}
.login-area .login-box .line .line-input input {
  width: 100%;
  border-radius: 3px;
  height: 24px;
  line-height: 22px;
  padding-left: 5px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border: 1px solid #bbb9b9;
}
.login-area .login-box .line .line-input input:focus {
  background: #daf2fb;
  border: 1px solid #a1d1e3;
}
.login-area .login-box .btn-login {
  background: url(/images/btn_form02.gif) no-repeat 0 0;
  width: 132px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.login-area .login-box .btn-login:hover {
  background: url(../images/btn_form02.gif) no-repeat -132px 0;
  color: #FFFFFF;
}
.login-area .login-box .thirdparty-line {
  font-size: 13px;
  color: black;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 14px 0 20px;
}
.login-area .login-box .thirdparty-line span {
  position: relative;
  display: inline-block;
}
.login-area .login-box .thirdparty-line span:after,
.login-area .login-box .thirdparty-line span:before {
  width: 500px;
  content: "";
  height: 1px;
  background-color: #fff;
  background-color: black;
  position: absolute;
  top: 50%;
}
.login-area .login-box .thirdparty-line span:before {
  right: 100%;
  margin-right: 20px;
}
.login-area .login-box .thirdparty-line span:after {
  left: 100%;
  margin-left: 20px;
}
.login-area #wechat-login {
  text-align: center;
}
.buy-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 23px;
}
.buy-area .info-panel {
  width: 751px;
  height: 102px;
  background-color: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 28px;
  position: relative;
}
.buy-area .buy-panel {
  width: 751px;
  height: 319px;
  background-color: #F3F6FC;
  border-radius: 5px;
}
.buy-area .buy-panel .box-container {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.buy-area .buy-panel .box-container .box {
  all: unset;
  position: relative;
  width: 182px;
  height: 212px;
  background-image: url(images/2/btn_lhxf_xf0.png);
  margin: 0 17px;
  display: flex;
  flex-direction: column;
}
.buy-area .buy-panel .box-container .box > div:nth-child(1) {
  margin-top: 63px;
  font-size: 18px;
  color: black;
  text-align: center;
}
.buy-area .buy-panel .box-container .box > div:nth-child(2) {
  font-size: 22px;
  color: #1E6FFF;
  text-align: center;
  margin-top: 15px;
}
.buy-area .buy-panel .box-container .box > div:nth-child(3) {
  font-size: 13px;
  color: #7d7d7d;
  text-align: center;
}
.buy-area .buy-panel .box-container .box:hover {
  background-position-x: -182px;
}
.buy-area .buy-panel .box-container .box:active {
  background-position-x: -364px;
}
.buy-area .buy-panel .box-container .box.sel {
  background-image: url(images/2/btn_lhxf_xf1.png);
}
.buy-area .buy-panel .box-container .box .tag {
  position: absolute;
  right: 0;
  top: 0;
}
.buy-area .btn-td {
  all: unset;
  width: 71px;
  height: 23px;
  background-image: url(images/2/btn_lhxf_td.png);
  color: white;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.buy-area .btn-td:hover {
  background-position-x: -71px;
}
.buy-area .btn-td:active {
  background-position-x: -142px;
}
.buy-area .btn-continue-buy {
  all: unset;
  width: 232px;
  height: 46px;
  background-image: url(images/2/btn_lhxf_ljxf.png);
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 22px;
}
.buy-area .btn-continue-buy:hover:not(:disabled) {
  background-position-x: -232px;
}
.buy-area .btn-continue-buy:active:not(:disabled) {
  background-position-x: -464px;
}
.buy-area .btn-continue-buy:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.buy-area .btn-login-exit {
  position: absolute;
  right: 4px;
  top: 0;
  color: blue;
}
.my-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.my-alert-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.my-alert-container > * {
  pointer-events: initial;
}
.my-alert {
  position: fixed;
  width: 400px;
  height: 224px;
  background-color: #ebf2f8;
  border: 1px solid #5d8bbc;
}
.my-alert .header {
  height: 34px;
  background-color: #5d8bbc;
  text-align: center;
  color: white;
  line-height: 34px;
  font-size: 14px;
}
.my-alert .content {
  margin: 0 20px;
  padding: 0;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-alert .btn-ok {
  margin: 0 10px;
  background: url(/images/btn_form02.gif) no-repeat 0 0;
  width: 132px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.my-alert .btn-ok:hover {
  background: url(../images/btn_form02.gif) no-repeat -132px 0;
  color: #FFFFFF;
}
.my-alert .btn-cancel {
  margin: 0 10px;
  background: url(/images/btn_form02.gif) no-repeat 0 0;
  width: 132px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.my-alert .btn-cancel:hover {
  background: url(../images/btn_form02.gif) no-repeat -132px 0;
  color: #FFFFFF;
}
.buy-number-dialog-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.buy-number-dialog-container button {
  all: unset;
}
.buy-number-dialog-container > * {
  pointer-events: initial;
  box-sizing: border-box;
}
.buy-number-dialog {
  width: 690px;
  height: 506px;
  background-color: white;
  border: 1px solid #ECECEC;
  position: fixed;
  top: 200px;
}
.buy-number-dialog .header {
  width: 100%;
  height: 39px;
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 3px;
  border: 1px solid #567DA8;
  background: linear-gradient(180deg, #739DCD 0%, #6896CA 50%, #5F8ABF 100%);
  position: relative;
  font-size: 15px;
  color: white;
}
.buy-number-dialog .header .icon {
  position: absolute;
  left: 18px;
  top: 7px;
}
.buy-number-dialog .header .title {
  position: absolute;
  left: 47px;
  top: 12px;
}
.buy-number-dialog .header .btn-close {
  position: absolute;
  background-image: url('images/3/btn_tc_lhgm_x.png');
  width: 14px;
  height: 14px;
  cursor: pointer;
  right: 18px;
  top: 13px;
}
.buy-number-dialog .header .btn-close:hover:enabled {
  background-position-x: -14px;
}
.buy-number-dialog .header .btn-close:active:enabled {
  background-position-x: -28px;
}
.buy-number-dialog .header .btn-close:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.buy-number-dialog .content-login {
  width: 100%;
  margin-left: -1px;
}
.buy-number-dialog .content-login .tab-container {
  margin: 0 47px;
  margin-top: 18px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.buy-number-dialog .content-login .tab-container button {
  cursor: pointer;
  padding-bottom: 10px;
  margin: 0 90px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.buy-number-dialog .content-login .tab-container button:hover,
.buy-number-dialog .content-login .tab-container button.active {
  border-bottom: 2px solid blue;
}
.buy-number-dialog .content-login .text-title-form {
  text-align: center;
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.buy-number-dialog .content-login .account-login-form {
  width: 300px;
  margin-top: 36px;
}
.buy-number-dialog .content-login .account-login-form .line {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.buy-number-dialog .content-login .account-login-form .line .col1 {
  flex: 0 0 50px;
}
.buy-number-dialog .content-login .account-login-form .line .col2 {
  flex: 1 1 auto;
  align-self: stretch;
  box-sizing: border-box;
}
.buy-number-dialog .content-login .account-login-form input {
  height: 28px;
}
.buy-number-dialog .content-login .account-login-form .btn-login {
  background-image: url('images/3/btn_tc_lhgm.png');
  width: 132px;
  height: 40px;
  cursor: pointer;
  color: white;
  font-size: 14px;
}
.buy-number-dialog .content-login .account-login-form .btn-login:hover:enabled {
  background-position-x: -132px;
}
.buy-number-dialog .content-login .account-login-form .btn-login:active:enabled {
  background-position-x: -264px;
}
.buy-number-dialog .content-login .account-login-form .btn-login:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.buy-number-dialog .content-buy {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 39px;
  display: flex;
  flex-direction: column;
}
.buy-number-dialog .content-buy * {
  font-size: 16px;
}
.buy-number-dialog .content-buy .top-panel {
  min-width: 100px;
  padding: 40px;
  display: flex;
}
.buy-number-dialog .content-buy .top-panel tr {
  height: 28px;
}
.buy-number-dialog .content-buy .top-panel td {
  vertical-align: middle;
}
.buy-number-dialog .content-buy .top-panel .left {
  flex: 1;
}
.buy-number-dialog .content-buy .top-panel .right {
  flex: 1;
  border: 1px solid #F5F5F5;
  border-radius: 3px;
  background-color: #F1FAFF;
  text-align: center;
}
.buy-number-dialog .content-buy .top-panel .right table {
  width: calc(100% - 80px);
  margin: 40px;
  margin-bottom: 10px;
}
.buy-number-dialog .content-buy .top-panel .right table td:nth-child(2) {
  text-align: right;
}
.buy-number-dialog .content-buy .top-panel .btn-buy-number {
  background-image: url('images/3/btn_tc_lhgm.png');
  width: 132px;
  height: 40px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  text-align: center;
}
.buy-number-dialog .content-buy .top-panel .btn-buy-number:hover:enabled {
  background-position-x: -132px;
}
.buy-number-dialog .content-buy .top-panel .btn-buy-number:active:enabled {
  background-position-x: -264px;
}
.buy-number-dialog .content-buy .top-panel .btn-buy-number:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.buy-number-dialog .content-buy .bottom-panel {
  width: 100%;
  background-color: #F5F5F5;
  flex: 1;
  text-align: left;
  padding: 40px;
  box-sizing: border-box;
}
.buy-number-dialog .content-buy .bottom-panel * {
  text-align: left;
}
.buy-number-dialog .content-buy .bottom-panel ol {
  all: unset;
}
