/* 清楚浮动 */ .jpClear:before, .jpClear:after { content: ""; display: block; clear: both; } /* 图片处理 */ .jpPic { overflow: hidden; } .jpPic img { width: 100%; height: auto; transform: scale(1); } /*侧边栏*/ .chnav{ right: 0px!important; transition: all 1.5s; } /*................*/ .abt_box{ display:inline-block; width:130px; height:130px; border:1px solid #666666; border-radius:65px; } .h_ad{ background-repeat:no-repeat; background-position:center center; } /* 分散对齐 Start */ .cq_justify_box{ font-size: 0; width: 100%; text-align-last: justify; /* 兼容firefox */ -moz-text-align-last: justify; text-align: justify; /* 兼容ie */ text-justify: distribute-all-lines; /* ie下需设为block */ display: block; } .cq_justify{ display: inline-block; vertical-align: middle; text-align-last: left; } .cq_last_justify{ width: 100%; } /* 分散对齐 End */ /* 分散对齐开始 */ .jpJustifyBox { font-size: 0; width: 100%; text-align-last: justify; /* 兼容firefox */ -moz-text-align-last: justify; text-align: justify; /* 兼容ie */ text-justify: distribute-all-lines; /* ie下需设为block */ display: block; } .jpJustify { display: inline-block; vertical-align: middle; } .jpLastJustify { width: 100%; } /* 分散对齐结束 */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666; font-size: 18px; font-family: MicrosoftYaHei; } input:-moz-placeholder, textarea:-moz-placeholder { color: #666; font-size: 18px; font-family: MicrosoftYaHei; } input::-moz-placeholder, textarea::-moz-placeholder { color: #666; font-size: 18px; font-family: MicrosoftYaHei; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #666; font-size: 18px; font-family: MicrosoftYaHei; } @media screen and (max-width: 768px){ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666; font-size: 16px; font-family: MicrosoftYaHei; } input:-moz-placeholder, textarea:-moz-placeholder { color: #666; font-size: 16px; font-family: MicrosoftYaHei; } input::-moz-placeholder, textarea::-moz-placeholder { color: #666; font-size: 16px; font-family: MicrosoftYaHei; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #666; font-size: 16px; font-family: MicrosoftYaHei; } } .jpRelative{ position: relative !important; } .jpAbsolute{ position: absolute; } .jpTransition{ transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition:all 0.5s; }