/*
 * HiCloud Portal 2.0 全局样式
 * 
 * */
html,body{
	height: 100%;
	min-width: 999px;
    color: rgba(0,0,0,0.9);
    /* background-color: #fff; */
    overflow-y: hidden;
	width: 100%;
    margin: 0 auto;
}
*{
	padding: 0;
	margin: 0;
	font-family: PingFang SC,Arial,Microsoft YaHei,Sans Serif;
	font-size: 14px;
}
ul,li{
	list-style: none;
}
li{
	cursor: default;
}
/*左边 header css整合*/
/*内容 css整合*/
.contentLeft{
	background: #f2f4f5;
	-webkit-box-shadow: 0px 3px 7px #e5e5e5 inset;
	        box-shadow: 0px 3px 7px #e5e5e5 inset;
}
.leftOption{
	width: 100%;
	min-width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 40px;
	text-indent: 8px;
}
.optionContent{
	height: 32px;
	line-height: 32px;
	background: #ebeced;
}
.contentRight_left{
	background: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
}
.contenRight_right{
	background: #fcfcfc;
	height: 94%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 20px 0 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.memDetailedContent{
	line-height: 40px;
	font-size: 17px;
	color: #4c4c4c;
	margin-top: 5px;
}
/*垂直Li的样式整合*/
.verticalLi{
	height: 40px;
	line-height: 40px;
	text-indent: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.flexItem .verticalLi{
	padding-right: 0;
}
.contentLeft{
	font-size: 14px !important;
}
/*水平Li的样式整合*/
.horizontalLi{
	height: 50px;
    line-height: 50px;
    width: 52px;
    padding-left: 12px;
    float: left;
    cursor: pointer;
}
.li-100{
	height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.img_marginLeft-10{
	margin-left: 10px;
}
/*省略整理*/
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*图片上下居中*/
.imgCenter{
	vertical-align: middle;
}
/*定位实现*/
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.hide{
	display: none;
}
.show{
	display: block;
}
/*备忘录列表选中样式*/
.active{
	background: #e2f0fd;
}
.verticalLi:hover .absolute_labelDelete{
	display: block;
}
.memContentListLi:hover{
	background: #f0f0f0;
}
.LiContent{
    color: #333;
    font-size: 16px;
    height: 36px;
    line-height:46px;
}
.absolute_LiContent{
	display: inline-block;
	top: 15px;
    left: 17px;
    width: 16px;
    height: 16px;
}
.absolute_content{
	top: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
}
.dateTime{
    color: #999999;
    font-size: 14px;
    height: 29px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.spanWidth{
	display: inline-block;
	margin-left: 5px;
}
.horizontalRank{
	height: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    background: white;
    line-height: 50px;
    overflow: hidden;
}
/*输入框*/
.findOpt{
	width: 100%;
	padding: 5px 16px 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.inputText{
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 30px;
}
.inputTexthover{
	border: 1px solid #1083fe!important;
}
.inputText input{
	outline: none;
	background-color: transparent;
	border: none;
	font-size: 14px;
	color: #000;
	float: left;
	caret-color: #1083fe;
	text-shadow: 0px 0px 0px #bbbbbb;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #b2b2b2;
	font-size: 14px;
}
input:-moz-placeholder,textarea:-moz-placeholder{
	color: #b2b2b2;
	font-size: 14px;
}
input::-moz-placeholder,textarea::-moz-placeholder{
	color: #b2b2b2;
	font-size: 14px;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
	color: #b2b2b2;
	font-size: 14px;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{
	color: #b2b2b2;
	font-size: 14px;
}
input::placeholder,textarea::placeholder{
	color: #b2b2b2;
	font-size: 14px;
}
.searchInput:-ms-input-placeholder{
	color: #b2b2b2;
	font-size: 14px;
}
.labelInput:-ms-input-placeholder{
	color: #b2b2b2 !important;
}
input::-ms-clear{
	display: none;
}
/*内置阴影*/
.shadowIn{
	-webkit-box-shadow: 0px 1px 5px #eee inset;
	        box-shadow: 0px 1px 5px #eee inset;
}
/*框架分为左右——右边 以图库为例*/
.rightNav_only{
	width: 100%;
}
.rightNavContentHeader{
	width: 100%;
	height: 40px;
	background: #fcfcfc;
	color: black;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.rightNavContent{
	width: 100%;
	height: 873px;
	position: relative;
	background: #fff;
}
.imgContent{
	width: 100%;
}
/*悬浮框*/
.suspensionFrame{
	display: none;
	width: 505px;
	height: 245px;
	border: 1px solid #dbdbdb;
	background: white;
	border-radius: 15px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 999;
}
.title{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.title p{
	font-size: 16px;
	text-align: center;
	line-height: 59px;
	/*font-weight: bolder;*/
	font-weight: calc(var(--ratio) * 600 );
	color: #333;
}
.suspensionContent{
	width: 100%;
	height: calc(100% - 128px);
}
.suspensionButton{
    padding-right: 32px;
    text-align: right;
    padding-top: 32px;
}
.suspensionBtn{
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	outline: none;
	text-align: center;
	background: #fff;
	font-size: 16px;
	color: #0080ff;
	cursor: pointer;
	padding:0 47px;
	height: 36px;
	line-height: 36px;
	margin-left: 20px;
	float: right;
}
.suspensionBtn:hover{
	background: #fafafa;
}
.warp{
	display: none;  
	position: absolute;  
	top: 0%;  
	left: 0%;  
	width: 100%;  
	height: 100%;  
	background-color: black;  
	z-index: 998;  
	-moz-opacity: 0.3;  
	opacity: .30;  
	filter: alpha(opacity=30);
}
.popTip.popTipTitle {
    color: #333;
}
.promptAlbum:last-child{
 	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*Spinner箭头*/
/*向上*/
.SpinnerUp:after{
	position: absolute;
	display: inline-block;
	top: -6px;
	left: 25px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 7px;
	border-color: transparent transparent #fff #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-shadow:-2px 2px 3px rgba(0,0,0,0.1);
	        box-shadow:-2px 2px 3px rgba(0,0,0,0.1);
	background: transparent;
}
/*向下*/
.Spinnerdown:after{
	position: absolute;
	display: inline-block;
	bottom: -5px;
	left: 25px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 7px;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-shadow:2px -2px 3px rgba(0,0,0,0.05);
	        box-shadow:2px -2px 3px rgba(0,0,0,0.05);
	background: transparent;
}
.loadingGIF {
	color: #ffffff;
	font-size: 30px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top:50%;
	left:50%;
	z-index: 500;
	margin-left: -15px;
	margin-top: -15px;
	-webkit-animation: load6 1.5s infinite ease;
	animation: load6 1.5s infinite ease;
}
@-webkit-keyframes load6 {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
	95% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
	59% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
	95% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
	59% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
.img_width-50{
		pointer-events:none;
}
.contact_highlight {
		color:#238FFE;
		font-size:inherit;
}
[v-cloak] {
  display:none !important;
}
.CodeMirror-lines {
  background-color: transparent !important;
}
.CodeMirror-focused .CodeMirror-selected { background: #e2effc!important;
}
.notenoselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.notechildnoselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.notechildnoselect * {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.CodeMirror-code {
  background-color: transparent !important;
}
.attach .tools {
  position: absolute;
  background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
  background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
  opacity: 0.5;
  left: 4px;
  right: 0;
  bottom: 4px;
  height: 35px;
  display: none;
}
.attach img {
  display: block;
  min-width: 120px;
  max-width: 350px;
  min-height: 120px;
}
.cm-hiLight {
  color: #4C9CFF;
}
.attach_line {
  overflow: hidden;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.attach_line * {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.attach_line .CodeMirror-linewidget {
  margin-top: -25px;
  float: left;
  clear: both;
}
.attach {
  cursor: default;
  margin-left: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-width: 120px;
  max-width: 350px;
  background-color: #dcdcdc;
}
.attach:hover .deleteBtn {
  display: block;
}
.attach:hover .tools {
  display: block;
}
.CodeMirror-cursor {
  margin-top: 4px;
}
.CodeMirror-cursor {
  border-color: #1083fe!important;
}
.finished {
  text-decoration: line-through;
}
.finished .cm-tab{
  text-decoration: line-through!important;
}
.CodeMirror-line {
  line-height: 25px!important;
}
.CodeMirror-line span {
  font-size: 14px;
  font-weight: calc(var(--ratio) * 400 );
}
.todo_line .CodeMirror-line {
  padding-left: 34px;
}
.todo_line .CodeMirror-linewidget {
  position: absolute;
  top: 3px;
  left: 4px;
}
.cm-style1 {
  color: red;
}
.cm-style2 {
  color: green;
}
.CodeMirror {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: transparent !important;
}
.dragableItem:hover .toolBox {
  display: block;
}
.currentSelect {
  -webkit-box-shadow: 0px 0px 30px #2ba1f5;
          box-shadow: 0px 0px 30px #2ba1f5;
}
.dragableItem {
  max-width: 624px;
  cursor: move;
  position: relative;
  display: inline-block;
  margin: 10px 0;
}
.dragableItemError {
  max-width: 624px;
  position: relative;
  display: inline-block;
}
.toolBox {
  left: 0;
  right: 0;
  height: 40px;
  opacity: 0.8;
  cursor: default;
  position: absolute;
  bottom: 0;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(transparent, black);
}
.toolBox span {
  float: right;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  background-repeat: no-repeat!important;
  margin-right: 4px;
}
.toolBox span:hover {
  cursor: pointer;
}
.targetImage {
  max-width: 624px;
  vertical-align: middle;
}
.modualWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loadingParent {
  position: relative!important;
}
.deleteLine {
  text-decoration: line-through!important;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}
.fade-enter,
.fade-leave-active {
  opacity: 0
}
.fold-enter-active {
  -webkit-animation-name: fold-in;
          animation-name: fold-in;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.fold-leave-active {
  -webkit-animation-name: fold-out;
          animation-name: fold-out;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
@-webkit-keyframes fold-in {
0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
}
50% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes fold-in {
0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
}
50% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes fold-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
50% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
}
100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
}
}
@keyframes fold-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
50% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
}
100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
}
}
.flip-enter-active {
  -webkit-animation-name: flip-in;
          animation-name: flip-in;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.flip-leave-active {
  -webkit-animation-name: flip-out;
          animation-name: flip-out;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
@-webkit-keyframes flip-in {
0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
}
@keyframes flip-in {
0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
}
@-webkit-keyframes flip-out {
0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
}
@keyframes flip-out {
0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
}

@media screen and (min-height: 720px) and (min-width: 585px) and (max-width: 1100px) {
.coverBottom{
        height: 102%;
}
}
.lightBg{
    background: #fff;
}
.darkBg{
    background: #000;
}
.class-pc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background:#1F3F76; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* transform: translateZ(0); */
    -webkit-tap-highlight-color: transparent;
}
.class-wap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 1000px;
    height: 1000px;
    background: #1f3f76;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
canvas {
    position: fixed;
}

.phone-find.appLoading{width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;left:0;z-index:1000;background:#fff
}
.phone-find.appLoading .wholeLoading{font-size:30px;margin:25px auto
}
.phone-find.appLoading .partLoading{font-size:16px;margin:15px auto
}
.phone-find.appLoading .newloading{width:72px;height:72px
}
.phone-find.appLoading .newloading_light{width:72px;height:72px;-webkit-filter:opacity(0.5);filter:opacity(0.5)
}
.phone-find.appLoading .loading{color:#666;text-indent:-9999em;overflow:hidden;width:1em;height:1em;border-radius:50%;-webkit-animation:load6 1.5s infinite ease;animation:load6 1.5s infinite ease
}
@-webkit-keyframes load6{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
}
20%{-webkit-box-shadow:0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
}
38%{-webkit-box-shadow:0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
}
@keyframes load6{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
}
20%{-webkit-box-shadow:0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
}
38%{-webkit-box-shadow:0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
}
.phone-find.appLoading .loadingTips{color:#777
}
.phone-find.appLoading_dark{background:#000
}































.pop_up .pop_box{position:fixed;z-index:99999;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,0.1)
}
.pop_up .pop_box_son{position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff;z-index:41;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,0.1),0 12px 14px 0 rgba(0,0,0,0.1);box-shadow:0 4px 10px 0 rgba(0,0,0,0.1),0 12px 14px 0 rgba(0,0,0,0.1);border-radius:4px;text-align:center;padding:28px 32px 24px 32px;cursor:default;width:460px
}
.pop_up .pop_box_son .buttons{overflow:hidden;margin-top:64px
}
.pop_up .pop_box_son .psw-box{height:36px;line-height:36px;border-radius:18px;background:#eee;margin-top:10px;position:relative
}
.pop_up .pop_box_son .input-disable{width:100%;height:36px;border-radius:18px;background-color:rgba(0,0,0,0.2);position:absolute;top:0;left:0
}
.pop_up .pop_box_son .psw-input{width:100%;line-height:36px;height:36px;padding:0 20px;background:transparent;border:none;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box
}
.pop_up .pop_box_son .forget-psw{margin-top:10px
}
.pop_up .pop_box_son .forget-psw a{color:#256fff;cursor:pointer
}
.pop_up .pop_box_son .forget-psw a:hover{color:#0c51ff
}
.pop_up .pop_button{-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;height:32px;width:96px;line-height:32px;border:1px solid #e0e0e0;background-color:#fff;cursor:pointer;text-align:center;font-size:12px;color:#256fff;margin-left:24px;float:right
}
.pop_up .pop_button:hover{background-color:#fafafa
}
.pop_up .text-blue{color:#256fff
}
.pop_up .text-red{color:#ff3220
}
.pop_up .pop_tip{font-size:14px;line-height:26px;text-align:left;color:#666;margin-top:6px
}
.pop_up .pop_tip.pop_tip_title{color:#333;font-size:16px
}
.pop_up .disable-btn{background-color:#fafafa;color:rgba(37,111,255,0.38);cursor:default
}
.pop_up .disable-btn :hover{background-color:#fafafa
}
.pop_up .password-tip{height:20px;line-height:20px;text-align:left;color:#ff1312;margin-top:6px;padding-left:10px
}

.storagePopbox[data-v-29ef1dd8] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10001;
}
.storageMask[data-v-29ef1dd8] {
    top: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    background: #000;
    z-index: 20;
    position: fixed;
}
.storageContent[data-v-29ef1dd8] {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    z-index: 21;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
    padding: 20px 32px;
    cursor: default;
    width: 504px;
}
.storageTip[data-v-29ef1dd8] {
    line-height: 32px;
    padding: 10px 0;
}
.storageTitle[data-v-29ef1dd8] {
    color: #333;
    font-weight: calc(var(--ratio) * 600 );
}
.storageCom[data-v-29ef1dd8] {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}
.storageClick[data-v-29ef1dd8] {
    cursor: pointer;
    color: #256fff;
}
.storageButtons[data-v-29ef1dd8] {
    margin-top: 46px;
}
.storageKnow[data-v-29ef1dd8] {
    border-radius: 42px;
    height: 36px;
    line-height: 34px;
    padding: 0 47px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    float: right;
    font-size: 16px;
    color: #256fff;
}
.ViewDetailsBox[data-v-29ef1dd8] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 21;
}
.ViewDetailsTitle[data-v-29ef1dd8] {
    border-bottom: 1px solid #f2f2f2;
    height: 46px;
    line-height: 46px;
    text-align: left;
    text-indent: 16px;
}
.ViewDetailsTitle .close[data-v-29ef1dd8] {
    margin-right: 16px;
}
.fr[data-v-29ef1dd8] {
    float: right;
}
.ViewDetailsContent[data-v-29ef1dd8] {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    z-index: 21;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
    cursor: default;
    width: 785px;
    border: 1px solid #dddddd;
}
.ViewDetailsImg[data-v-29ef1dd8] {
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.ViewDetailsContainer[data-v-29ef1dd8] {
    padding: 30px 35px;
}
.ViewDetailsUsed[data-v-29ef1dd8] {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
    height: 21px;
    text-align: left;
}
.ViewDetailProcess[data-v-29ef1dd8] {
    width: 100%;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    background: #efefef;
    overflow: hidden;
    margin: 18px 0 20px;
    font-size: 0;
    text-align: left;
}
.ViewDetailTip[data-v-29ef1dd8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.ViewDetailDiv[data-v-29ef1dd8] {
    /* display: inline-block;
    width: 14px;
    height: 1em; */
    /* float: left; */
    /* margin-right: 10px;
    margin-top:1px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 32px;
    margin-bottom: 8px;
}
.ViewDetailDiv i[data-v-29ef1dd8] {
    display: inline-block;
    /* zoom: 1; */
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    /* vertical-align: middle; */
}
.ViewDetailSpan[data-v-29ef1dd8] {
    line-height: 21px;
}
.mprocessTip i[data-v-29ef1dd8] {
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
}
.ViewDetailBottom[data-v-29ef1dd8] {
    color: #999;
    position: relative;
    margin-top: -5px;
}
.ViewDetailBottomIcon[data-v-29ef1dd8] {
    position: absolute;
    left: -1px;
    width: 5px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    padding-top: 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.setTip[data-v-29ef1dd8] {
    padding-left: 24px;
    display: block;
    line-height: 22px;
    text-align: left;
    padding-top: 3px;
}
.ViewDetailProcess span[data-v-29ef1dd8] {
    display: inline-block;
    zoom: 1;
    height: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.font16[data-v-29ef1dd8] {
    font-size: 16px;
}
html[lang='el-gr'] .ViewDetailsContent[data-v-29ef1dd8] {
    width: 890px;
}
.toUpGrade[data-v-29ef1dd8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
}
.toUpGradeBtn[data-v-29ef1dd8] {
    border: 1px solid #256fff;
    border-radius: 24px;
    color: #256fff;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
}
.toUpGradeBtn[data-v-29ef1dd8]:hover {
    background: #fafafa;
}
.toUpGradeBtn[data-v-29ef1dd8]:active {
    background: #ededed;
}

.ViewDetailsTitle .svg-icon{font-size:16px;color:#191919;cursor:pointer
}
.ViewDetailsTitle .svg-icon:hover{color:#256fff;cursor:pointer
}

.storagePopbox[data-v-10222016] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10001;
}
.storageMask[data-v-10222016] {
    top: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    background: #000;
    z-index: 20;
    position: fixed;
}
.storageContent[data-v-10222016] {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    z-index: 21;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 12px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
    padding: 20px 32px;
    cursor: default;
    width: 504px;
}
.storageTip[data-v-10222016] {
    line-height: 32px;
    padding: 10px 0;
}
.storageTitle[data-v-10222016] {
    color: #333;
    font-weight: calc(var(--ratio) * 600 );
}
.storageCom[data-v-10222016] {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}
.storageClick[data-v-10222016] {
    cursor: pointer;
    color: #256fff;
}
.storageButtons[data-v-10222016] {
    margin-top: 46px;
}
.storageKnow[data-v-10222016] {
    border-radius: 42px;
    height: 36px;
    line-height: 34px;
    padding: 0 47px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    float: right;
    font-size: 16px;
    color: #256fff;
}
.ViewDetailsBox[data-v-10222016] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 21;
}
.ViewDetailsTitle[data-v-10222016] {
    font-size: 16px;
    color: #333;
    border-radius: 6px 6px 0 0;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.ViewDetailsContent[data-v-10222016] {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    z-index: 21;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-align: center;
    cursor: default;
    width: 785px;
}
.ViewDetailsImg[data-v-10222016] {
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 12px;
}
.ViewDetailsContainer[data-v-10222016] {
    padding: 30px 35px;
}
.ViewDetailsUsed[data-v-10222016] {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
    height: 21px;
    text-align: left;
}
.ViewDetailProcess[data-v-10222016] {
    width: 100%;
    height: 14px;
    line-height: 14px;
    border-radius: 4px;
    background: #efefef;
    overflow: hidden;
    margin: 18px 0 20px;
    font-size: 0;
    text-align: left;
}
.ViewDetailTip[data-v-10222016] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.ViewDetailDiv[data-v-10222016] {
    width: 14px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 16px;
}
.ViewDetailDiv i[data-v-10222016] {
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle;
}
.ViewDetailSpan[data-v-10222016] {
    line-height: 21px;
}
.mprocessTip i[data-v-10222016] {
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
}
.ViewDetailBottom[data-v-10222016] {
    color: #999;
    position: relative;
    margin-top: -5px;
}
.ViewDetailBottomIcon[data-v-10222016] {
    position: absolute;
    left: -1px;
    width: 5px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    padding-top: 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.setTip[data-v-10222016] {
    padding-left: 24px;
    display: block;
    line-height: 22px;
    text-align: left;
    padding-top: 3px;
}
.ViewDetailProcess span[data-v-10222016] {
    display: inline-block;
    zoom: 1;
    height: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.font16[data-v-10222016] {
    font-size: 16px;
}
html[lang='el-gr'] .ViewDetailsContent[data-v-10222016] {
    width: 890px;
}
.ViewDetailStore[data-v-10222016] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    vertical-align: middle;
    color: #666;
    font-size: 16px;
    width: calc((100% - 48px - 96px) / 4);
    margin-right: 12px;
    text-align: left;
    margin-bottom: 16px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.ViewDetailStore[data-v-10222016]:last-child {
    margin-right: 0px;
}














































































































































































































































































.cookieCloud{position:fixed;bottom:0;left:0;right:0;z-index:99999;padding:10px 24px;background:rgba(218,218,218,0.8);color:#191919;font-size:14px
}
.cookieCloud .cookieCloudAll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.cookieCloud .cookieCloudAll .cookieTipTxt{line-height:21px;margin-right:25px;color:#191919;-webkit-box-flex:1;-ms-flex:1;flex:1
}
.cookieCloud .cookieCloudAll .cookieTipTxt>span{margin-left:8px;font-weight:calc(var(--ratio) * 600);cursor:pointer;position:relative;border-bottom:1px solid #191919;display:inline-block
}
.cookieCloud .cookieCloudAll .cookieAgree{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.cookieCloud .cookieCloudAll .cookieAgree>span{padding:0 15px;height:28px;line-height:28px;text-align:center;font-size:14px;border:1px solid #666666;border-radius:4px;cursor:pointer;margin-right:24px
}
.cookieCloud .cookieCloudAll .cookieAgree img{width:20px;height:20px;cursor:pointer
}




































































.kiko-message {
    position: absolute;
    padding: 12px 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 22px;
    bottom: 96px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 998;
    font-size: 16px;
}
.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
    opacity: 0;
}
.slow-fade-enter-active,
.slow-fade-leave-active {
    -webkit-transition: opacity 4s;
    transition: opacity 4s;
}
.slow-fade-enter,
.slow-fade-leave-to {
    opacity: 0;
}
.kiko-message.message-cus {
    color: #666;
    background-color: rgba(221, 221, 221, 0.9);
    border-radius: 12px;
    padding: 16px 20px 16px 20px;
    line-height: 24px;
    max-width: 400px;
    word-wrap: break-word;
    text-indent: 0;
    bottom: inherit;
    -webkit-transform: translate(0);
            transform: translate(0);
}
.message-cus:before {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px;
    border-color: transparent #ddd #ddd transparent;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
            transform: translateX(-50%) translateY(50%) rotate(45deg);
    background: transparent;
}
.toast-close {
    position: absolute;
    right: 6px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-image: url(/static/gallery/svg/add-b.svg);
}
.textOver {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.textOverMargin {
    margin-top: 18px;
    margin-bottom: 12px;
    width: 200px;
}

.loading_mask{top:0;left:0;right:0;bottom:0;position:fixed;z-index:2000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.loading_mask .loading_box{height:100px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,0.1),0 12px 14px 0 rgba(0,0,0,0.1);box-shadow:0 4px 10px 0 rgba(0,0,0,0.1),0 12px 14px 0 rgba(0,0,0,0.1)
}
.loading_mask .loading_box .loading_icon{float:left;width:52px;height:52px;margin:24px 24px 0 48px
}
.loading_mask .loading_box .loading_message{line-height:100px;float:left;margin-right:48px;font-size:16px
}

.message{position:fixed;bottom:70px;left:50%;z-index:2000
}
.message .message-content{height:32px;line-height:32px;padding:0 24px;background-color:rgba(0,0,0,0.7);color:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:16px;font-size:14px
}
.isTop{bottom:initial;top:130px
}
.bubble{position:fixed;z-index:888;color:#666;width:220px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:rgba(250,241,182,0.9);border:1px solid #E5D16C;border-radius:4px;padding:24px;line-height:24px;max-width:400px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);box-shadow:0 2px 10px 0 rgba(0,0,0,0.1)
}
.bubble .bubble-content{font-size:12px
}
.bubble .close_icon{color:#191919;font-size:16px;cursor:pointer;position:absolute;top:8px;right:8px
}
.bubble .close_icon:hover{color:#256fff
}
.message-fade-enter-active,.message-fade-leave-active{-webkit-transition:opacity 400ms;transition:opacity 400ms
}
.message-fade-enter,.message-fade-leave-to{opacity:0
}

.svg-icon[data-v-409e0f87] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.svg-icon[data-v-45d64750] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1em;
    height: 1em;
    /* vertical-align: -0.72em; */
    vertical-align: -0.75em;
    fill: currentColor;
    overflow: hidden;
    font-size: 2em;
}
.svg-icondeviceImgheadset[data-v-45d64750] {
    font-size: 28px;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1em;
    height: 1em;
    /* vertical-align: -0.72em; */
    vertical-align: -0.75em;
    fill: currentColor;
    overflow: hidden;
}
.svg-icondeviceImgheadsets[data-v-45d64750] {
    font-size: 40px;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1em;
    height: 1em;
    /* vertical-align: -0.72em; */
    vertical-align: -0.75em;
    fill: currentColor;
    overflow: hidden;
}
.svg-icondeviceImgheadsetsOld[data-v-45d64750] {
    font-size: 32px;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1em;
    height: 1em;
    /* vertical-align: -0.72em; */
    vertical-align: -0.75em;
    fill: currentColor;
    overflow: hidden;
}
.svg-icondeviceImgheadsetss[data-v-45d64750] {
    top: -46px;
    font-size: 40px;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1em;
    height: 1em;
    /* vertical-align: -0.72em; */
    vertical-align: -0.75em;
    fill: currentColor;
    overflow: hidden;
}
.svg-icondeviceImgheadsetssOld[data-v-45d64750] {
    top: -46px;
    font-size: 32px;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1em;
    height: 1em;
    /* vertical-align: -0.72em; */
    vertical-align: -0.75em;
    fill: currentColor;
    overflow: hidden;
}
.find_phone.isWapFindPhone.isRtL .svg-icondeviceImgheadset[data-v-45d64750]{
    -webkit-transform: translate(50%, -50%) !important;
            transform: translate(50%, -50%) !important;
}
.find_phone.isWapFindPhone.isRtL .svg-icondeviceImgheadsets[data-v-45d64750]{
    -webkit-transform: translate(50%, -50%) !important;
            transform: translate(50%, -50%) !important;
}
.find_phone.isWapFindPhone.isRtL .svg-icondeviceImgheadsetss[data-v-45d64750]{
    -webkit-transform: translate(157%, -50%) !important;
            transform: translate(157%, -50%) !important;
}
.find_phone.isWapFindPhone.isRtL .svg-icondeviceImgheadsetssOld[data-v-45d64750]{
    -webkit-transform: translate(182%, -50%) !important;
            transform: translate(182%, -50%) !important;
}
.find_phone.isWapFindPhone.isRtL .svg-icondeviceImgheadsetsOld[data-v-45d64750]{
    -webkit-transform: translate(50%, -50%) !important;
            transform: translate(50%, -50%) !important;
}

.pointer[data-v-68ce10c4]{cursor:pointer
}
.web-honor[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:240px;padding-top:10px
}
.web-honor .img1[data-v-68ce10c4]{width:110px;height:20px;padding-left:24px
}
.web-honor .img2[data-v-68ce10c4]{padding-top:2px;padding-right:10px
}
.web-honor .span[data-v-68ce10c4]{display:inline-block;width:1px;height:32px;margin-left:24px;margin-right:24px;background:rgba(0,0,0,0.4)
}
.web-honor span[data-v-68ce10c4]{font-family:HYQiHei-FES;font-size:16px;color:rgba(0,0,0,0.8);text-align:center;font-weight:calc(var(--ratio) * 500)
}
.web-honor .img2[data-v-68ce10c4]{width:26px;height:26px
}
.web-introduce-content[data-v-68ce10c4]{text-align:center;border-bottom:1px solid rgba(0,0,0,0.12)
}
.web-left-btn[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#256fff;line-height:24px;font-weight:calc(var(--ratio) * 500)
}
.web-left-btn span[data-v-68ce10c4]{font-size:20px
}
.web-left-btn span[data-v-68ce10c4]:hover{text-decoration:underline
}
.turnleft[data-v-68ce10c4]{width:72%;display:-webkit-box;display:-ms-flexbox;display:flex
}
.lastBackground[data-v-68ce10c4]{padding-top:200px;background-repeat:no-repeat;background-position:50% 100%;background-size:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end
}
@media only screen and (min-width: 1920px){
.web-honor[data-v-68ce10c4]{margin-bottom:100px
}
.web-top[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10%;margin-bottom:160px
}
.web-top-tittle[data-v-68ce10c4]{font-size:44px;font-weight:calc(var(--ratio) * 600);color:#000
}
.web-top-subTittle[data-v-68ce10c4]{font-size:16px;margin-top:16px;margin-bottom:40px
}
.web-top-left[data-v-68ce10c4]{width:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.web-top-right[data-v-68ce10c4]{width:45%
}
.web-top-right img[data-v-68ce10c4]{width:100%
}
.web-content-all[data-v-68ce10c4]{padding-bottom:40px
}
.web-introduce-tittle[data-v-68ce10c4]{font-size:36px;margin-bottom:10px;color:#000;font-weight:calc(var(--ratio) * 600)
}
.web-introduce-subTittle[data-v-68ce10c4]{font-size:14px;color:rgba(0,0,0,0.8);margin-bottom:100px
}
.web-top-loginBtn[data-v-68ce10c4]{width:160px;height:46px;text-align:center;line-height:46px;background:#256fff;-webkit-box-shadow:0px 10px 48px 0px #b2c4e6;box-shadow:0px 10px 48px 0px #b2c4e6;border-radius:6px;font-size:16px;color:#fff
}
.web-top-loginBtn[data-v-68ce10c4]:hover{background:#409eff
}
.web-introduce-content-l[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:120px
}
.web-introduce-content-l .web-item[data-v-68ce10c4]{width:22.8%
}
.web-introduce-content-l .web-item img[data-v-68ce10c4]{width:100px;height:100px;margin-bottom:20px
}
.web-introduce-content-l .web-item .web-items[data-v-68ce10c4]{font-size:20px;margin-bottom:8px
}
.web-introduce-content-l .web-item .web-items-details[data-v-68ce10c4]{font-size:16px;padding:0 20px 0
}
.web-block-odd[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:200px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-odd .web-block-left[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.web-block-odd .web-block-left img[data-v-68ce10c4]{width:100px;height:100px;padding-bottom:16px
}
.web-block-odd .web-block-left .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:32px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-odd .web-block-left .web-left-subTittle[data-v-68ce10c4]{font-size:16px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-odd .web-block-left .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-odd .web-block-left .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-odd .web-block-right[data-v-68ce10c4]{width:57%
}
.web-block-odd .web-block-right img[data-v-68ce10c4]{width:100%
}
.web-block-even[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:200px;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-even .web-block-right[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:80px
}
.web-block-even .web-block-right img[data-v-68ce10c4]{width:100px;height:100px;padding-bottom:16px
}
.web-block-even .web-block-right .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:32px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-even .web-block-right .web-left-subTittle[data-v-68ce10c4]{font-size:16px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-even .web-block-right .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-even .web-block-right .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-even .rightWidth[data-v-68ce10c4]{width:550px
}
.web-block-even .web-block-left.ripe-marginLeft[data-v-68ce10c4]{width:388px
}
.web-block-even .web-block-left.ripe-marginLeft img[data-v-68ce10c4]{width:100%
}
.web-block-even .web-block-left.turnleft[data-v-68ce10c4]{width:52.92%
}
.web-block-even .web-block-left.turnleft img[data-v-68ce10c4]{width:100%
}
.ripe[data-v-68ce10c4]{padding:200px 5% 0 10%
}
.turnBackground[data-v-68ce10c4]{margin-bottom:20px;text-align:left;background-repeat:no-repeat;background-repeat:no-repeat;background-size:38%;background-position:66% 100%
}
.addBtn[data-v-68ce10c4]{padding-top:60px
}
.addBtn .btnStyle[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.addBtn .btnStyle img[data-v-68ce10c4]{padding-bottom:8px
}
.lastBackground[data-v-68ce10c4]{padding-left:25%
}
.web-findPhone[data-v-68ce10c4]{height:100%;background-size:100%;background-color:#fff;padding:0;margin:0
}
.web-findPhone .web-bottom[data-v-68ce10c4]{width:90%;border-top:1px solid rgba(0,0,0,0.12);padding:8px 0;margin:0 20px;font-size:12px
}
.web-findPhone .web-bottom p[data-v-68ce10c4]{padding:6px 0;text-align:left;line-height:18px
}
.web-findPhone .web-bottom p .divide-line[data-v-68ce10c4]{padding:0 8px;color:rgba(0,0,0,0.12);margin-top:-1px
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]{cursor:pointer;color:#333;text-decoration:none
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]:hover{text-decoration:underline
}
.web-findPhone .web-bottom p img[data-v-68ce10c4]{vertical-align:bottom
}
}
@media only screen and (min-width: 1213px) and (max-width: 1919px){
.web-honor[data-v-68ce10c4]{margin-bottom:100px
}
.web-top[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18%;margin-bottom:160px
}
.web-top-tittle[data-v-68ce10c4]{font-size:44px;font-weight:calc(var(--ratio) * 600);color:#000
}
.web-top-subTittle[data-v-68ce10c4]{font-size:16px;margin-top:16px;margin-bottom:30px
}
.web-top-left[data-v-68ce10c4]{width:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.web-top-right[data-v-68ce10c4]{width:70%
}
.web-top-right img[data-v-68ce10c4]{width:100%
}
.web-content-all[data-v-68ce10c4]{padding-bottom:40px
}
.web-introduce-tittle[data-v-68ce10c4]{font-size:36px;margin-bottom:10px;color:#000;font-weight:calc(var(--ratio) * 600)
}
.web-introduce-subTittle[data-v-68ce10c4]{font-size:14px;color:rgba(0,0,0,0.8);margin-bottom:100px
}
.web-top-loginBtn[data-v-68ce10c4]{width:160px;height:46px;text-align:center;line-height:46px;background:#256fff;-webkit-box-shadow:0px 10px 48px 0px #b2c4e6;box-shadow:0px 10px 48px 0px #b2c4e6;border-radius:6px;font-size:16px;color:#fff
}
.web-top-loginBtn[data-v-68ce10c4]:hover{background:#409eff
}
.web-introduce-content-l[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:120px
}
.web-introduce-content-l .web-item[data-v-68ce10c4]{width:15.8%
}
.web-introduce-content-l .web-item img[data-v-68ce10c4]{width:100px;height:100px;margin-bottom:20px
}
.web-introduce-content-l .web-item .web-items[data-v-68ce10c4]{font-size:20px;margin-bottom:8px
}
.web-introduce-content-l .web-item .web-items-details[data-v-68ce10c4]{font-size:16px;padding:0 20px 0;color:#999
}
.web-block-odd[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:200px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-odd .web-block-left[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.web-block-odd .web-block-left img[data-v-68ce10c4]{width:100px;height:100px;padding-bottom:16px
}
.web-block-odd .web-block-left .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:32px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-odd .web-block-left .web-left-subTittle[data-v-68ce10c4]{font-size:16px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-odd .web-block-left .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-odd .web-block-left .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-odd .web-block-right[data-v-68ce10c4]{width:57%
}
.web-block-odd .web-block-right img[data-v-68ce10c4]{width:100%
}
.web-block-even[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:200px;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-even .web-block-right[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:80px;padding-right:40px
}
.web-block-even .web-block-right img[data-v-68ce10c4]{width:100px;height:100px;padding-bottom:16px
}
.web-block-even .web-block-right .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:32px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-even .web-block-right .web-left-subTittle[data-v-68ce10c4]{font-size:16px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-even .web-block-right .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-even .web-block-right .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-even .rightWidth[data-v-68ce10c4]{width:60%
}
.web-block-even .web-block-left.ripe-marginLeft[data-v-68ce10c4]{width:388px
}
.web-block-even .web-block-left.ripe-marginLeft img[data-v-68ce10c4]{width:100%
}
.web-block-even .web-block-left.turnleft[data-v-68ce10c4]{width:52.92%
}
.web-block-even .web-block-left.turnleft img[data-v-68ce10c4]{width:100%
}
.lastBackground[data-v-68ce10c4]{padding-left:25%;padding-right:10%
}
.ripe[data-v-68ce10c4]{padding:200px 5% 0 10%
}
.turnBackground[data-v-68ce10c4]{margin-bottom:20px;text-align:left;background-repeat:no-repeat;background-repeat:no-repeat;background-size:38%;background-position:66% 100%
}
.addBtn[data-v-68ce10c4]{padding-top:60px
}
.addBtn .btnStyle[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.addBtn .btnStyle img[data-v-68ce10c4]{padding-bottom:8px
}
.web-findPhone[data-v-68ce10c4]{height:100%;background-size:100%;background-color:#fff;padding:0;margin:0
}
.web-findPhone .web-bottom[data-v-68ce10c4]{width:90%;border-top:1px solid rgba(0,0,0,0.12);padding:8px 0;margin:0 20px;font-size:12px
}
.web-findPhone .web-bottom p[data-v-68ce10c4]{padding:6px 0;text-align:left;line-height:18px
}
.web-findPhone .web-bottom p .divide-line[data-v-68ce10c4]{padding:0 8px;color:rgba(0,0,0,0.12);margin-top:-1px
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]{cursor:pointer;color:#333;text-decoration:none
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]:hover{text-decoration:underline
}
.web-findPhone .web-bottom p img[data-v-68ce10c4]{vertical-align:bottom
}
}
@media only screen and (min-width: 1025px) and (max-width: 1212px){
.web-honor[data-v-68ce10c4]{margin-bottom:100px
}
.web-top[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 8%;margin-bottom:160px
}
.web-top-tittle[data-v-68ce10c4]{font-size:40px;font-weight:calc(var(--ratio) * 600);color:#000
}
.web-top-subTittle[data-v-68ce10c4]{font-size:14px;margin-top:16px;margin-bottom:40px
}
.web-top-left[data-v-68ce10c4]{width:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.web-top-right[data-v-68ce10c4]{width:60%
}
.web-top-right img[data-v-68ce10c4]{width:100%
}
.web-content-all[data-v-68ce10c4]{padding-bottom:40px
}
.web-introduce-tittle[data-v-68ce10c4]{font-size:36px;margin-bottom:10px;color:#000;font-weight:calc(var(--ratio) * 600)
}
.web-introduce-subTittle[data-v-68ce10c4]{font-size:14px;color:rgba(0,0,0,0.8);margin-bottom:100px
}
.web-top-loginBtn[data-v-68ce10c4]{width:160px;height:46px;text-align:center;line-height:46px;background:#256fff;-webkit-box-shadow:0px 10px 48px 0px #b2c4e6;box-shadow:0px 10px 48px 0px #b2c4e6;border-radius:6px;font-size:16px;color:#fff
}
.web-top-loginBtn[data-v-68ce10c4]:hover{background:#409eff
}
.web-introduce-content-l[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:120px
}
.web-introduce-content-l .web-item[data-v-68ce10c4]{width:17.8%
}
.web-introduce-content-l .web-item img[data-v-68ce10c4]{width:100px;height:100px;margin-bottom:20px
}
.web-introduce-content-l .web-item .web-items[data-v-68ce10c4]{font-size:18px;margin-bottom:8px
}
.web-introduce-content-l .web-item .web-items-details[data-v-68ce10c4]{font-size:14px;padding:0 20px 0;color:#999
}
.web-block-odd[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:180px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-odd .web-block-left[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.web-block-odd .web-block-left img[data-v-68ce10c4]{width:100px;height:100px;padding-bottom:16px
}
.web-block-odd .web-block-left .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:32px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-odd .web-block-left .web-left-subTittle[data-v-68ce10c4]{font-size:16px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-odd .web-block-left .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-odd .web-block-left .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-odd .web-block-right[data-v-68ce10c4]{width:57%
}
.web-block-odd .web-block-right img[data-v-68ce10c4]{width:100%
}
.web-block-even[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:180px;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-even .web-block-right[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:30px
}
.web-block-even .web-block-right img[data-v-68ce10c4]{width:100px;height:100px;padding-bottom:16px
}
.web-block-even .web-block-right .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:32px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-even .web-block-right .web-left-subTittle[data-v-68ce10c4]{font-size:16px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-even .web-block-right .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-even .web-block-right .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-even .rightWidth[data-v-68ce10c4]{width:500px
}
.web-block-even .web-block-left.ripe-marginLeft[data-v-68ce10c4]{width:388px
}
.web-block-even .web-block-left.ripe-marginLeft img[data-v-68ce10c4]{width:100%
}
.web-block-even .web-block-left.turnleft[data-v-68ce10c4]{width:52.92%
}
.web-block-even .web-block-left.turnleft img[data-v-68ce10c4]{width:100%
}
.lastBackground[data-v-68ce10c4]{padding-left:15%
}
.ripe[data-v-68ce10c4]{padding:180px 3% 0 5%
}
.turnBackground[data-v-68ce10c4]{margin-bottom:20px;text-align:left;background-repeat:no-repeat;background-repeat:no-repeat;background-size:38%;background-position:66% 100%
}
.addBtn[data-v-68ce10c4]{padding-top:60px
}
.addBtn .btnStyle[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.addBtn .btnStyle img[data-v-68ce10c4]{padding-bottom:8px
}
.web-findPhone[data-v-68ce10c4]{height:100%;background-size:100%;background-color:#fff;padding:0;margin:0
}
.web-findPhone .web-bottom[data-v-68ce10c4]{width:90%;border-top:1px solid rgba(0,0,0,0.12);padding:8px 0;margin:0 20px;font-size:12px
}
.web-findPhone .web-bottom p[data-v-68ce10c4]{padding:6px 0;text-align:left;line-height:18px
}
.web-findPhone .web-bottom p .divide-line[data-v-68ce10c4]{padding:0 8px;color:rgba(0,0,0,0.12);margin-top:-1px
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]{cursor:pointer;color:#333;text-decoration:none
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]:hover{text-decoration:underline
}
.web-findPhone .web-bottom p img[data-v-68ce10c4]{vertical-align:bottom
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
.web-honor[data-v-68ce10c4]{margin-bottom:100px
}
.web-top[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10%;margin-bottom:100px
}
.web-top-tittle[data-v-68ce10c4]{font-size:28px;display:inline-block;font-weight:calc(var(--ratio) * 600);color:#000
}
.web-top-subTittle[data-v-68ce10c4]{font-size:12px;margin-top:12px;margin-bottom:20px
}
.web-top-left[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:46%
}
.web-top-right[data-v-68ce10c4]{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-top-right img[data-v-68ce10c4]{width:100%
}
.web-content-all[data-v-68ce10c4]{padding-bottom:40px
}
.web-introduce-content[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.web-introduce-content .web-introduce-tittle[data-v-68ce10c4]{font-size:28px;margin-bottom:10px;color:#000;font-weight:calc(var(--ratio) * 600)
}
.web-introduce-content .web-introduce-subTittle[data-v-68ce10c4]{font-size:12px;padding-bottom:60px;color:rgba(0,0,0,0.8)
}
.web-top-loginBtn[data-v-68ce10c4]{width:100px;text-align:center;line-height:28px;background:#256fff;-webkit-box-shadow:0px 10px 48px 0px #b2c4e6;box-shadow:0px 10px 48px 0px #b2c4e6;border-radius:6px;font-size:12px;color:#fff
}
.web-top-loginBtn[data-v-68ce10c4]:hover{background:#409eff
}
.web-introduce-content-l[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:100px;-ms-flex-wrap:wrap;flex-wrap:wrap
}
.web-introduce-content-l .web-item[data-v-68ce10c4]{width:35%;padding-bottom:40px
}
.web-introduce-content-l .web-item img[data-v-68ce10c4]{width:100px;height:100px;margin-bottom:20px
}
.web-introduce-content-l .web-item .web-items[data-v-68ce10c4]{font-size:18px;margin-bottom:8px
}
.web-introduce-content-l .web-item .web-items-details[data-v-68ce10c4]{font-size:14px;padding:0 20px 0;color:#999
}
.web-block-odd[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-odd .web-block-left[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.web-block-odd .web-block-left img[data-v-68ce10c4]{width:64px;height:64px;padding-bottom:16px
}
.web-block-odd .web-block-left .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:24px;font-weight:calc(var(--ratio) * 600);padding-bottom:10px;white-space:nowrap
}
.web-block-odd .web-block-left .web-left-subTittle[data-v-68ce10c4]{font-size:12px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-odd .web-block-left .web-left-btn[data-v-68ce10c4]{font-size:12px;margin-bottom:60px
}
.web-block-odd .web-block-left .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-odd .web-block-right[data-v-68ce10c4]{width:57%
}
.web-block-odd .web-block-right img[data-v-68ce10c4]{width:100%
}
.web-block-even[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:120px;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-even .web-block-right[data-v-68ce10c4]{width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px
}
.web-block-even .web-block-right img[data-v-68ce10c4]{width:64px;height:64px;padding-bottom:16px
}
.web-block-even .web-block-right .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:24px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-even .web-block-right .web-left-subTittle[data-v-68ce10c4]{font-size:16px;color:rgba(0,0,0,0.6);margin-bottom:16px
}
.web-block-even .web-block-right .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-even .web-block-right .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-even .web-block-left.ripe-marginLeft[data-v-68ce10c4]{width:388px;position:relative;bottom:170px
}
.web-block-even .web-block-left.ripe-marginLeft img[data-v-68ce10c4]{width:100%
}
.web-block-even .web-block-left.turnleft[data-v-68ce10c4]{width:52.92%
}
.web-block-even .web-block-left.turnleft img[data-v-68ce10c4]{width:100%
}
.ripe[data-v-68ce10c4]{padding:120px 0 0 0
}
.turnBackground[data-v-68ce10c4]{margin-bottom:20px;text-align:left;background-repeat:no-repeat;background-repeat:no-repeat;background-size:38%;background-position:66% 100%
}
.addBtn[data-v-68ce10c4]{padding-top:60px;position:relative;bottom:-713px;left:-43px
}
.addBtn .btnStyle[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.addBtn .btnStyle img[data-v-68ce10c4]{padding-bottom:8px
}
.lastBackground[data-v-68ce10c4]{padding-left:0
}
.web-findPhone[data-v-68ce10c4]{height:100%;background-size:100%;background-color:#fff;padding:0;margin:0
}
.web-findPhone .web-bottom[data-v-68ce10c4]{width:90%;border-top:1px solid rgba(0,0,0,0.12);padding:8px 0;margin:0 20px;font-size:12px
}
.web-findPhone .web-bottom p[data-v-68ce10c4]{padding:6px 0;text-align:left;line-height:18px
}
.web-findPhone .web-bottom p .divide-line[data-v-68ce10c4]{padding:0 8px;color:rgba(0,0,0,0.12);margin-top:-1px
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]{cursor:pointer;color:#333;text-decoration:none
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]:hover{text-decoration:underline
}
.web-findPhone .web-bottom p img[data-v-68ce10c4]{vertical-align:bottom
}
}
@media only screen and (max-width: 768px){
.web-findPhone[data-v-68ce10c4]{height:100%;background-size:100%;background-color:#fff;padding:0;margin:0
}
.web-honor[data-v-68ce10c4]{margin-bottom:100px
}
.web-top[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 24px;margin-bottom:100px
}
.web-top-tittle[data-v-68ce10c4]{font-size:28px;display:inline-block;font-weight:calc(var(--ratio) * 600);color:#000
}
.web-top-subTittle[data-v-68ce10c4]{font-size:12px;margin-top:12px;margin-bottom:20px
}
.web-top-left[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%
}
.web-top-right[data-v-68ce10c4]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-top-right img[data-v-68ce10c4]{width:100%
}
.web-content-all[data-v-68ce10c4]{padding-bottom:40px
}
.web-introduce-content[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-introduce-content .web-introduce-tittle[data-v-68ce10c4]{font-size:28px;margin-bottom:10px;color:#000;font-weight:calc(var(--ratio) * 600)
}
.web-introduce-content .web-introduce-subTittle[data-v-68ce10c4]{font-size:12px;color:rgba(0,0,0,0.8);margin-bottom:60px
}
.web-top-loginBtn[data-v-68ce10c4]{width:100px;text-align:center;line-height:28px;background:#256fff;-webkit-box-shadow:0px 10px 48px 0px #b2c4e6;box-shadow:0px 10px 48px 0px #b2c4e6;border-radius:6px;font-size:12px;color:#fff;margin-bottom:60px
}
.web-top-loginBtn[data-v-68ce10c4]:hover{background:#409eff
}
.web-introduce-content-l[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:80px;-ms-flex-wrap:wrap;flex-wrap:wrap
}
.web-introduce-content-l .web-item[data-v-68ce10c4]{width:46%;padding-bottom:40px
}
.web-introduce-content-l .web-item img[data-v-68ce10c4]{width:80px;height:80px;margin-bottom:20px
}
.web-introduce-content-l .web-item .web-items[data-v-68ce10c4]{font-size:18px;margin-bottom:8px
}
.web-introduce-content-l .web-item .web-items-details[data-v-68ce10c4]{font-size:14px;padding:0 20px 0;color:#999
}
.web-block-odd[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-odd .web-block-left[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 24px
}
.web-block-odd .web-block-left img[data-v-68ce10c4]{width:64px;height:64px;padding-bottom:16px
}
.web-block-odd .web-block-left .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:24px;font-weight:calc(var(--ratio) * 600);padding-bottom:10px;white-space:nowrap
}
.web-block-odd .web-block-left .web-left-subTittle[data-v-68ce10c4]{font-size:12px;color:rgba(0,0,0,0.6);margin-bottom:16px;width:80vw
}
.web-block-odd .web-block-left .web-left-btn[data-v-68ce10c4]{font-size:12px;margin-bottom:60px
}
.web-block-odd .web-block-left .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-odd .web-block-right[data-v-68ce10c4]{width:90%
}
.web-block-odd .web-block-right img[data-v-68ce10c4]{width:100%
}
.web-block-even[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:80px;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.web-block-even .web-block-right[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px;padding:80px 24px 0 24px
}
.web-block-even .web-block-right img[data-v-68ce10c4]{width:58px;height:58px;padding-bottom:16px
}
.web-block-even .web-block-right .web-left-tittle[data-v-68ce10c4]{color:#000;font-size:24px;font-weight:calc(var(--ratio) * 600);padding-bottom:32px;white-space:nowrap
}
.web-block-even .web-block-right .web-left-subTittle[data-v-68ce10c4]{font-size:12px;color:rgba(0,0,0,0.6);margin-bottom:16px;width:80vw
}
.web-block-even .web-block-right .web-left-btn[data-v-68ce10c4]{font-size:18px
}
.web-block-even .web-block-right .web-left-btn .span[data-v-68ce10c4]{width:10px;height:10px;border-top:2px solid #256fff;border-right:2px solid #256fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:4px
}
.web-block-even .web-block-left.ripe-marginLeft[data-v-68ce10c4]{width:180px;position:relative;bottom:170px
}
.web-block-even .web-block-left.ripe-marginLeft img[data-v-68ce10c4]{width:100%
}
.web-block-even .web-block-left.turnleft[data-v-68ce10c4]{width:90%
}
.web-block-even .web-block-left.turnleft img[data-v-68ce10c4]{width:100%
}
.lastBackground[data-v-68ce10c4]{padding:0
}
.turnBackground[data-v-68ce10c4]{margin-bottom:20px;text-align:left;background-repeat:no-repeat;background-repeat:no-repeat;background-size:38%;background-position:66% 100%
}
.addBtn[data-v-68ce10c4]{padding-top:60px;position:relative;bottom:-370px;padding-left:5%;padding-right:5%
}
.addBtn .btnStyle[data-v-68ce10c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.addBtn .btnStyle img[data-v-68ce10c4]{padding-bottom:8px
}
.web-findPhone[data-v-68ce10c4]{height:100%;background-size:100%;background-color:#fff;padding:0;margin:0
}
.web-findPhone .web-bottom[data-v-68ce10c4]{border-top:1px solid rgba(0,0,0,0.12);padding:8px 0;margin:0 20px;font-size:12px
}
.web-findPhone .web-bottom p[data-v-68ce10c4]{padding:6px 0;text-align:left;line-height:18px
}
.web-findPhone .web-bottom p .divide-line[data-v-68ce10c4]{padding:0 8px;color:rgba(0,0,0,0.12);margin-top:-1px
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]{cursor:pointer;color:#333;text-decoration:none
}
.web-findPhone .web-bottom p a[data-v-68ce10c4]:hover{text-decoration:underline
}
.web-findPhone .web-bottom p img[data-v-68ce10c4]{vertical-align:bottom
}
}

body {
    overflow-y: auto !important;
    overflow-x: hidden !important ;
}
html,body{
    min-width: 320px!important;
}

html,body{min-width:unset
}

.content-wrap[data-v-682627b6]{width:100%;height:100%;font-size:1.25em;font-size:16px;line-height:26px;overflow:scroll
}
.content-wrap h2[data-v-682627b6]{font-size:1.5em
}
.content-wrap h4[data-v-682627b6]{font-size:16px
}
.content-wrap h5[data-v-682627b6]{font-size:14px !important
}
.content-wrap .portal-title[data-v-682627b6]{text-align:center;padding:20px
}
.content-wrap .portal-first[data-v-682627b6]{margin-bottom:20px;font-size:17px
}
.content-wrap .portal-first[data-v-682627b6],.content-wrap .licenSpan[data-v-682627b6],.content-wrap .portal-second[data-v-682627b6]{padding-left:10px
}
.content-wrap .portal-disclaimer[data-v-682627b6]{margin-bottom:10px;padding-left:10px
}
.content-wrap .licenSpan[data-v-682627b6]{font-weight:calc(var(--ratio) * 600);font-size:18px
}
