body{
	background-color: #f9f9f9;
}

.game_Commend {
  height: 121px;
  overflow: hidden;
  position: relative;
}
.game_Commend::after {
  background: #e8e7ed;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.and_list_box {
  height: 121px;
  overflow: hidden;
  padding-left: 140px;
  position: relative;
  z-index: 2;
}
.and_com_list {
  height: 121px;
  overflow: hidden;
  position: absolute;
}
.and_com_list ul {
  height: 120px;
  overflow: hidden;
}
.and_com_list li {
  float: left;
  height: 120px;
  margin-left: 34px;
  position: relative;
  width: 80px;
}
.and_com_list li img {
  border-radius: 16px;
  display: block;
  height: 80px;
  width: 80px; margin-top: 12px;
}
.and_com_list li a {
  display: block;
  font-size: 14px;
  color: #333;
  height: auto;
  left: 0;
  line-height: 28px;
  overflow: hidden;
  padding-top: 93px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
  text-decoration: none;
}
.and_com_list .on a {
  color: #12981e;
}
.and_com_list .line_box {
  bottom: 0;
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
}
.and_com_list .line {
  background: #f60;
  display: block;
  height: 2px;
  left: 34px;
  position: absolute;
  top: 0;
  width: 80px;
}
.and_com_tab {
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 140px;
  z-index: 3;
}
.and_com_tab li {
  background: #000;
  border-top: 1px solid #e8e7ed;
  cursor: pointer;
  font-size: 16px;
  height: 59px;
  line-height: 59px;
  position: relative;
  width: 140px;
  text-align: center;
  color: #fff;
}
.and_com_tab li b {
  display: block;
  border: 5px solid;
  border-color: #fff #fff #fff #f60;
  position: absolute;
  right: -10px;
  top: 27px;
  line-height: 0;
  display: none;
}
.and_com_tab .on {
  background-color: #f60;
  color: #fff;
}
.and_com_tab .on b {
  display: block;
}
.and_com_list li a:hover{
  color: #f60;
}

.tj_item {
  height: 210px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
}
.tj_item .btn_L {
  float: left;
}
.tj_item .btn_R {
  float: right;
}
.tj_item .btn_L, .tj_item .btn_R {
  width: 46px;
  height: 210px;
  background: #a7a7a7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.tj_item .btn_L i, .tj_item .btn_R i {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #818181;
  margin: 60px auto 8px;
}
.tj_item .btn_L p, .tj_item .btn_R p {
  text-align: center;
  width: 20px;
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 16px;
}
.tj_item .on {
  background: -webkit-linear-gradient(top, #f0422a 0%, #f4a66d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0422a', endColorstr='#f4a66d', GradientType=0);
  background: linear-gradient(to bottom, #f0422a 0%, #f4a66d 100%);
}
.tj_item .on p {
  color: #fff;
}
.tj_item .on i {
  background: none;
}
.tj_item .itembox {
  float: left;
  overflow: hidden;
  position: relative;
  width: 1208px;
  height: 210px;
}
.tj_item .itembox .item {
  width: 2416px;
  height: 210px;
  margin-left: 2px;
}
.tj_item .itembox .item ul {
  overflow: hidden;
  float: left;
	width: 1208px;
  margin: 0;
	background-color: #fff;
}
.tj_item .itembox .item ul li {
  float: left;
  width: 134px;
  height: 134px;
  border-bottom: 1px solid #e6e6e6;
}
.tj_item .itembox .item ul li:nth-child(9n) {
  border-right: none;
}
.tj_item .itembox .item ul li:hover a {
  background: #f2f2f2;
}
.tj_item .itembox .item ul li:hover p {
  color: #f0412a;
}
.tj_item .itembox .item ul li a {
  display: block;
  float: left;
  width: 129px;
  height: 134px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tj_item .itembox .item ul li a .img {
  margin: 14px auto 0;
}
.tj_item .itembox .item ul li a .img, .tj_item .itembox .item ul li a .img img {
  width: 80px;
  height: 80px;
  border-radius: 18px;
}
.tj_item .itembox .item ul li a p {
  width: 100%;
  text-align: center;
  height: 18px;
	padding: 0 12px;
	box-sizing: border-box;
  overflow: hidden;
  line-height: 18px;
  color: #222;
  margin-top: 10px;
  font-size: 14px;
}
.tj_item .itembox .item ul.macListGm li {
  height: 164px;
}
.tj_item .itembox .item ul.macListGm li a {
  height: 164px;
}
.tj_item .itembox .item ul.macListGm li a .img,
.tj_item .itembox .item ul.macListGm li a .img img {
  height: 110px;
  border-radius: 4px;
}
.tj_item .itembox .item ul.macListGm li.w100 {
	height: 44px;
}
.tj_item .itembox .item ul.macListGm li .h_hot div a {
    line-height: 36px;
}
.tj_item .itembox .item ul.macListGm li.w100 .h_hot div {
     height: 36px;
}  
.tj_item .itembox .item ul.macListGm li.w100 .h_hot div span {
  padding: 8px 0px;
}
.tj_item .itembox .item ul li.w100 {
  display: block;
float: none;
  width: 1208px;
height: 74px;
overflow: hidden;
  border-bottom:none;
}
.tj_item .itembox .item ul li.w100 .h_hot {
  margin: 0px 0px 0 0;
}
.tj_item .itembox .item ul li.w100 .h_hot div {
  margin-top: 5px;
}
.tj_item .itembox .item ul li .h_hot div a {
  float: left;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
 margin: 0;
  max-width: 85px;
  overflow: hidden;
}
.tj_item .itembox .item ul li .h_hot div a:hover {
  background-color: #fff;
}
.tj_item .itembox .item ul li:hover .h_hot div  a {
background: #fff;
}
.h_hot {
	width: 100%;
	overflow: hidden;
    margin: 5px 0px 20px 0;
}
.h_hot div {
  margin-top: 15px;
  height: 30px;
  overflow: hidden;
}
.h_hot div a {
  float: left;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  max-width: 90px;
  overflow: hidden;
}
.h_hot div .color1 {
  color: #ff7e61;
}
.h_hot div .color2 {
  color: #5caf28;
}
.h_hot div span {
  padding: 5px 0px;
  margin: 0px 17px;
  float: left;
  color: #ddd;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.h_hot div .h_title1 {
  background-color: #ff7e61;
  color: #ffffff;
  padding: 5px 20px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  display: inline-block;
}
.h_hot div .h_title2 {
  background-color: #6db5ff;
  color: #ffffff;
  padding: 5px 20px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  display: inline-block;
}


ul.SEGM_moblist{
	padding:10px;
  overflow: hidden;
}
ul.SEGM_moblist li{
  float: left;
  width: auto;
  text-align: center;
  height: auto;
  position: relative;
  margin: 10px 10px;
}
ul.SEGM_moblist li a{
  width: 101px;
  height: 138px;
  padding: 12px 12px 6px;
  border: 1px solid #eee;

  border-radius: 8px;

  display: block;
  overflow: hidden;
}
ul.SEGM_moblist li .app_img {
    display: block;
    overflow: hidden;
}
ul.SEGM_moblist li img {
    width: 100px;
    height: 100px;
	display: inline-block;
    margin: 0px;
    transition: transform 0.5s;
	border-radius: 20px;
}

ul.SEGM_moblist li .a_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  background: none;
  color: #333333;
  margin-bottom: 8px;
  display: block;
  margin-top: 8px;
  height: 22px;
  font-size: 14px;
}
ul.SEGM_moblist li .a_tit strong{
  font-weight: normal;
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
}
ul.SEGM_moblist li a b{
  display: none;
}

ul.SEGM_moblist li a:hover .a_tit{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 16px 0 0;

}
ul.SEGM_moblist li a:hover{
  background: rgba(0, 0, 0, .8);
  width: 125px;
  padding: 0;
  height: 156px;
}
ul.SEGM_moblist li a:hover img{
  display: none;
}
ul.SEGM_moblist li a:hover strong{
  display: none;
}
ul.SEGM_moblist li a:hover em{
  color: #fff;
  padding: 0 12px;
  height: 22px;
  width: 83%;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
ul.SEGM_moblist li a:hover b{
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  margin: 8px 0 0;
  text-align: left;
  display: block;
  width: 83%;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;

}

.com_titRort {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.com_titRort h3{
	width: 100%;
	font-size: 19px;
	color: #666;
	line-height: 49px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}

dl.sort_dllist{
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
dl.sort_dllist dd{
  width: 100px;
  height: 36px;
  float: left;
  margin: 16px 0px 0 20px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 32px;
}
dl.sort_dllist dd a{display: block;
}
dl.sort_dllist dd:hover,dl.sort_dllist dd.on{
  border: 1px solid #f60;
  background-color: #f60;
}
dl.sort_dllist dd:hover a,dl.sort_dllist dd.on a{color: #fff;
}
.com_titOne h3{
  margin-left:10px;
}

.com_topsecList {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}
.com_topsecList li {
  padding: 14px 10px;
	box-sizing: border-box;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}
.com_topsecList li:nth-last-child(1){
  border: 0;
}
.com_topsecList li:hover {
  background-color: #f9f9f9;
}
.com_topsecList li .tps_info {
  width: 252px
}
.com_topsecList li a.tps_tit {
  font-size: 16px;
  font-weight: bold;
  display: block;
  max-width: 280px;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_topsecList li .pm {
	float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
    margin-top: 42px;
	margin-right: 16px;
}
.com_topsecList li .p_tl {
	display: block;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #C5C5C5;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
	margin-right: 16px;
}
ul.com_topsecList li .p_tt {
    color: black;
    font-size: 15px;
    max-width: 82%;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.com_topsecList li .a_down {
    display: none;
    padding: 0px 10px;
	margin-right: 10px;
    border: 1px solid #00be6e;
    color: #00be6e;
}
 ul.com_topsecList li:hover .a_down{
  border: 1px solid #00be6e;
  color: #00be6e;display: inline-block;
}
 ul.com_topsecList li .a_down:hover{
  border: 1px solid #00be6e;
	 background-color: #00be6e;
  color: #fff;
}
.com_topsecList li img {
  width: 66px;
  height: 66px;
	display: inline-block;
	overflow: hidden;
  border-radius: 10px;
}
.com_topsecList li .l_text {
	width:172px; 
  height: 66px;
  margin-left: 12px;
}
.com_topsecList li .l_text span.app_starBox {
  display: block;
  margin-top: 4px;
}
.com_topsecList li .l_text p {
  display: block;
  margin-top: 16px;
  color: #a8a8a8;
}
.com_topsecList li .l_text p em{
  font-style: normal;
}
.com_topsecList li .l_text p a {
  color: #a8a8a8;
}
.com_topsecList li .l_text p a:hover {
  color: #358ff0;
}
.com_topsecList li a.tps_btn {
  display: none;
  padding: 2px 15px;
  background-color: #f9f9f9;
  margin-top: 52px;
  border: 1px solid #ff6600;
  color: #ff6600;
}
.com_topsecList li:hover a.tps_btn {
  display:inline-block;
	background-color: #fcfcfc;
}
.com_topsecList li a.tps_btn:hover {
  color: #ffffff;
  background-color: #ff6600;
}
.com_topsecList li .nbone {
  background-color: #f60;
}
.com_topsecList li .nbtwo {
  background-color: #ff6d34;
}
.com_topsecList li .nbthr {
  background-color: #ffa07b;
}

.app_starBox {
  width: 102px;
  height: 20px;
  overflow: hidden;
}
.app_starBox .star {
  display: block;
  height: 20px;
  overflow: hidden;
  float: left;
  line-height: 20px;
  margin-left: 0;
}
.app_starBox .star span {
  width: 102px;
  height: 20px;
  background: url("http://m.toyotaprismampa.com/www/public/images/skin/new2019/images/icon.png") no-repeat;
  display: inline-block;
}
.app_starBox .star span.star0 {
  background-position: -22px -270px;
}
.app_starBox .star span.star1 {
  background-position: -22px -300px;
}
.app_starBox .star span.star2 {
  background-position: -22px -330px;
}
.app_starBox .star span.star3 {
  background-position: -22px -360px;
}
.app_starBox .star span.star4 {
  background-position: -22px -390px;
}
.app_starBox .star span.star5 {
  background-position: -22px -420px;
}
.mainBody {
  position: relative;
  /*  background: #fff;*/
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 16px;
}
.w660 {
  width: 660px;
  overflow: hidden;
  position: relative;
}
.imgshow {
  width: 100%;
  height: 336px;
  overflow: hidden;
  position: relative;
}
.imgshow ul {
  height: 336px;
  position: absolute
}
.imgshow ul li {
  float: left;
  width: 660px;
  height: 336px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.imgshow ul li a {
  display: block;
}
.imgshow li img {
  width: 660px;
  height: 336px;
}
.imgshow .btn {
  position: absolute;
  height: 23px;
  bottom: 8px;
  right: 12px;
  z-index: 1;
}
.imgshow .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  _font-size: 0;
  margin: 0 4px;
  cursor: pointer;
  background: #ebebeb
}
.imgshow .btn span.on {
  background: #ff431e;
  width: 24px;
}
.imgshow .preNext {
  display: none
}
.imgshow li s, .imgshow li strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}
.imgshow li s {
  width: 100%;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.7
}
.imgshow li strong {
  bottom: 0px;
  left: 10px;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  z-index: 1
}
.w612 {
  width: 612px;
  overflow: hidden;
}
.azsfSlilist {
	margin-top: -20px;
	margin-left: -20px;
  overflow: hidden;
}
.azsfSlilist li {
  width: 296px;
  float: left;
  position: relative;
  height: 158px;
	margin-left: 20px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
}
.azsfSlilist li a {
  display: block;
}
.azsfSlilist li img {
  width: 296px;
  height: 158px;
  transition: all 0.5s ease 0s;
}
.azsfSlilist a:hover img {
  transform: scale(1.1, 1.1);
}
.azsfSlilist li s, .azsfSlilist li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}
.azsfSlilist li s {
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6
}
.azsfSlilist li span {
  bottom: 0px;
  left: 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
  font-weight: normal;
  height: 32px;
	text-align: center;
  line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  font-size: 14px;
  color: #fff;
  z-index: 1
}


.com_titList {
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 0px;
}
.com_titList h2 {
  font-size: 22px;
  float: left;
  padding: 10px 0px;
  color: #666666;
}
.com_titList h2::before {
  content: "";
  float: left;
  border-radius: 5px;
  margin-top: 6px;
  display: inline-block;
  width: 5px;
  height: 18px;
  background-color: #358ff0;
  margin-right: 10px;
}
.com_titList span {
  float: right;
  color: #a8a8a8;
  line-height: 50px;
  display: inline-block;
}
.com_titList span em {
  margin: 0 6px;
  color: #ff0000;
  font-weight: bold;
  font-style: normal;
}

.com_titOne {
  margin-top: 12px;
}


.jdsy_con {
  width: 100%;
  overflow: hidden;
  max-height: 260px;
  border-bottom: 1px #e7e7e7 dashed;
  margin-top: 20px;
}
.jdsy_con ul {
  overflow: hidden;
	margin-left: -6px;
}
.jdsy_con ul li {
  float: left;
  width: 168px;
  height: 114px;
  margin: 0 0 16px 18px;
}
.jdsy_con ul li a {
  display: block;
}
.jdsy_con ul li:hover .jdsyName {
  color: #ff6010;
}
.jdsy_con ul li a.jdsyImg {
  width: 168px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 4px;
}
.jdsy_con ul li a.jdsyImg img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.jdsy_con ul li a img:hover {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.jdsy_con ul li a.jdsyName {
  width: 100%;
  display: block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jdsy_conbotm {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}
.jdsy_conbotm ul {
  width: 100%;
	padding: 0 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-height: 130px;
  overflow: hidden;
}
.jdsy_conbotm ul li {
  width: 50%;
  float: left;
  background: url("http://m.toyotaprismampa.com/www/public/images/skin/new2019/images/mi14.png") no-repeat left center;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.jdsy_conbotm ul li a {
  float: left;
  color: #333;
  font-size: 14px;
  width: 158px;
  margin-left: 18px;
}
.jdsy_conbotm ul li a:hover {
  color: #ff6010;
}
.list-class li{
  float: left;
  }
.list-class li a { height:49px; line-height:49px; width:100px; text-align:center; display:inline-block;}

.list-class li a:hover ,.list-class li.hover a{ color:#FFF; background-color: #f60}
.zw_20160419_xiugai{
  margin-top: 20px;
}
.r-float{
	position: fixed;
	bottom: 0;
	margin: 0 0 0 15px;
}




