.Profile{
  max-width:1200px;
  margin:0 auto
}
.Profile-container {
  margin-top: 2rem;
  margin-bottom: 100px;
  padding: 0 10px;
}
.Profile-container ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.Profile-container form >div {
  margin-top: 1rem;
  vertical-align: top;
}
.Profile-container form .email input {
  background-color: #eeeeee;
}
.Profile-container form .userName {
  display: block;
}
.Profile-container form .dob {
  width: 25%;
  margin-right: 5%;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
}
.Profile-container form .gender {
  width: 25%;
  margin-right: 5%;
  display: inline-block;
}
.Profile-container form .phone {
  width: 40%;
  display: inline-block;
}
.Profile-container form .city {
  width: 18%;
  margin-right: 4%;
  display: inline-block;
}
.Profile-container form .zipCode {
  width: 18%;
  display: inline-block;
}
.Profile-container form .country {
  width: 25%; float: none;
  margin-left: 60px;
  display: inline-block;
}
.Profile-container form .state {
  width: 25%;
  margin-right: 5%;
  display: inline-block;
}
.Profile-container form .invited {
  padding: 2rem;
  margin-top: 1rem;
  background-color: #aad4e8;
  position: relative;
  display: none;
}
.Profile-container form .invited .copy {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.Profile-container form .invited .iconfont {
  font-size: 2rem;
}
.Profile-container form button {
  background-color: #009fe3;
  color: white;
  padding: .6rem 3rem;
  border: 0 none;
  border-radius: .2rem;
}
.Profile-container form .submit {
  display: block;
  margin: 1rem 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .Member li .name{height: 30px; overflow: hidden;}
  .Profile-container {
    margin: 2rem 1rem;
  }
  .Profile-container ul {
    margin: 0 .5rem;
  }
  .Profile-container form .dob {
    width: 100%;
    margin-right: 5%;
  }
  .country{margin-left:0px;}
  .Profile-container form .gender {
    width: 100%;
    margin-right: 0;
  }
  .Profile-container form .phone {
    display: block;
    width: auto;
  }
  .Profile-container form .city {
    width: 100%;
  }
  .Profile-container form .zipCode {
    width: 100%;
  }
  .Profile-container form .country {
    width: 45%;
    margin-left: 5%;margin-right:0%; float: right;
  }
  .Profile-container form .state {
    width: 50%;
    margin-right: 0;
  }
}
.tools .Member{padding-top:0rem;}
.Member .bannerDiv{
  background-color:#ebebed;
}

.Member .banner{
  position:relative;
}

.Member .banner img{
  max-width:1200px;
  width:100%;
}

.Member a{
  color:#3d3938;
}

.Member .imgUpload{
  position:relative;
  display:inline-block;
  margin:.5rem 0;
}

.Member .imgUpload .upload{
  cursor:pointer;
  opacity:0;
  width:7.5rem;
  height:17px;
  position:absolute;
  left:0;
  z-index:10;
}

.Member .puBackground:hover img:last-Child{
  display:inline;
}

.Member .userImg{
  position:absolute;
  bottom:1rem;
  left:5rem;
}

.Member .userImg img{
  width:6rem;
  height:6rem;
}

.Member .userImg .puImg{
  width:6.5rem;
  height:7rem;
}

.Member .puTips{
  position:absolute;
  left:4.2rem;
  bottom:7.5rem;
  width:auto !important;
  height:auto !important;
  display:none;
}

.Member .userInfo{
  position:absolute;
  bottom:1rem;
  left:12rem;
  right:0;
}

.Member .userInfo .userName{
  font-size:2rem;
  width:100%;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.Member .has-pu li {
  width:20%;
}

.Member .has-pu .wd{
  width:100%;
}

.Member ul{
  display: table;
  width: 100%;
  margin:0 auto;
  max-width:1200px;
  padding:0;
  overflow:hidden;
}

.Member .wd{
  width:100%;
}

.Member li{
  vertical-align: top;
  display: table-cell;
  width:25%;
  list-style:none;
  margin:0;
  padding:0;
  line-height:2rem;
  background-color:#eeeeee;
  text-align:center;
}

.Member li a{
  display: inline-block;
  height: 100%;
  width: 100%;
  padding:1.2rem;
  border-right:1px solid #fff;
  text-decoration:none;
  color:#3d3938;
}

.Member li a:hover, .Member li .checked{
  color:white;
  background-color:#009fe3
}

.Member li .iconfont{
  font-size:2rem;
}

.Member li .name{
  display:block;
  margin-top:-5px;
}

@media only screen and (max-width: 435px) {

  .Member li a {
    padding: 1rem 0;
  }
    }

@media only screen and (max-width: 360px) {

  .Member li .name {
    margin-top: 0;
    line-height: 1.2;
  }
    }
 @media only screen and (max-width: 767px) {
  .Member{
    padding-top:3.8rem;
   }
}
@media only screen and (max-width: 414px) {
  .Member .userImg{
    left:1rem;
  }
  .Member .userImg img{
    width:83px;
    height:83px;
  }
  .Member .userInfo{
    left:97px;
    padding:.5rem;
    font-size:1rem;
    font-size:12px;
    background-color:rgba(255,255,255,.7);
    margin-right:1rem;
  }
  .Member .userInfo .userName{
    font-size:1.2rem;
  }
  .Dialog{
  position: relative;
}

.Dialog .Dialog-mask{
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3)
}

.Dialog .dialogContenter {
  text-align:center;
  min-height: 2rem;
  padding:1.5rem 1rem;
  word-wrap: break-word;
}

.Dialog .dialogContenter p {
  margin: 0;
  padding: 0;
  line-height: 1rem;
}

.Dialog .dialogHeader {
  padding:1.5rem .5rem 0;
  text-align:center;
}

.Dialog .dialogHeader h2{
  padding:0;
  color:#009fe3;
  margin:0;
  font-weight:normal;
}

.Dialog .autoWidth{
  width:37rem;
  text-align:left;
}

.Dialog .dialogFooter {
  text-align:center;
  display:table;
  width:100%;
}

.Dialog .dialogFooter div{
  display:table;
  width:100%;
}

.Dialog .dialogFooter .button {
  border: 0;
  line-height:3rem;
  padding:0 .5rem;
  width:50%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  white-space: nowrap;
  display:table-cell;
  background: #9e9f9f;
  color: white
}

.Dialog .dialogFooter .button:first-child {
  border-right: 1px solid white;
}

.Dialog .dialogFooter .button:hover {
  background: #009fe3;
}

.Dialog .Dialog-container{
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  min-width:30rem;
  max-width: 900px;
  overflow: hidden;
  border-radius: .8rem;
  -webkit-box-shadow: 0 0 .5rem #9e9f9f;
          box-shadow: 0 0 .5rem #9e9f9f;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 20px;
  max-height: 93%;
  background: white;
  word-wrap: break-word;
}

.Dialog .Dialog-container p {
  margin: .5rem 0;
  padding: 0;
}

.Dialog .Dialog-container .close{
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  cursor: pointer
}

.Dialog .Dialog-container .close:hover {
  color: red;
}

.Dialog.hide {
  display: none!important;
}

@media only screen and (max-width: 767px){

  .Dialog .Dialog-container {
    min-width: 80%;
  }

  .Dialog .autoWidth {
    width: auto;
  }
  }

@media only screen and (max-width: 414px){

  .Dialog .Dialog-container {
    min-width: 90%;
  }
  }
