.mt-tabpage {
				width: 500px;
				background-color: #FFFFFF;
			}

			.mt-tabpage-title {
				height: 44px;
				font-size: 0;
				background-color: #fff;
				margin: auto;
				background: #fff;
				margin-bottom: 10px;
			}

			.mt-tabpage-title .mt-tabpage-item {
				display: inline-block;
				height: 44px;
				line-height: 44px;
				color: #333;
				font-size: 18px;
				 font-weight: bold;
				 text-align: center;
				 margin-right: 20px;
			}
.mt-tabpage-item img{
	height: 400px;
	    width: 500px;
	    margin: 7px 0;
}
			.mt-tabpage-title .mt-tabpage-item:hover {
				color: #0065c3;
			}

			.mt-tabpage-title .mt-tabpage-item-cur {
				    color: #0065c3;
				    font-size: 18px;
				    border-bottom: 1px solid #0065c3;
				    font-weight: bold;
			}

			.mt-tabpage-count {
				position: relative;
				width: 500px;
				height:448px;
				overflow: hidden;
			}

			.mt-tabpage-cont__wrap {
				position: absolute;
			}

			.mt-tabpage-count .mt-tabpage-item {
				width: 500px;
				text-align: center;

			}