.body{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑","Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
}
p,h2{
	padding: 0;
	margin: 0;
}
.rep-container{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 2000000001;
    width: 100%;
    height: 100%;
}
.report-cont{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2000000000;
    width: 600px;
    height: 488px;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}
.report-top{
	height: 70px;
	background-color: #eee;
	padding: 20px;
}
.report-top>h2{
	display: inline-block;
}
.report-top>img{
	float: right;
}
.report-bot{
	height: 670px;
	background-color: #ddd;
}
.report-bot>p{
	font-size: 14px;
	color: #333;
	padding: 15px 38px;
	line-height: 28px;
}
.report-div{
	padding: 0px 38px;
}
.report-div>input{
	width: 435px;
	height: 34px;
	padding: 2px 2px;
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid #bbb;
}
.report-radio{
	padding: 20px 38px;
}
.report-line{
	padding-left: 20px;
}
.report-txt>textarea{
	width: 526px;
	height: 110px;
	border: 1px solid #bbb; 
	border-radius: 5px;
	font-size: 14px;
	color: #666;
}
.report-txt{
	padding: 20px 0px;

}
.report-btn>button{
width: 100px;
height: 50px;
border-radius: 10%;
border: 1px solid #bbb;
background-color: #cccccc; 
}
@media screen and (max-width: 320px){
	.report-cont{
    width: 319px;
    height: 720px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 700px;
}
}
@media screen and (min-width: 320px) and (max-width: 359px){ 
.report-cont{
    width: 356px;
    /*height: 568px;*/
    height: 508px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 484px;
}
.report-top {
	height:22px;
    padding: 10px 20px;
}
.report-bot>p {
    padding: 10px 38px;
    line-height: 20px;
}
.report-top>img{
	max-width:10%;
}
.report-div>input {
    margin-top: 10px;
}
.report-line {
    padding-left: 8px;
}
.report-txt>textarea {
    height: 80px;
}
.report-radio {
    padding: 10px 38px;
}
.report-txt {
    padding: 0px 0px;
}
.report-btn>button {
    height: 40px;
}
} 
@media screen and (min-width: 360px) and (max-width: 374px){ 
.report-cont{
    width: 372px;
    height: 506px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 536px;
}
.report-top {
    padding: 0px 20px;
    line-height: 30px;
    height: 30px;
}
.report-bot>p {
    padding: 10px 38px;
    line-height: 20px;
}
.report-div>input {
    margin-top: 10px;
}
.report-line {
    padding-left: 8px;
}
.report-txt>textarea {
    height: 80px;
}
.report-top>img {
    max-width: 10%;
}
.report-radio {
    padding: 0px 38px;
}
.report-txt {
    padding: 0px 0px;
}
} 
@media screen and (min-width: 375px) and (max-width: 385px){ 
	.report-cont{
    width: 380px;
    height: 506px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
    height: 50px;
}
.report-bot{
	height: 540px;
}
.report-top {
    padding: 10px 19px;
    height: 25px;
}
.report-bot>p {
    padding: 10px 38px;
    line-height: 20px;
}
.report-div>input {
    margin-top: 10px;
}
.report-line {
    padding-left: 8px;
}
.report-top>img {
    max-width: 9%;
}
.report-radio {
    padding: 10px 38px;
}
.report-txt {
    padding: 10px 0px;
}
} 
@media screen and (min-width: 386px) and (max-width: 392px) { 
.report-cont{
    width: 380px;
    height: 720px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 700px;
}
} 
@media screen and (min-width: 393px) and (max-width: 400px){ 
.report-cont{
    width: 398px;
    height: 720px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 700px;
}
} 
@media screen and (min-width: 401px) and (max-width: 414px) { 
.report-cont{
    width: 400px;
    height: 500px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 553px;
}
.report-txt>textarea {
    height: 80px;
}
.report-top {
    padding: 5px 20px;
	height: 30px;
}
.report-bot>p {
    padding: 10px 38px;
    line-height: 20px;
}
.report-div>input {
    margin-top: 10px;
}
.report-line {
    padding-left: 8px;
}
.report-top>img {
    max-width: 9%;
}
}
@media screen and (min-width: 415px) and (max-width: 600px) { 
.report-cont{
    width: 595px;
    height: 720px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 700px;
}
} 
@media screen and (min-width: 768px) and (max-width: 1024px){ 
.report-cont{
    width: 600px;
    height: 506px;
}
.report-div>input {
    width: 100%;
}
.report-txt>textarea {
    width: 100%;
}
.report-bot{
	height: 700px;
}


} 


.cu_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    display: none;
}

.cu_box {
    z-index: 10;
    background-color: #fff;
    position: fixed;
    top: 25%;
    width: 30%;
    left: 35%;
    overflow: auto;
    display: none;
}

.cu_title {
    font-size: 20px;
    padding: 10px 15px;
    color: #5893ff;
    background-color: #faf9f9;
}

.cu_title img {
    float: right;
}

.cu_content {
    padding: 18px;
}
.cu_content h4{
    margin: 30px 0px 10px 0px;
}
input[type="text"] {
    width: 100%;
    padding: 9px;
    border: none;
    background-color: #f5f5f5;
    margin: 4px auto;
    color: #888888;
}
.cu_content textarea{
    width: 100%;
    padding: 9px;
    border: none;
    background-color: #f5f5f5;
    margin: 4px auto;
    color: #888888;
    overflow:hidden; 
    resize:none; 
    height: 75px;
}
.cu_content label{
    width: 20%;
}
label>input{
    /*display: none;*/
    color: #333333;
}
.cu_re_btn, .cu_cancel_btn{
    margin: 30px 5px;
    border: none;
    width: 80px;
    height: 35px;
    font-size: 16px;
    float: right;
}
.cu_re_btn{
    background-color: #5893ff;
    color: #fff;
}

.cu_cancel_btn{
    background-color: #dddddd;
    color: #333333;
}

    /*防骗*/
    .fp_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        top: 0;
        padding-top: 30%;
        display: none;
    }

    .fp_content {
        width: 80%;
        background-color: #fff;
        margin: 0 auto;
        border: 1px solid #ddd;
        border-radius: 15px;
        padding: 10px;
    }

    .fp_title {
        margin: 10px auto;
        color: #000;
        font-weight: 700;
    }

    .fp_info {
        margin-top: 15px;
        margin-bottom: 20px;
        color: #333;
    }

    .fp_btn {
        background-color: #176eff;
        color: #fff;
        padding: 10px 30px;
        border: none;
        border-radius: 33px;
        font-size: 16px;
        display: block;
        margin: 0 auto;
    }

    .fp_p {
        margin-top: 10px;
        color: #aaa;
    }