/* CSS Document */

 .modal {
            display: none; 
            position: fixed; 
            z-index: 1; 
            left: 0;
            top: 0;
            width: 100%; 
            height: 100%; 
            overflow: auto; 
            background-color: rgb(0,0,0); 
            background-color: rgba(0,0,0,0.4); 
            padding-top: 60px;
        }
        .modal-content {
            background-color: #fefefe;
            margin: 5% auto; 
            padding: 9px;
            border: 1px solid #888;
            width: 280px; 
  height: 330px;
        }

.modal-content img{
border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
width: 150px;
}

.codebox_title  {
  color: #44b549;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  line-height: 28px;
  height:28px;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
margin-left:20px;
}

.codebox_title2  {
font-size: 16px;
  font-weight: 400;
  color: #fb8201;
  margin: 2px 0;
text-align: center;
   }

.paybox-art {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  width: 100%;
  text-align: center;
}

.houhao_bar {
  width: 70%;
  font-size: 15px;
  float: left;
  border: none;
  color: #bdbdbd;
  line-height: 30px;
  padding: 0 0 0 3%;
  height: 30px;
  outline: 0;
background: #f8f8f8;
}

.codebox_search {
 margin: 10px auto;
  width: 70%;
  border: 1px solid #44b549;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 3px;
}

.tijiao {
  width: 27%;
  background: #44b449;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border: 0 none;
  cursor: pointer;
  float: right;
  height: 30px;
}

.close {width: 30px;height: 30px;margin-left: 0;

background: url("/js/wxclose.png") no-repeat scroll 2px 0px transparent;float: right;
        }

.close:hover{background: url("/js/wxclose.png") no-repeat scroll -29px 0px transparent;}
       
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        .c {
            user-select: auto; /* 开始时文本被允许选择 */
        }



.zxgz {
  height: 18px;
  line-height: 18px;
text-align: center;
}

.zxgz-box {
  color: #ff6600;
  font-size: 16px;
  display: inline;
  font-weight: 700;
}

.zxgzr-box {
  text-decoration: line-through;
  color: #949494;
  padding-left: 6px;
  font-size: 14px;
  display: inline;
}



.gzts {
  font-size: 13px;
  color: #a2a2a2;
  color: #ff6600;
text-align: center;
}



.codebox_search2 {
  margin: 8px auto;
  width: 74%;
  border: 1px solid #44b549;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 3px;
}

.houhao_bar2 {
  width: 70%;
  font-size: 15px;
  float: left;
  border: none;
  color: #bdbdbd;
  line-height: 30px;
  padding: 0 0 0 3%;
  height: 30px;
  outline: 0;
  background: #f8f8f8;
}

.tijiao2 {
  width: 27%;
  background: #44b449;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border: 0 none;
  cursor: pointer;
  float: right;
  height: 30px;
}

