/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/agreement-ph/index.vue?vue&type=style&index=0&id=3dea77b6&lang=less&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body[data-v-3dea77b6] {
  background-color: #dddddd;
}
.mod-agreement[data-v-3dea77b6] {
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-family: Poppins-Regular !important;
}
.mod-agreement .banner[data-v-3dea77b6] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 286px;
  background: url(https://sgp-c2.hitechset.com/files/official/409577434ba8b6259.png) center / cover no-repeat #e7e9f8;
}
.mod-agreement .banner .banner-word[data-v-3dea77b6] {
  width: 1200px;
  margin: auto;
  text-align: left;
  box-sizing: border-box;
  color: #6258eb;
  font-family: Poppins-SemiBold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mod-agreement .agreement-content[data-v-3dea77b6] {
  width: 100% !important;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 110px;
  min-height: 100px;
  box-sizing: border-box;
  word-break: break-word;
  white-space: pre-wrap;
}
.mod-agreement .agreement-content[data-v-3dea77b6] strong {
  font-family: 'Poppins-SemiBold' !important;
}
.mod-agreement .agreement-content[data-v-3dea77b6] .title {
  font-size: 22px;
  margin-bottom: 24px;
}
.mod-agreement .agreement-content[data-v-3dea77b6] p {
  margin-bottom: 14px;
  font-family: Poppins-Regular !important;
}
.mod-agreement .agreement-content[data-v-3dea77b6] p span {
  font-family: Poppins-Regular !important;
}
@media (max-width: 1200px) {
.mod-agreement .banner[data-v-3dea77b6] {
    height: 3.05493rem;
    background: url(https://sgp-c2.hitechset.com/files/official/5857442613d56d183.png) center / cover no-repeat #e7e9f8;
}
.mod-agreement .banner .banner-word[data-v-3dea77b6] {
    width: 100%;
    font-size: 0.44373rem !important;
    padding-left: 0.32rem;
    padding-right: 20%;
}
.mod-agreement .agreement-content[data-v-3dea77b6] {
    width: 100%;
    padding: 0.7rem 0.32rem 1.01rem !important;
}
.mod-agreement .agreement-content p[data-v-3dea77b6] {
    font-size: 0.27307rem;
    line-height: 0.38229rem;
    margin-bottom: 14px;
}
.mod-agreement .agreement-content strong[data-v-3dea77b6] {
    font-family: 'Poppins-SemiBold';
}
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/toast/toast.vue?vue&type=style&index=0&id=0b342e3c&lang=less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-toast-wrap {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: auto;
  box-sizing: border-box;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-size: 0.24rem;
}
@media screen and (min-width: 1000px) {
.common-toast-wrap {
    padding: 15px;
    font-size: 20px;
}
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/dialog/index.vue?vue&type=style&index=0&id=6c18b390&lang=less&scoped=true ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-dialog[data-v-6c18b390] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8887;
  background: rgba(0, 0, 0, 0);
}
.common-dialog.fade[data-v-6c18b390] {
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.5);
}
.common-dialog .common-dialog_wrapper[data-v-6c18b390] {
  width: 4.56rem;
  background: #fff;
  border-radius: 0.26rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  opacity: 0;
  padding: 0.51rem 0.41rem;
}
.common-dialog .common-dialog_wrapper.fade[data-v-6c18b390] {
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.common-dialog .common-dialog_wrapper .common-dialog_close[data-v-6c18b390] {
  position: absolute;
  top: 0.17rem;
  right: 0.17rem;
  width: 0.27rem;
  height: 0.27rem;
  padding: 0.1rem;
}
.common-dialog .common-dialog_wrapper .common-dialog_close img[data-v-6c18b390] {
  width: 100%;
}
.common-dialog .common-dialog_wrapper .common-dialog_footer[data-v-6c18b390] {
  text-align: center;
}
.common-dialog .common-dialog_title[data-v-6c18b390] {
  font-size: 0.27rem;
  font-family: AppleSystemUIFont;
  color: #0A1603;
  line-height: 0.41rem;
  text-align: left;
  margin-bottom: 0.2rem;
}
.isPC .common-dialog_wrapper[data-v-6c18b390] {
  width: 580px;
  border-radius: 10px;
  font-size: 16px;
  padding: 40px;
}
.isPC .common-dialog_title[data-v-6c18b390] {
  font-size: 16px;
  font-family: AppleSystemUIFont;
  color: #0A1603;
  text-align: left;
  margin-bottom: 6px;
  line-height: 24px;
}
.isPC .common-dialog_footer[data-v-6c18b390] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.isPC .dialog-btn[data-v-6c18b390] {
  width: 300px;
  margin: 0 auto;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/loading/loading.vue?vue&type=style&index=0&id=42f9dce8&lang=less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-loading {
  position: relative;
  margin: 0 auto;
}
.common-loading .outer {
  animation: 1s loadingrotate linear infinite;
  -webkit-animation: 1s loadingrotate linear infinite;
}
.common-loading .inner {
  position: absolute;
  top: 0;
  left: 0;
}
.common-loading #svg-font {
  font-size: 26px;
  fill: #fff;
  text-anchor: middle;
  font-family: Arial;
}
@keyframes loadingrotate {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(360deg);
}
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/input/index.vue?vue&type=style&index=0&id=05607ff0&lang=less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ph-input-wrap {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  font-size: 0.27rem;
}
.ph-input_content {
  display: flex;
  flex: 1;
}
.ph-input_suffix {
  padding-right: 0.2rem;
}
.ph-input_close {
  cursor: pointer;
}
.ph-input {
  width: 100%;
  flex: 1;
  outline: none;
  text-align: left;
  background: transparent;
  font-size: 0.27rem;
}
.ph-input::-moz-placeholder {
  color: #C0C0C0;
}
.ph-input::placeholder {
  color: #C0C0C0;
}
.input_close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #c0c4cc;
}
.input_close img {
  width: 0.25rm;
  height: 0.25rem;
}
.split-line {
  border-right: 0.01rem solid #bcc4d4;
  padding-left: 0.06rem;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/letter-cell/index.vue?vue&type=style&index=0&id=eef41062&lang=less&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.letter-cell[data-v-eef41062] {
  display: flex;
  padding: 0.14rem 0;
}
.cell-img[data-v-eef41062] {
  width: 0.27rem;
  height: 0.27rem;
}
.cell-img img[data-v-eef41062] {
  height: 100%;
  display: inline-block;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/radio/index.vue?vue&type=style&index=0&id=42e472e1&lang=less&scoped=true ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-radio_wrap[data-v-42e472e1] {
  display: flex;
}
.flex-column[data-v-42e472e1] {
  flex-direction: column;
}
.flex-row[data-v-42e472e1] {
  flex-direction: row;
}
.common-radio_item[data-v-42e472e1] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.41rem;
  cursor: pointer;
}
.common-radio_icon[data-v-42e472e1] {
  width: 0.27rem;
  margin-right: 0.14rem;
}
.common-radio_icon img[data-v-42e472e1] {
  display: inline-block;
  width: 100%;
}
.common-radio_label[data-v-42e472e1] {
  text-align: left;
}
.flex1[data-v-42e472e1] {
  flex: 1;
}
.ommon-radio_item[data-v-42e472e1] {
  display: flex;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/check/index.vue?vue&type=style&index=0&id=ce3fd0a4&lang=less&scoped=true ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-check_wrap[data-v-ce3fd0a4] {
  display: flex;
}
.flex-column[data-v-ce3fd0a4] {
  flex-direction: column;
}
.flex-row[data-v-ce3fd0a4] {
  flex-direction: row;
}
.common-check_item[data-v-ce3fd0a4] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.41rem;
}
.common-check_icon[data-v-ce3fd0a4] {
  width: 0.27rem;
  margin-right: 0.14rem;
}
.common-check_icon img[data-v-ce3fd0a4] {
  display: inline-block;
  width: 100%;
}
.common-check_icon_pc[data-v-ce3fd0a4] {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  float: left;
  margin-top: 2px;
}
.common-check_label[data-v-ce3fd0a4] {
  text-align: left;
  font-size: 0.2rem;
  font-family: SFNS-Regular, SFNS;
  font-weight: 400;
  color: #7d7e94;
}
.flex1[data-v-ce3fd0a4] {
  flex: 1;
}
.ommon-check_item[data-v-ce3fd0a4] {
  display: flex;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/textarea/index.vue?vue&type=style&index=0&id=86290f2c&lang=less&scoped=true ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-textarea[data-v-86290f2c] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.common-textarea_content[data-v-86290f2c] {
  box-sizing: content-box;
  width: 93.75%;
  height: 1.75rem;
  padding: 0.2rem;
  background: #FAFAFA;
  border-radius: 0.07rem;
  border: 0.01rem solid #EDEEF5;
  resize: none;
  outline: none;
}
.active[data-v-86290f2c] {
  border-color: #FF564E;
}
.error-tips[data-v-86290f2c] {
  color: #FF564E;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/img-tips/index.vue?vue&type=style&index=0&id=16fce632&lang=less&scoped=true ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.img-tips[data-v-16fce632] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img-tips img[data-v-16fce632] {
  width: 1.83rem;
  height: 1.83rem;
}
.img-tips .letter[data-v-16fce632] {
  font-weight: 400;
  font-size: 0.27rem;
  font-family: SFNS-Regular, SFNS;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/components/common/group-cell/index.vue?vue&type=style&index=0&id=79aa7060&lang=less&scoped=true ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.group-cell[data-v-79aa7060] {
  display: flex;
  flex-direction: column;
}
.account-describe_tip[data-v-79aa7060] {
  display: flex;
  align-items: center;
  margin-bottom: 0.31rem;
}
.account-describe_tip img[data-v-79aa7060] {
  margin-right: 0.2rem;
}

