@charset "utf-8";
.table .table-tr .table-th{
    background: #eff7fe;
    color: #343434;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-top: solid 2px #20528f;
    border-bottom: solid 1px #e1e1e1;
    border-left: none;
    border-right: none;
    line-height: 30px;
}
.table .table-tr:nth-of-type(odd) {
    background: #f6f6f6;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
}
.table .table-tr .table-td:first-child{
	text-align: left;
	text-indent: 2em;
}
.table .table-tr .table-td{
    border: none;
    padding: 10px 0;
}
.sq-bd div,.sq-bd label{
    font-size: 16px;
    line-height: 24px;
}
.sq-bd input{
    text-indent: 1rem;
    line-height: 28px;
}
.sq-bd .tnm {
    font-weight: 700;
    background: #20528f;
    text-align: center;
    padding: 4px 16px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin: 10px 0;
}

.sq-bd .notices {
    background: #f6f6f6;
    border-radius: 0 0 4px 4px;
    padding: 16px
}

.sq-bd .notices p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 0
}

.sq-bd .result_div {
    padding: 3em 0;
    display: none;
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 0 25% auto
}

.sq-bd .bor_red {
    color: red
}

.sq-bd #sq_code,.sq-bd #sq_query_code {
    color: red
}

.sq-bd .sq_table div {
    border: 1px solid #e1e1e1;
    border-left: none;
    border-top: none;
    line-height: 40px;
    padding: 0 8px
}

.sq-bd .sq_table div div p {
    line-height: 30px
}

.sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
    border-top: 1px solid #e1e1e1
}

.sq-bd .sq_table div:nth-child(4n+1) {
    border-left: 1px solid #e1e1e1
}

.sq-bd .sq_table div:nth-child(11) {
    border-left: 1px solid #e1e1e1
}

.sq-bd .submit {
    text-align: center;
    height: 40px;
    overflow: hidden;
    width: 300px;
    margin: 0 auto
}

.sq-bd .refresh {
    background: #005ebe;
    color: #fff;
    line-height: 38px;
    border-radius: 4px;
    margin-left: 8px;
    display: inline-block;
    width: 80px;
    text-align: center
}

.sq-bd #closejg {
    margin: 0 auto;
    display: block
}

.sq-bd #results {
    width: 400px;
    height: 400px;
    margin: 0 auto
}

.sq-bd #img,.sq-bd #sqimg {
    cursor: pointer
}

.survey {
    height: auto;
    overflow: hidden
}

.survey .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center
}

.survey .interval {
    text-align: center;
    font-size: 16px;
    line-height: 40px
}

.survey .desc {
    line-height: 36px;
    font-size: 16px;
    color: #333
}

.survey .desc p {
    text-indent: 2em
}

.survey .survey-box {
    padding: 10px 0;
    overflow: hidden;
    height: auto
}

.survey .survey-box .sort-title {
    padding: 4px;
    clear: both;
    font-size: 16px;
    line-height: 1.75
}

.survey .survey-box .sort-num {
    display: inline-block;
    float: left;
    line-height: 1.75
}

.survey .survey-box .sort-warn {
    color: red;
    font-weight: 700;
    padding-left: 8px
}

.survey .survey-box .sort-items {
    padding: 10px;
    clear: both;
    overflow: hidden
}

.survey .survey-box .sort-items ul li {
    line-height: 1.75;
    font-size: 16px;
    overflow: hidden
}

.survey .survey-box .sort-items ul li span {
    padding-left: 8px;
    float: left
}

.survey .survey-box .sort-items ul li input {
    margin: 6px 0;
    line-height: 40px;
    border: solid 1px #d1d1d1;
    text-indent: 10px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    float: left
}

.survey .survey-box .sort-items ul li .qt {
    float: left;
    line-height: 32px
}

.survey .survey-box .sort-items ul li .qt-checkbox,.survey .survey-box .sort-items ul li .qt-radio {
    outline: 0;
    width: 200px;
    height: 32px;
    margin: 0;
    border: none;
    border-bottom: solid 1px #d1d1d1
}

.survey .survey-box .sort-items select {
    line-height: 36px;
    height: 36px;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 16px
}

.survey .survey-box .sort-items textarea {
    width: 100%;
    border-radius: 4px;
    line-height: 32px;
    text-indent: 8px;
    font-size: 16px;
    border: 1px solid #d1d1d1
}

.survey .survey-box .sort-items table {
    width: 95%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto
}

.survey .survey-box .sort-items table th {
    padding: 0 1em
}

.survey .survey-box .sort-items table tr {
    line-height: 36px
}

.survey .survey-box .sort-items table tr td {
    font-size: 16px;
    padding: 0 1em
}

.survey .survey-box .sort-items .file-input {
    width: 300px;
    line-height: 36px;
    border: solid 1px #d1d1d1;
    float: left;
    border-radius: 4px 0 0 4px
}

.survey .survey-box .sort-items .file-btn {
    background: #005ebe!important;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    border: none;
    position: relative;
    border-radius: 0 4px 4px 0;
    float: left;
    width: 120px;
    text-align: center;
    cursor: pointer
}

.survey .survey-box .sort-items .file-btn input {
    position: absolute;
    height: 38px;
    line-height: 38px;
    background: #005ebe;
    width: 120px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    right: 0;
    top: 0
}

.survey .survey-box .sort-items .star_bg {
    float: left;
    font-size: 16px;
    padding-right: 8px
}

.survey .survey-box .sort-items .star {
    font-size: 16px;
    float: left;
    padding-left: 8px
}

.survey .survey-box .sort-items .star input {
    margin: 0 8px
}

.survey .survey-box .sort-items .star_end {
    font-size: 16px;
    float: left
}

.survey .survey-box .exchange {
    color: #1b51a8;
    font-size: 16px
}

.survey .survey-box .verifyCode {
    width: 78px;
    line-height: 34px;
    border: solid 1px #e1e1e1
}

.survey .survey-btn {
    text-align: center;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    width: 16em
}

.survey .survey-btn input {
    width: 100px;
    color: #fff;
    height: 36px;
    font-size: 18px;
    background: #005ebe;
    border: none;
    border-radius: 4px;
    float: left
}

.survey .survey-btn a {
    margin-left: 16px;
    display: inline-block;
    color: #fff;
    line-height: 36px;
    background: #005ebe;
    width: 100px;
    border-radius: 4px;
    font-size: 16px;
    float: left
}
#btnOK, #showjg,#closejg{
    display: inline-block;
    width: 120px;
    height: 38px;
    margin: 0 5px;
    border: none;
    border-radius: 6px;
    background: #20528f;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-indent: 0;
}
#btn2{
    display: inline-block;
    width: 120px;
    height: 38px;
    margin: 0 5px;
    border: none;
    border-radius: 6px;
    background: #20528f;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-indent: 0;
}


.survey .dcPlay {
    min-height: 200px;
    width: 96%;
    margin: 0 auto;
    text-align: center
}

.survey #message {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 16px 0
}

.survey .tnm {
    font-weight: 700;
    color: #005ebe
}

@media all and (max-width: 768px) {
    .verifyCode a {
        font-size:16px
    }
}

@media all and (max-width: 750px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 720px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 640px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 600px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 560px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 520px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 480px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 440px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 414px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 400px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}

@media all and (max-width: 375px) {
    .sq-bd .bg-f1 {
        background:0 0
    }

    .sq-bd .pd-80 {
        padding: 0
    }

    .sq-bd .result_div {
        width: 100%
    }

    .sq-bd .sq_table {
        border: none;
        height: auto;
        overflow: hidden
    }

    .sq-bd .sq_table div {
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 40px;
        padding: 0 8px
    }

    .sq-bd .sq_table div:nth-child(1),.sq-bd .sq_table div:nth-child(2),.sq-bd .sq_table div:nth-child(3),.sq-bd .sq_table div:nth-child(4) {
        border-top: none
    }

    .sq-bd .sq_table div:nth-child(4n+1) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(11) {
        border-left: none
    }

    .sq-bd .sq_table div:nth-child(n) {
        border-bottom: solid 1px #e1e1e1;
        text-align: left
    }

    .sq-bd .type {
        padding: 0 8px;
        background: #005ebe;
        display: inline-block;
        color: #fff;
        line-height: 36px;
        border-radius: 4px 4px;
        text-align: center
    }

    .sq-bd .tc {
        text-align: left
    }

    .sq-bd #img,.sq-bd #sqimg {
        margin: .3em 0
    }

    .survey {
        padding: 0
    }

    .survey .g-question {
        padding: 8px
    }

    .survey .verifyCode a {
        font-size: 16px
    }

    .survey .survey-box .sort-items .file-input {
        width: 160px
    }
}
