@font-face {
  font-family: 'iconfont';
  src: url('./fonts/iconfont.eot');
  src: url('./fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('./fonts/iconfont.woff2') format('woff2'),
      url('./fonts/iconfont.woff') format('woff'),
      url('./fonts/iconfont.ttf') format('truetype'),
      url('./fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,body{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 14px;
  color: #505050;
}

a {
  color: #505050;
  text-decoration: none;
}

.navbar {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px 1px #ccc;
  z-index: 100;
  opacity: 0.95;
  top: 0;
  left: 0;
}
.navbar-con {
  position: relative;
  width: 1057px;
  height: 75px;
  margin: 0 auto;
}
.n-client-con {
  position: absolute;
  width: 100%;
  padding: 55px 0 40px;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 100;
}
.logo {
  margin: 13px 0 0;
}
.menu {
  margin: 25px 0 0 30px;
}
.navbar-r {
  height: 100%;
}
.tx {
  position: relative;
  height: 100%;
}
.tx-xs {
  height: 50px;
  margin-top: 20px;
}
.user {
  font-size: 34px;
  color: #555;
  vertical-align: middle;
  margin-right: 5px;
}
.user_Login {
  cursor: pointer;
  height: 100%;
}
.user_Login:hover .dropdown-list {
  display:block;
}
.user_img {
  /* display: block; */
  vertical-align:middle;
  border-radius: 50%;
  margin-right: 5px;
}
.cut_line {
  vertical-align: middle;
}
.login-user, .register-user {
  vertical-align: middle;
}
.login-user:hover, .register-user:hover {
  color: rgb(255, 67, 81);
}
.dropdown-list {
  display: none;
  position: absolute;
  box-sizing: border-box;
  width: 100px;
  left: 50%;
  margin-left: -42px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
  top: 68px;
}
.dropdown-list:after {
  content:'';
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ddd;
  position: absolute;
  left: 37px;
  top: -8px;
}
.dropdown-list a {
  display: block;
  text-align: center;
  margin: 15px 0;
  line-height: 20px;
  height: 20px;
  background: #fff;
  color: #333;
  font-size: 14px;
}
.dropdown-list a:hover {
  color: rgb(255, 67, 81);
}
.dropdown-list li:last-child {
  border-top: 1px solid #e5e5e5;
}
.urlBox{
  width: 640px;
  margin: 10% auto 0;
  overflow: hidden;
}
#url{
  width: 540px;
  height: 46px;
  border-radius: 0;
  float: left;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.selfUrlBox{
  margin-top: 20px;
}
.selfUrlBox label{
  display: block;
  color: #555;
  font-size: 16px;
  margin-bottom: 5px;
}
.selfUrl_b{
  float: left;
  font-size: 14px;
  border: 1px solid #ccc;
  color: #555;
  text-align: center;
  background-color: #eee;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-right: none;
}
#urlSelf{
  border-radius: 0;
  float: left;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
#dosubmit{
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
  vertical-align: middle;
  border-left: 0;
  float: left;
  cursor: pointer;
  width: 100px;
  height: 46px;
}
.tip,.selftip{
  color: #ff0000;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}
.result,#preview {
  font-size: 12px;
  margin-top: 20px;
  display: none;
}
.result a{
  color: #1890ff;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color .3s;
}
.copy_button{
  color: #fff;
  background-color: rgb(255, 67, 81);
  border-color: rgb(255, 67, 81);
  padding: 0 5px;
  font-size: 12px;
  border-radius: 0;
  margin-left: 10px;
  height: 24px;
}

.address{
  margin: auto;
    width: 100%;
    background: #181c1f;
    padding: 20px 0;
    position: fixed;
    left: 0;
    bottom: 0;
}
.address .add_main{ 
    margin: auto;
    width: 1080px;
    background: #181c1f;
}
.address .add_main .ad_t ul{ 
    width: 360px;
    margin: 0 auto;
}
.address .add_main .ad_t li{ 
  float: left;
  font-size: 14px;
  color: #646464;
  width: 20%;
  text-align: center;
  line-height: 2.4;
}
.lm_bottom{
    line-height: 22px;
    font-size: 12px;
    color: #646464;
    text-align: center;
}