.zxbm_Container {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 320px;
}

.zxbm_box {
    float: none;
    height: 44px;
    margin: 0px auto 40px;
    clear: none;
    width: 100%;
    min-height: 0px;
    min-width: 0px;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-color: rgb(249, 217, 71);
}

.zxbm_text {
    float: none;
    font-size: 16px;
    width: 60%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: auto;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(55, 55, 55);
}


.zxbm_textb {
    float: none;
    font-size: 14px;
    width: 30%;
    height: 15px;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 38px;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(55, 55, 55);
}

.zxbm_box1 {
    float: none;
    height: 36px;
    margin: 10px auto 0px;
    clear: none;
    width: 70%;
    min-height: 0px;
    border: 1px solid rgb(222, 222, 222);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.zxbm_image {
    float: left;
    width: 28px;
    max-width: 100%;
    height: auto;
    margin-left: 3px;
    margin-top: 3px;
    clear: none;
    color: rgb(0, 0, 0);
}

.zxbm_box2 {
    float: left;
    height: 32px;
    margin: 1px 0px 0px 5px;
    clear: none;
    width: 82%;
    min-height: 0px;
    border-left-color: rgb(222, 222, 222);
    border-left-width: 1px;
    border-left-style: solid;
}

.zxbm_box3 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    width: 70%;
    min-height: 120px;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid rgb(222, 222, 222);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.zxbm_text1 {
    float: left;
    font-size: 14px;
    width: 42px;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 28px;
    margin-left: 3px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(55, 55, 55);
}

.zxbm_box4 {
    float: left;
    height: 116px;
    margin-left: 0%;
    margin-top: 2px;
    clear: none;
    width: 79%;
    min-height: 0px;
    min-width: 0px;
}

.zxbm_text2 {
    float: none;
    font-size: 14px;
    width: 50%;
    height: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    margin-left: auto;
    margin-top: 40px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(55, 55, 55);
    background-color: rgb(249, 217, 71);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

@charset "utf-8";
/* CSS Document */


/*app表单css合集*/

input{ width: auto; height: auto; min-height:32px; font-size:14px; line-height:normal; text-indent:5px; float: left; display: block; position: relative; z-index:999; border-width:0px; background-color:rgba(255, 255, 255, 0); outline:medium; color: rgba(116,116,116,1.00);}

textarea{ width: auto; height: auto; font-size:14px; line-height:22px; text-align:left; float: left; display: block;  border-width:0px; background-color:rgba(255, 255, 255, 0); outline:medium;}

/*居中代码*/
.center_div {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}