.manage_head {
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 20px 30px 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.manage_head a span {
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #ddd;
  color: #039ae1;
  padding-left: 15px;
  margin-left: 15px;
}
.manage_head .back {
  float: right;
  font-size: 14px;
}
.manage_head .back img {
  margin-right: 4px;
  vertical-align: -3px;
}
.manage_menu {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 200px;
  background: #eaedf1;
}
.manage_menu .tt {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  line-height: 90px;
  padding-left: 30px;
}
.manage_menu li {
  line-height: 44px;
  font-size: 14px;
}
.manage_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 56px;
  box-sizing: border-box;
  background: url(/assets/index/image/manage_m1.png) no-repeat 34px center;
}
.manage_menu li a:hover,
.manage_menu li .sel {
  color: #039ae1;
  background: #fff url(/assets/index/image/manage_ms1.png) no-repeat 34px center;
}
.manage_menu .contacts a {
  background: url(/assets/index/image/manage_m2.png) no-repeat 34px center;
}
.manage_menu .contacts a:hover,
.manage_menu .contacts .sel {
  background: #fff url(/assets/index/image/manage_ms2.png) no-repeat 34px center;
}
.manage_menu .dns a {
  background: url(/assets/index/image/manage_m3.png) no-repeat 34px center;
}
.manage_menu .dns a:hover,
.manage_menu .dns .sel {
  background: #fff url(/assets/index/image/manage_ms3.png) no-repeat 34px center;
}
.manage_menu .parse a {
  background: url(/assets/index/image/manage_m4.png) no-repeat 34px center;
}
.manage_menu .parse a:hover,
.manage_menu .parse .sel {
  background: #fff url(/assets/index/image/manage_ms4.png) no-repeat 34px center;
}

.manage_menu .https a {
  background: url(/assets/index/image/manage_https.png) no-repeat 34px center;
}
.manage_menu .https a:hover,
.manage_menu .https .sel {
  background: #fff url(/assets/index/image/manages_https.png) no-repeat 34px center;
}

.manage_menu .mail a {
  background: url(/assets/index/image/manage_m5.png) no-repeat 34px center;
}
.manage_menu .mail a:hover,
.manage_menu .mail .sel {
  background: #fff url(/assets/index/image/manages_m5.png) no-repeat 34px center;
}

.manage_content {
  margin: 0 30px 0 220px;
  padding-top: 70px;
  padding-bottom: 100px;
}
.manage_content .title {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 36px 0 14px 9px;
  position: relative;
}
.manage_content .title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #039ae1;
  left: 0;
  bottom: 17px;
}
.warn {
  font-size: 12px;
  color: #ff0000;
  background: #fff4f4;
  border: 1px solid #ffafaf;
  padding: 4px 14px;
  margin-top: 20px;
}
.info_box {
  margin-top: 40px;
}
.info_box p {
  line-height: 30px;
  color: #333;
  font-size: 14px;
  padding-bottom: 10px;
}
.info_box p span:first-child {
  color: #999;
  display: inline-block;
  width: 290px;
  text-align: right;
}
.info_box p a {
  color: #039ae1;
}
.stt1 {
  color: #00ae19;
}
.stt2 {
  color: #ff0000;
}
.stt3 {
  color: #039ae1;
}
.stt9 {
  color: #6495ED;
}
.info_box .sub_btn {
  width: 180px;
  height: 36px;
  background-color: #039ae1;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  margin: 40px 0 0 220px;
}
.manage_content .title span {
  color: #999;
  margin-left: 20px;
}
.manage_content .title a {
  color: #039ae1;
}
.info_box p select,
.info_box p input {
  width: 288px;
  height: 28px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding-left: 10px;
  margin: 10px 0;
}
.info_box p input {
  margin: 0;
}
.info_box button {
  width: 180px;
  height: 36px;
  background-color: #039ae1;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin: 40px 0 0 294px;
}
.info_box .insert {
  position: relative;
  min-height: 42px;
}
.info_box .insert .add {
  position: absolute;
  bottom: 12px;
  left: 610px;
  font-size: 14px;
  color: #039ae1;
}
.line_tt {
  font-size: 14px;
  color: #333;
  position: relative;
  padding: 16px 0 0;
  margin-top: 68px;
}
.line_tt b {
  display: block;
  margin-left: 170px;
  border-top: 1px solid #ddd;
}
.line_tt i {
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
}
.dns_table {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.dns_table tr th {
  border-bottom: 1px solid #e5e5e5;
  background: #ebeef0;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  text-align: left;
  padding-left: 40px;
}
.dns_table tr td {
  padding-left: 40px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  height: 50px;
}
.search_box {
  padding-top: 20px;
}
.search_box input {
  font-size: 13px;
  width: 300px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding-left: 12px;
  box-sizing: border-box;
  vertical-align: top;
}
.search_box button {
  width: 60px;
  height: 30px;
  background-color: #039ae1;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
}
.search_box a,
.search_box a:hover {
  font-size: 14px;
  background-color: #039ae1;
  color: #fff;
  padding: 0 17px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  margin-left: 4px;
}
.dns_table td a,
.dns_table td a:hover {
  color: #039ae1;
  margin-right: 20px;
}
.dns_table td a:last-child,
.dns_table td a:last-child:hover {
  color: #ff0000;
  margin-right: 0;
}
.parse_tips {
  background: #f6fcff;
  border-left: 4px solid #039ae1;
  padding: 20px;
  line-height: 24px;
  margin-top: 76px;
  font-size: 12px;
  color: #777;
}
.parse_tips p {
  color: #333;
}
.warn2 {
  text-align: center;
  color: #ff0000;
  padding-top: 150px;
  font-size: 16px;
}
.warn2 a {
  color: #039ae1;
}
.wrap {
  width: 1080px;
  margin: 0 auto;
}
.login_content{
  padding-top: 60px;
  padding-bottom: 80px;
}
.login_content .left{
  float: left;
  width: 500px;
  background: url(/assets/index/image/login_bg.png) no-repeat 96px top;
  margin-top: 20px;
  padding-top: 56px;
  min-height: 350px;
}
.login_content .left p{
  font-size: 20px;
  font-weight: bold;
  color: #555;
  padding-bottom: 14px;
}
.login_content .left ul li{
  padding-left: 25px;
  background: url(/assets/index/image/login_tip.png) no-repeat left center;
  font-size: 16px;
  color: #555;
  margin-top: 20px;
}
.login_content .right{
  float: right;
  width: 500px;
}
.login_content .lg_box{
  width: 100%;
  height: 425px;
  box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 6%);
  padding: 26px 30px;
  box-sizing: border-box;
}
.login_content .lg_box .tt{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
