/*home*/
.mask-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 740px;
  z-index: 100;
  background-image: url('../other/skin/images/h0011.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 740px;
}
.news-dt {
  width: 1265px;
  margin: 0 auto 30px;
}
.news-dt h3 {
  color: #000;
  text-align: center;
  font-size: 28px;
}
.news-dt .news-plat {
  display: flex;
  justify-content: center;
}
.news-dt .news-plat .news-section {
  width: 380px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ddd;
  transition: 0.3s;
  margin: 0 20px;
}
.news-dt .news-plat .news-section:hover {
  transform: scale(1.01);
}
.news-section .news-section-img {
  position: relative;
  width: 340px;
  margin-bottom: 20px;
}
.news-section .news-section-img img {
  width: 100%;
}
.news-section .news-home-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  transform: translate(0, -50%);
}
.news-section .news-home-text b {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
.news-section .news-home-text span {
  font-size: 14px;
}
.news-home-list li {
  color: #333;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.news-home-list li a {
  display: flex;
}
.news-home-list li a i {
  display: block;
  margin-right: 10px;
  color: #999;
  font-size: 13px;
  width: 45px;
}

.news-home-list li a span {
  display: block;
  height: 40px;
  overflow: hidden;
  flex: 1;
}
.news-link {
  display: flex;
  width: 140px;
  height: 40px;
  color: #00a4ff;
  border: 1px solid #00a4ff;
  border-radius: 3px;
  margin-top: 15px;
  line-height: 40px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.news-link img {
  width: 20px;
  margin-left: 5px;
}

/*register*/
.promote{display: none;}
.regsiter-account {
  height: 90px;
  background-color: #0f1221;
}
input[type=text],
input[type=password]{
	  display: inline-block;
    -ms-flex: 1;
    flex: 1;
    min-width: 80px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #bbb;
    color: #333;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: none;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.zent-btn{
    padding: 0 15px;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
    display: block;
    width: 100%;
    padding: 0;
}
.register-box {
	   width: 550px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    position: relative;
    height: 566px;
    padding: 50px 56px 60px;
    margin: 50px auto;
}

.register-box__title {
    font-weight: 500;
    font-size: 26px;
    color: #323233
}

.register-box__form {
    margin-top: 30px
}

.register-box__form__btn, .register-box__form__btn-disabled {
    margin: 70px auto 16px;
    height: 48px;
    line-height: 46px;
    background: #155bd4;
    font-size: 18px
}
.register-box__form__btn-disabled {
    background: #bbb;
}

.register-box__form__btn:hover {
    background: #3773da
}
.zent-btn-primary{
	color: #fff;
}
.register-box__form__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.register-box__form__links a {
    color: #155bd4
}

.register-box__form__links__actions {
    font-size: 14px
}

.register-box__form__links__actions>span {
    margin-right: 10px;
    color: #969799
}

.register-box__form__check {
    font-size: 14px
}


.account-input {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px
}

.account-input__select {
    margin-right: 32px
}

.account-input__select:focus .zent-select-text {
    border-bottom: 1px solid #155bd4
}

.account-input__select .zent-select-text {
    padding: 0 16px 0 0;
    height: 48px;
    line-height: 48px;
    border-color: transparent;
    font-size: 16px;
    color: #323232;
    border-bottom: 1px solid #dcdee0;
    box-sizing: border-box
}

.account-input__select .zent-select-text:after {
    width: 12px;
    height: 12px;
    right: 2px;
    margin-top: -5px;
    background-image: url(../../../../b.yzcdn.cn/public_files/3529abae0436d55fd3832edee22cbd22.png_%3b%20filename_%3dutf-8%27%273529abae0436d55fd3832edee22cbd22.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.account-input__select--open .zent-select-text {
    border-bottom: 1px solid #155bd4
}

.account-input__select--error .zent-select-text {
    border-bottom: 1px solid #d40000
}

.account-input__input {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    height: 48px;
    max-height: 48px;
    border: 0;
    outline: 0;
    box-sizing: border-box
}

.account-input__input .zent-input {
    padding: 0;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    color: #323232;
    border-radius: 0;
    border-bottom: 1px solid #dcdee0
}

.account-input__input .zent-input:focus {
    border: 0;
    border-bottom: 1px solid #155bd4;
    box-shadow: none
}

.account-input__input--error .zent-input {
    border-bottom: 1px solid #d40000!important
}

.account-input__warning {
    position: absolute;
    right: 0;
    bottom: -22px;
    font-size: 14px;
    color: #969799
}

.account-input__warning--error {
    color: #d40000
}

.account-input__warning>a {
    color: #155bd4;
    cursor: pointer
}


.account-captcha {
    position: relative;
    margin-top: 32px
}

.account-captcha__input {
    height: 48px;
    max-height: 48px
}

.account-captcha__input .zent-input {
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: #323232;
    border-radius: 0;
    border-bottom: 1px solid #dcdee0
}

.account-captcha__input .zent-input:focus {
    border: 0;
    outline: none;
    border-bottom: 1px solid #155bd4;
    box-shadow: none
}

.account-captcha__input--error .zent-input {
    border-bottom: 1px solid #d40000!important
}

.account-captcha__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #155bd4;
    cursor: pointer
}

.account-captcha__btn--disable {
    color: #969799;
    cursor: not-allowed
}

.account-captcha__warn {
    position: absolute;
    right: 0;
    bottom: -22px;
    font-size: 14px;
    color: #969799
}

.account-captcha__warn--error {
    color: #d40000
}

.account-captcha__warn>a {
    color: #155bd4;
    cursor: pointer
}

.account-password {
    position: relative;
    margin-top: 32px
}

.account-password__input {
    height: 48px;
    max-height: 48px
}

.account-password__input .zent-input {
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: #323232;
    border-radius: 0;
    border-bottom: 1px solid #dcdee0
}

.account-password__input .zent-input:focus {
    border: 0;
    outline: none;
    border-bottom: 1px solid #155bd4;
    box-shadow: none
}

.account-password__input--error .zent-input {
    border-bottom: 1px solid #d40000!important
}

.account-password__icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s;
    z-index: 100
}

.account-password__icon--open {
    opacity: 1;
    background-image: url(../../../../b.yzcdn.cn/public_files/0467d1acf41bc06888a849f5763885a9.png_%3b%20filename_%3dutf-8%27%270467d1acf41bc06888a849f5763885a9.png)
}

.account-password__icon--hide {
    opacity: 1;
    height: 13.5px;
    background-image: url(../../../../b.yzcdn.cn/public_files/e8802f574d868eefb35fcf15670ac4ce.png_%3b%20filename_%3dutf-8%27%27e8802f574d868eefb35fcf15670ac4ce.png)
}

.account-password__icon--right {
    opacity: 1;
    height: 14.15px;
    background-image: url(../../../../b.yzcdn.cn/public_files/9440ba964d626556fbc5c3c9910c50d1.png_%3b%20filename_%3dutf-8%27%279440ba964d626556fbc5c3c9910c50d1.png)
}

.account-password__error {
    position: absolute;
    right: 0;
    bottom: -22px;
    font-size: 14px;
    color: #d40000
}

.register-box {
    position: relative;
    height: 566px;
    padding: 50px 56px 60px;
    box-sizing: border-box
}

.register-box__title {
    font-weight: 500;
    font-size: 26px;
    color: #323233
}

.register-box__form {
    margin-top: 30px
}

.register-box__form__btn {
    margin: 70px auto 16px;
    height: 48px;
    line-height: 46px;
    background: #155bd4;
    font-size: 18px
}

.register-box__form__btn:hover {
    background: #3773da
}

.register-box__form__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.register-box__form__links a {
    color: #155bd4
}

.register-box__form__links__actions {
    font-size: 14px
}

.register-box__form__links__actions>span {
    margin-right: 10px;
    color: #969799
}

.register-box__form__check {
    font-size: 14px
}

.account {
    min-width: 1200px;
    min-height: 726px
}

.account__container__right__logo {
    margin-top: 94px
}

@media screen and (max-height: 726px) {
    .footer {
        position:static;
        margin-top: 108px
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width:834px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .footer {
        position:static;
        margin-top: 158px
    }
}

.register__dialog__error {
    font-size: 14px;
    color: #646566;
    line-height: 20px
}

.register__dialog__error .title {
    margin-bottom: 6px
}

.register__dialog__error .title>span {
    color: #323233;
    font-weight: 500
}

.register__dialog__error__icon {
    margin-right: 10px;
    color: #ed6a0c
}

.register__dialog__error .message {
    padding-left: 24px
}

.zent-checkbox-checked>.zent-checkbox>.zent-checkbox-inner {
    border-color: #155bd4;
    background: #155bd4
}
.disabled-sms {
    color: #999;
}

/*ç”¯î†¼å§ªé‚å›¨ã€‚*/
.content-help {
  display: flex;
  max-width: 1100px;
  background-color: #fff;
  margin: 20px auto;
}
.regsiter-search {
  height: 150px;
  width: 100%;
  background-color: #0f1221;
  text-align: center;
  padding-top: 50px
}
.regsiter-search .search-box {
  display: flex;
  width: 600px;
  margin: 0 auto;
}
.regsiter-search .search-box .search-ipt {
  display: block;
  width: 480px;
  height: 40px;
  flex: none;
  border-radius: 0;
  border-right: 0;
  color: #fff;
  font-size: 14px;
}
.regsiter-search .search-box .search-ipt::-webkit-input-placeholder,
.regsiter-search .search-box .search-ipt::-moz-placeholder,
.regsiter-search .search-box .search-ipt:-moz-placeholder,
.regsiter-search .search-box .search-ipt::-ms-input-placeholder {
  color:white;
}
.regsiter-search .search-intro {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.regsiter-search .search-box .search-btn {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #1890ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.help-navigator {
  width: 240px;
  border-right: 1px solid #f2f2f2;
}
.help-content {
  flex: 1;
  overflow: hidden;
  padding: 20px;
  color: #333;
  font-size: 14px;
}
.help-navigator h2 {
  height: 50px;
  padding: 0 0 0 24px;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #f2f2f2;
  color: #333;
  box-sizing: border-box;
}
.help-navigator .layui-nav-tree {
  width: 100%;
}
.help-navigator .layui-nav {
  color: #333;
  background-color: #fff;
}
.help-navigator .layui-nav-tree .layui-nav-item a:hover {
  background-color: #fff;
  color: #1890ff;
}
.help-navigator .layui-nav .layui-nav-item a {
  color: #333;
  padding: 0 24px;
}
.help-navigator .layui-nav-itemed>a,
.help-navigator .layui-nav-tree .layui-nav-title a {
  color: #333 !important;
}
.help-navigator .layui-nav-tree .layui-nav-title a:hover {
  color: #1890ff !important;
}
.help-navigator .layui-nav-itemed>.layui-nav-child {
  background-color: #fff !important;
}
.help-navigator .layui-nav-tree .layui-nav-child a {
  padding-left: 48px;
}
.help-navigator .layui-nav-tree .layui-nav-bar {
  background-color: #fff;
}
.help-navigator .layui-nav-tree .layui-nav-item {
  line-height: 40px;
}
.help-navigator .layui-nav-tree .layui-nav-item a  {
  line-height: 40px;
  height: 40px;
}
.help-navigator .layui-nav-tree .layui-nav-child dd.layui-this,
.help-navigator .layui-nav-tree .layui-nav-child dd.layui-this a,
.help-navigator .layui-nav-tree .layui-this,
.help-navigator .layui-nav-tree .layui-this>a,
.help-navigator .layui-nav-tree .layui-this>a:hover {
  background-color: #fff;
  color: #1890ff;
}
.help-navigator .layui-nav .layui-nav-more {
  border: none;
  width: 14px;
  height: 14px;
  background-image: url('../img/down.png');
  background-repeat: no-repeat;
  background-size: 14px;
}
.help-navigator .layui-nav-itemed>a .layui-nav-more {
  border: none;
  width: 14px;
  height: 14px;
  background-image: url('../img/top.png');
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: -9px;
}

.help-navigator .layui-nav .layui-nav-child a {
  font-size: 13px;
  color: #666;
}

/*news*/
.news-content {
  max-width: 1100px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
}
.news-content ul li{
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.3s;
}
.news-content ul li:hover {
  transform: scale(1.01)
}
.news-content ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.news-content ul li a {
  display: flex;
  color: #333;
}
.news-content ul li a:hover {
  color: #333;
}
.news-content ul li .news-img {
  width: 200px;
  max-height: 160px;
  align-self: center;
  border-radius: 3px;
  margin-right: 20px;
}
.news-content ul li .news-left-cont {
  flex: 1;
  overflow: hidden;
}
.news-content .news-left-cont h4 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-content .news-left-cont .news-left-intro {
  font-size: 13px;
  color: #666;
  height: 72px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient:
  vertical;overflow: hidden;
  text-overflow: ellipsis;
}
.news-content .news-left-cont .news-date {
  display: flex;
  justify-content: space-between;
  color: #999;
}
.bgc-pages {
  margin-top: 20px;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0;
  text-align: right;
}
.bgc-pages a {
  height: 30px;
  padding:0 10px;
  color: #888;
  border: 1px solid #ddd;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-right:10px;
}
.bgc-pages a.wd {
  width: 80px;
  padding: 0 10rpx;
}
.bgc-pages a:hover, .bgc-pages a.active {
  color: #1890ff;
  border: 1px solid #1890ff;
}

/*context*/
.context-bgc {
  max-width: 1100px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 20px #ccc;
}
.context-bgc .context-title {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.context-bgc .context-intro {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.context-bgc .context-intro span {
  display: inline-block;
  margin: 0 10px;
}
.context-bgc .context-text {
  font-size: 13px;
  color: #555555;
  line-height: 24px;
}
.context-bgc .context-text img {
  max-width: 1060px;
}

/*join*/
.join-header {
  position: relative;
  width: 100%;
}
.join-header .join-banner {
  width: 100%;
}
.join-header .join-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.join-header .join-text b {
  display: block;
  font-size: 38px;
  margin-bottom: 20px;
}
.join-header .join-text i {
  font-size: 30px;
  margin-bottom: 20px;
}
.join-header .join-text span {
  font-size: 18px;
}
.join-content {
  max-width: 1100px;
  margin: 20px auto;
  background-color: #fff;
  padding: 60px;
}
.join-content  p {
  text-indent: 2em;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
}
.join-form b {
  display: block;
  font-size: 16px;
  color: #333;
  margin: 20px 0 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.join-form-ipt {
  width: 350px;
}
.w750 {
  width: 450px;
  margin: 0 auto;
}
.w350 {
  width: 450px;
}
.join-form-ipt .form-ipt1 {
  width: 100%;
  height: 35px;
}
.join-form-ipt div {
  display: flex;
  align-items: center;
}
.join-form-ipt div label {
  display: block;
  width: 100px;
  font-size: 14px;
}
.join-select select, .select-type select{
  height: 35px;
  width: 170px;
  border: 1px solid #bbb;
  margin-right: 10px;
  color: #777;
  padding: 0 10px;
}
.select-type select {
  width: 350px;
  padding: 0 10px;
}
.join-select select option {
  color: #999;
}
.join-select select:last-child {
  margin-right: 0;
}
.select-type .layui-unselect{
  width: 350px;
  height: 35px;
  width: 170px;
}
.submit-info {
  display: block;
  background-color: #1890ff;
  width: 120px;
  height: 35px;
  margin-left: 100px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
}
.layui-form-select dl dd.layui-this {
  background-color: #1890ff;
}
.nav-news-content {
    margin-bottom: -20px;
    box-shadow: none;
    border-bottom: 1px solid #efefef;
}

.more-help {
	display: none;
}

@media screen and (max-width: 750px) {
  .news-dt {
    width: 100%;
  }
  .news-dt .news-plat {
    display: block;
  }
  .news-dt .news-plat .news-section {
    width: auto;
    margin-bottom: 20px;
    padding: 5%;
  }
  .news-section .news-section-img {
    width: 100%;
  }
  .join-text h2, .join-text div{
    font-size: 13px !important;
    margin-bottom: 10px !important;
    line-height: 24px;
  }
  .join-text h2 span, .join-text strong, .join-text b, .join-text i{
    font-size: 18px !important;
  }
  .join-text b, .join-text i {
    margin-bottom: 5px;
  }
  .join-text>b, .join-text>i {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .join-header .join-text {
    top: 20px;
  }
  .join-content {
    padding: 20px;
  }
  .join-select select {
    width: 115px;
  }
  .select-type select {
    width: 240px;
  }
  .w350 {
    width: 340px;
  }
  .register-box {
    width: 100%;
    padding: 20px;
  }
  .context-text img{
  	width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .register-box__title {
    font-size: 24px;
  }
  .register-box__form__check, .register-box__form__links__actions {
    font-size: 12px;
  }
  .news-content {
    padding: 10px;
  }
  .news-content ul li .news-img {
    width: 100px;
    max-height: 80px;
    margin-right: 10px;
    align-self: flex-start;
  }
  .news-content .news-left-cont .news-left-intro {
    height: 35px;
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
  }
  .news-content .news-left-cont h4 {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .news-content .news-left-cont .news-date {
    color: #aaa;
    font-size: 11px;
  }
  .context-text table tbody tr td {
    padding: 10px;
  }
  .context-text table tbody tr td p{
    text-indent: 0 !important;
  }
  .context-text table tbody tr td p span{
    font-size: 14px !important;
  }
  .page-02 .section-1 .list li {
    width: 44% !important;
    height: 260px !important;
  }
  .page-02 .section-1 .list li .img {
    margin: 10px auto !important;
  }
  .page-02 .section-1 .list li h3 {
    font-size: 16px !important;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .page-02 .section-1 .list li p {
    font-size: 12px !important;
    margin: 0 20% !important;
  }
  .help-content img{
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }
  .help-navigator {
    position: fixed;
    left: -200px;
    top: 70px;
    z-index: 10;
    border: 1px solid #f2f2f2;
    border-left: 0;
    width: 200px !important;
    box-shadow: 0 0 5px #ccc;
    transition: 0.3s;
  }
  .open-help {
  	left: 0;
  }
  .help-navigator .layui-nav {
    height: 360px;
    overflow-y: scroll;
  }
  .help-navigator h2 {
    background-color: #fff;
  }
  .help-navigator .layui-nav-tree .layui-nav-child a {
    padding-left: 29px !important;
  }
  .help-navigator .layui-nav .layui-nav-child a {
    font-size: 12px !important;
  }
  .help-navigator .layui-nav-tree .layui-nav-item a {
    height: 30px;
    line-height: 30px;
  }
  .more-help {
  	display: block;
  	position: absolute;
  	right: -19px;
  	top: 50%;
  	transform: translate(0, -50%);
	width: 20px;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	z-index: 11;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-left: 0;
	font-weight: bold;
  }
  .regsiter-search {
  	margin-top: -30px;
  	padding-top: 0;
  	height: auto !important;
  }
  .regsiter-search .search-box {
  	width: 100%;
  }
  .regsiter-search .search-box .search-ipt {
  	width: 50%;
  	height: 30px;
  }
  .regsiter-search .search-box {
  	justify-content: center;
  }
  .regsiter-search .search-box .search-btn {
  	height: 30px !important;
  	line-height: 30px;
  }
}