* {
  font-size: 14px;
}
.P-bg {
  background: url("../images/Personal-tailor-bg1f.jpg") no-repeat center;
  background-size: 100% 100%;
}
.center {
  position: relative;
  width: 1200px;
  height: 1030px;
  margin: 0 auto;
}
.content {
  background-color: #f5f5f5;
  padding: 20px 0 15px;
  position: relative;
}
.left {
  float: left;
  width: 260px;
  background-color: #fff;
  height: 100%;
  /* padding-bottom: 100px; */
}
.right1 {
  float: right;
  width: 930px;
  height: 100%;
  background-color: #fff;
}
.left .head {
  width: 100%;
  height: 305px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.left .head .img {
  margin-top: 29px;
}
.left .head .img img {
  margin: auto;
}
.left .lv {
  width: 113px;
  height: 23px;
  line-height: 23px;
  /* background-color: #d2d2d2;
    border-radius: 5px; */
  margin: 10px auto;
  font-size: 12px;
}
.left .lv > img {
  width: 100%;
  height: 100%;
}
.left .head .name {
  font-size: 17px;
  font-weight: 900;
  color: #183895;
  margin: 10px 0;
}
.left .head .aliass {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left .head .aliass .img-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.left .head .aliass .img-icon img{
  width: 100%;
  height: 100%;
}
.left .head .aliass .img img {
  width: 100%;
  height: 100%;
}
.left .head .number {
  color: #666666;
}

.left .select {
  margin-top: 30px;
  text-align: center;
}
.left .select {
  margin-top: 20px;
}
.left .select h3 {
  font-size: 17px;
  line-height: 40px;
  margin-top: 20px;
}
.left .select p {
  color: #666666;
  line-height: 30px;
  cursor: pointer;
  letter-spacing: 2px;
  /* transition: all 0.4s; */
}

.left .select p:hover {
  background-color: #2a4198;
  color: #fff;
}
.left .select p.active {
  background-color: #2a4198;
  color: #fff;
}
.right .header {
  border-bottom: 1px solid #dddddd;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: all 0.3s;
  display: none;
}
.right .submit {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #2a4198;
  color: #fff;
}
.right_order .submit {
  background-color: #fff;
}
.tip .submit {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #2a4198;
  color: #fff;
}
.tip {
  position: absolute;
  top: 200px;
  z-index: 999;
  background-color: #fff;
  border-radius: 7px;
  display: none;
}
.tip .close {
  position: absolute;
  right: 30px;
  top: 15px;
  cursor: pointer;
}
.tip .head {
  color: #666666;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.tip .n {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.tip .button {
  margin: 30px 0;
  text-align: center;
}

.right .middle {
  width: 800px;
  margin: 10px auto;
}
.right .user {
  width: 800px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  margin: 0 auto;
}
.right .user h3 {
  font-size: 20px;
  font-weight: normal;
}
