.tool-box {
    margin: 0 auto;
    position: relative;
    width: 750px;
}
.tool-div {
    padding-bottom: 4px;
    width: 360px;
    border: 1px solid #1e8c44;
    height: 477px;
}
.tool-div .tt {
    height: 32px;
    line-height: 32px;
    margin: 0 7px;
    border-bottom: 1px dotted #ccc;
}
.tool-div .tt span {
    color: #1e8c44;
    font-size: 16px;
    padding: 0 8px;
}
.tool-div .boxA li.i2 {
    text-align: right;
    width: 158px;
}
.boxA #select {
	WIDTH: 102px;
    border: 1px solid #ccc;
}

.tool-div .boxA li {
    color: #000000;
    float: left;
    line-height: 19px;
    margin-top: 10px;
}
.tool-div .boxA .txt {
    color: #999999;
    line-height: 20px;
    margin: 20px 15px 0px;
    clear: both;
}
.tool-div .boxA .btnBoxA {
    margin-top: 17px;
    padding-bottom: 10px;
    text-align: center;
}
.boxA input {
    padding-left: 6px;
    color: #1e8c44;
    font-weight: normal;
    border: 1px solid #ccc;
    width: 96px;
}
.boxA #button12 {
	border: 0;
    padding-left: 0px;
    width: 92px;
    margin: 0 auto;
    display: block;
}
.boxA .ypbc img{
	margin:0 auto;
	display:block;
}




@media (max-width: 768px) {

.tool-box { width: 95%;}	
.tool-div { border: none;float:none; height: auto;}	
.ypbc {display:none;}	
}