/** def.css **/
@media (max-width: 768px) {
	.ms>view,.ms>div{
		flex: none !important;
		float: none;
		width:100%;
	}
	.ms{
		max-width:100%;
		transform: scale(1) !important;
	}
	.ms-0,.ms-1, .ms-10, .ms-11, .ms-12, .ms-2, .ms-3, .ms-4, .ms-5, .ms-6, .ms-7, .ms-8, .ms-9{
		float: left;flex: none !important;
		transform: scale(1) !important;
		width: auto !important;
	}
	.ms-0 {
	  display: none !important;
	  height: auto !important;
	}
	.ms-12 {
	  width: 100% !important;
	  height: auto !important;
	}
	.ms-11 {
	  width: 91.66666667% !important;
	  height: auto !important;
	}
	.ms-10 {
	  width: 83.33333333% !important;
	  height: auto !important;
	}
	.ms-9 {
	  width: 75% !important;
	  height: auto !important;
	}
	.ms-8 {
	  width: 66.66666667% !important;
	  height: auto !important;
	}
	.ms-7 {
	  width: 58.33333333% !important;
	  height: auto !important;
	}
	.ms-6 {
	  width: 50% !important;
	  height: auto !important;
	}
	.ms-5 {
	  width: 41.66666667% !important;
	  height: auto !important;
	}
	.ms-4 {
	  width: 33.33333333% !important;
	  height: auto !important;
	}
	.ms-3 {
	  width: 25% !important;
	  height: auto !important;
	}
	.ms-2 {
	  width: 16.66666667% !important;
	  height: auto !important;
	}
	.ms-1-5 {
	  width: 14% !important;
	  height: auto !important;
	}
	.ms-1 {
	  width: 8.33333333% !important;
	  height: auto !important;
	}
	.r-1-1{aspect-ratio:1/1 !important;}.r-2-1{aspect-ratio:2/1 !important;}.r-3-1{aspect-ratio:3/1 !important;}.r-4-1{aspect-ratio:4/1 !important;}.r-5-1{aspect-ratio:5/1 !important;}.r-6-1{aspect-ratio:6/1 !important;}.r-7-1{aspect-ratio:7/1 !important;}.r-8-1{aspect-ratio:8/1 !important;}.r-9-1{aspect-ratio:9/1 !important;}.r-10-1{aspect-ratio:10/1 !important;}.r-1-2{aspect-ratio:1/2 !important;}.r-3-2{aspect-ratio:3/2 !important;}.r-2-3{aspect-ratio:2/3 !important;}.r-1-3{aspect-ratio:1/3 !important;}.r-4-3{aspect-ratio:4/3 !important;}.r-3-4{aspect-ratio:3/4 !important;}.r-1-4{aspect-ratio:1/4 !important;}.r-5-4{aspect-ratio:5/4 !important;}.r-4-5{aspect-ratio:4/5 !important;}.r-1-5{aspect-ratio:1/5 !important;}.r-6-5{aspect-ratio:6/5 !important;}.r-5-6{aspect-ratio:5/6 !important;}.r-1-6{aspect-ratio:1/6 !important;}.r-7-6{aspect-ratio:7/6 !important;}.r-6-7{aspect-ratio:6/7 !important;}.r-1-7{aspect-ratio:1/7 !important;}.r-8-7{aspect-ratio:8/7 !important;}.r-7-8{aspect-ratio:7/8 !important;}.r-1-8{aspect-ratio:1/8 !important;}.r-9-8{aspect-ratio:9/8 !important;}.r-8-9{aspect-ratio:8/9 !important;}.r-1-9{aspect-ratio:1/9 !important;}.r-10-9{aspect-ratio:10/9 !important;}.r-9-10{aspect-ratio:9/10 !important;}

	.ms-radius-18 {
		border-radius:18px !important;
		padding: 10px 0px !important;
		padding-bottom: 20px !important;
	}

	.ms-radius-8 {
		border-radius:8px !important;
	}

	.ms-fsize-30 {
		font-size: 30px !important;
		font-weight: bold !important;
	}

	.ms-fsize-22 {
		font-size: 22px !important;
		font-weight: bold !important;
		line-height: 22px !important;
	}

	.ms-fsize-21 {
			font-size: 21px !important;
			font-weight: bold !important;
	}

	.ms-fsize-20 {
			font-size: 20px !important;
			font-weight: bold !important;
	}

	.ms-fsize-19 {
			font-size: 19px !important;
			font-weight: bold !important;
	}

	.ms-fsize-18 {
			font-size: 18px !important;
			font-weight: bold !important;
	}

	.ms-fsize-17 {
			font-size: 17px !important;
			font-weight: bold !important;
	}

	.ms-fsize-16 {
		font-size: 16px !important;
		font-weight: bold !important;
	}
	.ms-fsize-15 {
		font-size: 15px !important;
		font-weight: bold !important;
	}
	.ms-fsize-14 {
		font-size: 14px !important;
		font-weight: bold !important;
	}
	.ms-fsize-14-0 {
		font-size: 14px !important;
	}

	.ms-fsize-12-0 {
		font-size: 12px !important;
	}

	.ms-fsize-10-0 {
		font-size: 10px !important;
	}

	.ms-fsize-6-0 {
		font-size: 6px !important;
	}

	.ms-none {
		display: none !important;
	}
	.ms-show {
		display: block !important;
	}

	.ms-no-shadow {
		box-shadow: none !important;
	}

	.ms-padding-0 {
		padding: 0px !important;
	}

	.ms-padding-10 {
		padding: 10px !important;
	}

	.ms-padding-10-0 {
		padding: 10px 0px  !important;
	}

	.ms-padding-20-10 {
		padding: 20px 10px !important;
	}

	.ms-flex {
		display:flex !important;
	}

	.ms-margin-0 {
		margin: 0px !important;
	}
}
/* 平板样式 */
@media (min-width: 768px) and (max-width: 1260px) {
	.pc-0 {
		display: none !important;
		height: auto !important;
	}
	.pc-12 {
		width: 100% !important;
		height: auto !important;
	}
	.pc-11 {
		width: 91.66666667% !important;
		height: auto !important;
	}
	.pc-10 {
		width: 83.33333333% !important;
		height: auto !important;
	}
	.pc-9 {
		width: 75% !important;
		height: auto !important;
	}
	.pc-8 {
		width: 66.66666667% !important;
		height: auto !important;
	}
	.pc-7 {
		width: 58.33333333% !important;
		height: auto !important;
	}
	.pc-6 {
		width: 50% !important;
		height: auto !important;
	}
	.pc-5 {
		width: 41.66666667% !important;
		height: auto !important;
	}
	.pc-4 {
		width: 33.33333333% !important;
		height: auto !important;
	}
	.pc-3 {
		width: 25% !important;
		height: auto !important;
	}
	.pc-2 {
		width: 16.66666667% !important;
		height: auto !important;
	}
	.pc-1-5 {
		width: 14% !important;
		height: auto !important;
	}
	.pc-1 {
		width: 8.33333333% !important;
		height: auto !important;
	}
	.pc-fs-20 {
		font-size: 20px !important;
	}

	.pc-fs-19 {
		font-size: 19px !important;
	}

	.pc-fs-18 {
		font-size: 18px !important;
	}

	.pc-fs-17 {
		font-size: 17px !important;
	}
	.pc-fs-16 {
		font-size: 16px !important;
	}
	.pc-fs-15 {
		font-size: 15px !important;
	}
	.pc-fs-14 {
		font-size: 14px !important;
	}
	.pc-fs-13 {
		font-size: 13px !important;
	}
	.pc-fs-12 {
		font-size: 12px !important;
	}
}