body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
div,
button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
#xy2_win {
  position: relative;
  width: 100%;
  min-width: 380px;
  max-width: 800px;
  border: 0;
  margin: 0 auto;
}

.inputerBianShenKa {
  width: 128px;
  background-color: #120a09;
  border: 1px solid #9b502d;
  color: #fff;
  height: 24px;
  outline: brown;
  text-align: center;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#bianShenKaBox {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  max-width: 780px;
  min-width: 380px;
  overflow: hidden;
  background-color: #120a09;
  color: #b09b46;
  border: 1px solid #c5ae5a;
  padding-bottom: 8px;
  opacity: 0.95;
}
#bianShenKaTou {
  background-color: #090500;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #b09b46;
  font-size: 14px;
  font-weight: bold;
  cursor: move;
}
#bianShenKaTi {
  padding: 0 8px 8px 8px;
}

#kaList {
  width: 586px;
  height: 430px;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
}
#souSuo {
  width: 560px;
  display: flex;
  justify-items: left;
}
#souSuo li {
  margin-right: 10px;
  display: flex;
  justify-items: left;
}
#souSuo li select {
  background-color: #120a09;
  color: #bba54b;
  border: 1px solid #c5ae5a;
  width: 75px;
}
#souSuo li input {
  background-color: #120a09;
  color: #bba54b;
  border: 1px solid #c5ae5a;
  width: 80px;
}

#zuDuiA,
#zuDuiB {
  width: 50px;
  background-color: #120a09;
  color: #bba54b;
  border: 1px solid #c5ae5a;
}

#carBiao {
  margin-top: 10px;
  max-height: 372px;
  overflow-y: auto;
}
#carBiao li {
  border-top: 1px solid #998746;
  line-height: 28px;
  overflow: hidden;
  padding: 5px;
}

#carBiao li:nth-child(even) {
  background-color: #0f0b0b;
}
#carBiao li:hover {
  overflow: hidden;
  color: #ffffff;
  cursor: pointer;
  background-color: #256358;
}
#carBiao li span {
  padding-right: 10px;
}
#carBiao li span:nth-of-type(1) {
  width: 100px;
  display: inline-block;
  font-weight: bold;
  color: #ba7428;
}
#carBiao li span:nth-of-type(2) {
  width: 100px; /* 第二个span的宽度 */
}
.xiuZhengShuoMing {
  padding-left: 5px;
  line-height: 20px;
}
.bianShenKaShowBuJu {
  width: 160px;
  height: 430px;
  border: 1px solid #ba7428;
  text-align: center;
  padding: 10px;
  margin-right: 8px;
  margin-top: 8px;
  float: left;
}
.bianShenKaShowBuJu p {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.bianShenKaShowBuJu button {
  margin-top: 10px;
}
.bianShenKaShowBuJu p:nth-of-type(1) i {
  font-size: 16px;
  font-weight: bold;
  color: #ba7428;
  font-style: normal;
  padding-left: 10px;
}
.bianShenKaShowBuJu button {
  height: 24px;
  padding: 0 15px;
  border: 1px solid #2d0000;
  background-color: #9b2a09;
  color: #bba54b;
  font-weight: 700;
  line-height: 24px;
  font-size: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 1px 1px 1px #494540;
  cursor: pointer;
  outline-color: #bba54b;
}
.duiYouBianShenBuJu {
  width: 160px;
  height: 430px;
  margin-top: 8px;
  border: 1px solid #ba7428;
  float: left;
}
.duiYouBianShenBuJu h3 {
  background-color: #090500;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #b09b46;
  font-size: 14px;
  font-weight: bold;
}
#duiYouA li {
  padding-left: 8px;
  margin-bottom: 5px;
}
#duiYouA li lable {
  display: inline-block;
  padding-right: 8px;
}
#duiYouA li input {
  width: 40px;
  background-color: #120a09;
  color: #ffffff;
  border: 1px solid #c5ae5a;
  margin-right: 5px;
}
#duiYouB li {
  padding-left: 8px;
  margin-bottom: 5px;
}
#duiYouB li lable {
  display: inline-block;
  padding-right: 8px;
}
#duiYouB li input {
  width: 40px;
  background-color: #120a09;
  color: #ffffff;
  border: 1px solid #c5ae5a;
  margin-right: 5px;
}
.bianShenAnNiu {
  width: 70px;
  height: 20px;
  line-height: 18px;
  display: block;
  background-color: #9b2a09;
  color: #bba54b;
  float: right;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
  cursor: pointer;
}
.bianShenAnNiu:hover {
  color: #ffffff;
  background-color: #441203;
}
#duiFangQiXue .inputerShangHaiA {
  width: 200px;
}
#xy2_win li:hover {
  color: #bba54b;
}
#xy2_win input:hover {
  border: 1px solid #bba54b;
  color: #bba54b;
  height: 18px;
  outline: rgb(252, 105, 105);
}
#zengYiListA li {
  position: relative;
}
#zengYiListB li {
  position: relative;
}
#qiangKeShuXingA li {
  position: relative;
}
#qiangKeShuXingB li {
  position: relative;
}
.xianShiBeiZhu {
  position: absolute;
  left: 130px;
  width: 120px;
  top: -50px;
  line-height: 20px;
  background-color: #120a09;
  border: 1px solid #9b502d;
  color: #def705d7;
  outline: brown;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
  z-index: 200;
  font-size: 12px;
  font-weight: 100;
  padding: 10px;
}
.xianShiBeiZhuB {
  position: absolute;
  left: -130px;
  width: 120px;
  top: -50px;
  line-height: 20px;
  background-color: #120a09;
  border: 1px solid #9b502d;
  color: #def705d7;
  outline: brown;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
  z-index: 200;
  font-size: 12px;
  font-weight: 100;
  padding: 10px;
}
#qinHeZhiA1,
#qinHeZhiA2,
#qinHeZhiA3,
#qinHeZhiA4,
#qinHeZhiA5,
#qinHeZhiB1,
#qinHeZhiB2,
#qinHeZhiB3,
#qinHeZhiB4,
#qinHeZhiB5 {
  display: inline-block;
}
#juanZeng {
  clear: both;
  width: 100%;
  height: 210px;
  border: 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  background-image: url(../images/bgdown.png);
}
.fanWeiA {
  position: absolute;
  top: -62px;
  left: -8px;
  line-height: 24px;
  width: 160px;
  background-color: #120a09;
  border: 1px solid #9b502d;
  color: #def705d7;
  outline: brown;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  z-index: 200;
  font-size: 14px;
  font-weight: bold;
}
.fanWeiB {
  position: absolute;
  top: -62px;
  right: -12px;
  line-height: 24px;
  width: 160px;
  background-color: #120a09;
  border: 1px solid #9b502d;
  color: #def705d7;
  outline: brown;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  z-index: 200;
  font-size: 14px;
  font-weight: bold;
}
#guanYuWo {
  padding-left: 228px;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #2d1a12;
}
#beiAn {
  clear: both;
  line-height: 30px;
  text-align: center;
}
#beiAn a {
  color: #000000;
  text-decoration: none;
}
#yinCangBianShenMianBan {
  display: block;
  float: right;
  margin-right: 10px;
}
