* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
input {
  outline: none;
  border: none;
}
.hide {
  display: none !important;
}
body {
  margin: 0;
  background-color: #f9f6ee;
}
.common-back-btn {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 60px;
  border-radius: 17px 0 0 17px;
  background-color: #b12718;
  font-size: 16px;
  color: white;
  padding-left: 10px;
}
.alert-box {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-box .backview {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}
.alert-box .cc-box {
  position: relative;
  padding: 30px 30px;
  background: linear-gradient(180deg, #b2a485, #d3cdc8);
  border: 1.5px solid white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  width: 72%;
  max-width: 300px;
}
.alert-box .cc-box .toptitle {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.alert-box .cc-box .infos {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8em;
  text-align: center;
}
.alert-box .cc-box .jixubtn {
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 30px;
  background-color: #d73a2b;
  text-align: center;
  justify-self: center;
  margin-top: 20px;
}
.alert-box .cc-box .chabtn {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/dati-guanbibtn.png) no-repeat center;
  background-size: contain;
}
.Out-Box {
  max-width: 430px;
  margin: 0 auto;
  min-height: 1200px;
}
@media (min-width: 430px) {
  .common-back-btn {
    right: calc(50% - 215px);
  }
}
