* { margin: 0; padding: 0; }
    a, a:hover { text-decoration: none; color: #333; }
    ul, li { list-style: none; }
	svg{
	    fill: currentColor;
	}
    .mt-tabpage {
    width: 1200px;
    margin: 30px auto;
    background-color: transparent;
    }
    .mt-tabpage-title {
      	height: 80px;
	    font-size: 0;
	    margin: auto;
	    background: transparent;
        border-bottom: 1px solid #f1f1f1;
        text-align: right;
    }
    .mt-tabpage-title .mt-tabpage-item {
      	display: inline-block;
      	width: 105px;
      	height: 80px;
      	line-height: 76px;
      	text-align: center;
      	color: #666;
        font-size: 16px;
        font-weight: 900;
    }
    .mt-tabpage-title .mt-tabpage-item:hover{
    	color: #eb4537;
    }
    .mt-tabpage-title .mt-tabpage-item-cur {
    color: #eb4537;
    font-size: 18px;
    border-bottom: 1px solid #F85B5E;
    }
    .mt-tabpage-count {
      	position: relative;
      	width: 800px;
      	height: 200px;
      	overflow: hidden;
    }
    .mt-tabpage-cont__wrap {
      	position: absolute;
    }