html,
body {
    height: 100%;
}

body {
    background: #f1f2f2;
}

.query-top {
    width: 1000px;
    padding: 20px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}
.query-con{
	width: 1000px;
	min-height: 140px;
	padding: 20px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
}
.query-title {
    font-size: 24px;
    color: #333;
    padding-top: 10px;
    word-break: break-all;
}

.query-guide {
    color: #333333;
    padding-top: 10px;
    font-size: 14px;
}

.query-main {
    width: 1000px;
    min-height: 700px;
    padding: 30px 100px;
    background: #fff;
    margin: 0px auto;
}

.query-prompt {
    width: 1000px;
    min-height: 700px;
    padding: 50px;
    background: #fff;
    margin: 20px auto;
    text-align: center
}

.query-prompt img {
    width: 300px;
    height: 300px;
}

.query-prompt p {
    font-size: 14px;
}

.title-pic {
    width: 1000px;
    height: 220px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    display: none;
}

.init .query-top {
    margin-top: 100px;
}

.layui-form-select {
    display: inline-block;
    width: 50%;
}
.layui-form-label{
    width: 110px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.req{
    position: absolute;
    right: 6px;
    top: 11px;
    color: red;
}
.layui-form-label{
    float: none !important;
    text-align: left !important;
    padding: 9px 0 !important;
    width: 100% !important;
}
@media screen and (max-width:500px) {
    .layui-input, .layui-textarea{
        width: 100% !important;
    }
    .req {
        position: relative;
        right: -1px;
        top: 1px;
        color: red;
    }
    .layui-form-item .layui-form-label {
        text-overflow: ellipsis !important;
        overflow: inherit !important;
        white-space: nowrap !important;
    }
   .column-tip{
       padding-left: 0 !important;
       margin-top: 32px !important;
   }
    body {
        background: none !important;
    }
    .area-picker{
        display: block !important;
    }
    /* #list{
        overflow-x: auto;
        max-width: 500px;
    } */
    .layui-form-item .layui-input-inline{
        margin:3px !important;
        float: left !important;
    }
    .btn-wrap{
        margin-top: 0 !important;
    }
    .layui-form-label {
        float: left !important;
        display: block;
        padding: 9px 0px !important;
        width: auto !important;
        font-weight: 400;
        line-height: 20px;
        text-align: left !important;
    }
    .layui-form-label{
        float: none !important;
    }
    .query-top {
        width: 100%;
        height: 150px;
        padding: 20px;
        background: #fff;
        text-align: center;
        margin: 0 auto;
        background: url(../images/theme/bg-phone.png) no-repeat;
        background-size: cover;
        display: inline-grid;
    }
	.query-con{
		width: 100%;
		padding: 20px;
	}
    .query-title {
        font-size: 24px;
        color: #333;
        word-break: break-all;
    }

    .query-guide {
        color: #333333;
        padding-top: 10px;
        font-size: 14px;
    }

    .query-main {
        width: 100%;
        min-height: 370px;
        padding: 20px 30px;
        background: #fff;
        margin: 0px auto;
    }

    .query-prompt {
        width: 100%;
        min-height: 700px;
        padding: 50px;
        background: #fff;
        margin: 0px auto;
        margin-top: 20px;
    }

    .query-prompt img {
        align-items: center;
        text-align: center
    }

    .query-prompt p {
        font-size: 14px;
        align-items: center;
        text-align: center
    }

    .layui-option img {
        width: 60% !important;
    }

    .title-pic {
        display: none !important;
    }

    .init .query-top {
        margin-top: 0 !important;
    }

    .color1 {
        display: inline-block;
        width: 70px !important;
    }

    .color2 {
        display: inline-block;
        width: 70px !important;
        background: rgb(181, 181, 181);
    }

    .layui-input,
    .layui-textarea {
        width: 100%;
    }
}

@media screen and (min-width:800px) {
    .query-top {
        background: #fff !important;
    }
}

.view-options {
    margin-top: 20px;
    padding-left: 20px;
}

.req-mark {
    padding-left: 5px;
    color: red;
    font-weight: bold;
}

.layui-input-text {
    word-break: break-all;
}

.layui-option {
    margin-top: 10px;
}

.layui-option span {
    position: relative;
    top: 2px;
    word-break: break-all;
}

.upload-option {
    text-align: center;
}

.upload-btn {
    background: #fff;
    border: solid 1px #e5e5e5;
    color: #666;
}

.layui-btn:hover {
    color: #666;
}

.btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.msg-code{
    text-align: left;
}

.btn-dark {
    border-radius: 5px;
    background: #3b5999;
    width: 120px;
}

.layui-form-radio {
    margin: 0;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0;
    word-break: break-all;
}

body {
    background: url(../images/theme/bg.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed !important;
}

.color1 {
    background: #3b5999 !important;
}

.color2 {
    background: rgb(181, 181, 181) !important;
}

input.text {
    display: none
}
.layui-form-checkbox i {
    height: 30px !important;
}
.layui-input-inline{
    margin-bottom: 15px !important;
}
.layui-form-select {
    display: inline-block;
    width: 100% !important;
}
.layui-input, .layui-textarea {
    display: block;
    width: 100% !important;
    padding-left: 10px;
}
.layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer;
    width: 100% !important;
}