﻿/* 覆盖 mip-form 中的样式  Start */

mip-form input {
    border-color: #b3b3b3;
}

    mip-form input[type="text"] {
        padding-right: 6px;
        height: 32px;
    }


/* 覆盖 mip-form 中的样式  End */
.topic__header {
    font-size: 20px;
    color: #fff;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #1ea0fa;
}
.topic__header .topic__inner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.header {
    background: none repeat scroll 0 0 #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 0 70px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 999;
    position: relative;
}
  .header_left {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 40px;
            height: 50px;
        }
.header_left i.backnew
{
        width:20px;
        height:18px;
        background-size:20px 18px;
            display: inline-block;
        margin: 15px auto 0 auto;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("/images/weixin/return@2x.png");
}
.header_right {
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 60px;
    height: 50px;
}
.rm10 {
    margin-right: 10px;
}
.miniButton {
   margin: 8px 10px 0 0;
    float: left;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 16px;
    background: #7acc52;
    box-shadow: 1px 2px 4px 1px rgba(30,160,250,0.4);
}
#toptitle {
    background-color: rgba(255,255,255,0.9);
    padding:26px 10px 12px;
    width: 100%;
    color: #1ea0fa;
}
#toptitle .htitle {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
.topic__type {
    padding: 0 0 20px;
}

.topic__inner {
    padding: 0 18px;
}

.topic__type-des {
    font-size: 16px;
    color: #666;
    text-indent: 25px;
    line-height: 24px;
    margin: 16px 0;
}

.topic__type-body fieldset {
    margin-top: 24px;
}

.topic__type-body fieldset:first-child {
    margin-top: 16px;
}

.topic__type-body fieldset:last-of-type {
    margin-top: 20px;
}

.topic__type-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

    .topic__type-dry label {
        margin-left: 18px;
    }

.topic__type-items {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.topic__type-dry .topic__type-items {
    line-height: 1.4;
    margin-bottom: 6px;
}
.topic__type-ML--6 {
    margin-left: 6px;
}

.topic__type-width--81 {
    width: 81px;
}

.topic__type-width--27 {
    width: 27px;
}

.topic__type-width--108 {
    width: 108px;
}

.topic__type--many {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .topic__type--many .topic__type-title {
        margin-bottom: 0;
    }

    .topic__type--many .topic__type-items {
        flex: 0 0 auto;
        margin-right: 10px;
    }

.topic__type-items .radio__type {
    flex: 0 0 auto;
    position: absolute;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #666;
    border-radius: 50%;
}
.topic__type-items .checkbox__type {
    flex: 0 0 auto;
    position: absolute;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #666;
}
.topic__type-items .text__type {
    flex: 1 1 auto;
    height: 32px;
    border: 1px solid #b3b3b3;
    background-color: #fff;
}
.topic__type-items .select__type {
    position: relative;
    width: 92px;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #b3b3b3;
    background-color: #fff;
}
.topic__type-items .select__type::after {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    border: 4px solid #fff;
    border-top: 5px solid #323232;
}
.topic__type-items .textarea__type {
    height: 130px;
    flex: 1 1 auto;
    border: 1px solid #b3b3b3;
}

        .topic__type--many .topic__type-items label {
            margin-right: 6px;
        }

        .topic__type--many .topic__type-items .text__type {
            border: none;
            height: 14px;
            border-bottom: 2px solid #b3b3b3;
        }

.topic__type-matrixFull .topic__type-items {
    margin-bottom: 10px;
}

.topic__type-matrixFull label {
    margin-right: 10px;
}


.topic__type-matrixScale {
    font-size: 15px;
}

.topic__type-matrixScale .topic__type-items .radio__type,
.topic__type-matrixScale .topic__type-items .checkbox__type{
    top: 11px;
}

.topic__type-body fieldset .topic__type-group {
    display: block;
    margin-bottom: 16px;
}

    .topic__type-body fieldset .topic__type-group:last-child {
        margin-bottom: 0;
    }

.topic__type-group .topic__type-sub {
    font-size: 17px;
}

.topic__type-group input + label {
    font-size: 15px;
    margin-left: 6px;
}
.topic__type-group .radio__type + label,
.topic__type-group .checkbox__type + label,
.topic__type-group label + .text__type,
.topic__type-group label + .select__type {
    font-size: 15px;
    margin-left: 18px;
}

.topic__type-itemsGroup {
    display: block;
    padding: 5px 16px;
    margin-top: 8px;
    background-color: #f7f7f7;
}

.topic__type-sort .sortNum + label {
    margin-left: 18px;
}

.topic__type-sort .sortNum::before {
    content: "[ ]";
    position: absolute;
    color: #666;
    top: 7px;
    line-height: 1;
}

.topic__type-tableText .topic__type-itemsGroup {
    padding: 10px 16px;
}
.topic__type-tableText .topic__type-items {
    margin-bottom: 10px;
}
.topic__type-tableText .text__type {
    width: 100px;
    flex: 0 0 auto;
}
.topic__type-tableText .topic__type-items:last-child {
    margin-bottom: 0;
}
.preview-btn {
    font-size: 14px;
    line-height: 14px;
    border-radius: 3px;
    padding: 8px 16px;
    margin: 0 3px ;
    -webkit-tap-highlight-color: transparent;
}
.wjx__home {
    position: fixed;
    right: 12px;
    bottom: 170px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(/images/newimg/wjx-phone/btn.png) no-repeat center;
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx__home {
        background-image: url(/images/newimg/wjx-phone/btn@2x.png);
        background-size: 40px 80px;
    }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 458dpi) {
    .wjx__home {
        background-image: url(/images/newimg/wjx-phone/btn@3x.png);
        background-size: 40px 80px;
    }
}