.sync-iddres-wrap {
    float: right;
    position: relative;
    left: 110px;
    padding-left: 15px;
}
.sync-iddres-wrap input {
    position: absolute;
    top: 3px;
    left: 0px;
}
.rare-style-address {
    display: flex;
    flex-wrap: wrap;
}
.detail-address-tip-wrap {
  width: 80%;
}
.detail-address-tip {
  padding: 10px;
  border-radius: 6px;
  background: #F6F6F6;
  
}
.detail-address-tip .detail-ul {
    display: none;
}
.detail-address-tip .detail-ul p
{
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.detail-address-tip .detail-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #4375E4;
    font-size: 12px;
    font-weight: 400;
  }
.detail-address-tip .detail-title .icon-box {
    display: inline-flex;
    align-items: center;
    padding:5px 8px;
}
.detail-address-tip .detail-title .active {
    transform: rotate(180deg);
}
.detail-address-tip .detail-title  svg {
  width: 7px;
  height: auto;
}