
.section{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
	font-family:"微软雅黑", Arial, sans-serif;
}

.section .sec_detail{
    position: relative;
    width: 500px;
    /*height: 470px;*/
    background: #006633;
    left: 35%;
    top: 20%;
    border-radius: 6px;
    padding: 40px 0 60px;
}
.section .sec_detail form{
    width: 80%;
    margin: 0 auto;
}
.section .sec_detail form input[type="text"]{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
	text-indent:12px;
    color: #696969;
	font-family:"微软雅黑", Arial, sans-serif;
}

.section .sec_detail form input[type="button"]{
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color:#FFF;
    background: #FFCC00;
    border:1px solid #FFCC00;
    cursor: pointer;
    border-radius:50px;
    outline: none;
	font-family:"微软雅黑", Arial, sans-serif;
	margin-left:10%;
}
.section .sec_detail form input[type="button"]:hover,.section .sec_detail form input[type="button"].click{
    color:#FFF;
    background: #FF9933;
    border:1px solid #FF9933;
}
.close{
    position: absolute;
    top: 13px;
    right: 13px;
}
.close span{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 25px;
    padding-left: 3px;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
}
.detail_msg{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}
.detail_msg p:first-child{
    font-size: 35px;
    color: #FFFFFF;
}
.detail_msg p:last-child{
    font-size: 18px;
    color: #FFF000;
	margin-bottom:10px;
}
