* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}


img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    font-size: 16px;
    position: relative;
}

body {
    font-family: '微软雅黑', 'Heiti SC';
  
}



.mymobe {
    font-size: 14px;
    min-height: 100%;

}
.mypc .mar66 {
    margin-top: 66px;
}

.mymobe .mar66 {
    margin-top: 15px;
}
.mypc .mar40 {
    margin-top: 40px;
}

.mymobe .mar40 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}
.mypc .mar20 {
    margin-top: 20px;
}
.mymobe .mar30 {
    margin-top: 15px;
}
.mymobe .mar20 {
    margin-top: 10px;
}
.mypc .container{
    width:780px;
    margin: 0 auto;
}
.mymobe .mono{
    padding: 0;
}
.zw{
    visibility: hidden;
}
.input-group{
    margin-bottom: 15px;
}
.form-ul li p {
    font-weight: bold;
    color: #666;
}
label {
    font-weight: normal;
    cursor: pointer;
    margin-right: 30px;
}
label input {
    margin-right: 5px !important;
   
}
.form-ul li{
    margin-top: 20px;
}
.txtarea{
    display: block;
    padding: 15px;
    border-radius: 7px;
    resize: none;
    outline: none;
    width: 100%;
    height: 120px;
    border: 1px #ccc solid;
}
.tj {
    width: 260px;
    line-height: 40px;
    background: #00478d;
    color: white;
    text-align: center;
    border-radius: 7px;
    margin: 15px auto;
    cursor: pointer;
}