@media screen and (min-width: 992px) {
    body {
        font-size: 16px;
    }

    .pc_input {
        display: block;
    }

    .phone_input {
        display: none;
    }

    /*上传图片css样式*/
    .previewdiv {
        width: 200px;
        height: 140px;
        float: left;
        margin-right: 25px;
        margin-top: 10px;
    }

    #preview {
        width: 200px;
        height: 138px;
        overflow: hidden;
    }

    .preview {
        position: relative;
    }

    #img0 {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
        height: 200px;
        width: 188px;
    }

    #img4 {
        width: 110px;
        height: 140px;
    }

    .img0 {
        height: 138px;
        width: 200px;
    }

    .img01 {
        height: 138px;
        width: 110px;
    }

    .advert-add-input-style {
        background-color: #E9EAE9;
        border-radius: 5px;
        padding: 3px 10px !important;
        width: 325px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #E1E2E1;
        display: block;
        margin-bottom: 15px;
        color: black;
    }

    .login-userName {
        width: auto;
        height: auto;
        margin: 0px;
        margin-top: 20px;
        padding: 0px;
        overflow: hidden;
    }

    .login-userName .mine-input {
        text-indent: 1em;
        height: 28px;
        line-height: 28px;
        border: 1px solid #DBE0E3;
        background: #fff;
        border-radius: 5px;
    }

    .login-userName span {
        line-height: 28px;
    }

    .login-userName textarea {
        padding: 10px;
        width: 630px;
        height: 80px;
        color: black;
        border: 1px solid #DBE0E3;
        border-radius: 5px;
    }

    .file0 {
        width: 200px;
        height: 138px;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 0px;
        right: 0px;
        position: absolute;
        cursor: pointer;
    }

    .login-userName label {
        font-size: 16px;
        color: black;
        /* width: auto !important; */
        /* text-align: right !important; */
        font-weight: normal !important;
    }

    .login-userName select {
        height: 28px;
        /* width: 124px; */
        width: 120px;
        margin-bottom: 5px;
        border: 1px solid #DBE0E3;
        border-radius: 5px;
        font-size: 14px;
    }

    .login-userName .leftblock {
        float: left;
        width: 130px;
        text-align: right;
    }

    .add_pic_layer,
    .add_media_layer {
        float: left;
        width: 760px;
    }

    .add_icon {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(../images/add.png) no-repeat;
        margin-top: 150px;
        cursor: pointer;
    }

    .hff-sure-button-style {
        margin-left: 10px;
        background-color: #0091E4;
        width: 126px;
        height: 34px;
        margin-right: 50px;
        line-height: 34px;
        border-radius: 5px;
        border: none;
        color: #FFFFFF;
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    /* .add_awards {
        width: 210px;
    } */

    .awardNumber {
        display: inline-block;
        width: 40px;
        height: 28px;
        font-size: 14px;
        color: black;
        /* font-weight: bold; */
    }

    .delAward {
        display: inline-block;
        width: 30px;
        height: 28px;
        font-size: 14px;
        color: #3589ca;
        font-weight: bold;
        cursor: pointer
    }

    #fileToUpload,
    #fileSize,
    #fileName,
    #deedsName,
    #deedsToUpload,
    #deedsSize {
        font-size: 15px;
        color: #6b6868;
    }

    .fileInput{
        position: relative;
        display: inline-block;
        background: rgb(225, 231, 229);
        border-radius: 4px;
        padding: 6px 33px;
        overflow: hidden;
        color: #737675;
        text-decoration: none;
        text-indent: 0;
        line-height: 20px;
        cursor: pointer;
    }

    .fileInput input{
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .fileInput:hover{
        background: #AADFFD;
        border-color: #78C3F3;
        color: #004974;
        text-decoration: none;
    }

    .filesPreview{
        margin-top: 10px;
        position: relative;
        display: inline-block;
        background: rgb(225, 231, 229);
        /* border: 1px solid #0091E5; */
        border-radius: 4px;
        padding: 6px 33px;
        overflow: hidden;
        color: #737675;
        text-decoration: none;
        text-indent: 0;
        line-height: 20px;
    }
    .filesPreview:hover{
        background: #AADFFD;
        border-color: #78C3F3;
        color: #004974;
        text-decoration: none;
    }
    .weixin-tip{
        display: none;
    }
    .IOS-tip{
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .pc_input {
        display: none;
    }

    .phone_input {
        display: block;
    }

    /*上传图片css样式*/
    .previewdiv {
        width: 100%;
        /* height: 4.5rem; */
        float: left;
        margin-right: 25px;
    }

    #preview {
        width: 200px;
        height: 138px;
        overflow: hidden;
    }

    #preview1 img {
        height: 4rem !important;
        width: 3rem !important;
        margin-top: 0.5rem !important;
    }

    #preview1 input {
        height: 4rem !important;
        width: 3rem !important;
        margin-top: 0.5rem !important;
    }

    #file1limit {
        margin-left: 2rem
    }

    .preview {
        position: relative;
    }

    #img0 {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
        height: 200px;
        width: 188px;
    }

    #img4 {
        width: 110px;
        height: 140px;
    }

    .img0 {
        height: 5rem;
        width: 6.5rem;
    }

    .img01 {
        height: 138px;
        width: 110px;
    }

    .advert-add-input-style {
        background-color: #E9EAE9;
        border-radius: 5px;
        padding: 3px 10px !important;
        width: 325px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #E1E2E1;
        display: block;
        margin-bottom: 15px;
        color: black;
    }

    .login-userName {
        width: auto;
        height: auto;
        margin: 0px;
        margin-top: 0.3rem;
        padding: 0px;
        overflow: hidden;
    }

    .login-userName .mine-input {
        text-indent: 1em;
        height: 0.9rem;
        width: 70% !important;
        line-height: 28px;
        border: 0.04rem solid #DBE0E3;
        background: #fff;
        border-radius: 5px;
        font-size: 0.45rem;
    }

    .login-userName span {
        line-height: 28px;
    }

    .login-userName textarea {
        padding: 0.2rem;
        width: 65%;
        height: 5rem;
        color: black;
        border: 0.05rem solid #DBE0E3;
        border-radius: 5px;
        font-size: 0.45rem;
        margin-top: 0.5rem;
    }

    .file0 {
        width: 6.5rem;
        height: 5rem;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 0px;
        right: 0px;
        position: absolute;
        cursor: pointer;
    }

    .login-userName label {
        font-size: 0.5rem;
        color: black;
        /* width: auto !important; */
        /* text-align: right !important; */
        font-weight: normal !important;
    }

    .login-userName select {
        height: 0.8rem;
        width: 3rem;
        margin-bottom: 0.1rem;
        border: 0.03rem solid #DBE0E3;
        border-radius: 5px;
        font-size: 0.45rem;
        background: transparent;
    }

    .login-userName select option {
        font-size: 0.1rem;
    }

    .login-userName .leftblock {
        float: left;
        width: 100%;
        /* margin-bottom: -0.4rem; */
        /* text-align: right; */
    }

    .login-userName .leftblock strong {
        font-size: 0.45rem;
    }

    .login-userName span {
        font-size: 0.4rem;
    }

    .add_pic_layer,
    .add_media_layer {
        float: left;
        width: 90%;
    }

    .add_icon {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        background: url(../images/add.png) no-repeat;
        background-size: 100%;
        margin-top: 5.2rem;
        margin-left: 0.2rem;
        cursor: pointer;
    }

    .hff-sure-button-style {
        margin-left: 10px;
        background-color: #0091E4;
        width: 126px;
        height: 34px;
        margin-right: 50px;
        line-height: 34px;
        border-radius: 5px;
        border: none;
        color: #FFFFFF;
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .blocktitle {
        height: 1.5rem;
        margin-top: 0.3rem;
        border-bottom: 0.05rem solid #E1E7E5;
        overflow: hidden;
    }

    .blocktitle a {
        margin-left: 0.08rem;
        font-size: 0.6rem;
        font-weight: bold;
        color: #444444;
    }

    .blocktitle img {
        float: left;
        margin-top: 0.6rem !important;
        margin-right: 0.1rem;
        width: 0.5rem;
        height: 0.5rem;
    }

    .zyzstep {
        height: auto !important;
        margin-bottom: 0.2rem;
        border-bottom: 0.04rem dashed rgb(153, 153, 153);
    }

    .zyzstep .stepbtn {
        width: 4rem;
        height: 1rem;
        margin-right: 0.5rem;
        line-height: 32px;
        border-radius: 5px;
        border: none;
        color: #FFFFFF;
        font-size: 0.5rem;
    }

    .radio_btn {
        font-size: 0.5rem !important;
        width: 0.45rem;
        height: 0.45rem;
    }

    .out_layer {
        width: 90% !important;
    }

    .main_font_size {
        font-size: 0.5rem !important;
    }

    .main_tip_font {
        display: inline;
    }

    #resumelimit {
        margin-top: 0.5rem
    }

    .stepTobtn {
        width: 3rem;
        height: 1rem;
        margin-right: 50px;
        line-height: 32px;
        border-radius: 5px;
        /* background: #E1E7E5; */
        border: none;
        color: #FFFFFF;
        margin-top: 1rem;
        font-size: 0.5rem;
        /* margin-bottom: 3rem; */
    }

    .phone_select_btn {
        display: inline-block;
        width: 60% !important;
        text-align: left !important;
    }

    .add_awards {
        width: 82%;
    }

    .add_medias {
        width: 82%;
    }

    .awardNumber {
        display: inline-block;
        width: 1.3rem;
        height: 0.5rem;
        font-size: 0.45rem !important;
        color: black;
        /* font-weight: bold; */
    }

    .delAward {
        display: inline-block;
        width: 1rem;
        height: 0.5rem;
        font-size: 0.45rem !important;
        color: #3589ca;
        font-weight: bold;
        cursor: pointer
    }

    #fileToUpload,
    #fileSize,
    #fileName,
    #deedsName,
    #deedsToUpload,
    #deedsSize {
        font-size: 0.45rem;
        color: #6b6868;
    }

    .fileInput{
        position: relative;
        display: inline-block;
        background: rgb(225, 231, 229);
        border-radius: 4px;
        /* padding: 0.1rem 1.5rem; */
        width: 3.5rem;
        height: 1rem;
        text-align: center;
        overflow: hidden;
        color: #737675;
        text-decoration: none;
        text-indent: 0;
        line-height: 1rem;
        cursor: pointer;
        font-size: 0.45rem;
    }

    .fileInput input{
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .fileInput:hover{
        background: #AADFFD;
        border-color: #78C3F3;
        color: #004974;
        text-decoration: none;
    }

    .filesPreview{
        position: relative;
        display: inline-block;
        background: rgb(225, 231, 229);
        border-radius: 4px;
        /* padding: 0.1rem 1.5rem; */
        width: 3.5rem;
        height: 1rem;
        text-align: center;
        overflow: hidden;
        color: #737675;
        text-decoration: none;
        text-indent: 0;
        line-height: 1rem;
        cursor: pointer;
        font-size: 0.45rem;
    }
    .filesPreview:hover{
        background: #AADFFD;
        border-color: #78C3F3;
        color: #004974;
        text-decoration: none;
    }
    #awardType{
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../images/select.png) no-repeat scroll right center transparent;
        background-size: 8%;
        background-position-x: 2.7rem;
        padding-left: 0.1rem;
    }
    .weixin-tip{
        display: none;
        position: fixed; 
        left:0; 
        top:0; 
        bottom:0; 
        background: rgba(0,0,0,0.8); 
        filter:alpha(opacity=80); 
        height: 100%; 
        width: 100%; 
        z-index: 100;
    }
    .weixin-tip .show_tip{
        width: 60%;
        height: 2.5rem;
        margin: 0 auto;
        margin-top: 3rem;
        border-radius: 2rem;
        border: 0.04rem dashed #FFFFFF;
    }
    .weixin-tip .show_tip p{
        text-align: left;
        color: #fff;
        font-size: 0.5rem;
        padding: 0.55rem 1rem;
    }
    .weixin-tip .show_icon{
        height: 1rem;
        width: 65%;
        margin: 0 auto;
        background: transparent;
        margin-top: 0.7rem;
    }
    .weixin-tip .show_icon .icon_left{
        display: inline-block;
        width: 22%;
        height: 1.1rem;
        color: #131214;
        font-size: 0.45rem;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        float: left;
        margin-top: 0.35rem;
    }
    .weixin-tip .show_icon .icon_left .icon_vertical{
        display: inline-block;
        width: 0.2rem;
        line-height: 0.2rem;
        word-break: break-word;
        font-size: 0.8rem;
    }
    .weixin-tip .show_icon .icon_right{
        display: inline-block;
        width: 70%;
        height: 1.1rem;
        margin-left: 8%;
        background: #C7C6C5;
        text-align: center;
        line-height: 0.6rem;
    }
    .weixin-tip .show_icon .icon_right .word_tip{
        color: #232122;
        font-size: 0.45rem;
        font-weight: bold;
    }
    .weixin-tip .show_icon .icon_right .word_tip .browser{
        width: 13%;
        vertical-align: middle;
        margin-right: 0.3rem;
    }
    .weixin-tip .arrow{
        position: absolute;
        width: 16%;
        right: 1rem;
        top: 1rem;
    }
    .IOS-tip{
        display: none;
        position: fixed; 
        left:0; 
        top:0; 
        bottom:0; 
        background: rgba(0,0,0,0.8); 
        filter:alpha(opacity=80); 
        height: 100%; 
        width: 100%; 
        z-index: 100;
    }
    .IOS-tip .show_tip{
        width: 60%;
        height: 2.5rem;
        margin: 0 auto;
        margin-top: 3rem;
        border-radius: 2rem;
        border: 0.04rem dashed #FFFFFF;
    }
    .IOS-tip .show_tip p{
        text-align: left;
        color: #fff;
        font-size: 0.5rem;
        padding: 0.55rem 1rem;
    }
    .fixed_box{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background: rgba(0,0,0,0.3);
        -webkit-tap-highlight-color:rgba(0,0,0,0.3);
    }
    .fixed_box .fixed_content{
        width: 70%;
        background: #fff;
        margin: 400px auto;
        border-top: 4px solid #156FA3;
        position: relative;
        border-radius: 2px;
        box-shadow: 0px 1px 2px rgba(255,255,255,0.25);
        font-size: 0.55rem;
    }
    .fixed_content .close{
        width: 0.3rem;
        height: 0.3rem;
        cursor: pointer;
        position: absolute;
        top: 0.1rem;
        right: 0.13rem;
        font-size: 16px;
        color: #000;
        background: url(../../images/X.jpg) no-repeat;
        background-size: 100% 100%;
    }
}