@charset "utf-8";
body{
    font-family: "微软雅黑";
    color: #333;
}
h2,h3,h4,ul,li,input,p {
    padding: 0px;
    margin: 0px;!important;
    list-style: none;
    font-weight: normal;
    text-indent: 0px;
}
input,textarea,button{
    outline: none;
}
a:hover{
    text-decoration: none;
    color: #00a4ff;
}
body a:focus{
    text-decoration: none;
    outline: none;
}
a{
    color: #609dff;
    text-decoration: none;
    transition:all .2s ease-in-out 0s;
    outline: none;
}

i,b,em{
    font-weight: normal;
    font-style: normal;

}
*{
    padding: 0;
    margin: 0;
    font-weight: normal;


}
img{
    vertical-align:middle;
}
.protocol{
    width: 1280px;
    margin: 0 auto;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.protocol p{
    text-indent: 32px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 18px;
}
.protocol .title{
    height: 60px;
    line-height: 50px;
}
.protocol h5{
    font-weight: bold;
    font-size: 18px;
}