 .y-button {
      background: #ffffff;
      padding: 0 16px;
      border-radius: 4px;
      letter-spacing: 1px;
      cursor: pointer;
      font-size: 12px;
      line-height: 26px;
      border: 1px solid #e6e8ea;
    }
    .y-button ~ .y-button {
      margin-left: 8px;
    }
    .y-button-primary {     
	background: #FFC600;      
      border: 1px solid #FFC600;
    }
    .fddform-pop-fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      overflow: hidden;
    }
    .fddform-pop-box {
      width: 640px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      min-height: 122px;
      background: white;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
      border-radius: 4px;
      z-index: 11;
    }
    .fddform-pop-box-title {
      height: 39px;
      line-height: 39px;
      padding: 0 14px 5px 14px;
      zoom: 1;
      border-bottom: 1px solid #eaeaea;
    
    }
    .fddform-pop-box-title .title {
      float: left;
      font-size: 18px;
      font-weight:bold
    }
    .fddform-pop-box-title .close {
      float: right;
      color: #989da8;
    }
    .fddform-pop-box-ft {
      padding: 14px;
      text-align: right;
    }
    .fddform-pop-box-bd {
      position: relative;
    }
    .fddform-pop-main {
      padding: 24px;
      height: calc(100% - 92px);
      box-sizing: border-box;
      line-height: 18px;
      zoom: 1;
    }
    .fddform-pop-bg{
	    background: rgba(0,0,0,.5);
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
}}
    .fa-up {
      background: #fff;
      margin-bottom: 12px;
      position: relative;
      padding: 24px;
      box-shadow: 0px 2px 4px 0px rgba(230, 237, 247, 0.6);
      border-radius: 3px;
    }
    .fa-up-main {
      margin-top: 15px;
      border-radius: 6px;
      background: #f0f5ff;
      padding: 20px;
      display: flex;
      align-items: center;
    }
    .fa-up-main-list h2 {
      font-size: 30px;
    }
    .fa-up-main-left,
    .fa-up-main-right {
      display: inline-block;
      vertical-align: middle;
    }
    .fa-up-main-left {
      width: 62px;
    }
    .fa-up-main-right {
      flex: 1;
    }
    .fa-up-main-right-title {
      font-size: 14px;
      color: #000;
      line-height: 1.25;
      margin-right: 10px;
    }
    .fa-up-main-right-title span {
      cursor: pointer;
    }
    .fa-up-main-right-p {
      font-size: 14px;
      color: #5e5f61;
      margin-top: 12px;
    }
    .fa-up-main-right-link {
      cursor: pointer;
    }
    .fa-up-close {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 10px;
      right: 12px;
      border-radius: 50%;
      height: 26px;
      width: 26px;
      line-height: 26px;
      text-align: center;
      color: #fff;
      background: #dde0e7;
    }
    .fa-up-contrast {
      margin: 0 24px;
      padding-bottom: 24px;
    }
    .fa-up-contrast th {
      font-weight: normal;
    }
    .fa-up-contrast-tips {
      margin: 8px 0 10px 0;
    }
    .fa-up-alert{
   		background:#FFF3CB;
   		border-redius:3px;
    	padding: 5px 5px;
    }
     .fa-up-alert img{
     	vertical-align: top;
     }
    .fa-up-infotip {
      position: absolute;
      
      left: 24px;
      cursor: pointer;
      font-size: 12px;
    }
    .fa-up-infotip.text-gray {
      color: #a6a6a6;
    }
    .fa-up-infotip:hover .fa-up-infotip-pop {
      display: block;
    }
    .fa-up-infotip-pop {
      position: absolute;
      bottom: 30px;
      left: 10px;
      width: 348px;
      background: white;
      padding: 32px 24px;
      border-radius: 6px;
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
      display: none;
    }
    .fa-up-infotip-pop::before {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 24px;
      border: 6px solid transparent;
      border-top-color: white;
      border-bottom: 0;
    }
    .fa-up-infotip-pop-title {
      width: 44px;
      height: 44px;
      border-radius: 100%;
      margin: 0 auto;
      display: block;
    }
    .fa-up-infotip-pop-phone {
      text-align: center;
      font-size: 20px;
      margin-top: 20px;
    }
    .fa-up-infotip-pop-tips {
      font-size: 12px;
      color: #666;
      margin-top: 10px;
    }
    .fa-up-companylist {
      max-height: 360px;
      overflow-y: auto;
      margin: 16px 24px 0;
      padding: 20px 0;
    }
    .fa-up-company-iscreate {
      font-size: 14px;
      font-weight: bold;
      margin: 16px 20px -16px;
    }
    .fa-up-companyrow {
      background: #ffffff;
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
      border-radius: 4px;
      padding: 20px;
      display: flex;
      align-items: center;
      position: relative;
      border: 1px solid transparent;
      margin: 0 20px 16px;
      cursor: pointer;
    }
    .fa-up-companyrow-verify .fa-up-companyrow-icon {
      background: rgba(39, 110, 249, 0.4);
    }
    .fa-up-companyrow-verify .fa-up-companyrow-stuta {
      border-color: #fbb900;
      color: #fbb900;
    }
    .fa-up-companyrow-icon {
      width: 52px;
      height: 52px;
      border-radius: 100%;
      background: rgba(157, 160, 163, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 24px;
    }
    .fa-up-companyrow-main strong {
      display: block;
      padding-bottom: 4px;
    }
    .fa-up-companyrow-main p {
      color: #5e5f61;
      margin-top: 8px;
    }
    .fa-up-companyrow-stuta {
      position: absolute;
      top: 13px;
      right: 13px;
      border: 1px solid #dee0e6;
      border-radius: 2px;
      font-size: 0;
      color: rgba(0, 0, 0, 0.14);
      padding: 2px 3px;
    }
    .fa-up-companyrow-stuta span {
      font-size: 12px;
      transform: scale(0.85);
      display: inline-block;
      vertical-align: middle;
      margin: 0 -2px;
    }
    .fa-up-companyrow-select {
      width: 16px;
      height: 16px;
      border: 1px solid #dde0e7;
      border-radius: 100%;
      box-sizing: border-box;
      margin-right: 28px;
    }
    .fa-up-companyrow-hover {
      border-color: #276ef9;
    }
    .fa-up-companyrow-hover .fa-up-companyrow-select {
      position: relative;
      border-color: #276ef9;
    }
    .fa-up-companyrow-hover .fa-up-companyrow-select::before {
      content: '';
      width: 8px;
      height: 8px;
      background: #276ef9;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .fa-up-tips {
      margin: 0 20px;
      font-size: 0;
      background: rgba(39, 110, 249, 0.2);
      border-left: 2px solid #276ef9;
      padding: 10px 0 10px 10px;
    }
    .fa-up-tips-icon,
    .fa-up-tips-text {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
    }
    .fa-up-tips-icon {
      color: #276ef9;
      margin-right: 6px;
    }
    .fa-up-fail {
      margin: 0 24px;
    }
    .fa-up-fail-time {
      margin: 16px 0;
      font-size: 16px;
    }
    .fa-up-fail-time-span {
      color: #fbb900;
    }
    .fa-up-fail-title {
      background: #f8f8f9;
      border-radius: 4px;
      padding: 16px;
      font-size: 0;
    }
    .fa-up-fail-title .use-info {
      color: #f85951;
      margin-right: 6px;
    }
    
   	.merge-error{
   		 background: url('./../images/merge-error.png') no-repeat center center;
		 margin-right:10px;
		 display: inline-block;
   		 width:14px;
   		 height:14px;
   	}
   	.merge-info{
   		width:6px;
   		 margin-right:10px;
   		height:6px;
		background: #FFC600;
   		display:inline-block;
   		border-radius:50%;
   	}
   	
    .fa-up-fail-title span {
      font-size: 14px;
    }
    .fa-up-fail-main {
      margin-top: 16px;
      line-height: 20px;
    }
    .fa-up-ok {
      text-align: center;
    }
    .fa-up-ok-title-icon {
      width: 48px;
      height: 48px;
      border-radius: 100%;
      background: #276ef9;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin: 0 auto;
      text-indent: 2px;
      background:url('./../images/merge-success.png') no-repeat center center;
    }
    .fa-up-ok-title-h2 {
      font-size: 16px;
      display: inline-block;
      margin-top: 16px;
    }
    .fa-up-ok-main {
      font-size: 14px;
      line-height: 20px;
      margin-top: 20px;
      display: block;
    }
    .upgrade-pop-guide {
      background: url('./../images/updatepic01.png') no-repeat;
      position: relative;
      margin: 4px auto -8px;
      width: 592px;
      height: 240px;
      padding: 40px 0 0 30px;
      box-sizing: border-box;
    }
    .upgrade-pop-guide h2 {
      font-size: 30px;
      font-weight: bold;
    }
    .upgrade-pop-guide-text {
      margin-top: 24px;
    }
    .upgrade-pop-guide-text p {
      position: relative;
      padding-left: 16px;
      margin-top: 8px;
    }
    .upgrade-pop-guide-text p::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background: rgba(39, 110, 249, 0.23);
      display: block;
    }
 .merge_top_bg{
 	width:100%;height:48px;background: #CEDDF6;;text-align:center;
 }
 .merge_top_ctx{
 	width:80%;
 	margin:0 auto;
 	padding-top:10px;
 	position:absolute;
 	left:10%
 }
 .merge_alert{
 	width: 12px;
    height: 12px;
    background: #ffc600;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
 }
 .m-error{
 	font-size:12px;
 	color:#F85951;
	padding-left:20px;	
 	
 }
 .text-yellow{
 color:#FFC600
 }
 