.my-container {
  background-color: #fff;
  min-height: 1324px;
  border: 1px solid #eeeeee;
  box-shadow: 0 3px 8px rgba(165, 165, 165, 0.16);
}
.my-container > .title {
  font-size: 24px;
  padding: 20px;
}
.my-container .hint {
  color: #FB4343;
  padding: 0 20px;
}
.my-container .address-container {
  padding: 0 20px;
  margin-top: 16px;
}
.my-container .address-container .head {
  height: 40px;
  line-height: 40px;
  background-color: #FB4343;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
}
.my-container .address-container .head > div {
  float: left;
}
.my-container .address-container .head > div.head-addressee {
  width: 140px;
  text-align: center;
}
.my-container .address-container .head > div.head-phone {
  width: 155px;
  text-align: center;
}
.my-container .address-container .head > div.head-details {
  width: 565px;
  text-align: center;
}
.my-container .address-container ul li {
  margin-top: 20px;
}
.my-container .address-container ul li .top {
  background-color: #F1F1F1;
  height: 40px;
  line-height: 40px;
}
.my-container .address-container ul li .top > div {
  float: left;
  font-size: 14px;
}
.my-container .address-container ul li .top > div.checkout {
  color: #666666;
}
.my-container .address-container ul li .top > div.checkout i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  margin: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.my-container .address-container ul li .top > div.checkout i.active:before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../../../img/check.png") no-repeat center;
}
.my-container .address-container ul li .top > div.right {
  float: right;
  padding-right: 20px;
}
.my-container .address-container ul li .top > div.right span {
  cursor: pointer;
}
.my-container .address-container ul li .bottom {
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  font-size: 14px;
}
.my-container .address-container ul li .bottom > div {
  float: left;
}
.my-container .address-container ul li .bottom .name {
  width: 140px;
  text-align: center;
}
.my-container .address-container ul li .bottom .phone {
  width: 155px;
  text-align: center;
}
.my-container .address-container ul li .bottom .details {
  width: 565px;
  text-align: center;
}
.my-container .address-container .txt {
  text-align: center;
  padding: 20px 0;
  color: #666666;
}
.my-container .address-container .add-address {
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid#FB4343;
  color: #FB4343;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
.my-container .popup-address {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(153, 153, 153, 0.2);
  box-shadow: 0 3px 10px rgba(153, 153, 153, 0.16);
}
.my-container .popup-address .container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -244px;
  width: 800px;
  height: 488px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 3px 8px rgba(165, 165, 165, 0.16);
  border-radius: 10px;
}
.my-container .popup-address .container .title {
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #F1F1F1;
}
.my-container .popup-address .container .form {
  margin-top: 32px;
  margin-left: 88px;
}
.my-container .popup-address .container .form .item {
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}
.my-container .popup-address .container .form .item.textarea {
  height: 100%;
}
.my-container .popup-address .container .form .item > div {
  float: left;
}
.my-container .popup-address .container .form .item > div.label {
  width: 100px;
  text-align: right;
  font-size: 18px;
  color: #999999;
}
.my-container .popup-address .container .form .item > div.select-address > div {
  float: left;
  position: relative;
  overflow: hidden;
}
.my-container .popup-address .container .form .item > div.select-address > div.show {
  overflow: visible;
}
.my-container .popup-address .container .form .item > div.select-address > div.show:before {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);/* IE 9 */
  -moz-transform: rotate(0deg);/* Firefox */
  -webkit-transform: rotate(0deg);/* Safari 和 Chrome */
  -o-transform: rotate(0deg);/* Opera */
}
.my-container .popup-address .container .form .item > div.select-address > div:before {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 12px;
  height: 8px;
  content: '';
  background: url("../../../img/center/arrow-min.png") no-repeat center center;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);/* IE 9 */
  -moz-transform: rotate(-90deg);/* Firefox */
  -webkit-transform: rotate(-90deg);/* Safari 和 Chrome */
  -o-transform: rotate(-90deg);/* Opera */
}
.my-container .popup-address .container .form .item > div.select-address > div .check {
  width: 160px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  text-indent: 24px;
  font-size: 14px;
  color: #666666;
}
.my-container .popup-address .container .form .item > div.select-address > div + div {
  margin-left: 10px;
}
.my-container .popup-address .container .form .item > div.select-address > div .location-container {
  position: absolute;
  left: 0;
  top: 42px;
  width: 120px;
  height: 150px;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.my-container .popup-address .container .form .item > div.select-address > div .location-container ul li {
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #666666;
  font-size: 14px;
}
.my-container .popup-address .container .form .item > div.select-address > div .location-container ul li:hover {
  background-color: #999999;
}
.my-container .popup-address .container .form .item > div .input-text {
  width: 505px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  text-indent: 12px;
  color: #333333;
}
.my-container .popup-address .container .form .item .input-texts {
  width: 505px;
  height: 120px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 16px;
  text-indent: 12px;
  color: #333333;
}
.my-container .popup-address .container .btn {
  width: 276px;
  overflow: hidden;
  margin-left: 311px;
}
.my-container .popup-address .container .btn > div {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.my-container .popup-address .container .btn > div.save {
  background-color: #FB4343;
}
.my-container .popup-address .container .btn > div.cancel {
  background-color: #AEAEAE;
  margin-left: 36px;
}
