body {
	width: 100%;
    margin: 0 auto;
}

.container_box{
    width: 800px;
    margin: 0 auto !important;
}

.header {
	margin-top: 10px;
    height: 200px;
    background-color: rgb(157, 41, 51);
    color: white;
}
.div_1 {
	padding-top: 50px;
    text-align: center;
}

.header_span {
	    line-height: 54px;
    font-size: 30px;
    font-weight: bold;
}

.div_gg {
	/*height: 340px;*/
    background-color: white;
}

.div_2 {
	padding: 40px 35px 10px 35px;
}

.gg_span {
	font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #666666;
}
.gg_span1 {
	font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #666666;
}

.line{
	border:1px solid #d3d3d3;
    margin: 0 30px;
}

.module_title {
	height: 50px;
    text-align: center;
    border-style: dashed;
	margin: 2px 30px;
    border: 0 none;
    border-bottom: 1px dashed #d3d3d3;
}

.module_title_name {
	font-size: 18px;
    line-height: 70px;
}

.module1 {
	border-top:1px solid #d3d3d3;
	height: 650px;
    background-color: white;
}

.div_radio {
	clear: both;
	    /*height: 160px;*/
}

.ul_radio li{
	list-style: none;
    width: 25%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
        line-height: 35px;
}

.ul_radio33 li{
	list-style: none;
    width: 33%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
        line-height: 35px;
}

.ul_radio50 li{
	list-style: none;
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
        line-height: 35px;
}

.ul_radio100,.ul_radio{
    display: inline-block;
    width:100%;
}

.ul_radio100 li{
	list-style: none;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
        line-height: 35px;
}

.table_td1 {
	width: 100px;
}

.jd_text{
    width: 90%;
    margin: auto;
}

.bottom_btn{
    width: 75px;
    height: 32px;
    font-size: 14px;
    background-color: red;
    color: white;
    border: 0px solid;
}

/* input  */
.div_input {
	clear: both;
	height: 80px;
}
.div_input_name {
	    padding-left: 30px;
}
.div_input_value {
	
}
.inputvalue {
	height: 25px;
    width: 600px;
    margin-left: 30px;
}
.hlist{
	list-style: none;
    width: 600px;
    position: absolute;
    background-color: lavenderblush;
    margin-left: 30px;
    padding-left: 0px;
    cursor: pointer;
}
.namedesc {
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}
.xx {
	color:red;
}


.bg_mask {
	display:none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}
.title {
	width: 80%;
	margin: auto;
    text-align: center;
    color: white;
    font-size: 26px;
    margin-top: 20px;
    background-color: cornflowerblue;
    padding-top: 20px;
}
.contentul li {
	list-style: none;
}
.contentDiv {
	width: 80%;
    margin: auto;
    color: white;
    font-size: 20px;
    line-height: 32px;
    background-color: cornflowerblue;
    padding-top: 20px;
    padding-bottom: 30px;
}
.timediv {
	width: 60px;
    background-color: gray;
    margin: auto;
    text-align: center;
}








/* input  */	

@media screen and (min-width: 768px) {
    .container{
        width:100%;
        padding:0;
    }
}
@media screen and (max-width: 800px) and (min-width: 769px)  {
    .row {
        min-width: 100%;
        max-width: 100%;
    }
    .inputvalue{
       width: 88%;
    }
}
@media screen and (max-width: 768px) and (min-width:320px){
    .container{
        width:100%;
        padding:0;
    }
    .row{
        width:100%;
        margin: 0;
    }
    .header{
        margin-top: 0;
        height: 180px;
    }
    .header_span{
        font-size: 24px;
        line-height: 40px;
    }
    .gg_span{
        line-height: 35px;
    }
    .container_box {
        width:100%;
    }
    .inputvalue{
       width: 92%;
       height: 32px;
       border: 1px solid #ccc;
       margin-left:15px;
    }
    .div_2{
        padding:25px 10px 10px 10px;
    }
    .module_title_name{
        font-size:16px;
    }
    .namedesc,.ul_radio li,.ul_radio33 li,.ul_radio100 li,.ul_radio50 li{
       font-size:14px;
    }
    .namedesc_jd{
        line-height: inherit;
    }
    .jd_text{
        width:92%;
    }
    .div_radio,.module1,.div_input{
        height: auto !important;
    }
    .div_input_jd{
        padding-bottom:10px;
    }
    .div_radio_2{
       height: 100px !important; 
    }
    .ul_radio33,.ul_radio,.ul_radio50{
       display: inline-block;
       padding-left:15px;
    }
    .ul_radio100{
       padding-left:15px; 
    }
    .ul_radio li{
       width: 33%;
    }
    .ul_radio33 li{
       width:50%;
    }
    .div_input_name{
        width: 93%;
        display: inline-block;
    }
    .div_input_subtitle{
        width: 84%;
        display: inline-block;
        line-height: 20px !important;
        padding-bottom:10px;
        text-align: justify;
        margin-left:15px !important;
    }
    .div_input_subtitle_s{
       margin-left:0 !important;
       width: 90%;
    }
    .div_ssbtitle_text{
        padding-left:16px !important;
    }
    .div_input_contant{
       width: 100%;
       overflow: hidden;
       margin: 0 auto;
       overflow: scroll;
    }
    .div_input_name,.max{
        padding-left:15px !important;
    }
    .module_title{
        margin: 0 15px;
    }
    .module_subtitle{
        margin-left: 15px !important;
    }
    .div_input_value{
        padding:5px 15px !important;
    }
    .div_input_name_box,.ul_radio50_s{
        padding-left:0 !important;
    }
    .bottom_btn_s{
        padding-top:10px !important;
    }
    .hlist{
       width: 92%;
       border: 1px solid #ccc;
       margin-left:15px;
       list-style: none;
       padding-left: 0px;
       background-color: lavenderblush;
       position: relative;
    }
    
    
    .title {
		width: 92%;
	    margin: auto;
	    text-align: center;
	    color: white;
	    font-size: 22px;
	    margin-top: 12px;
	    background-color: cornflowerblue;
	    padding-top: 12px;
	}
	.contentul li {
		list-style: none;
	}
	.contentul {
		padding: 0 5px;
	}
	.contentDiv {
		width: 92%;
	    font-size: 14px;
	    line-height: 16px;
	    background-color: cornflowerblue;
	    padding-top: 5px;
	    padding-bottom: 30px;
	}
	.timediv {
		width: 60px;
	    background-color: gray;
	    margin: auto;
	    text-align: center;
	}
    
    
    
}




