@font-face {
  font-family: 'cmsicon';
  src: url(..//images/iconfont.e195cf5f.woff2) format('woff2');
}
@font-face {
  font-family: 'fangzheng';
  src: url(../428efd85299d770405da.TTF) format('opentype');
}
:root {
  color-scheme: only light;
}
body {
  background-color: white !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
a {
  text-decoration: none;
  color: #333;
}
.transparentBg {
  background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI0NzNEMjgzQjBCQzExRTdCNUY2RTgzNTRENzEwNDU1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI0NzNEMjg0QjBCQzExRTdCNUY2RTgzNTRENzEwNDU1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjQ3M0QyODFCMEJDMTFFN0I1RjZFODM1NEQ3MTA0NTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjQ3M0QyODJCMEJDMTFFN0I1RjZFODM1NEQ3MTA0NTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAQABADAREAAhEBAxEB/8QATAABAQEAAAAAAAAAAAAAAAAACQAKAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDTgBiAQB3B/9k=);
  background-repeat: repeat;
}
* {
  font-family: PingFang SC;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
body {
  padding: 0;
}
.icon {
  font-family: cmsicon;
  font-style: normal;
  font-size: 20px;
  color: initial;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.btn {
  cursor: pointer;
}
.disabled {
  color: #d3d3d3 !important;
}
.nav {
  margin-bottom: 130px;
  transform: translateX(-20px);
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
}
.nav .btn-toggle {
  padding: 10px 25px;
  border: 1px solid #333333;
  border-radius: 24px;
  position: relative;
  transform: translateX(20px);
}
.nav .btn-toggle span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
}
.nav .btn-toggle.cn .cn {
  color: #e64f44;
}
.nav .btn-toggle.cn .en {
  color: #333333;
}
.nav .btn-toggle.en .cn {
  color: #333333;
}
.nav .btn-toggle.en .en {
  color: #e64f44;
}
.nav .icon {
  font-size: 40px;
  color: #1a1a1a;
}
.verify-page {
  width: 100%;
  min-height: 100%;
  height: fit-content;
}
.verify-page .nav .icon {
  font-size: 30px;
  color: #1a1a1a;
}
.verify-page .verify-input {
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
}
.verify-page .verify-input input {
  width: 90px;
  height: 60px;
  text-align: center;
  border: none;
  border-bottom: solid 1px #2b2a2a;
  outline: none;
  background: inherit;
  font-size: 32px;
  -webkit-appearance: none;
  border-radius: 0;
}
.verify-page .verify-tips {
  font-size: 28px;
  font-weight: 400;
  color: #cccccc;
  margin-top: 48px;
}
.verify-page .verify-tips .countdown {
  color: #e64f44;
}
.verify-page .btn-reget {
  display: none;
  font-size: 28px;
  font-weight: 400;
  color: #e64f44;
  margin-top: 48px;
}
.verify-page .xxrl-logo {
  margin-top: 250px;
}
.popups-tips {
  width: fit-content;
  min-width: 340px;
  max-width: 100%;
  min-height: 120px;
  background: black;
  padding: 30px;
  opacity: 0.7;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 500;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
  white-space: break-spaces;
  text-align: center;
}
.popups-tips.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.operate-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.operate-page .operate-container {
  width: 560px;
  background: linear-gradient(45deg, #f4f6fb, white);
  border-radius: 24px;
  position: relative;
  padding-top: 32px;
  z-index: 1;
}
.operate-page .operate-container .alert .operate-title {
  text-align: right;
  margin: 0 32px;
}
.operate-page .operate-container .alert .operate-title .icon {
  font-size: 30px;
  color: #999999;
}
.operate-page .operate-container .alert .head-image {
  width: 322px;
  height: 322px;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
}
.operate-page .operate-container .alert .tips-content {
  width: 363px;
  margin: 171px auto 0;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.operate-page .operate-container .alert .btn-area {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: center;
  margin-bottom: 32px;
}
.operate-page .operate-container .alert .btn-area .btn {
  width: 220px;
  height: 78px;
}
.operate-page .operate-container .alert .btn-area .btn-confirm {
  background-color: #e64f44;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.operate-page .operate-container .confirm .operate-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.operate-page .operate-container .confirm .tips-content {
  width: 480px;
  margin: 20px auto 0;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.operate-page .operate-container .confirm .tips-content .protocol {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin: 20px 0;
  position: relative;
}
.operate-page .operate-container .confirm .tips-content .protocol .checkbox {
  width: 24px;
  height: 24px;
  vertical-align: baseline;
}
.operate-page .operate-container .confirm .tips-content .protocol span a {
  color: #2b68e4;
}
.operate-page .operate-container .confirm .tips-content .protocol .tooltipText {
  display: none;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  position: absolute;
  z-index: 99;
  bottom: calc(100% + 10px);
  opacity: 0.9;
  min-width: 220px;
  padding: 10px 20px;
  min-height: 40px;
  line-height: 40px;
  white-space: wrap;
}
.operate-page .operate-container .confirm .tips-content .protocol .tooltipText::after {
  content: " ";
  position: absolute;
  top: 95%;
  left: 0;
  margin-left: 5px;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(51, 51, 51, 0.9) transparent transparent transparent;
}
.operate-page .operate-container .confirm .btn-area {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: center;
}
.operate-page .operate-container .confirm .btn-area .btn {
  width: 50%;
  height: 90px;
  line-height: 78px;
  color: #999999;
  border-top: solid #999999 1px;
  background-color: unset !important;
  border-radius: 0 !important;
}
.operate-page .operate-container .confirm .btn-area .btn-confirm {
  color: #e6682f;
  border-left: solid #999999 1px;
}
.operate-page .mask {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.common-modal-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.common-modal-page .modal-container {
  width: 560px;
  background: linear-gradient(45deg, #f4f6fb, white);
  border-radius: 24px;
  position: relative;
  padding-top: 32px;
  z-index: 1;
}
.common-modal-page .modal-container .modal-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.common-modal-page .modal-container .confirm .tips-content {
  width: 480px;
  margin: 20px auto 0;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.common-modal-page .modal-container .confirm .btn-area {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: center;
}
.common-modal-page .modal-container .confirm .btn-area .btn {
  width: 50%;
  height: 90px;
  line-height: 78px;
  color: #999999;
  border-top: solid #999999 1px;
  background-color: unset !important;
  border-radius: 0 !important;
}
.common-modal-page .modal-container .confirm .btn-area .btn-confirm {
  color: #e6682f;
  border-left: solid #999999 1px;
}
.common-modal-page .mask {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.yidun_modal__header {
  height: 75px !important;
}
.yidun_modal__title {
  font-size: 24px !important;
  line-height: 30px !important;
}
.yidun_modal__close {
  top: 20px !important;
  right: 15px !important;
}
.yidun_icon-close {
  transform: scale(1.5) !important;
}
.yidun_tips__content {
  font-size: 21px !important;
  line-height: 27px !important;
}
.yidun_control,
.yidun_slide_indicator {
  height: 60px !important;
}
.yidun_slider {
  width: 60px !important;
}
.loading-box {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 750px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.loading-box .loading {
  width: 150px;
  height: 150px;
}
.loading-box .tips {
  font-size: 26px;
  margin-top: 10px;
  color: #808080;
}
.xxrl-logo {
  margin-top: 110px;
  margin-bottom: 50px;
  text-align: center;
}
.xxrl-logo image {
  width: 270px;
  height: 111px;
  display: block;
}
.main {
  width: 100%;
  min-height: 100vh;
  padding: 31px 50px;
}
.main.fifteenth {
  background: url(..//images/fifteenth-bg.b2df0164.jpg) center top no-repeat;
  background-size: 100% 100%;
}
.main.fifteenth .main-page .title,
.main.fifteenth .verify-page .title {
  color: white;
}
.main.fifteenth .main-page span,
.main.fifteenth .verify-page span {
  color: white;
}
.main.fifteenth .verify-page .countdown {
  color: #feff99;
}
.main.fifteenth .verify-page input[name='verify-input-item'] {
  border-color: white;
  color: white;
}
.main.fifteenth .verify-page .btn-reget span {
  color: #feff99;
}
.main.fifteenth .nav {
  margin-bottom: 80px;
}
.main.fifteenth .nav .icon {
  color: #fff;
}
.main.fifteenth .nav .btn-toggle {
  border-color: #f2f2f2;
}
.main.fifteenth .nav .btn-toggle.en .en {
  color: #feff99;
}
.main.fifteenth .nav .btn-toggle.en .cn {
  color: white;
}
.main.fifteenth .nav .btn-toggle.cn .cn {
  color: #feff99;
}
.main.fifteenth .nav .btn-toggle.cn .en {
  color: white;
}
.main.fifteenth .fifteenth-login-box {
  background: rgba(0, 68, 34, 0.3);
  padding: 100px 40px;
  border-radius: 15px;
}
.main.fifteenth .fifteenth-login-box .title {
  color: white;
}
.main.fifteenth .fifteenth-login-box .input-area .input-box {
  border-bottom: solid 0.5px white;
}
.main.fifteenth .fifteenth-login-box .input-area .input-box .select-selected {
  color: white;
}
.main.fifteenth .fifteenth-login-box .input-area .input-box .select-selected .icon {
  color: white;
}
.main.fifteenth .fifteenth-login-box .input-area .input-box input {
  background: none;
  color: white;
}
.main.fifteenth .fifteenth-login-box .input-area .tips {
  color: white;
}
.main.fifteenth .fifteenth-login-box .input-area .select-items {
  border-radius: 15px;
}
.main.fifteenth .fifteenth-login-box .protocol {
  color: white;
}
.main.fifteenth .fifteenth-login-box a {
  color: #feff99;
}
.main.fifteenth .fifteenth-login-box .btn {
  background: #7ec86d;
}
.main.fifteenth .fifteenth-login-box .btn.disabled {
  background: #eee;
}
.main.course .app-logo {
  width: 223px;
  height: 110px;
  margin-bottom: 43px;
}
.main.course .protocol span a {
  color: #0fd998;
}
.main.course .btn-get-verify-code {
  background: linear-gradient(90deg, #2bcbf8, #28f8b6);
  border-radius: 47px 47px 47px 47px;
  color: white;
}
.main.course .verify-page .countdown {
  color: #0fd998;
}
.main.course .verify-page .btn-reget {
  color: #0fd998;
}
.title {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 35px;
}
.tips {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
}
.input-area {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 100px;
}
.input-area .input-box {
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding: 0 10px;
  border-bottom: solid 0.5px #999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
}
.input-area .input-box .area-select {
  margin-right: 20px;
  font-size: 32px;
  border-right: solid 0.5px #999999;
}
.input-area .input-box .area-select .select-selected {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
}
.input-area .input-box .area-select .select-selected .icon {
  margin-left: 10px;
}
.input-area .input-box .area-select .select-items {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 10;
}
.input-area .input-box .area-select .select-items .options-item {
  padding: 8px 10px 8px 30px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #696666;
}
.input-area .input-box .area-select .select-items .options-item.selected {
  color: #2b68e4;
}
.input-area .input-box input {
  flex: 1;
  border: none;
  outline: none;
  background: inherit;
  font-size: 32px;
  line-height: 50px;
}
.input-area .input-box input::placeholder {
  color: #cccccc;
  font-size: 26px;
}
.protocol {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin: 58px 0 66px;
  color: #999999;
  position: relative;
  display: flex;
  align-items: center;
}
.protocol .checkbox {
  width: 24px;
  height: 24px;
  vertical-align: baseline;
}
.protocol span a {
  color: #2b68e4;
}
.protocol .tooltipText {
  display: none;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  position: absolute;
  z-index: 99;
  bottom: calc(100% + 10px);
  opacity: 0.8;
  min-width: 220px;
  padding: 10px 20px;
  min-height: 40px;
  line-height: 40px;
  white-space: wrap;
}
.protocol .tooltipText::after {
  content: " ";
  position: absolute;
  top: 95%;
  left: 0;
  margin-left: 5px;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(51, 51, 51, 0.9) transparent transparent transparent;
}
.main .btn-get-verify-code {
  width: 100%;
  min-height: 100px;
  background: #e64f44;
  border-radius: 16px;
  font-size: 32px;
  font-weight: 500;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.main .btn-get-verify-code.disabled {
  background: #eeeeee;
  color: #bbbbbb;
}
.other-way {
  margin: 153px auto 0;
  font-size: 24px;
  font-weight: 400;
  color: #dddddd;
  text-align: center;
}
.other-way p {
  margin-bottom: 37px;
}
.other-way .way-icon {
  width: 89px;
  height: 89px;
  margin: 0 auto;
}

