html{font-size: 100px;}
*{margin: 0 ;padding: 0;}
*,body,::before,::after{margin: 0;padding: 0;/*font-family: "微软雅黑";*/box-sizing: border-box;/*以边框开始计算 可以减少边框的px计算*/
    -webkit-box-sizing: border-box;/*在低版本也可以兼容 基于-webkit*/
    -webkit-tap-highlight-color:transparent ;/*点击高亮效果清除*/}
input,textarea{outline: none;border: none;resize: none;/*禁止缩放*/
    /*清除移动端输入框特有的样式*/-webkit-appearance: none;}
ul,ol{list-style: none;}
em,i{font-style: normal;}
a{text-decoration: none;color: #333;}
body{background: #FFFFFF;font-size: 0;}


.head>img {
    width: .76rem;
    height: .58rem;
    display: inline-block;
    margin: .14rem .2rem 0 0;
}
.head>form {
    float: right;
}.head>form>input[type="text"] {
    border-radius: .4rem;
    text-indent: .82rem;
    line-height: .62rem;
    width: 5.97rem;
    height: .62rem;
    color: #323232;
    font-size: .26rem;
    border: .01rem solid #e1e1e1;
    background: url(../imgs/ss.png) no-repeat #ffffff .23rem .16rem;
    background-size: .28rem .28rem;
    vertical-align: top;
    margin-top: .14rem;
}
input, textarea {
    outline: none;
    border: none;
    resize: none;
    /* -webkit-appearance: none; */
}