body {
  position: relative;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #dd4850 !important;
  background-color: #dd4850 !important;
  color: #fff !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.input {
  height: 60px;
  border: solid 1px #e8e8e8;
  margin: 16px auto 0;
  background-color: #fff;
}
.input input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 20px;
  background: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.input ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c4c3c4;
}
.input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c4c3c4;
  opacity: 1;
}
.input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c4c3c4;
  opacity: 1;
}
.input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c4c3c4;
}
.input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c4c3c4;
}
.input .eye {
  width: 60px;
  height: 60px;
  background: url(open_eye.png?20211104) no-repeat center center;
}
.input .eye.close {
  background: url(close_eye.png?20211104) no-repeat center center;
}
.input .forget {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 20px;
  color: #dd4850;
}
.button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 24px;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 4px;
}
.button.primary {
  border: solid 1px #dd4850;
  background: #dd4850;
  color: #fff;
}
.button.primary:active {
  background: rgba(233, 92, 85, 0.7);
}
.button.default {
  border: solid 1px #dd4850;
  color: #dd4850;
  background: #fff;
}
.button[disabled] {
  pointer-events: none;
  background: #ddd;
  border: solid 1px #ddd;
  color: #999;
}
.button.loading:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(loading.gif) no-repeat;
  background-size: 32px 32px;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-left: 12px;
}
.get-code {
  min-width: 120px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 24px;
  background: #f1f1f1;
  line-height: 60px;
  color: #dd4850;
  font-size: 20px;
  text-decoration: none;
}
.rand {
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 24px;
  line-height: 60px;
  color: #dd4850;
  font-size: 20px;
  text-decoration: none;
}
.get-code:active {
  opacity: 0.8;
}
.get-code.stop {
  opacity: 0.6;
  pointer-events: none;
}
.top {
  width: 60px;
  height: 60px;
  background: url(top.png?20211104) no-repeat;
  position: fixed;
  bottom: 100px;
  right: 70px;
  z-index: 6;
}
.nav {
  min-width: 1200px;
  width: 100%;
  height: 92px;
  background-color: #52b8c7cf;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.nav .logo {
  float: left;
  margin-top: 18px;
}
.nav .link {
  float: right;
  line-height: 81px;
  font-size: 0;
}
.nav .link a {
  font-size: 20px;
  color: #666666;
  text-decoration: none;
  padding: 0 36px;
}
.nav .link a.on,
.nav .link a:hover {
  color: #dd4850;
}
.nav .link .username,
.nav .link .logout {
  display: none;
}
.nav .link .logout {
  padding-left: 10px;
}
.nav .language {
  font-size: 20px;
  color: #666666;
  float: right;
  line-height: 81px;
  padding-right: 15px;
  margin-left: 36px;
  cursor: pointer;
  position: relative;
}
.nav .language .lang-w {
  border: solid 1px #e0e0e0;
  background: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 5px 0;
  box-shadow: 0 0 5px #e0e0e0;
  display: none;
}
.nav .language .lang-w a {
  width: 100px;
  height: 32px;
  font-size: 16px;
  color: #666666;
  display: block;
  text-decoration: none;
  line-height: 32px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav .language .lang-w a.on {
  background-color: #eee;
}
.nav .language:before {
  content: '';
  width: 8px;
  height: 4px;
  background: url(sel.png?20211104) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}
.nav .language.show {
  color: #dd4850;
}
.nav .language.show .lang-w {
  display: block;
}
.nav .language.show:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.footer {
  min-width: 1220px;
  padding: 30px 0;
  background: #333333;
  text-align: center;
}
.footer .download {
  display: inline-block;
}
.footer .download .title {
  font-size: 15px;
  color: #a6a6a6;
  display: none;
}
.footer .download .link {
  padding: 40px 0;
}
.footer .download .link a {
  min-width: 46px;
  float: left;
  margin: 0 20px;
  font-size: 13px;
  color: #a6a6a6;
  text-decoration: none;
  padding-top: 46px;
  text-align: center;
  line-height: 24px;
}
.footer .download .link .win {
  background: url(win_i.png?20211104) no-repeat center top;
}
.footer .download .link .mac {
  background: url(mac_i.png?20211104) no-repeat center top;
}
.footer .download .link .android {
  background: url(android_i.png?20211104) no-repeat center top;
}
.footer .download .link .ios {
  background: url(apple_i.png?20211104) no-repeat center top;
}
.footer .download .link a:hover {
  color: #dd4850;
}
.footer .download .link .win:hover {
  background: url(win_i2.png?20211104) no-repeat center top;
}
.footer .download .link .mac:hover {
  background: url(mac_i2.png?20211104) no-repeat center top;
}
.footer .download .link .android:hover {
  background: url(android_i2.png?20211104) no-repeat center top;
}
.footer .download .link .ios:hover {
  background: url(apple_i2.png?20211104) no-repeat center top;
}
.footer .font-txt {
  font-size: 14px;
  color: #a6a6a6;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
}
.footer .font-txt a {
  color: #a6a6a6;
  padding: 0 10px;
  text-decoration: none;
}
.footer .font-txt .argeement {
  margin-left: 60px;
}
.content {
  min-width: 1220px;
  margin-top: 81px;
  position: relative;
}
.index-content .header {
  height: 705px;
  background: url(1.png) no-repeat center top;
  padding: 80px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.index-content .header .left {
  float: left;
}
.index-content .header .btns {
  width: 480px;
  padding: 10px 0;
}
.index-content .header .btns a {
  float: left;
  display: block;
  margin: 10px 24px 0 0;
}
.index-content .header .btns a:hover {
  filter: contrast(1.2);
  -webkit-filter: contrast(1.2);
  -moz-filter: contrast(1.2);
  -ms-filter: contrast(1.2);
}
.index-content .header .ewm {
  width: 193px;
  height: 193px;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url(ewm_bg.png?20211104) no-repeat;
  margin: 40px auto 0;
}
.index-content .header .scan {
  text-align: center;
  font-size: 20px;
  color: #303030;
  padding: 10px 0;
}
.index-content .page1 {
  height: 653px;
  background: url(page2_TW.jpg?20211104) no-repeat center top;
}
.index-content .page1 .font {
  width: 600px;
  float: right;
  margin-top: 200px;
}
.index-content .page1 .font .txt1 {
  font-size: 36px;
  color: #dd4850;
  margin-bottom: 20px;
}
.index-content .page1 .font .txt2 {
  font-size: 22px;
  line-height: 40px;
  color: #303030;
}
.index-content .page2 {
  height: 672px;
  background: url(page3_TW.jpg?20211104) no-repeat center top;
}
.index-content .page2 .font {
  width: 600px;
  float: left;
  margin-top: 200px;
}
.index-content .page2 .font .txt1 {
  font-size: 36px;
  color: #dd4850;
  margin-bottom: 20px;
}
.index-content .page2 .font .txt2 {
  font-size: 22px;
  line-height: 40px;
  color: #303030;
}
.index-content .page3 {
  height: 548px;
  background: url(page4_TW.jpg?20211104) no-repeat center top;
}
.index-content .page3 .font {
  width: 600px;
  float: right;
  margin-top: 200px;
}
.index-content .page3 .font .txt1 {
  font-size: 36px;
  color: #dd4850;
  margin-bottom: 20px;
}
.index-content .page3 .font .txt2 {
  font-size: 22px;
  line-height: 40px;
  color: #303030;
}
.download-content {
  min-width: 1400px;
  height: 935px;
  background: url(download_CN.jpg?20211104) no-repeat center top;
}
.download-content .w1200 {
  width: 1400px;
  height: 100%;
}
.download-content .ewm {
  width: 180px;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  right: 30px;
  margin-top: -108px;
  overflow: hidden;
  z-index: 5;
  padding: 4px 6px 14px;
  box-sizing: border-box;
}
.download-content .ewm .code {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
}
.download-pc {
  height: 100%;
  width: 620px;
  float: left;
  padding-top: 120px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 100px;
}
.download-pc .clearfix {
  margin-top: 540px;
  display: inline-block;
}
.download-pc .clearfix a {
  float: left;
  margin: 0 10px;
}
.download-pc .txt {
  font-size: 30px;
  color: #dd4850;
  margin-top: 50px;
  text-align: center;
}
.download-mb {
  height: 100%;
  overflow: hidden;
  padding-top: 120px;
  box-sizing: border-box;
  text-align: center;
}
.download-mb .clearfix {
  margin-top: 540px;
  display: inline-block;
}
.download-mb .clearfix a {
  float: left;
  margin: 0 10px;
}
.download-mb .txt {
  font-size: 30px;
  color: #dd4850;
  margin-top: 50px;
  text-align: center;
}
.account-content {
  height: 927px;
  background: url(login_bg_TW.jpg?20211104) no-repeat center top;
  background-size: cover;
}
.account-content .account-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 200px;
}
.account-content .login-wrap,
.account-content .register-wrap,
.account-content .forget-wrap,
.account-content .change-wrap {
  width: 480px;
  background: url(login_w.png?20211104) no-repeat;
  float: right;
  padding: 36px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.account-content .login-wrap .logo,
.account-content .register-wrap .logo,
.account-content .forget-wrap .logo,
.account-content .change-wrap .logo {
  text-align: center;
  padding: 0 0 10px;
}
.account-content .login-wrap .title a,
.account-content .register-wrap .title a,
.account-content .forget-wrap .title a,
.account-content .change-wrap .title a {
  font-size: 24px;
  padding: 0 10px;
  color: #dd4850;
  text-decoration: none;
  float: left;
  position: relative;
}
.account-content .login-wrap .title a:after,
.account-content .register-wrap .title a:after,
.account-content .forget-wrap .title a:after,
.account-content .change-wrap .title a:after {
  width: 16px;
  height: 16px;
  border-left: solid 3px #dd4850;
  border-top: solid 3px #dd4850;
  content: "";
  float: left;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: 10px;
  margin-right: 5px;
}
.account-content .login-wrap .check-box,
.account-content .register-wrap .check-box,
.account-content .forget-wrap .check-box,
.account-content .change-wrap .check-box {
  margin-top: 12px;
  padding: 0 16px;
}
.account-content .login-wrap .check-box .check,
.account-content .register-wrap .check-box .check,
.account-content .forget-wrap .check-box .check,
.account-content .change-wrap .check-box .check {
  float: left;
}
.account-content .login-wrap .check-box .check input,
.account-content .register-wrap .check-box .check input,
.account-content .forget-wrap .check-box .check input,
.account-content .change-wrap .check-box .check input {
  display: none;
}
.account-content .login-wrap .check-box .check label,
.account-content .register-wrap .check-box .check label,
.account-content .forget-wrap .check-box .check label,
.account-content .change-wrap .check-box .check label {
  height: 40px;
  line-height: 36px;
  padding-left: 30px;
  background: url(radio.png?20211104) no-repeat left center;
  background-size: 24px 24px;
  color: #4b4a49;
  font-size: 20px;
  float: left;
}
.account-content .login-wrap .check-box .check input:checked + label,
.account-content .register-wrap .check-box .check input:checked + label,
.account-content .forget-wrap .check-box .check input:checked + label,
.account-content .change-wrap .check-box .check input:checked + label {
  background: url(radio_on.png?20211104) no-repeat left center;
  background-size: 24px 24px;
}
.account-content .login-wrap .check-box .change,
.account-content .register-wrap .check-box .change,
.account-content .forget-wrap .check-box .change,
.account-content .change-wrap .check-box .change {
  float: right;
  height: 40px;
  line-height: 40px;
}
.account-content .login-wrap .check-box .change a,
.account-content .register-wrap .check-box .change a,
.account-content .forget-wrap .check-box .change a,
.account-content .change-wrap .check-box .change a {
  color: #dd4850;
  font-size: 20px;
}
.account-content .login-wrap .register,
.account-content .register-wrap .register,
.account-content .forget-wrap .register,
.account-content .change-wrap .register {
  text-align: right;
  font-size: 20px;
  padding: 30px 16px 0;
}
.account-content .login-wrap .register a,
.account-content .register-wrap .register a,
.account-content .forget-wrap .register a,
.account-content .change-wrap .register a {
  font-size: 20px;
  color: #e64d46;
}
.account-content .login-wrap .register-tab,
.account-content .register-wrap .register-tab,
.account-content .forget-wrap .register-tab,
.account-content .change-wrap .register-tab {
  text-align: center;
}
.account-content .login-wrap .register-tab .clearfix,
.account-content .register-wrap .register-tab .clearfix,
.account-content .forget-wrap .register-tab .clearfix,
.account-content .change-wrap .register-tab .clearfix {
  display: inline-block;
}
.account-content .login-wrap .register-tab a,
.account-content .register-wrap .register-tab a,
.account-content .forget-wrap .register-tab a,
.account-content .change-wrap .register-tab a {
  max-width: 146px;
  font-size: 24px;
  padding: 0 10px;
  color: #dd4850;
  text-decoration: none;
  margin: 0 24px;
  height: 66px;
  line-height: 24px;
  float: left;
  position: relative;
  align-items: center;
}
.account-content .login-wrap .register-tab a.on:after,
.account-content .register-wrap .register-tab a.on:after,
.account-content .forget-wrap .register-tab a.on:after,
.account-content .change-wrap .register-tab a.on:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #dd4850;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.account-content .login-wrap .register-item,
.account-content .register-wrap .register-item,
.account-content .forget-wrap .register-item,
.account-content .change-wrap .register-item {
  padding: 20px 0 0;
}
.faqs-content .banner {
  height: 181px;
  background: url(faq.jpg?20211104) no-repeat center top;
  margin-bottom: 44px;
}
.faqs-content .left {
  width: 280px;
  float: left;
}
.faqs-content .left .title {
  font-size: 24px;
  color: #272a2c;
  font-weight: bold;
}
.faqs-content .left ul {
  margin-top: 40px;
  padding-right: 10px;
}
.faqs-content .left ul li {
  margin-bottom: 20px;
}
.faqs-content .left ul li a {
  font-size: 16px;
  color: #787d7f;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
}
.faqs-content .left ul li.on a {
  background: #f6f6f6;
}
.faqs-content .right {
  min-height: 500px;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.faqs-content .right h1 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.faqs-content .right h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  padding: 40px 0 20px;
  color: #000;
}
.faqs-content .right .txt2 {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.agreement {
  width: 1200px;
  margin: 81px auto;
  background: #fff;
  position: relative;
  padding: 70px 48px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.agreement h1 {
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.agreement h2 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
.agreement h3 {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
.agreement h4 {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
.agreement p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.agreement p strong {
  color: #dd4850;
}
.agreement p.title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 54px;
  margin: 15px 0;
}
.goback {
  position: absolute;
  top: 38px;
  left: 48px;
  font-size: 18px;
  color: #000;
  line-height: 54px;
  text-decoration: none;
}
.goback i {
  width: 11px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
  background: url(goback.png?20211104) no-repeat;
}
