/*底部背景图*/
body{
  background-image:url('../images/footer_pattern_mobile.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
/*公共导航*/
.header{
  width: 100%;
  padding: 24px 20px 24px 10px;
  box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.header_main{
  display: flex;
  width:100%;
  align-items: center;
  justify-content:space-between;
}
.header_main h1{
  display: flex;
  align-items: center;
}
.logo{
  width:246px;
  height: 32px;
}
.logo_line{
  display: inline-block;
  margin:0 15px;
  width:1px;
  height:32px;
  background: #dedede;
}
.logo_text{
  width:99px;
  height:28px;
}
.header_lang{
  position: relative;
}
.header_lang img{
  cursor: pointer;
}

.header_main ul{
  display:none;
  position: absolute;
  top:38px;
  right:0;
  width: 80px;
  height: 105px;
  padding: 10px 7px 11px 6px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #dedede;
  background-color: #fff;
  text-align: center;
}
.header_main ul li{
  height: 28px;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
}
.header_main ul li:hover,.header_main ul li.cur{
  color:#A29D89;
}
/*版权说明*/
.wrap_copyright{
  display: flex;
  padding:0 20px;
  height: 60px;
  align-items: center;
  color: #787878;
  font-size: 12px;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}
/*主要内容区*/
.wrap{
  width:100%;
}
.wrap_main{
  min-height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_sel{
  display: flex;
  margin:25px 5px;
}
.main_sel li{
  display: flex;
  padding:0 5px;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.main_sel li div{
  padding: 56px 12px 55px;
  opacity: 0.7;
  border-radius: 10px;
  border: solid 2px #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  cursor: pointer;
}
.main_sel li div img{
  margin-bottom: 9px;
  width:36px;
  height:36px;
}
.sel_head{
  font-size: 14px;
  color: #403d3c;
  line-height: 20px;
  padding-bottom: 5px;
  font-family:'Noto Serif HK', serif;font-weight: 400
}
.sel_info{
  font-size: 12px;
  Font-family:’Noto Sans TC’, sans-serif;
  color:#787878;
  line-height: 18px;
}
.main_sel li div:hover,.main_sel li.cur div{
  opacity: 1;
  transition: all .5s ease;
  border: solid 2px #A29D89;
  background-color: #fff;
}
.main_title{
  /*padding-top: 65px;*/
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  font-family:'Noto Serif HK', serif;font-weight: 300
}
.main_title span{
  display: block;
}
.main_btn{
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 50px;
  border-radius: 91px;
  border: solid 1px #A29D89;
  background-color: #A29D89;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color:#fff;
}
/*注册*/
.register .main_title{
  /*padding-top: 20px;*/
}
.main_sub_title{
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #787878;
}
.main_sub_title span{
  display: block;
}
.main_input{
  margin:10px 10px 0;
  padding:20px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-sizing: border-box;
}
.input_step{
  display: flex;
  padding-bottom: 20px;
  margin:0 -20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
  color:#787878;
}
.input_step li div span{
  display: inline-block;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  border: solid 0.5px #A29D89;
  line-height: 24px;
  border-radius: 50%;
  color: #A29D89;
  transform:rotateZ(360deg);
}
.input_step li div.cur span{
  background:#A29D89;
  color:#fff;
}
.input_step li div.checked span{
  background-image:url('../images/Check.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.input_step li div.checked span em{
  display: none;
}
.input_step li p.line{
  width:40px;
  height: 22px;
  border-top: 1px dotted #a6a6a6;
  background-color: #fff;
  margin-left: 15px;
}
.step_main_title{
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #403d3c;
  font-weight: normal;
  font-family:'Noto Serif HK', serif;
  font-weight: 400;
}
.step_main_subtitle{
  font-size: 14px;
  line-height: 24px;
  font-family: noto sans tc;
  color: #787878;
  text-align: center;
}
.step_main_subtitle a{
  color:#A29D89;
  text-decoration: underline;
}
.step_main_from{
  display: flex;
  flex-wrap:wrap;
}
.step_main_from li{
  display: flex;
  width:100%;
}
.step_main_from li div{
  width:100%;
  padding-top: 10px;
}
.step_main_from li div.email a{
  display: none;
}
.step_main_from li div input{
  margin-top: 30px;
  width:100%;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e0dfdd;
  color: #403d3c;
  opacity: 1;
}
.step_main_from li div input.cur{
  border-bottom: 1px solid #f15723;
}
.step_main_from li div input::placeholder{
  color: #403d3c;
  opacity: 0.3;
}
.step_main_from li div .error{
  margin:10px 0;
  font-size: 14px;
  line-height: 22px;
  color:#f15723;
}
.step_main_from li div .tips{
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 14px;
  color:#898989;
}
.step_main_from li div.code{
  width:70%;
}
.step_main_from li div.code_img {
  width:30%;
  min-width: 182px;
  padding-left: 21px;
  text-align: right;
  box-sizing: border-box;
}
.step_main_from li div.code_img a{
  display: block;
  margin-bottom: 3px;
  text-decoration: underline;
  font-size: 14px;
  color: #A29D89;
}
.step_main_from li div.code_img img{
  width:161px;
  height: 50.5px;
  border-radius: 5px;
  border: solid 1px #646464;
  overflow: hidden;
}
.read{
  margin:20px 0;
  font-size: 14px;
  color: #787878;
  line-height: 24px;
}
.read a{
  color:#A29D89;
  text-decoration: underline;
}


.appointment_summary_agreement {
  margin-top: 30px;
  margin-bottom: 20px;
}

.appointment_summary_agreement_li {
  display: flex;
  margin-bottom: 5px;
}

.appointment_summary_agreement_checkbox {
  position: relative;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border: 1px solid #A29D89;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  margin-right: 12px;
  flex-grow: 1;
  cursor: pointer;
}
.appointment_summary_checkbox_active{
   border: 1px solid #A29D89;
}

.appointment_summary_agreement_checkbox label {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -3%;
  left: -1%;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

.appointment_summary_agreement_checkbox input[type="checkbox"]:checked+label {
  background-color: #A29D89;

  border-color: #A29D89;
}

.appointment_summary_agreement_checkbox input[type="checkbox"]:checked+label::before {
  content: '';
  background: url('../images/Check.png') no-repeat;
  background-size: 22px 22px;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 999;
   top: 8%;
   left: 6%;
  color: white;
  font-size: 16px;
}

.appointment_summary_agreement_text {
  color: #787878;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  flex-grow: 1;
}

.appointment_summary_agreement_text a {
  color: #A29D89;
  text-decoration: underline;
}

.step_main_btn div{
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 91px;
  border: solid 1px #A29D89;
  background-color: #A29D89;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.step_main_btn div.btn_disabled{
  border: solid 1px #dedede;
  background:#dedede;
}
.step_main_btn div a{
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.step_main_btn a{
  margin:20px 0;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #A29D89;
  text-decoration: underline;
}
/*注册-选择保单*/
.main_policy li{
  margin-top:10px;
  padding:15px;
  height: 82px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 2px #fff;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.main_policy li.cur,.main_policy li:hover{
  border: solid 2px #A29D89;
  background-color: #fff;
  opacity: 1;
}
.policy_no{
  font-size: 16px;
  color: #403d3c;
  line-height: 24px;
}
.policy_name{
  font-size: 14px;
  color: #787878;
  line-height: 20px;
}
/*手机验证*/
.step_main_tel{
  margin: 0 auto;
  max-width: 333px;
}
.step_main_tel li{
  display: flex;
  flex-wrap: wrap;
}
.step_main_tel li div.form_item_input{
  position: relative;
  width:104px;
}
.form_item_select select{
  position: absolute !important;
  top: 20px !important;
  left: 0 !important;
  width: 104px !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer;
  color: #555;
  font-size: 14px;
}
.form_item_select p {
  margin-top: 20px;
  width: 104px;
  height: 44px;
  line-height: 44px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url('../images/Chevron_Down.svg') no-repeat center right;
  background-size: 24px auto;
  font-size: 16px;
  color: #555;
  image-rendering: -webkit-optimize-contrast;
  border-bottom: 1px solid #e0dfdd;
}
.step_main_tel li div.input_tel{
  margin-left: 12px;
  width:calc(100% - 104px - 12px)
}
.step_main_tel li div input{
  margin-top:20px;
  width:100%;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e0dfdd;
  color: #403d3c;
  opacity: 1;
}
.step_main_tel .error{
  display: block;
  width:100%;
  margin:10px 0;
  font-size: 14px;
  line-height: 22px;
  color:#f15723;
}
.step_main_tel li.cur .form_item_select p,.step_main_tel li.cur div input{
  border-bottom: 1px solid #f15723;
}
.error_all{
  display: block;
  width:100%;
  margin:20px 0 10px;
  font-size: 14px;
  line-height: 22px;
  color:#f15723;
  text-align: center;
}
.error_all.add_error{
  margin-top: 0px;
}
/*注册成功*/
.main_member{
  padding:15px 10px 30px;
}
.main_member_info{
  margin: 10px auto;
  padding:18px 18px 0;
  width:100%;
  max-width:332px;
  height: 410px;
  background:url('../images/card_bg_new.png') no-repeat;
  background-size: 332px auto;
  box-sizing: border-box;
  color:#fff;
  font-weight: normal;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px 4px
  rgba(0, 0, 0, 0.05);
}
.Line-10 {
  width: 302px;
  height: 1px;
  flex-grow: 0;
  margin: 17.5px 0 16.5px;
  transform: rotate(-360deg);
  border: solid 1px rgba(224, 223, 221, 0.4);
}
.main_member_info .main_member_info_p{
  width: 302px;
  display: flex;
  /*align-content: center;*/
  flex-wrap: wrap;
}

.main_member_info .remark_01{
  /*width: 120px;*/
  width: 302px;
  height: auto;
  flex-grow: 0;
  /*margin: 18.5px 65px 4px 1px;*/
  margin: 0px 0px 0px 0;
  font-family: NotoSansTC;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.12px;
  text-align: left;
  color: #fff;
}

.main_member_info .remark_02{
  /*width: 169px;*/
  width: 302px;
  height: 24px;
  flex-grow: 0;
  /*margin: 4px 16px 0 1px;*/
  margin: 4px 0px 0 0;
  /*font-family: AlbertSans;*/
  font-family: 'Albert Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  /*letter-spacing: 1.6px;*/
  text-align: left;
  color: #fff;
}
.main_member_info .remark_03{
  width: 302px;
  height: auto;
  flex-grow: 0;
  /*margin: 0 36px 183px 49px;*/
  margin: 4px 0px 0 0;
  /*padding: 15.2px 150.5px 1.5px 49.2px;*/
  /*padding: 5px 10px 10px 0px;*/
  font-family: NotoSansTC;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.info_logo{
  margin-bottom: 20px;
}
.info_title{
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  font-family:'Noto Serif HK', serif;font-weight: 300
}
.info_id{
  font-size: 36px;
  font-family: 'Albert Sans', sans-serif;
  font-weight: 100;
  line-height: 38px;
  letter-spacing: 1px;
  padding-top: 4px;
}
.info_date{
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Albert Sans', sans-serif;
}
.main_code{
  margin:10px auto 0;
  text-align: center;
}
.main_code .code_mes{
  font-size: 16px;
  color: #787878;
  line-height: 24px;
}
.main_code .code_mes span{
  margin-right: 5px;
  color:#A29D89;
}
.code_tips{
  margin-top:10px;
  font-size: 12px;
  color:#898989;
}
.code_line{
  margin: 20px auto;
  width:30px;
  height:1px;
  background-color: #A29D89;
}
.code_line.error_msg{
  background-color: #f15723;
}
.code_input{
  width:100%;
  height:44px;
  line-height: 44px;
  border-bottom:1px solid #e0dfdd;
  font-size: 16px;
  color:#403d3c;
  text-align: center;
}
.code_input.cur{
  border-bottom:1px solid #f15723;
}
.main_code .error{
  margin:10px 0;
  font-size: 14px;
  line-height: 22px;
  color:#f15723;
}
/*弹框*/
.laybox{

}
.laybox_bg{
  position: fixed;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
  background:rgba(0,0,0,0.5);
}
.laybox_main{
  position: absolute;
  top:10vh;
  left:0;
  width:calc(100% - 20px);
  margin:0 10px;
  background:#fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.laybox_main.laybox_main_new{
  top:30vh;
}
.laybox_main h4{
  position: relative;
  margin: 25px 0 10px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #403d3c;
}
.laybox_main h4 img{
  position: absolute;
  width:16px;
  height: 16px;
  right:12px;
  top:-13px;
  cursor: pointer;
}
.laybox_main p{
  margin:0 20px;
  font-size: 14px;
  text-align: center;
  color: #787878;
}
.laybox_main.laybox_main_new p{
  padding-top: 80px;
  padding-bottom: 20px;
}
.laybox_main ul{
  margin:10px 20px;
  max-height: 320px;
  overflow-y: auto;
}
.laybox_main ul li::before{
  content: '';
  display: inline-block;
  margin-right: 7px;
  width:6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #A29D89;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.laybox_main ul li{
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #787878;
  line-height: 32px;
}
.laybox_main_btn{
  margin:20px auto 40px;
  width: 320px;
  height: 50px;
  line-height: 50px;
  flex-grow: 0;
  border-radius: 91px;
  border: solid 1px #A29D89;
  background-color: #A29D89;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.42px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}


/* 使滚动条始终可见 */
.laybox_main ul::-webkit-scrollbar {
  -webkit-appearance: none; /* 隐藏默认滚动条 */
  width: 5px; /* 设置滚动条的宽度 */
}

.laybox_main ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3); /* 设置滚动条的颜色 */
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3); /* 添加阴影效果 */
}
