@charset "utf-8";
/* CSS Document */

/* 横屏样式 */
@media screen and (orientation: landscape) {
  body { background-color:; }
	.cokbox .cok_in a i img { width:40%;height: auto;}
	.ask a{margin:1.5rem 11rem 0 0;}
}

/* 竖屏样式 */
@media screen and (orientation: portrait) {
  body {background-color:;font-size:30px; }
  html {font-size:22px}
  .cokbox .cok_in a i img { width: 80%;height: auto;}
.ask a{margin:1.5rem 4rem 0 0;}
.item2 select option {border: 0; font-size: 1rem;}	
}

.user_top .user_name .user_photo{width:15%;}
.search .search-text{text-indent:1.5rem;}
.tpt-bar label {padding:.5rem; height:5rem;}

