/* 禁用iPhone中Safari的字号自动调整 */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-overflow-scrolling : touch; font-family:"Microsoft YaHei",微软雅黑;}
/*禁止左右滑动*/
html,body{overflow-x: hidden; background: #f6f7f8;}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {resize: none; border: none;}
/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* 图片自适应 */
img {width: 100%; height: 100%; width: auto\9; display: block; -ms-interpolation-mode: bicubic; border: none;}
/* 通用初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin: 0; padding: 0;}
body{background: #F7F8FC;}
em, i {font-style: normal;}
ul,li{list-style-type: none;}
strong {font-weight: normal;}
a {color: inherit;text-decoration: none;}
a:hover {text-decoration: none;}
ul, ol {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight: 400;}
input{color: #333333; outline: none; background: none; font-family:"Microsoft YaHei",微软雅黑;}
input::-webkit-input-placeholder{color: #999999;}
textarea{ color: #333333; outline: none; resize : none; background: none; font-family:"Microsoft YaHei",微软雅黑;}
textarea::-webkit-input-placeholder{color: #999999;}
/* 通用样式 */
.xjcont{width: 1200px; margin: 0 auto; margin-top: 20px; display: flex; align-items: flex-start; justify-content: space-between;}
.xjcont-left{width: 810px;}
.xjcont-right{width: 370px;}
.xjcont-item{background: #ffffff; border-radius: 10px; padding: 34px; margin-top: 20px; box-sizing: border-box;}
.xjcont-item:first-child{margin-top: 0px;}
.xjtitle{font-size: 20px; color: #404040; font-weight: bold;}
.xjtitle span{color: #a80180;}
.xjsubtitle{font-size: 20px; color: #404040; font-weight: bold;}
