@media screen and (max-width: 1920px){
    .sendmsg_box{
        width:100%;
        height: 100%;
        position:fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
        z-index: 999;
        display: none;
    }
    .sendmsg_box .send_form{
        width: 400px;
        height: auto;
        position: relative;
        margin:100px auto; 
        background: #fff;
        box-shadow: 0 0 6px #444;
        border-radius: 2px;
        display: none;
    }
    .sendmsg_box .send_form .title{
        height: 50px;
        font-family: "微软雅黑";
        width: 100%;
        text-align: center;
        line-height: 50px;
        letter-spacing: 10px;
        font-size: 20px;
        color: #fff;
        background: #0f649f;
        overflow:hidden; 
    }
    .sendmsg_box .send_form .form_item{
        width: 100%;
        height: 40px;
        position: relative;
        margin:10px 0; 
    }
    .sendmsg_box .send_form .form_item_low{
        height: 30px;
        margin:0;
    }
    .sendmsg_box .send_form .form_item .icon{
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        margin:5px 10px 5px 38px; 
        vertical-align: top;
    }
    .sendmsg_box .send_form .form_item .icon1{
        background: url(/public/static/home/img/customer.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item .icon2{
        background: url(/public/static/home/img/password.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item .icon1_focus{
        background: url(/public/static/home/img/customer_focus.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item .icon2_focus{
        background: url(/public/static/home/img/password_focus.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item input,select{
        width: 80%;
        height: 30px;
        position: relative;
        margin:5px 10%; 
        vertical-align: top;
        border: none;
        border-bottom: 1px solid #999;
        border-radius:2px;
        outline: none; 
        font-size: 16px;
        text-indent: 10px;
        line-height: 30px;
    }

    .sendmsg_box .send_form .form_item .radio{
        width:20px;
        height: 20px;
        float: left;
        margin-right: 0;
    }
    .sendmsg_box .send_form .form_item .radiotitle{
        display: inline-block;
        line-height: 28px;
        font-size: 16px;
        float: left;
        margin:0 0 0 8px; 
    }
    .sendmsg_box .send_form .form_item input:focus{
        border-bottom: 2px solid #0f649f;
    }
    .sendmsg_box .send_form .resume_submit{
        width: 80%;
        height: 30px;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        letter-spacing: 10px;
        line-height: 30px;
        margin: 5px 10% 15px;
        background: #0f649f;
        cursor: pointer;
        border-radius: 2px;
    }
    .sendmsg_box .send_form .close_box{
        width: 50px;
        height: 50px;
        position: absolute;
        right: -25px;
        top: -25px;
        border-radius: 50%;
        background: red;
        cursor: pointer;
    }
    .sendmsg_box .send_form .close_box .close_x{
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 2px;
        left: 2px;
    }
}@media screen and (max-width: 960px){
    .sendmsg_box{
        width:100%;
        height: 100%;
        position:fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
        z-index: 999;
        display: none;
    }
    .sendmsg_box .send_form{
        width: 100%;
        height: auto;
        position: relative;
        margin:0 auto; 
        background: #fff;
        box-shadow: 0 0 6px #444;
        border-radius: 0;
        display: none;
    }
    .sendmsg_box .send_form .title{
        height: 50px;
        font-family: "微软雅黑";
        width: 100%;
        text-align: center;
        line-height: 50px;
        letter-spacing: 10px;
        font-size: 20px;
        color: #fff;
        background: #0f649f;
        overflow:hidden; 
    }
    .sendmsg_box .send_form .form_item{
        width: 100%;
        height: 40px;
        position: relative;
        margin:10px 0; 
    }
    .sendmsg_box .send_form .form_item_low{
        height: 30px;
        margin:0;
    }
    .sendmsg_box .send_form .form_item .icon{
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        margin:5px 10px 5px 38px; 
        vertical-align: top;
    }
    .sendmsg_box .send_form .form_item .icon1{
        background: url(/public/static/home/img/customer.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item .icon2{
        background: url(/public/static/home/img/password.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item .icon1_focus{
        background: url(/public/static/home/img/customer_focus.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item .icon2_focus{
        background: url(/public/static/home/img/password_focus.png) no-repeat;
        background-size: 100% 100%;
    }
    .sendmsg_box .send_form .form_item input,select{
        width: 80%;
        height: 30px;
        position: relative;
        margin:5px 10%; 
        vertical-align: top;
        border: none;
        border-bottom: 1px solid #999;
        border-radius:2px;
        outline: none; 
        font-size: 16px;
        text-indent: 10px;
        line-height: 30px;
    }

    .sendmsg_box .send_form .form_item .radio{
        width:20px;
        height: 20px;
        float: left;
        margin-right: 0;
    }
    .sendmsg_box .send_form .form_item .radiotitle{
        display: inline-block;
        line-height: 28px;
        font-size: 16px;
        float: left;
        margin:0 0 0 8px; 
    }
    .sendmsg_box .send_form .form_item input:focus{
        border-bottom: 2px solid #0f649f;
    }
    .sendmsg_box .send_form .resume_submit{
        width: 80%;
        height: 30px;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        letter-spacing: 10px;
        line-height: 30px;
        margin: 5px 10% 15px;
        background: #0f649f;
        cursor: pointer;
        border-radius: 2px;
    }
    .sendmsg_box .send_form .close_box{
        width: 50px;
        height: 50px;
        position: absolute;
        right: -25px;
        top: -25px;
        border-radius: 50%;
        background: red;
        cursor: pointer;
    }
    .sendmsg_box .send_form .close_box .close_x{
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 2px;
        left: 2px;
    }
}