a {
    text-decoration:none;
    
}
a,button,input{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);    
    } 
body{
    background: #f2f2f2;
    /* width: 640px; */
    font-size: 18px;
    font-family: microsoft yahei;
    margin: 0;
    padding: 0;
    font: 16px/1.5 'Helvetica Neue','Helvetica','sans-serif',"Microsoft YaHei","é»‘ä½“","å®‹ä½“","Arial",sans-serif;
}
p {
    margin: 0;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin: 0;
}
ol, ul {
    margin:0;
    list-style: none;
}
.clearfix {
    clear:both;
}
span{
    color: #000;
}
/*::-webkit-input-placeholder , input[placeholder], [placeholder], *[placeholder] { 
color:#fff  !important; 
} 
::-moz-placeholder , input[placeholder], [placeholder], *[placeholder] { 
color:#fff  !important; 
} 
:-ms-input-placeholder , input[placeholder], [placeholder], *[placeholder] { 
color:#fff  !important; 
} 
::-moz-placeholder , input[placeholder], [placeholder], *[placeholder] { 
color:#fff  !important; 
} */

header {
    width: 100%;
    background: #fff;
    height: 44px;
    z-index: 3;
    background: linear-gradient(to right,#667eea 0%,#764ba2 100%);
    /*    background: radial-gradient(circle at center, red 0%, orange 17%, yellow 34%, green 51%,cyan 68%, blue 85%,purple 100%);
    background: linear-gradient(to right, red 0%, orange 17%, yellow 34%, green 51%,cyan 68%, blue 85%,purple 100%);*/
    /*    background: linear-gradient(to right, red 0%, orange 25%, yellow 50%, green 75%, blue 100%);*/
    /*    background: #00a0e9;*/
}
    header .content {
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        display: flex;
        text-align: center;
        background: linear-gradient(to right,#667eea 0%,#764ba2 100%);
        /* background: -webkit-linear-gradient(top,#fff,#eee); */
    }
.content>a {
    display: block;
    /* width: 44px; */
    height: 44px;
    line-height: 44px;
    flex: 1;
    font-size: 17px;
    /* font-weight: bolder; */
    color: #fff !important;
}
.content>a:nth-child(1){
    flex: 3;
    background: url(../images/gpback.png) no-repeat center;
    background-position-x: 10px;
    background-size: 12px;
}
.content>a:nth-child(2){
    flex: 7;
}

.content>a:nth-child(3){
    flex: 3;
font-size: 15px;
}
input[type="button"], input[type="submit"], input[type="reset"]
 {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}   
.button{ border-radius: 0; } 