@import url(c.ie.css) screen and (min-width:750px);

@media screen and (max-width: 750px) {

    /* 相关弹窗 */
    .mask1,
    .verify-mask,
    .mask2 {
        width: 100%;
        height: 100%;
        position: fixed;
        margin: auto;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
    }

    .alert-success,
    .alert-suggest {
        width: 380px;
        height: 222px;
        background-color: #fff;
        position: relative;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #eee;
        margin: 200px auto 0;
    }

    .alert-success img,
    .alert-suggest img {
        width: 80px;
        margin-top: 33px;
    }

    .success-header,
    .suggest-header {
        text-align: center;
    }

    .success-title,
    .suggest-title {
        font-size: 20px;
        text-align: center;
        margin: 10px;
        font-weight: 800;
    }

    .success-content,
    .suggest-content {
        text-align: center;
    }

    .mask-close {
        font-size: 30px;
        position: absolute;
        right: 10px;
        top: 4px;
        cursor: pointer;
    }

    .verify-code {
        position: relative;
        background-color: #fff;
        width: 380px;
        height: 220px;
        margin: 200px auto;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #eee;
    }

    .code-body {
        display: inline-block;
        height: 20%;
        width: 100%;
        margin-top: 65px;
        text-align: center;
    }

    .code-body input {
        width: 160px;
        border: 1px solid #eee;
        height: 30px;
        margin: 0 0 0 20px;
        border-radius: 2px;
        float: left;
        padding: 0 5px;
    }

    .code-change {
        font-size: 14px;
        color: #003399;
        float: left;
        cursor: pointer;
        line-height: 30px;
        margin-left: 10px;
    }

    .code-body img {
        height: 30px;
        float: left;
    }

    .code-tip {
        color: red;
        margin: 0 0 0 20px;
        display: none;
    }

    .verify-code .footer {
        margin-top: 10%;
        text-align: center;
    }

    #true-submit {
        background: none repeat scroll 0 0 #5BB35C;
        box-shadow: 0 0 0 #FFFFFF inset;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        height: 34px;
        padding: 0;
        width: 120px;
        border: none;
        margin: 10% auto;
        display: block;
    }


    ul#change2016 {
        width: 100%;
        background: #FFF;
        position: relative;
        margin: 40px auto 80px auto;
    }

    #change2016 li {
        line-height: 30px;
    }

    #change2016 li b {
        line-height: 30px;
        width: 25%;
    }

    #change2016 input,
    #change2016 textarea {
        border: 1px solid #ddd;
        box-shadow: none;
        border-radius: 0;
        background: none;
        font-size: 13px;
        min-height: 30px;
        padding-left: 6px;
    }

    #change2016 textarea {
        display: block;
        width: 98%;
        padding: 6px 0 6px 6px;
        font-family: yahei;
    }

    ::-webkit-input-placeholder {
        color: #999;
    }

    /* 使用webkit内核的浏览器 */
    :-moz-placeholder {
        color: #999;
    }

    /* Firefox版本4-18 */
    ::-moz-placeholder {
        color: #999;
    }

    /* Firefox版本19+ */
    :-ms-input-placeholder {
        color: #999;
    }

    /* IE浏览器 */

    .img-upload {
        position: relative;
        color: #888;
    }

    .img-upload i {
        font-style: normal;
        font-size: 14px;
        color: rgb(10, 59, 157);
        text-decoration: underline;
    }

    .img-upload input {
        position: absolute;
        left: 75px;
        height: 100%;
        width: 100px !important;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        font-size: 0 !important;
        overflow: hidden;
    }


    .send_btn {
        background: #5bb35c;
        color: #fff;
        text-align: center;
        width: 100px;
        height: 36px;
        padding: 0;
        line-height: 36px;
        border-radius: 2px;
        margin: 20px auto;
        display: block;
        cursor: pointer;
        border: unset;
    }

    .img-list {
        height: 90px;
        margin-left: 16px;
    }

    .img-item {
        position: relative;
        width: 90px;
        height: 90px;
        float: left;
        margin: 0 7px;
    }

    .img-list img {
        width: 90px;
        height: 90px;
    }

    .img-close {
        position: absolute;
        right: -10px;
        background: url(../images/zhifu_icon.2.png) no-repeat -149px -31px;
        width: 30px;
        height: 30px;
        text-indent: -99999px;
        top: -10px;
        cursor: pointer;
    }
}
