body {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    overflow-x: hidden;
}
.noprint {
    background: #fff !important;
}
* {
    font-family: Arial, Helvetica, sans-serif;
}
.form-horizontal{
    padding:0 !important;
}
/* 外层 */
.q-main {
    width: calc(100% - 30px);
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
}
/* 公共 */
.q-public{
    /*background:rgba(255,255,255,1);*/
    padding:20px 15px;
    padding-bottom:5px;
    /*margin-top: 15px;
    border-radius:10px;*/
}
.q-detail{
    font-size:13px;
    font-weight:500;
    color:rgba(153,153,153,1);
    padding-top: 10px;
}
input:focus, button:focus, select:focus, textarea:focus{
    outline: none !important;
}

input, textarea {
    appearance: button;
    -moz-appearance: button; /* Firefox */
    -webkit-appearance: button; /* Safari 和 Chrome */
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; /*兼容苹果手机*/
    -ms-appearance: none;
    position: relative;
    background: url("/Img/selectIcon.png") no-repeat scroll calc(97%) center #fff !important;
    background-size: 5% 20% !important;
}
.q-sup{
    color: rgba(255, 0, 0, 1);
}

/* 标题 */
.q-title {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight:bold;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:rgba(184,184,184,1);
}
input::-moz-placeholder,textarea::-moz-placeholde{   /* Mozilla Firefox 19+ */
    color:rgba(184,184,184,1);
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:rgba(184,184,184,1);
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:rgba(184,184,184,1);
}


/* 单选 */
.q-radio{
    padding-bottom: 0;
}
.q-radio-title{
    font-size: 14px;
    padding-bottom: 15px;
    
}
.q-radio-title span{
    color: rgba(153, 153, 153, 1)
}
.q-radio-content{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    padding: 5px 0;
    box-sizing: border-box;
    /*border-top: 1px solid rgba(240,240,240,1);*/
    width: 100%;
}
.q-radio-box{
    width:16px;
    height:16px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(179,179,179,1);
    border-radius:50%;
    box-sizing: border-box;
    position: relative;
}
.q-radio-text{
    padding-left: 5px;
    width: calc(100% - 35px);
    position: relative;
    top: -2px;
}
.q-radio-active{
    color: rgba(60, 141, 189, 1);
}
.q-radio-active .q-radio-box{
    border:5px solid rgba(60, 141, 189, 1);
}

/* 多选 */
.q-checkbox{
    padding-bottom: 0;
}
.q-checkbox-title{
    font-size: 14px;
    padding-bottom: 15px;
}
.q-checkbox-title span{
    color: rgba(153, 153, 153, 1)
}
.q-checkbox-content{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    padding: 5px 0;
    box-sizing: border-box;
    /*border-top: 1px solid rgba(240,240,240,1);*/
    width: 100%;
}
.q-checkbox-box{
    width:12px;
    height:12px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(179,179,179,1);
    box-sizing: border-box;
    position: relative;
    top:2px;
}
.q-checkbox-text{
    padding-left: 5px;
    width: calc(100% - 35px);
    position: relative;
    top: -2px;
}
.q-checkbox-active{
    color: rgba(60, 141, 189, 1);
}
.q-checkbox-active .q-checkbox-box{
    background:rgba(60, 141, 189, 1);
    border:1px solid rgba(60, 141, 189, 1);
}

/* 分隔符 */
.q-separator-title{
    font-size:20px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    text-align: center;
}
.q-separator-detail {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(102,102,102,1);
    text-align: center;
}

/* 下拉框 */
.q-select-title{
    font-size: 14px;
    padding-bottom: 15px;
}
.q-select-cont {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(230,230,230,1);
    border-radius: 4px;
    height: 43px;
    text-indent: 5px;
    font-size: 14px;
}

/* 日期,数字框,单行文本 */
.q-numbet-input {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(230,230,230,1);
    border-radius: 4px;
    height: 43px;
    text-indent: 5px;
    font-size: 14px;
}

/* 多行文本 */
.q-textarea-cont{
    width: 100%;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    border-radius:4px;
    font-size: 14px;
}

/* 图片 */
.q-image{
    width:100%;
    height: auto;
    margin-top: 15px;
    border-radius:10px;
}

/* 文本描述 */
.q-description{
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
    margin-top: 15px;
    padding: 5px 15px;
}

/* 地址 */
.q-address-content{
    width: 100%;
}
.q-address-content select{
    width: 32%;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    border-radius:4px;
    height: 43px;
    text-indent: 5px;
    font-size: 14px;
    margin-right: 2%;
    float: left;
    background-size: 11% 20% !important;
}
.q-address-county{
    margin-right: 0 !important;
}
.q-address-textarea {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(230,230,230,1);
    border-radius: 4px;
    height: 90px;
    padding: 15px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.q-upload-choice{
    width:120px;
    height:38px;
    background:rgba(247,247,247,1);
    border:1px solid rgba(241,241,241,1);
    border-radius:5px;
    margin: 20px auto 40px;
    text-align: center;
    font-size:15px;
    font-weight:500;
    color:rgba(51,51,51,1);
    position: relative;
    line-height: 38px;
    vertical-align: middle;
    /* text-indent: 28px; */
}
.q-upload-img{
    width: 14px;
    height: 15px;
    position: absolute;
    top: 11px;
    left: 15px;
}

.head {
    border-bottom: solid 1px #ddd;
    padding: 0 10%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 50px;
    line-clamp: 1;
}

.associa {
    font-size: 18px;
    line-height: 50px;
    color:#333;
}

.associa img {
    width: 32px;
}

.associa span {
    padding-left: 8px;
    vertical-align: top;
}

a, a:active {
    text-decoration: none;
}

.head, .box-header {
    /*background: rgba(241, 241, 241, 1);*/
}

#ftcb_file_upload_container_1 {
    text-align: center;
}

.error {
    color: #FF0000;
}
.fileinput-button {
    border: 2px solid rgba(241,241,241,1) !important;
    color: #333333 !important;
    background-color: #F7F7F7 !important;
}

    .fileinput-button:focus, .fileinput-button:hover, .fileinput-button:active {
        border: 2px solid rgba(241,241,241,1);
        color: #333333;
        background-color: #F7F7F7;
    }
