/**init css*/
@charset "utf-8";

/* Disable automatic font size adjustment in Safari on iPhone */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* Solve the problem of IOS sliding very stuck by default */
    -webkit-overflow-scrolling : touch;
	max-width: 750px;
	margin: 0 auto;
}

/* Disable zoom form */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* Unlink highlight  */
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);
}

/* Set HTML5 elements as blocks */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Picture adaptive */
img {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
	flex-shrink: 0;
}

/* init */
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;
	-webkit-appearance: none;
}
body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: rgb(34,34,34);
    max-width: 750px;
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #000000;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}
input,button,select,textarea{outline:none}
textarea{resize:none}
input::-webkit-input-placeholder{
    color: #ccc;
}
input::-ms-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input[type=submit],input[type=button]{
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0px solid transparent;
    outline: none;
}
/*Single line overflow*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*Multi-line overflow mobile phone use*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
/* The problem of blue background when clicking a link on the mobile terminal is solved */
a:link,a:active,a:visited,a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w33{
    width: 33.333333%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.db{
    display: block !important;
}
.dn{
    display: none;
}

@charset "utf-8";



/* index css */
.sy_co1{
	background-color: #ffbbc8;
}
.sy_co2{
	background-color: #ff8f9f;
}
.sy_co3{
	background-color: #c61855;
}

.container {
	max-width: 750px;
    margin: 12% auto 0;
}

/* sy-tit */
.sy-tit{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.sy-tit .sy-tit-left{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.sy-tit .sy-tit-title{
	font-size: 0.44rem;
	font-weight: 500;
	color: #6DA5D3;
	line-height: 0.44rem;
}
.sy-tit .sy-tit-entitle{
	font-size: 0.36rem;
	font-weight: 400;
	color: #6DA5D3;
	line-height: 0.36rem;
	margin-left: 0.26rem;
}
.more-icon{
	width: 0.91rem;
	height: 0.24rem;
}

.more_icon img{
	width: 2.3rem;
	height: 0.68rem;
	margin: 0.4rem auto 0;
}
.sy_tit_right .more-icon,.os-case .more-icon{
	width: 2.3rem;
	height: 0.68rem;
}

/* sy-nav start */
.sy-nav{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sy-nav .sy-nav-title{
	font-size: 0.58rem;
	font-weight: bold;
	color: #ff8f9f;
	line-height: 0.58rem;
}
.sy-nav .sy-nav-et{
	font-size: 0.36rem;
	font-weight: 300;
	color: #ff8f9f;
	line-height: 0.36rem;
	margin-top: 0.15rem;
}
/* sy-nav end */

/* flex public */
.f_c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.f_r{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* ps-cover */
.ps-cover{
	width: 100%;
	height: auto;
	position: relative;
}
.ps-cover>img{
	width: 100%;
	height: 5.08rem;
}
.ps-cover .ps-info{
	position: absolute;
	left: 0.72rem;
	top: 1.53rem;
}
.ps-info .ps-info-name{
	font-size: 0.72rem;
	line-height: 0.87rem;
	font-weight: bold;
	color: #2480C2;
}
.ps-info .ps-info-en{
	font-size: 0.36rem;
	font-weight: bold;
	color: #6DA5D3;
	line-height: 0.36rem;
	margin-top: 0.27rem;
}
.ps-info .ps-info-en2{
	font-weight: normal;
}

/* appointment-registration */
.appointment-registration{
	position: relative;
}
.appointment-registration-bg{
	width: 100%;
	height: 8.04rem;
}
.appointment-box{
	width: calc(6.24rem - 0.8rem);
	height: calc(6.37rem - 0.8rem);
	position: absolute;
	top: 0.83rem;
	left: 0.72rem;
	background: #FFFFFF;
	box-shadow: 0 0 0.2rem 0 rgba(17, 50, 68, 0.12);
	border-radius: 0.28rem;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 0.4rem;
}
.appointment-box .appointment-entitle{
	font-size: 0.4rem;
	font-weight: 300;
	color: #2480C2;
	line-height: 0.41rem;
}
.appointment-box .appointment-title{
	font-size: 0.36rem;
	font-weight: bold;
	color: #2480C2;
	line-height: 0.34rem;
	margin-top: 0.17rem;
}
.appointment-form{
	margin-top: 0.47rem;
}
.appointment-form .appointment-input{
	width: calc(100% - 0.8rem);
	height: calc(0.92rem - 0.6rem);
	background: #EBF7FF;
	border-radius: 0.14rem;
	padding: 0.3rem 0.4rem;
	margin-top: 0.15rem;
	font-size: 0.36rem;
	font-weight: 300;
	color: #6EA7D0;
}
.appointment-form .appointment-input:first-child{
	margin-top: 0;
}
.appointment-form .appointment-input::-webkit-input-placeholder{
	font-size: 0.36rem;
	font-weight: 300;
	color: #6EA7D0;
}
.appointment-form .appointment-submit{
	width: 100%;
	height: 0.92rem;
	background: #2480C2;
	border-radius: 0.14rem;
	font-size: 0.44rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.15rem;
}

/* doc-content */
.doc-content {
	padding: 0.65rem 0.72rem 1.03rem;
	background-color: #ffffff;
}
.doc-cover {
	width: 100%;
	height: 5.08rem;
}
.doc-cover>img {
	width: 100%;
}

.ps-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ps-header{
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.ps-header .ps-title{
	font-size: 0.58rem;
	font-weight: 500;
	color: #6DA5D3;
	line-height: 0.58rem;
	margin-right: 0.25rem;
}
.ps-header .ps-et1{
	font-size: 0.36rem;
	font-weight: bold;
	color: #6DA5D3;
	line-height: 0.36rem;
}
.ps-header .ps-et2{
	font-weight: normal;
}

.ks-cover {
	width: 100%;
	height: 6.7rem;
}
.ks-cover>img {
	width: 100%;
}