@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:100,300,400,500,700,900");
/**********公共部分**********/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-Bold.ttf"); }
* {
  margin: 0px;
  padding: 0px; }

*:focus {
  outline: none; }

a {
  -webkit-transition: all 0.5s ease;
  color: inherit;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: 0; }

a:link, a:visited, a:hover, a:active {
  TEXT-DECORATION: none;
  outline: none; }

.yellow {
  color: #c67f04 !important; }

.grey_bg {
  background: #f6f6f6; }

.font-weight-500 {
  font-weight: 500; }

.flex-1 {
  flex: 1; }

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: bottom; }
  .icon.icon-arrow-right {
    background: #246efc url("../../img/icons/ic-arrow-right.svg") no-repeat center;
    background-size: 14px 12px; }
    .icon.icon-arrow-right:before {
      z-index: -1;
      position: relative; }
  .icon.icon-arrow-right-white {
    background: #fff url("../../img/icons/ic-arrow-right-blue-s.svg") no-repeat center;
    background-size: 14px 12px; }

body {
  font-family: "Noto Sans CJK TC", "Noto Sans TC", "Noto Sans SC Sliced", "Noto Sans JP", "Source Sans Pro", "PingFang TC", Helvetica, Arial, "WenQuanYi Zen Hei", "PingFang SC", "Microsoft YaHei", "Microsoft JhengHei", "Noto Sans SC", "Noto Sans TC", sans-serif;
  color: #000;
  min-height: 100vh; }

body.EN {
  font-family: "Noto Sans", "Noto Sans TC","Noto Sans SC","Source Sans Pro", "PingFang TC", "Microsoft YaHei"; }

body.CN {
  font-family: "Noto Sans SC", "Noto Sans TC","Noto Sans", "Source Sans Pro", "PingFang TC", "Microsoft YaHei"; }

body.TC {
  font-family: "Noto Sans TC","Noto Sans SC", "Noto Sans", "Source Sans Pro", "PingFang TC", "Microsoft YaHei"; }

body.JP {
  font-family: "Noto Sans JP ", "Noto Sans TC","Noto Sans SC","Source Sans Pro", "PingFang TC", "Microsoft YaHei"; }

.blue_bg {
  background-color: #f0f3f8 !important; }
  .blue_bg .content_box {
    background: transparent;
    box-shadow: none; }

.bg_white {
  background-color: #fff !important; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none; }

p, ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

audio {
  outline: none; }

.template {
  display: none !important; }

body.waring-modal-open {
  position: absolute !important;
  overflow: hidden;
  width: 100%; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

/*按钮样式*/
.btn {
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 0 40px;
  display: inline-block;
  border-width: 1px;
  line-height: 46px;
  cursor: pointer;
  font-size: 16px;
  height: 48px;
  text-align: center;
  border-style: solid; }
  .btn .iconfont {
    font-size: 24px;
    vertical-align: -3px;
    margin-right: 10px; }
  .btn[disabled] {
    background-color: #beccdb !important;
    border-color: #beccdb !important;
    cursor: default;
    color: #fff; }
    .btn[disabled]:hover {
      color: #fff !important;
      background-color: #beccdb !important; }
  .btn-border-radius {
    border-radius: 24px; }
  .btn-sm {
    height: 40px;
    line-height: 38px;
    padding-left: 24px;
    padding-right: 24px; }
    .btn-sm .iconfont {
      font-size: 17px;
      vertical-align: -1px;
      margin-right: 4px; }
  .btn_style {
    outline: none;
    border: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
  .btn_default {
    color: #246efc;
    border: solid 2px #246efc;
    background-color: #ffffff; }
    .btn_default:hover {
      background-color: #246efc;
      color: #ffffff; }
    .btn_default_bg {
      border-color: #246efc;
      background-color: #246efc;
      color: #ffffff; }
      .btn_default_bg:hover {
        border-color: #104ec6;
        background-color: #104ec6; }
  .btn_success_bg {
    border-color: #0eb58e;
    background-color: #0eb58e;
    color: #ffffff; }
    .btn_success_bg:hover {
      border-color: #007f74;
      background-color: #007f74; }

.btn:focus, .btn.focus {
  box-shadow: none; }

.white {
  color: white !important; }

.blue {
  color: #246efc !important; }

.red {
  color: #e9452f !important; }

.green {
  color: #0eb58e !important; }

.orange {
  color: #ff7522 !important; }

.gray {
  color: #c8c9ca !important; }

.font-bold {
  font-weight: bold; }

.font-subtext {
  font-size: 14px; }

.font-text {
  font-size: 16px; }

.font-bigtext {
  font-size: 20px; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-18 {
  font-size: 18px; }

.font-size-40 {
  font-size: 40px; }

.align-right {
  text-align: right; }

.font-Roboto {
  font-family: Roboto; }

.fixedContainer {
  padding-top: 91px; }

.fixedContainer-simple {
  padding-top: 84px; }

.main_title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px; }

.number_title {
  font-size: 58px;
  font-family: 'Roboto';
  line-height: normal; }

.article_title {
  font-size: 34px;
  font-weight: bold; }

.page_title {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center; }

.main_text {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 1px;
  font-weight: 400; }

.main_sub_text {
  font-size: 12px;
  color: #979ca9; }

.main_info_text {
  font-size: 14px;
  color: #7F8082; }

.wrapper {
  margin: 0 auto;
  position: relative; }

.main_content {
  padding: 50px 0 160px;
  max-width: 1210px;
  box-sizing: border-box;
  margin: 0 auto; }

/*************common***************/
.blue_bg {
  background-color: #f0f3f8; }

.show {
  display: block; }

.hide {
  display: none !important; }

.text_center {
  text-align: center; }

.text_default {
  color: #246efc; }

.text_danger {
  color: #e9452f; }

.required {
  position: relative; }

.required:after {
  content: '*';
  color: #e9452f;
  position: absolute;
  top: 0;
  right: -10px;
  cursor: pointer; }

.cursor-pointer {
  cursor: pointer; }

.text-decoration-underline {
  text-decoration: underline; }
  .text-decoration-underline:link {
    text-decoration: underline; }

/*基础背景色*/
.defaultBg {
  background: #004483; }

.successBg {
  background: #0eb58e; }

.iconBackBtn {
  background: url("../../../common/img/ic-student-arrow-left2.png") no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #246efc;
  margin-bottom: 100px;
  display: inline-block;
  background-size: 16px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  cursor: pointer; }

.pagination {
  margin-top: 30px;
  justify-content: center;
  margin-bottom: 0; }
  .pagination li {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    background: none;
    font-size: 14px; }
    .pagination li a {
      width: auto;
      height: auto;
      line-height: 14px;
      border: none;
      font-size: 16px;
      background: none;
      color: #262626; }
      .pagination li a:hover {
        background: none;
        color: #246efc;
        text-decoration: underline; }
    .pagination li.active {
      width: auto;
      line-height: initial;
      height: auto; }
      .pagination li.active a.page-link {
        color: #246efc;
        background: none; }
  .pagination .page-item.disabled .page-link {
    color: #6d7278;
    background: none; }
  .pagination .svg-inline--fa {
    color: inherit;
    font-size: 16px; }

.alert-box {
  width: 100%;
  left: 0;
  top: 75px;
  position: fixed;
  z-index: 100;
  padding-left: 250px; }
  .alert-box.alert-message {
    z-index: 200; }
  .alert-box .alert {
    height: 60px;
    border-radius: 2px;
    margin: 0 50px;
    padding: 0;
    text-align: center;
    line-height: 58px; }
    .alert-box .alert:before {
      content: "";
      width: 26px;
      height: 26px;
      background-size: cover;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      position: absolute;
      left: 20px; }
  .alert-box .alert-dismissible .close {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .alert-box .alert-success {
    border: solid 1px #7cbe98;
    background-color: #cbf3dc;
    color: #008364; }
    .alert-box .alert-success:before {
      background-image: url("../../img/icons/message-sucess.svg"); }
  .alert-box .alert-danger {
    border: solid 1px #d68279;
    background-color: #f9d3cf;
    color: #e9452f; }
    .alert-box .alert-danger:before {
      background-image: url("../../img/icons/message-whoops.svg"); }
  .alert-box .alert-warning {
    border: solid 1px #d5aa66;
    background-color: #fce7c4;
    color: #a36400; }
    .alert-box .alert-warning:before {
      background-image: url("../../img/icons/message-warning.svg"); }
  .alert-box .alert-info {
    border: 1px solid #0cb1db;
    background-color: #0cb1db;
    color: #fff; }

.body_no_sidebar .alert-box {
  padding-left: 0; }

.iframeBody {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000; }

.iframe-modal-body {
  background: transparent; }

.warning_modal .modal-header .icon_warning {
  font-size: 20px;
  font-weight: bold;
  padding-left: 56px;
  position: relative; }
  .warning_modal .modal-header .icon_warning::before {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    top: -3px;
    left: 0;
    background-image: url(../../img/icons/modal-warning.svg);
    background-size: contain; }
.warning_modal .btn {
  margin-left: 18px; }

.footer .bootstrap-select .dropdown-menu li {
  line-height: normal; }
.footer .bootstrap-select > .dropdown-toggle {
  height: 42px; }

@media (max-width: 1024px) {
  .footer_full .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; } }
.back {
  display: inline-block;
  cursor: pointer; }
  .back svg {
    margin-right: 12px; }

.alert-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 100vw;
  height: 100vh;
  z-index: -1; }

.rating_modal.modal .modal-dialog {
  max-width: 500px; }
.rating_modal.modal .modal-body {
  padding: 30px 40px; }
.rating_modal.modal .rating_img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 50%; }
.rating_modal.modal .rating_name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #212529; }
.rating_modal.modal .rating {
  margin-bottom: 30px; }
  .rating_modal.modal .rating_title {
    padding-left: 30px;
    background: url("../../img/icons/ic-teacher.svg") no-repeat 0px 6px;
    background-size: 16px 16px;
    margin-bottom: 14px; }
    .rating_modal.modal .rating_title span {
      font-size: 18px;
      margin-bottom: 6px;
      display: inline-block; }
  .rating_modal.modal .rating_system {
    margin-bottom: 4px; }
    .rating_modal.modal .rating_system .rating_title {
      background-image: url("../../img/icons/ic-system.svg"); }
  .rating_modal.modal .rating_box {
    display: flex;
    justify-content: center; }
    .rating_modal.modal .rating_box .rating_star {
      display: inline-block;
      background: url("../../img/icons/ic-star.svg") 100% 100%;
      width: 50px;
      height: 50px;
      background-size: 100% 100%;
      cursor: pointer;
      margin: 0 10px; }
      .rating_modal.modal .rating_box .rating_star.active {
        background-image: url("../../img/icons/ic-star-h.svg"); }
  .rating_modal.modal .rating_text {
    margin-top: 8px;
    color: #9e9e9e;
    text-align: center; }
  .rating_modal.modal .rating_special {
    margin-top: 20px; }
    .rating_modal.modal .rating_special span {
      padding: 0 30px;
      border: 1px solid #9e9e9e;
      border-radius: 50px;
      margin-right: 10px;
      color: #9e9e9e;
      height: 44px;
      line-height: 42px;
      margin-top: 10px;
      cursor: pointer;
      display: inline-block;
      font-weight: 500; }
      .rating_modal.modal .rating_special span.active {
        background: #246efc;
        color: #ffffff;
        border-color: #246efc; }
.rating_modal.modal .btn:hover {
  background-color: #104ec6; }

.reason span {
  color: #9e9e9e; }
.reason_num {
  font-style: normal; }
.reason_area {
  border-radius: 10px;
  margin-top: 10px;
  border: solid 1px #bfcde4;
  padding: 15px 30px;
  width: 100%;
  resize: none;
  outline: none;
  height: 200px; }
  .reason_area::-webkit-input-placeholder {
    color: #9e9e9e; }

.filter-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
.filter-key {
  color: #6d7278;
  font-size: 14px;
  margin-right: 20px; }
.filter-value {
  flex: 1; }
.filter-tag {
  font-size: 14px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #DBE5F7;
  padding: 0 20px;
  cursor: pointer;
  float: left;
  margin: 5px 10px 5px 0; }
  .filter-tag.active {
    background-color: #246efc;
    color: #fff; }

/*************登录，注册部分*****************8*/
.form-control-error {
  border-color: #e02020 !important; }

.login_box_input {
  position: relative;
  margin: 0 auto; }
  .login_box_input input {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #979ca9;
    padding-left: 15px;
    color: #000;
    height: 48px;
    font-size: 16px;
    box-sizing: border-box; }
    .login_box_input input:focus {
      border-color: #000;
      outline: none; }
    .login_box_input input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
  .login_box_input .dropdown .selected {
    font-size: 16px;
    text-align: left;
    box-sizing: border-box; }
  .login_box_input .dropdown li {
    text-align: left; }
.login_box_key {
  margin: 20px 0 8px;
  display: block;
  font-size: 14px; }
.login_box_error {
  font-size: 14px;
  color: #e02020;
  margin-top: 5px; }

.login_dialog_password {
  text-align: right;
  margin: 20px 0; }
  .login_dialog_password a {
    color: #246efc;
    font-size: 14px; }
    .login_dialog_password a:hover {
      text-decoration: underline; }
.login_dialog_account {
  color: #999;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-align: center;
  width: 100%; }
  .login_dialog_account a {
    color: #246efc;
    font-size: 14px;
    cursor: pointer; }
    .login_dialog_account a:hover {
      text-decoration: underline; }
.login_dialog_box_title {
  text-align: center;
  color: #246efc;
  font-size: 24px;
  padding-bottom: 30px;
  width: 100%; }
.login_dialog_box_sns {
  text-align: center;
  width: 48%; }
  .login_dialog_box_sns a {
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #979ca9;
    display: block;
    position: relative;
    text-align: center; }
@media screen and (max-width: 768px) {
  .login_dialog_box_title {
    padding-bottom: 20px; }
  .login_dialog_box_sns a {
    width: 100%; }
  .login_dialog_btn {
    width: 100%;
    margin: 20px auto 22px auto; }
  .login_dialog_password {
    margin-bottom: 15px; } }

.form-control-feedback, .form-control-feedback2 {
  position: absolute;
  display: block;
  color: #7a7472;
  font-size: 18px;
  top: 39px;
  cursor: pointer; }

.form-control-feedback {
  left: 10px;
  top: 15px; }

.form-control-feedback2 {
  right: 10px;
  color: #ddd; }

#login_dialog_box .modal-dialog {
  width: 540px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px;
  max-width: none; }
#login_dialog_box .modal-content {
  margin: 0 auto;
  border: none;
  pointer-events: auto; }
#login_dialog_box .modal-header {
  padding: 0;
  position: relative;
  border-bottom: none; }
#login_dialog_box .modal-close {
  top: -5px;
  right: 0px;
  cursor: pointer;
  font-size: 25px;
  position: absolute; }
#login_dialog_box .modal-footer {
  padding: 0;
  border-top: none; }
  #login_dialog_box .modal-footer .btn {
    border-radius: 30px;
    width: 100%;
    line-height: 44px;
    border-width: 2px;
    margin: 0 auto; }
#login_dialog_box .modal-body {
  padding: 0 60px; }
#login_dialog_box .row {
  margin-left: 0;
  margin-right: 0; }
#login_dialog_box .login_dialog_password {
  margin: 20px 0;
  width: 100%; }
#login_dialog_box .login_dialog_box_sns a img {
  vertical-align: text-bottom;
  margin-right: 14px; }
#login_dialog_box .sign_share_title {
  text-align: center;
  position: relative;
  font-size: 14px;
  margin: 25px 0;
  width: 100%; }
  #login_dialog_box .sign_share_title img {
    width: 100%; }
  #login_dialog_box .sign_share_title span {
    position: absolute;
    color: #d3d3d3;
    left: 0px;
    top: 2px;
    width: 100%;
    font-size: 14px; }
#login_dialog_box .login_sns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 100%; }
@media screen and (max-width: 768px) {
  #login_dialog_box .modal-dialog {
    width: auto;
    max-width: 430px; }
  #login_dialog_box .modal-body {
    padding: 0; }
  #login_dialog_box .login_sns {
    margin-bottom: 30px; }
  #login_dialog_box .modal-content {
    width: 100%; }
  #login_dialog_box .login_box_input {
    width: 100%; }
  #login_dialog_box .btn {
    width: 100%; }
  #login_dialog_box .form-control-feedback {
    left: 10px; }
  #login_dialog_box .form-control-feedback2 {
    right: 10px; } }

.sign_up_tab {
  height: 42px;
  border-bottom: 1px solid #d3dde8;
  margin-bottom: 25px; }
  .sign_up_tab span {
    position: relative;
    height: 100%;
    display: inline-block;
    line-height: 42px;
    padding-left: 10px;
    cursor: pointer; }
    .sign_up_tab span b {
      font-weight: normal; }
    .sign_up_tab span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      display: inline-block;
      width: 0;
      height: 0;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent transparent #000; }
  .sign_up_tab .slider {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #0eb58e;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s; }
  .sign_up_tab .dropdown:not(.bootstrap-select) {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    position: relative;
    height: 48px;
    line-height: 48px; }
    .sign_up_tab .dropdown:not(.bootstrap-select) > .selected {
      width: 40px;
      overflow: hidden;
      padding: 0 !important;
      margin: 0 23px 0 12px; }
    .sign_up_tab .dropdown:not(.bootstrap-select) .carat {
      right: 4px; }

.focus .dropdown, .focus .bootstrap-select > .dropdown-toggle {
  border-color: #000; }

.phoneContent .dropdown.bootstrap-select.form-control {
  width: 75px; }
  .phoneContent .dropdown.bootstrap-select.form-control > .dropdown-toggle {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .phoneContent .dropdown.bootstrap-select.form-control .dropdown-menu li a {
    height: 40px;
    line-height: 40px;
    padding: 0 11px; }
.phoneContent .dropdown:after {
  content: '';
  width: 1px;
  height: 25px;
  background: #979ca9;
  display: inline-block;
  margin-top: 10px;
  position: absolute;
  right: -3px;
  top: 0; }
.phoneContent .dropdown:not(.bootstrap-select) > div {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }
.phoneContent input[name='userPhone'] {
  /* width: auto; */
  flex: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none; }
.phoneContent .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 95px; }
.phoneContent .bootstrap-select .dropdown-menu li.active small {
  color: #246EFC; }
.phoneContent .bootstrap-select .dropdown-menu li small {
  font-size: 100%;
  color: inherit !important;
  opacity: 1; }
.phoneContent .bootstrap-select > .dropdown-toggle {
  border-color: #979ca9;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/*时间下拉*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.bootstrap-select .no-results {
  margin: 10px;
  font-size: 14px; }
.bootstrap-select .bs-searchbox {
  padding-top: 10px; }
  .bootstrap-select .bs-searchbox .form-control {
    height: 40px; }
@media (max-width: 575.98px) {
  .bootstrap-select > .dropdown-toggle {
    height: 48px; }
  .bootstrap-select .dropdown-menu {
    max-width: 300px; } }

.page-title {
  font-size: 40px;
  font-weight: bold;
  margin: 40px 0 20px; }

.modal .modal-body .close[aria-label="Close"] {
  padding: 9px 0;
  font-size: 25px;
  font-weight: normal;
  opacity: 1; }
.modal .modal-header, .modal .modal-footer {
  padding: 21px 40px; }
.modal .modal-body {
  padding: 30px 40px; }
.modal .modal-dialog {
  max-width: 570px; }
.modal .modal-lg {
  max-width: 970px; }
.modal .modal-content {
  overflow: hidden; }
@media (max-width: 768px) {
  .modal .modal-full {
    margin: 0;
    width: 100%;
    max-width: none;
    background: #fff;
    align-items: flex-start;
    min-height: 100%; }
    .modal .modal-full .modal-title {
      line-height: inherit; }
    .modal .modal-full .modal-content {
      border: none;
      border-radius: 0;
      padding-top: 44px; }
    .modal .modal-full .modal-body {
      padding: 40px 20px; }
    .modal .modal-full-title {
      font-size: 18px;
      position: fixed;
      z-index: 100;
      line-height: 44px;
      height: 44px;
      width: 100%;
      background: #fff;
      top: 0;
      left: 0;
      border-bottom: 1px solid #BECCDB;
      text-align: center; }
      .modal .modal-full-title .close {
        position: absolute;
        left: 20px;
        top: 2px;
        font-size: 20px !important; } }

.modal.show {
  display: block; }

/*头像*/
.user_header_img {
  background-image: url(../../img/icons/profile-photo-default-s.svg);
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.header-simple {
  height: 84px;
  padding: 0 30px;
  background: #fff; }
  .header-simple .header_box {
    height: 100%;
    overflow: hidden; }
  .header-simple .header_large {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .header-simple .header_btn3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #2263df;
    margin-right: 40px;
    position: relative;
    cursor: pointer; }
.header.transparent {
  background: transparent; }
@media screen and (max-width: 768px) {
  .header.transparent {
    background: #fff;
    padding-top: 1px; }
  .header-simple {
    height: 52px; }
    .header-simple .header-content {
      height: 52px; } }

.header_logo {
  float: left;
  width: 232px;
  height: 92px;
  background: url(../../img/logo/logo-TLI.png) no-repeat center;
  background-size: auto 100%;
  cursor: pointer; }
  @media screen and (max-width: 1200px) {
    .header_logo {
      width: 160px; } }
  @media screen and (max-width: 768px) {
    .header_logo {
      width: 134px;
      height: 32px;
      float: none;
      margin: 10px auto; } }

.transparent .header_logo {
  background-image: url("../../../common/img/logo/logo-tlipark-white.svg"); }
.transparent .login_box .login_img_box {
  color: #fff; }

/******************头像下拉框*****************************/
.login_box {
  position: relative; }
  .login_box .login_box_dropdown {
    position: absolute;
    right: -17px;
    font-size: 14px;
    width: 270px;
    display: none;
    top: 48px;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 rgba(63, 63, 63, 0.2);
    border: solid 1px #bfcde4;
    background-color: #ffffff;
    padding: 20px 18px; }
    .login_box .login_box_dropdown .mail {
      font-size: 16px;
      margin-bottom: 5px;
      line-height: 1.25;
      font-weight: 500; }
    .login_box .login_box_dropdown .name {
      font-size: 12px;
      color: #585b5f; }
    .login_box .login_box_dropdown .level {
      color: #246efc;
      background-color: rgba(36, 110, 252, 0.12);
      padding: 3px 10px;
      font-size: 14px;
      display: inline-block;
      margin-top: 10px; }
    .login_box .login_box_dropdown ul {
      padding: 14px 0;
      margin: 0 -7px;
      border-top: 1px solid #bfcde4; }
  .login_box .login_content_dropdown > div {
    word-break: break-word;
    padding-bottom: 16px; }
  .login_box .login_content_dropdown .family-dropdown {
    border-bottom: 1px solid #beccdb;
    margin-top: 8px;
    max-height: 200px;
    overflow-y: auto;
    padding-left: 7px; }
    .login_box .login_content_dropdown .family-dropdown span {
      margin-right: 12px;
      position: relative; }
    .login_box .login_content_dropdown .family-dropdown img {
      width: 30px;
      height: 30px;
      object-fit: cover;
      border-radius: 50%;
      display: inline-block; }
    .login_box .login_content_dropdown .family-dropdown li {
      height: 46px;
      line-height: 46px;
      padding: 0 20px;
      display: flex; }
      .login_box .login_content_dropdown .family-dropdown li.active {
        color: #246efc; }
        .login_box .login_content_dropdown .family-dropdown li.active img {
          box-shadow: 0 0 0 2.5px #246efc; }
      .login_box .login_content_dropdown .family-dropdown li.master span:first-child:before {
        content: "";
        position: absolute;
        background: url("../../img/family/ic-main-user.svg");
        width: 14px;
        height: 17px;
        background-size: cover;
        top: 6px;
        left: -5px; }
    .login_box .login_content_dropdown .family-dropdown-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .login_box .login_content_dropdown .family-dropdown::-webkit-scrollbar {
      /*滚动条整体样式*/
      width: 0px;
      /*高宽分别对应横竖滚动条的尺寸*/
      height: 1px; }
  .login_box .login_img_box {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #246efc;
    font-weight: 500; }
    .login_box .login_img_box svg {
      height: 19px;
      width: 18px; }
    .login_box .login_img_box #headPicture {
      width: 38px;
      height: 38px; }
    .login_box .login_img_box .mail {
      float: left;
      margin: 0 12px 0; }
  .login_box ul li {
    cursor: pointer;
    line-height: 34px;
    height: 34px; }
    .login_box ul li a {
      color: inherit;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 7px; }
    .login_box ul li.my_adviser {
      padding-left: 7px; }
    .login_box ul li:hover {
      background-color: rgba(191, 205, 228, 0.3);
      color: #246efc; }
  .login_box #log_out {
    margin: 0 -7px;
    line-height: 34px;
    padding: 14px 0 0;
    border-top: 1px solid #bfcde4;
    cursor: pointer; }
    .login_box #log_out p {
      padding-left: 7px;
      font-size: 14px; }
      .login_box #log_out p:hover {
        background-color: rgba(191, 205, 228, 0.3);
        color: #246efc; }

.noLogin {
  font-size: 16px; }

.header-dropdown {
  box-shadow: 0 0 20px 0 rgba(33, 37, 41, 0.25);
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  padding: 13px 0;
  width: 250px;
  display: none;
  position: absolute;
  top: 43px; }
  .header-dropdown-list {
    color: #212529; }
    .header-dropdown-list li {
      height: 48px;
      line-height: 48px;
      text-align: left;
      padding: 0 20px;
      cursor: pointer; }
      .header-dropdown-list li a {
        font-size: 14px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
      .header-dropdown-list li:hover {
        background: #eef4ff; }

/*******************小屏幕下 下拉选单************************/
.downHeader-header {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 20px 0; }
  .downHeader-header img {
    height: 32px; }
.downHeader .btn-box {
  padding-bottom: 20px;
  overflow: hidden; }
.downHeader .footer_full {
  padding: 0;
  border-top: 1px solid #b5d2ff;
  margin: 0 20px;
  height: 64px;
  line-height: 64px; }
  .downHeader .footer_full .setting-select2 {
    float: left;
    width: 100%; }
  .downHeader .footer_full .footer_link.langBox {
    width: 100%;
    margin: 0;
    padding: 0; }
    .downHeader .footer_full .footer_link.langBox .btn.dropdown-toggle {
      width: 110px; }
.downHeader .login_box {
  float: none; }
  .downHeader .login_box_user {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    margin-bottom: 22px; }
    .downHeader .login_box_user .memberName {
      margin-top: 3px; }
.downHeader #head_picture {
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
  border-radius: 50%; }
.downHeader #memberName {
  font-size: 16px;
  line-height: 1.25; }
.downHeader .noLogin {
  overflow: hidden;
  box-sizing: border-box; }
.downHeader .downHeader-login-info {
  margin: 0 20px 0;
  border-bottom: 1px solid #b5d2ff; }
.downHeader-list {
  flex: 1; }
  .downHeader-list li {
    font-size: 20px;
    font-weight: 500; }
    .downHeader-list li a {
      display: block;
      height: 60px;
      line-height: 60px;
      padding-left: 20px; }
      .downHeader-list li a:hover {
        background-color: #f2f5f8; }
.downHeader-collapse-header {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-weight: 500; }
  .downHeader-collapse-header:hover {
    background-color: #f2f5f8; }
  .downHeader-collapse-header:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../../img/icons/icon-navigation-arrow-down.svg) no-repeat;
    background-size: 17px;
    margin-left: 8px; }
.downHeader-collapse-body {
  display: none;
  margin-left: 15px; }
  .downHeader-collapse-body a {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    background: #fff; }
    .downHeader-collapse-body a:hover {
      color: #212529; }

@media screen and (max-width: 768px) {
  .downHeader {
    display: none; }
    .downHeader #memeberEmail {
      font-size: 12px;
      color: #727681; }

  .icon.show + .downHeader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000; }
    .icon.show + .downHeader > div {
      width: 100%;
      height: 100%;
      background: #fff;
      position: relative;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      overflow: auto; } }
/*******************主体内容************************/
.content {
  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
  margin-left: 249px;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 80px;
  min-height: 100vh;
  background-color: #f6f6f6;
  min-width: 768px;
  overflow: hidden;
  /*******************較小的螢幕尺寸********************/ }
  .content_header_nof {
    position: fixed;
    width: calc(100% - 193px - 56px);
    background: #fff;
    padding: 11px 30px;
    z-index: 200;
    display: flex;
    box-shadow: none;
    align-items: center;
    justify-content: flex-end;
    top: 0px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 61px; }
  .content_header .content_box {
    margin: 0 auto;
    min-height: auto;
    padding-bottom: 0;
    padding-top: 80px; }
  .content_box {
    padding: 30px;
    min-height: 80vh;
    max-width: 1170px;
    margin: 30px auto;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(180, 195, 222, 0.5); }
  .content .header_box {
    background: #fff; }
    .content .header_box .content_box {
      margin: 0 auto;
      box-shadow: none;
      min-height: auto; }
  @media (max-width: 1440px) {
    .content {
      background-color: #fff; }
      .content_box {
        box-shadow: none; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .content_box {
      padding-left: 20px;
      padding-right: 20px; } }

/*********************侧边栏***********************/
.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 248px;
  -webkit-transition: all .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: all .3s ease-in-out, width .3s ease-in-out;
  -o-transition: all .3s ease-in-out, width .3s ease-in-out;
  transition: all .3s ease-in-out, width .3s ease-in-out;
  background-color: #004483;
  z-index: 1000; }
  .sidebar_fff {
    position: fixed;
    width: 248px;
    background-color: #004483;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out; }
  .sidebar_logo {
    display: none; }
    .sidebar_logo img {
      width: auto;
      height: 32px; }
  .sidebar_logo2 img {
    width: 32px;
    height: 32px; }
  .sidebar_logo, .sidebar_logo2 {
    padding-top: 19px;
    padding-left: 11px;
    cursor: pointer;
    padding-bottom: 19px; }
  .sidebar .nav {
    height: calc(100% - 80px);
    overflow-y: auto;
    scrollbar-width: none; }
    .sidebar .nav::-webkit-scrollbar {
      display: none; }
    .sidebar .nav li {
      display: block;
      height: 66px;
      line-height: 66px;
      color: #fff;
      font-size: 15px;
      padding-left: 16px;
      cursor: pointer;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden; }
      .sidebar .nav li svg {
        padding-right: 32px;
        width: 20px;
        height: 20px;
        line-height: 24px;
        text-align: center;
        vertical-align: text-bottom;
        box-sizing: unset; }
      .sidebar .nav li.on {
        background-color: #fff;
        color: #246efc; }
        .sidebar .nav li.on ul.sidebar2 {
          display: block;
          cursor: auto; }
      .sidebar .nav li:hover {
        background-color: #fff;
        color: #246efc;
        -webkit-transition: none;
        transition: none; }
  .sidebar .sidebar2 {
    position: absolute;
    top: 0;
    left: 56px;
    min-height: 100%;
    width: 192px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    background-color: #fff;
    padding-top: 65px;
    display: none; }
    .sidebar .sidebar2 li {
      font-size: 16px;
      color: #868686;
      padding-left: 24px; }
      .sidebar .sidebar2 li.on, .sidebar .sidebar2 li:hover {
        color: #246efc;
        background: none;
        cursor: pointer; }
  @media (max-width: 1440px) {
    .sidebar ul.nav li {
      overflow: hidden; }
      .sidebar ul.nav li.on {
        background-color: #fff;
        color: #246efc; }
      .sidebar ul.nav li:hover {
        background-color: #f0f3f8; } }
  .sidebar_on {
    width: 56px; }
    .sidebar_on .sidebar_fff {
      width: 56px; }

.sidebar_no_sub .content, .sidebar_no_sub .footer {
  margin-left: 56px;
  padding-left: 193px; }
.sidebar_no_sub .footer {
  width: calc(100% - 56px);
  min-width: 768px; }
.sidebar_no_sub .sidebar2 {
  width: 0;
  display: none; }
@media (max-width: 1440px) {
  .sidebar_no_sub .alert-box {
    padding-left: 60px; }
  .sidebar_no_sub .content, .sidebar_no_sub .footer {
    padding-left: 0; }
  .sidebar_no_sub .content .content_header_nof {
    width: calc(100% - 56px); }
  .sidebar_no_sub .footer, .sidebar_no_sub .newFooter {
    width: calc(100% - 56px); } }

/**************footer landing page************************/
.footer {
  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
  /* margin-left: 248px; */
  z-index: 1;
  background: #fff;
  height: 120px;
  line-height: 120px;
  text-align: right;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  clear: both;
  position: absolute;
  width: 100%;
  right: 0; }
  .footer.newFooter {
    font-size: 14px;
    text-align: left;
    width: calc(100% - 56px);
    margin-left: 56px;
    padding-left: 193px;
    position: relative;
    z-index: 99;
    box-shadow: none;
    border-top: solid 1px #e0e0e0;
    /*pad版*/ }
    .footer.newFooter .footer_full .btn:not(:disabled):not(.disabled) {
      height: 42px;
      line-height: 42px; }
    .footer.newFooter .copyright {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.35); }
    .footer.newFooter .footer-inner {
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      align-items: center;
      max-width: 1170px;
      margin: 0 auto;
      padding: 0 25px;
      border-top: none; }
    .footer.newFooter .linkBox a {
      font-size: 16px;
      width: 160px;
      margin-right: 36px;
      text-align: center; }
      .footer.newFooter .linkBox a:hover {
        color: #000; }
    .footer.newFooter .selectBox {
      margin-bottom: 0;
      margin-right: 0; }
      .footer.newFooter .selectBox .dropdown {
        height: 42px;
        line-height: 41px;
        font-size: 14px; }
    .footer.newFooter .dropdown .selected, .footer.newFooter .dropdown li {
      font-size: 14px; }
    @media (max-width: 1440px) {
      .footer.newFooter .selectBox .dropdown {
        width: 120px; }
      .footer.newFooter .linkBox a {
        margin-right: 15px; }
      .footer.newFooter .copyright {
        width: 165px; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .footer.newFooter .footer-inner {
        line-height: 30px;
        padding: 30px; }
      .footer.newFooter .selectBox {
        float: none; } }
    @media screen and (max-width: 768px) {
      .footer.newFooter .footer-inner {
        white-space: nowrap; }
      .footer.newFooter .selectBox {
        width: 150px; } }
  .footer-simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 40px; }
    .footer-simple-link {
      padding-left: 20px;
      margin-left: 20px;
      border-left: 1px solid #beccdb;
      cursor: pointer; }
    .footer-simple .setting-select2 .btn:not(:disabled):not(.disabled) {
      font-size: 14px;
      line-height: 46px; }
    @media (max-width: 575.98px) {
      .footer-simple.footer_full {
        flex-direction: column;
        align-items: flex-start; }
        .footer-simple.footer_full .linkBox {
          margin-top: 20px; }
      .footer-simple-link:first-child {
        padding-left: 0;
        padding-right: 0;
        border-left: none; } }

/**********************弹窗***************************/
.waringModal .modal-dialog {
  width: 500px; }
.waringModal .modal-content {
  border: none; }
.waringModal .modal-dialog2 {
  width: 350px;
  height: 278px; }
@media screen and (max-width: 768px) {
  .waringModal .modal-dialog {
    width: 90%;
    padding: 10%; } }

.paike_dialog_title {
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px; }
.paike_dialog_img {
  padding: 33px 0 13px;
  text-align: center;
  margin: 0 auto;
  display: block; }
.paike_dialog_text {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px; }
.paike_dialog_btn {
  height: 48px;
  border-radius: 24px;
  background-color: #246efc;
  margin: 20px auto 0 auto;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  display: block; }
  .paike_dialog_btn:hover {
    background-color: #104EC6; }
.paike_dialog_btn2 {
  width: 304px; }
.paike_dialog_link {
  text-align: center;
  margin-top: 32px;
  cursor: pointer;
  font-size: 14px;
  color: #246efc; }
@media screen and (max-width: 768px) {
  .paike_dialog_btn {
    width: 90%; } }

/********************右上角通知********************/
.add_icon01 {
  position: relative;
  cursor: pointer; }
  .add_icon01 img {
    width: 20px;
    height: 20px; }
  .add_icon01 .add_message {
    height: 16px;
    border-radius: 8px;
    background-color: #df5d06;
    color: #fff;
    font-size: 12px;
    position: absolute;
    text-align: center;
    line-height: 16px;
    top: 0;
    left: 15px;
    padding: 0 5px; }
  .add_icon01 .message_list {
    width: 320px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
    right: -17px;
    z-index: 100;
    cursor: default;
    top: 48px;
    box-shadow: 0 0 5px 0 rgba(63, 63, 63, 0.2);
    border: solid 1px #bfcde4;
    display: none; }
    .add_icon01 .message_list:before {
      /* content: ''; */
      position: absolute;
      z-index: 0;
      box-shadow: -1px -1px 1px #e2e0e0;
      top: -6px;
      right: 34px;
      width: 14px;
      height: 14px;
      transform: rotate(45deg);
      background: #fff; }
    .add_icon01 .message_list .title {
      color: #000000;
      font-size: 16px;
      font-weight: bold;
      padding: 12px 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 60px; }
      .add_icon01 .message_list .title .all {
        color: #246efc;
        font-size: 14px;
        cursor: pointer;
        background: url("../../img/icons/ic-settings.svg") no-repeat center left;
        background-size: 16px 16px;
        padding-left: 24px;
        font-weight: normal; }
    .add_icon01 .message_list .message_item {
      padding: 16px;
      position: relative;
      border-top: 1px solid #bfcde4;
      cursor: pointer; }
      .add_icon01 .message_list .message_item:first-child {
        border-top: none; }
      .add_icon01 .message_list .message_item_icon {
        float: left; }
      .add_icon01 .message_list .message_item_right {
        float: left;
        width: calc(100% - 35px);
        color: #666;
        font-size: 14px;
        margin-left: 14px; }
        .add_icon01 .message_list .message_item_right p {
          color: #333;
          margin-bottom: 10px; }
      .add_icon01 .message_list .message_item_close {
        position: absolute;
        right: 5px;
        display: none;
        cursor: pointer;
        top: 18px; }
    .add_icon01 .message_list .read_more {
      font-size: 14px;
      height: 52px;
      line-height: 52px;
      text-align: center; }
      .add_icon01 .message_list .read_more a {
        color: #026dd1; }
  .add_icon01 .message_item_body {
    height: 320px;
    overflow-y: auto;
    background-color: #f5f9fd; }
    .add_icon01 .message_item_body .message_item_body_no {
      background-color: #f1f1f6;
      height: 180px;
      padding-top: 140px;
      text-align: center;
      font-size: 16px;
      color: #999; }
  .add_icon01 #timeFlag {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4); }
  .add_icon01 .bell_box {
    margin: 0 30px;
    position: relative;
    height: 37px;
    line-height: 37px;
    padding-top: 7px; }
    .add_icon01 .bell_box svg {
      width: 26px;
      height: 26px;
      color: #BECCDB; }

.selectBox {
  float: right;
  margin: 0 30px 40px 0; }
  .selectBox .dropdown {
    width: 206px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    font-size: 15px; }
  .selectBox #query {
    height: 35px;
    background: #246efc;
    border: 1px solid #246efc;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px; }

.setting-title {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 56px;
  position: relative; }
  .setting-title a.right_btn {
    width: 102px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #026dd1;
    color: #026dd1;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    display: block;
    cursor: pointer; }
    .setting-title a.right_btn:hover {
      border: solid 1px #026dd1;
      background-color: #026dd1;
      color: #fff; }
.setting-text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px; }
.setting-text2 {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-top: 8px; }

/*协议勾选*/
.singup_privacy {
  margin-top: 30px;
  margin-left: 4px; }
  .singup_privacy .spot {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    background-size: 24px 24px;
    border: solid 1px #b4b9c6;
    top: 8px;
    border-radius: 2px; }
  .singup_privacy label {
    position: relative;
    text-align: left;
    display: inline-block;
    min-height: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px; }
    .singup_privacy label a {
      color: #246efc; }
    .singup_privacy label input {
      width: 24px;
      height: 24px;
      vertical-align: bottom;
      opacity: 0; }
      .singup_privacy label input:checked + .spot {
        background: url(../../img/checkbox_icon_o_new.png) no-repeat;
        background-size: cover;
        border-color: #026dd1; }

.main_footer {
  background-color: rgba(172, 192, 218, 0.08);
  padding-bottom: 164px; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main_title {
    font-size: 30px; }

  .main_content {
    width: auto;
    padding-left: 50px;
    padding-right: 50px; } }
/*******************手机版*****************/
@media screen and (max-width: 768px) {
  .fixedContainer {
    padding-top: 52px; }

  .fixedContainer-simple {
    padding-top: 52px; }

  .page_title {
    font-size: 20px; }

  .main_content {
    padding: 0 15px; }

  .main_title {
    font-size: 24px;
    text-align: center; }

  .main_text {
    text-align: center; }

  .main_footer {
    padding-bottom: 60px; } }

/*# sourceMappingURL=common.css.map */
