/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 1rem;
  height: 2rem;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
input::-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.fc-pointer{
  cursor: pointer;
}

.fc-text-center {
  text-align: center;
}
.fc-relative {
  position: relative;
}
.fc-text-sm {
  font-size: 13px !important;
}
.fc-color-main {
  color: #008aff !important;
}
.fc-flex {
  display: flex;
}
.fc-flex-vcenter{
  align-items:center;
}
.fc-text-sm{
  font-size: 13px !important;
}
.fc-pad-lr-min {
  padding-left: 10px;
  padding-right: 10px;
}
 .head_right_box {
  position: absolute;
  top: 53px;
  right: 70px;
  text-align: right;
}

 .isPhone{
   top: 20px;
 }


.arHeader .logo_a{
  float: right;
  margin: 17px 15px;
  margin-right: 60px;
}
.arHeader .logo_a img{
  margin-right: -52px
}

.arHeader .menu{
  float: left;
  margin: 25px  0 0 15px;
}
.arHeader .head_right_box{
  left: 70px;
  right: initial;
}
.arHeader .left_logo{
  right: 70px;
  left: auto;
  direction: ltr;
}
.pc .head_right_box{
  /* margin-top: 20px !important; */
}

.pc .user_photo{
  width: 50px !important;
  height: 50px !important;
  margin-top: -10px !important;
}
.userPc .head_right_box{
  top: 24px;
}
.userPc .user_photo{
  width: 50px !important;
  height: 50px !important;
}

.login_btn {
  padding: 10px 20px;
  color: #fff;
  line-height: 1;
  background-color: #00D8B1;
  border-radius: 43px;
  display: inline-block;
  cursor: pointer;
}

.fc_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.login_box {
  width: 80%;
  max-width: 486px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 100;
  /* overflow: hidden; */
}
.popoMask{
  z-index: 100;
}
.login_header {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.login_style {
  display: flex;
  align-items: center;
  color: #e2e2e2;
}
.login_style img {
  width: 30px;
  height: 30px;
}
.login_style span {
  margin: 0 8px;
}

.user_photo{
	overflow: hidden;
	width:30px;
	height:30px;
	border-radius: 50%;
	position: relative;
	z-index: 200;
	padding: 4px;
	border: 1px dashed transparent;
}

/* 扫码 */
.loginLesson {
  color: #008aff;
  padding-bottom: 20px;
  font-size: 14px;
}
.fail_mask {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 0;
  left: 50%;
  margin-left: -65px;
  background-color: rgba(0, 0, 0, 0.4);
}
.qrcode {
  width: 130px !important;
  height: 130px !important;
  margin: 20px auto;
}
.qrcode img {
  width: 130px !important;
  height: 130px !important;
}
.login_tip {
  margin: 0 40px 10px;
  font-size: 12px;
  line-height: 1.8;
}
.qrcode .qrcode_ref_icon {
  width: 26px !important;
  height: 26px !important;
  margin-top: 52px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.login_close {
  margin-left: 10px;
}
.ar_login_close{
  margin-right: 10px;
}

.login_sdk_box {
  margin: 40px 0;
}
/* goole login */
.login_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 16px;
}
.login-btn {
  width: 85%;
  height: 40px;
  line-height: 40px;
  max-width: 300px;
  background-color: #65cec2;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  margin: 0 auto 20px;
}
.login-btn-white {
  background-color: #fff;
  color: #333;
  box-shadow: 0 1px 12px 0 rgba(11, 79, 218, 0.13);
}
.img_box {
  margin: 0 7px;
}
.login_other_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/* 其他方式登录 */
.login_other {
  margin-top: 30px;
}
.login_other_bot {
  margin-top: 13px;
  display: flex;
  justify-content: center;
}
.btn_split {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.67rem;
  margin-bottom: 0.3rem;
}
.btn_split_line {
  width: 10%;
  height: 1px;
  background-color: #d8d8d8;
}
.btn_split_txt {
  color: #999;
  font-size: 12px;
  padding: 0 12px;
}
/* 表单登录 */
.form_box {
  padding-left: 40px;
  padding-right: 40px;
}
.form_box .form_item {
  display: flex;
  height: 42px;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 10px;
  position: relative;
}
.form_box .flag_icon {
  width: 16px;
  height: 16px;
}
.form_box .form_input {
  flex: 1;
  width: 80%;
  height: 40px;
  border: none;
  padding-left: 18px;
}
.form_box .form_icon {
  height: 18px;
}
.form_box input::-ms-input-placeholder {
  font-size: 14px;
  color: #ddd;
}
.form_box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ddd;
}
.form_box .sendcode_img {
  width: 18px;
}
.form_box .sendcode_btn {
  padding: 0.1rem 0.3rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: #d8d8d8;
  color: #fff;
  border-radius: 1rem;
  text-align: center;
}
.form_box .sendcode_btn.active {
  background-color: #1fc3ff;
}
.form_box .countdown_btn {
  padding: 0.1rem 0.3rem;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #f3f3f3;
  color: #999;
  border-radius: 1rem;
  text-align: center;
}
.form_box .fc-bind-btn {
  padding: 14px 0;
  display: block;
  width: 80%;
  max-width: 280px;
  margin: 30px auto 0;
  font-size: 14px;
  background-color: #d8d8d8;
  color: #fff;
  border-radius: 60px;
  text-align: center;
}
.form_box .fc-bind-btn.active {
  background-color: #008aff;
  cursor: pointer;
}
.sel_area_box {
  height: 100%;
  padding-top: 54px;
  box-sizing: border-box;
  position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    height: 220px;
    z-index: 101;
    background-color: #fff;
    border: 1px solid #cacaca;
}
/* .sel_area_box .van-icon__image {
  float: left;
  margin-top: 0.3em;
  background-color: #eee;
  border-radius: 50%;
} */
.sel_area_box .area_header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}
.sel_area_box .countryList .van-cell{
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px;
  overflow: hidden;
  color: #323233;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
}

.sel_area_box .vant_search .van-search__content {
  border-radius: 0.8rem;
  padding-left: 12px;
    background-color: #f7f8fa;
}
.login_box .form_input{
  /* text-align: left; */
}
/* .sel_area_box .selcountry_title {
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  background-color: #fff;
  text-align: center;
} */
.sel_area_box .countryList {
  height: 100%;
  overflow: auto;
  /* -webkit-overflow-scrolling:touch; */
}
.countryList .cli{
  display: flex;
  justify-content: space-between;
  position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}
.countryList .cli .cliR{
  color: #969799;
}
.countryList .cli .cliL{
  display: flex;
  align-items: center;
  color: #323233;
  font-size: 14px;
  line-height: 24px;
}
.countryList .logo{
  border-radius: 50%;
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin: 0 0.4rem;
}
.sel_area_box .van-cell__left-icon{
  margin: 0 4px;
  display: flex;
  align-items: center;
}
/* .ar_class .van-cell__value{
  text-align: left;
} */
