<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article .register-right .forget-password .forget-password-left i, article .register-right .submit a, article .register-right .agree i {
  display: inline-block;
  zoom: 1;
  *display: inline; }

::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px; }

::-moz-placeholder {
  color: #999999;
  font-size: 12px; }

:-ms-input-placeholder {
  color: #999999;
  font-size: 12px; }

:-moz-placeholder {
  color: #999999;
  font-size: 12px; }

article .register-right .forget-password .forget-password-left i, article .register-right .submit a, article .register-right .agree i {
  display: inline-block;
  zoom: 1;
  *display: inline; }

::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px; }

::-moz-placeholder {
  color: #999999;
  font-size: 12px; }

:-ms-input-placeholder {
  color: #999999;
  font-size: 12px; }

:-moz-placeholder {
  color: #999999;
  font-size: 12px; }

.layout {
  width: 1200px;
  margin: 0 auto; }

/*header {
  background: #fff;
  height: 122px;
  line-height: 120px;
  border-bottom: 2px solid #567fe6; }
  header h2 {
    font-size: 28px;
    font-weight: bold;
    color: #567fe6; }
  header h2 a {
    font-size: 28px;
    font-weight: bold;
    color: #567fe6; }
  header h2 a:hover {
    color: #567fe6; }*/
  
header {
  background: #fff;
  border-bottom: 2px solid #567fe6; }
  header .logo-wrap {
    height: 120px; }
  header .logo-wrap img{
	float: left;
	display: block;
	width: 72px;
	height: 68px;
	margin-top: 26px;
	/*background: url(../images/logo.jpg) no-repeat;*/
}
    header .logo-wrap p {
      float: left;
      line-height: 120px;
      margin-left: 10px; }
      header .logo-wrap p a {
        font-size: 28px;
        color: #567fe6;
        font-weight: bold; }

article {
  background: #fafafa;
  padding: 44px 0 155px; }
  article .describe {
    width: 860px;
    margin: 0 auto;
    text-align: right;
    font-size: 24px;
    color: #567fe6;
    font-weight: bold;
    line-height: 62px; }
  article section {
    width: 860px;
    height: 590px;
    margin: 0 auto; }
  article .register-left {
    float: left;
    position: relative;
    width: 430px;
    height: 100%;
    background: #567fe6 url(../images/register-bg-1.png) no-repeat; }
    article .register-left .register-describe {
      position: absolute;
      top: 49px;
      left: 33px; }
      article .register-left .register-describe h4 {
        font-size: 28px;
        color: #fff;
        line-height: 66px; }
      article .register-left .register-describe div {
        width: 30px;
        height: 2px;
        background: #fff;
        margin-bottom: 30px; }
      article .register-left .register-describe p {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        font-weight: lighter; }
  article .register-right {
    float: right;
    width: 430px;
    *width: 300px;
    height: 100%;
    padding: 0 65px;
    background: #fff; }
    article .register-right form {
      margin-top: 6px; }
    article .register-right .input-frame {
      position: relative;
      padding-bottom: 12px; }
    article .register-right .input-frame-wrapper {
      border-bottom: 1px solid #ccc; }
      article .register-right .input-frame-wrapper input {
        background: #fff;
        height: 57px;
        *height: 17px;
        line-height: 27px;
        padding: 15px 0;
        width: 100%;
        border: none;
        font-size: 16px;
        color: #555; }
      article .register-right .input-frame-wrapper input::-webkit-input-placeholder {
        font-size: 16px;
        color: #b6b6b6; }
      article .register-right .input-frame-wrapper input::-moz-placeholder {
        font-size: 16px;
        color: #b6b6b6; }
      article .register-right .input-frame-wrapper input:-ms-input-placeholder {
        color: #b6b6b6; }
    article .register-right .tips {
      position: absolute;
      z-index: 1;
      padding-left: 22px;
      color: #ff0b0b;
      font-size: 12px;
      font-weight: normal;
      line-height: 22px;
      background: url(../images/ico-tips-small.png) 0 5px no-repeat; }
    article .register-right .input-option input {
      float: left;
      width: 145px; }
    article .register-right .input-option .identifying-code {
      float: left;
      cursor: pointer;
      margin-top: 10px; }
      article .register-right .input-option .identifying-code img {
        width: 80px;
        height: 40px; }
    article .register-right .input-option .change-code, article .register-right .input-option .request-message {
      float: right;
      font-size: 16px;
      line-height: 20px;
      margin-top: 20px;
      color: #567fe6; }
      article .register-right .input-option .change-code:hover, article .register-right .input-option .request-message:hover {
        text-decoration: underline; }
    article .register-right .forget-password {
      height: 25px;
      line-height: 25px;
      margin-top: 15px; }
      article .register-right .forget-password .forget-password-left {
        float: left;
        font-size: 16px;
        color: #333; }
        article .register-right .forget-password .forget-password-left i {
          width: 14px;
          height: 14px;
          margin-right: 13px;
          vertical-align: -2px;
          *vertical-align: 2px;
          background: url(../images/ico-login.png) 0 -16px no-repeat; }
      article .register-right .forget-password .forget-password-right {
        float: right; }
        article .register-right .forget-password .forget-password-right a {
          font-size: 16px;
          color: #333; }
          article .register-right .forget-password .forget-password-right a:hover {
            color: #567fe6; }
    article .register-right .submit {
      margin-top: 18px; }
      article .register-right .submit a {
        height: 50px;
        line-height: 50px;
        width: 100%;
        *width: 300px;
        color: #f6f6f6;
        font-size: 20px;
        text-align: center;
        background: #567fe6;
        border-radius: 5px; }
        article .register-right .submit a:hover {
          background: #567fe6
#567fe6
#567fe6;
          box-shadow: 1px 2px 1px #ddd; }
    article .register-right .agree, article .register-right .no-register {
      font-size: 15px;
      color: #333;
      text-align: center;
      line-height: 20px;
      margin-top: 18px; }
      article .register-right .agree a, article .register-right .no-register a {
        font-size: 15px;
        color: #567fe6; }
        article .register-right .agree a:hover, article .register-right .no-register a:hover {
          text-decoration: underline; }
    article .register-right .agree .layui-form.layui-inline {
      vertical-align: 2px; }
      article .register-right .agree .layui-form.layui-inline .layui-form-checked[lay-skin=primary] i {
        border-color: #567fe6;
        background-color: #567fe6; }
      article .register-right .agree .layui-form.layui-inline .layui-form-checkbox[lay-skin=primary]:hover i {
        border-color: #567fe6; }
    article .register-right .agree i {
      width: 16px;
      height: 16px;
      margin-right: 12px;
      vertical-align: -1px;
      cursor: pointer; }
      article .register-right .agree i.agree-ico {
        background: url(../images/ico-login.png) 0 0 no-repeat; }
      article .register-right .agree i.not-agree-ico {
        background: url(../images/ico-login.png) 0 -16px no-repeat; }
    article .register-right .no-register {
      margin-top: 13px; }
      article .register-right .no-register a {
        font-size: 18px; }

.footer {
  background: #fafafa;
  margin-top: 50px;
  margin-top: 0;
  background: #fff; }
  .footer .footer-links {
    line-height: 30px;
    padding: 42px 0 12px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1; }
    .footer .footer-links span {
      font-size: 14px;
      color: #333;
      margin-right: 46px; }
      .footer .footer-links span.last-footer-links {
        margin-right: 0; }
  .footer .icp {
    text-align: center;
    line-height: 62px;
    padding-bottom: 49px; }
    .footer .icp span {
      font-size: 14px;
      color: #333;
      margin-right: 10px; }
      .footer .icp span.last-icp {
        margin-right: 0; }

</pre></body></html>