@charset "utf-8";
::-webkit-scrollbar-track{background-color: rgba(0, 0, 0, 0.1);border-radius: 5px;}
::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.5);border-radius: 5px;}
::-webkit-scrollbar{width:1px;height:1px;}
*{outline: none;}

body{background: #f5f5f5;color: #666666;font-size: 14px;line-height: 1.4;}
.fromBox{width: 814px;margin: 50px auto 10px auto;padding: 60px 40px;background: #fff;}
.survey{font-size: 18px;margin-bottom: 20px;}
.survey_decs{padding-bottom: 20px;margin-bottom: 20px;border-bottom: 2px solid #53a4f4;font-size: 16px;}
.layui-form-item{margin-bottom: 20px;}
.layui-form-label{float: none;padding: 0;min-height: 36px;line-height: 36px;width: 100%;text-align: left;}
.layui-input-block{margin: 0;}
.layui-form-radio{display: block;}
.layui-form-checkbox{display: block;}
.layui-upload-drag .layui-icon{color: #1e9fff;}
.layui-upload-img{position: absolute;top: 0;left: 0;width: 100%;max-height: 100%;}
.copy a{display: block;height: 70px;line-height: 70px;text-align: center;color: #4C8EFA;}