﻿blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

abbr, body, fieldset, html, iframe, img {
    border: 0
}

* {
    -webkit-user-select: text;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

ul, li {
    list-style: none
}

a, a:hover, del, ins, s, u {
    text-decoration: none
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: '微软雅黑', Helvetica, sans-serif;
    color: #787878;
    font-size: 14px;
    box-sizing: border-box
}

.clearfix::after, .clearfix::before {
    content: " ";
    display: table
}

.clearfix::after {
    clear: both
}

.p_form .up_down img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
}
.form .content .con_item .el-radio .el-radio__label,
.form .content .con_item .el-checkbox .el-checkbox__label {
    color: #333333;
}
.el-radio__inner::after {
    width: 6px !important;
    height: 6px !important;
}

@media screen and (min-width:800px) {
    .p_form{
        text-align:center;
    }
    .p_form .barcode_img {
        display: inline-block;
        vertical-align: top;
        padding-top: 20px;
    }
        .p_form .barcode_img img{
            width:40px;
            height:40px;
            cursor:pointer;
        }
        .form {
            display:inline-block;
            width: 800px;
            margin: 0 auto;
            padding: 20px 0 0 0;
            text-align: left;
        }
    .form .header {
        padding: 12px 0 14px 0;
        text-align: center;
    }

            .form .header .header_title {
                font-size: 18px;
                font-weight: bold;
                line-height: 24px;
                color: #FFFFFF;
            }

            .form .header .header_zhaiyao {
                font-size: 14px;
                color: #FFFFFF;
                line-height: 20px;
            }

        .form .footer {
            text-align: center;
            padding: 40px 0;
        }

            .form .footer .btn_submit {
                display: inline-block;
                text-align: center;
                width: 110px;
                height: 36px;
                line-height: 36px;
                border-radius: 4px;
            }

        .form .content .con_item {
            padding: 16px 30px 0 30px;
        }

            .form .content .con_item:last-child {
                padding-bottom: 16px;
            }

        .form .content .el-form-item {
            margin-bottom: 0;
        }

        .form .content .con_item .que_name {
            line-height: 20px;
            color: #333333;
        }

            .form .content .con_item .que_name .star {
                color: red;
                padding-left: 4px;
            }

        .form .content .con_item .qus_tips {
            font-size: 12px;
            line-height: 16px;
            color: #999999;
            padding-left: 16px;
        }

        .form .content .con_item .el-input {
            margin-left: 16px;
            width: 600px;
            margin-top: 10px;
        }

        .form .content .con_item .el-textarea {
            margin-left: 16px;
            width: 600px;
            margin-top: 10px;
        }

        .form .content .con_item .el-radio-group,
        .form .content .con_item .el-checkbox-group {
            margin-left: 16px;
        }

        .form .content .con_item .icon_img {
            width: 16px;
            height: 16px;
            position: relative;
            top: 3px;
            left: 2px
        }

    .up_down {
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

    .zhezhao {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        background: rgba(17, 17, 17, 0.6);
    }
    .share_box{
        width:240px;
        height:300px;
        position:absolute;
        top:50%;
        left:50%;
        margin-top:-150px;
        margin-left:-120px;
        z-index:1001;
        background-color:#fff;
    }
        .share_box .exit {
            text-align: right;
            padding: 10px;
            background-color: #fafbfc;
        }
        .share_box .exit img{
            width:20px;
            height:20px;
            cursor:pointer;
        }
        .share_box .con .img{
            width:160px;
            height:160px;
            margin-top:20px;
            margin-bottom:20px;
        }
        .share_box .con .text {
            color: #848484;
            background-color: #fafbfc;
            border-top: 1px solid #e9e8e7;
            padding:20px;
        }
    .form .content .con_item .el-checkbox,
    .form .content .con_item .el-radio {
        margin-top: 10px;
    }
    .form .content .con_item .el-form-item__content,
    .form .content .con_item .el-radio-group .el-form-item__content {
        line-height: normal;
    }
    .form .content .con_item .el-input{
        line-height:40px;
    }
        
}

@media screen and (max-width:799px) {
    .p_form .barcode_img{
        display:none;
    }
    .form {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        .form .header {
            padding: 12px 0 14px 0;
            text-align: center;
        }

            .form .header .header_title {
                font-size: 18px;
                font-weight: bold;
                color: #FFFFFF;
            }

            .form .header .header_zhaiyao {
                font-size: 16px;
                color: #FFFFFF;
            }

        .form .footer {
            text-align: center;
            padding: 20px 10px;
        }
        .form .content .con_item .el-checkbox .el-form-item__content {
            line-height: inherit;
        }
            .form .footer .btn_submit {
                font-size: 16px;
                display: inline-block;
                text-align: center;
                width: 100%;
                height: 40px;
                line-height: 40px;
                border-radius: 4px;
            }

        .form .content .con_item {
            padding: 20px 10px 0 10px;
        }

            .form .content .con_item:last-child {
                padding-bottom: 20px;
            }

        .form .content .el-form-item {
            margin-bottom: 0;
        }

        .form .content .con_item .que_name {
            font-size:16px;
            line-height: 16px;
            color: #000000;
        }

            .form .content .con_item .que_name .star {
                color: red;
                padding-left: 4px;
            }

        .form .content .con_item .qus_tips {
            font-size: 14px;
            line-height: 14px;
            color: #616161;
            padding-top:6px;
        }

        .form .content .con_item .el-radio {
            margin-top:10px;
        }
           
                .form .content .con_item .el-radio .el-radio__inner .el-radio__inner::after{
                    width:6px;
                    height:6px;
                }
                .form .content .con_item .el-input {
                    width: 100%;
                    margin-top: 10px;
                }

        .form .content .con_item .el-textarea {
            width: 100%;
            margin-top: 10px;
        }

        .form .content .con_item .icon_img {
            width: 16px;
            height: 16px;
            position: relative;
            top: 3px;
            left: 2px;
        }

        .form .content .con_item .el-checkbox {
            line-height: normal;
            margin-top: 10px;
            font-size: 16px;
        }

                .form .content .con_item .el-checkbox .el-checkbox__inner::after {
                    height: 6px;
                    left: 4px;
                    top: 2px;
                }
    .up_down {
        height: 60px;
        text-align: center;
        line-height: 60px;
    }
}

