/*reset*/
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-size: 20px
}

@media only screen and (min-width:400px) {
	html {
		font-size: 21.33px!important
	}
}

@media only screen and (min-width:414px) {
	html {
		font-size: 22.08px!important
	}
}

@media only screen and (min-width:480px) {
	html {
		font-size: 25.6px!important
	}
}
*{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body{padding: 0; max-width: 640px; min-width: 320px; height:100%; margin: 0 auto; background: #f2f2f2; font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;}
input:focus {outline: none;}a{text-decoration: none;}
a{text-decoration: none;}
ul,li,dl,dt,dd,ol{ margin:0; padding:0; list-style:none;}
em,i{ font-style:normal; margin:0; padding:0;}
h1,h2,h3,h4,h5,p{ margin:0; padding:0;}
a:link,a:visited{outline:none; border: none; text-decoration: none; blr:expression(this.onFocus=this.blur());color: #323234;}
a:hover{color: #b94dd4; text-decoration: none;}
::-webkit-scrollbar{display:none;}

/*public*/
.tmt-boxTit{text-align: center; display: flex; justify-content:center; align-items:center; }
.tmt-boxTit img{width:1.3rem; margin-right:0.5rem;}
.tmt-boxTit h1{font-size:1.1rem; font-weight: bold; color:#454545;}
.tmt-boxTit1{text-align: center; display: flex; justify-content:center; align-items:center; }
.tmt-boxTit1 img{width:1.3rem; margin-right:0.5rem;}
.tmt-boxTit1 h1{font-size:1.1rem; font-weight: bold; color:#fff;}
.tmt-boxTit2{text-align: left; }
.tmt-boxTit2 h1{font-size:1.1rem; color:#333;}
.tmt-boxCon{ height: auto; overflow: hidden; margin-top:1rem;}
a.tmt-boxbtn{display:inline-block; height:1.6rem; line-height:1.6rem; overflow:hidden;text-align:center;  padding:0 1rem;  border:1px #fff solid; color: #fff; font-size:0.75rem; border-radius:0.5rem;}
a.tmt-boxbtn:hover{background:#ff7a4d;}
a.tmt-boxbtn1{display:inline-block; height:1.6rem; line-height:1.6rem; overflow:hidden;text-align:center;  padding:0 1rem;  border:1px #ff6000 solid; color: #ff6000; font-size:0.75rem; border-radius:0.5rem;}
a.tmt-boxbtn1:hover{background:#0097ea; color:#fff;border:0;}
.tmt-arrow_left{width:2rem; height:2rem; overflow: hidden; left:0.5rem; top:15%; background: url(../img/arrow_left.png) no-repeat center center; background-size:cover; margin: 0;}
.tmt-arrow_right{width:2rem; height:2rem; overflow: hidden; left:auto; right:0.5rem; top:15%; background:url(../img/arrow_right.png) no-repeat center center; background-size:cover; margin: 0;}

/*banner*/
.tmt-banner{width:100%; height:auto; min-height:260px;overflow:hidden; background:#f3f3f3; position: relative;}
.tmt-banner .tmt-bannerbg{width: 100%; display: block;}
.tmt-bannercon{width:100%; height:100%; text-align:center; background:rgba(0,0,0,0.5); color: #fff; position: absolute; text-align: center; left:0%; top:0; z-index: 10;padding:1rem; display: flex; flex-direction: column; align-items:center; justify-content:center;}
.tmt-bannercon h1{font-size:1.3rem; color: #fff; font-weight: bold; }
.tmt-bannercon p{font-size:0.65rem; color: #fff;text-align:center; margin:0.5rem 0; }

/*pagebox1*/
.tmt-pagebox1{height:auto; overflow: hidden;  }
.tmt-pagebox1 li{height:auto; overflow:hidden; padding:1rem 0; position: relative;}
.tmt-pagebox1 li::after{content:'';display: block; height:100%; position: absolute; top:0; width:1rem;}
.tmt-pagebox1 li .tit{font-size:0.9rem; color:#fff; text-align:left; border-bottom:1px #62bdef solid; padding-bottom:0.75rem; position: relative; z-index:1; display:flex; align-items:center;}
.tmt-pagebox1 li .tit img{margin-right:0.5rem;}
.tmt-pagebox1 li .con{clear: both; margin:0.75rem 1.5rem 1rem 1.5rem; position: relative; z-index:1;}
.tmt-pagebox1 li .con p{font-size:0.7rem; color:#fff; margin:0.5rem 0;}
.tmt-pagebox1 li .tmt-boxbtn{width:80%; position: relative; z-index:1; text-align:center; margin:0 1rem 0 1.5rem;}
.tmt-pagebox1 li.tmt-l1{background:#0097ea; }
.tmt-pagebox1 li.tmt-l1::after{right:1rem; background:#0097ea; box-shadow:1rem 0 1rem rgba(0,0,0,0.1); }
.tmt-pagebox1 li.tmt-l1 .tit{justify-content: flex-start; float: left; margin:0 0rem 0.75rem 1.5rem;}
.tmt-pagebox1 li:nth-child(2n){background:#00baea; }
.tmt-pagebox1 li:nth-child(2n)::after{left:1rem; background:#00baea; box-shadow:-1rem 0 1rem rgba(0,0,0,0.1); }
.tmt-pagebox1 li:nth-child(2n) .tit{justify-content:flex-end; float: right; margin:0 1.5rem 0.75rem 0rem;}
.tmt-pagebox1 li:nth-child(2n) .con{ margin:0.75rem 1.5rem 1rem 2rem;}
.tmt-pagebox1 li:nth-child(2n) .tmt-boxbtn{ margin:0rem 1.5rem 0rem 2rem;}

/*pagebox2*/
.tmt-pagebox2{height:auto; overflow: hidden; background:#fff; padding:1.5rem 0 1rem 0; }
.tmt-pagebox2 .swiper-container{}
.tmt-pagebox2 .swiper-slide{padding:1rem 2rem;}
.tmt-pagebox2 .tmt-slidebox{}
.tmt-pagebox2 .tmt-slidebox .tmt-slideimg{width:100%; height:6.5rem; overflow:hidden; background: url(../img/imgbg.jpg) no-repeat center top; background-size:100% 100%; margin:0 auto 1rem auto;}
.tmt-pagebox2 .tmt-slidebox .tmt-slideimg img{max-width:4rem; max-height:4rem; display: block; margin:0.5rem auto; }
.tmt-pagebox2 .tmt-slidebox .tmt-slidecon{height:auto; overflow: hidden; text-align: left;}
.tmt-pagebox2 .tmt-slidebox .tmt-slidecon .tmt-tit{font-size:0.85rem; color:#333; }
.tmt-pagebox2 .tmt-slidebox .tmt-score{float: right; display:flex; margin-top:0.2rem;}
.tmt-pagebox2 .tmt-slidebox .tmt-score img{width:0.8rem;}
.tmt-pagebox2 .tmt-slidebox .tmt-intro{font-size:0.7rem; color:#333; margin:1rem 0 0.5rem 0;}
.tmt-pagebox2 .tmt-slidebox .tmt-tel{font-size:0.7rem; color:#333;display:flex; justify-content: flex-start; margin:0.5rem 0 1rem 0;}
.tmt-pagebox2 .tmt-slidebox .tmt-tel img{width:0.6rem; margin-right:0.5rem;}
.tmt-pagebox2 .tmt-slidebox a.tmt-boxbtn1{width:100%;}
.tmt-escore-star{float:right;position:relative;margin:5px 0 0;height:0.8rem;line-height:0.8rem;width:4rem;}
.tmt-qrate-stars-ul{list-style: none;padding: 0;margin-left:-1px;text-align: left;font-size:0;-webkit-text-size-adjust:none;white-space: nowrap;}
.tmt-qrate-stars-ul li{display:inline-block;}
.tmt-qrate-stars-ul li .star-icon{width:0.8rem;height:0.8rem;}
.tmt-qrate-stars-light{width:80%;position:absolute;top:0px;overflow:hidden;}
/*pagebox3*/
.tmt-pagebox3{ height:auto; overflow: hidden; padding:1.5rem 0 0 0; }
.tmt-pagebox3 ul{height: auto; overflow: hidden; display: flex; flex-wrap: wrap; align-items:flex-start; justify-content:space-between; margin:0 0.75rem;}
.tmt-pagebox3 li{width:46%; height:auto; overflow: hidden; text-align:center; }
.tmt-pagebox3 li img{width:3rem; display: block; margin:0 auto 0.75rem auto;}
.tmt-pagebox3 li h3{font-size:0.75rem; color:#333; margin-bottom:0.5rem;}
.tmt-pagebox3 li p{font-size:0.65rem; color:#666; line-height:1.6; margin-bottom:1rem;}
.tmt-pagebox3 li .icon{width:3rem;height:3rem;margin:0 auto 30px auto;background:url(../img/licon1.png) no-repeat 0 0;background-size:3rem 3rem;}
.tmt-pagebox3 li:nth-child(2) .icon{background:url(../img/licon2.png) no-repeat 0 0;background-size:3rem 3rem;}
.tmt-pagebox3 li:nth-child(3) .icon{background:url(../img/licon3.png) no-repeat 0 0;background-size:3rem 3rem;}
.tmt-pagebox3 li:nth-child(4) .icon{background:url(../img/licon4.png) no-repeat 0 0;background-size:3rem 3rem;}
.tmt-pagebox3 li:nth-child(5) .icon{background:url(../img/licon5.png) no-repeat 0 0;background-size:3rem 3rem;}
/*pagebox4*/
.tmt-pagebox4{height:auto; overflow: hidden; background:#0097ea; padding:1.5rem 0.75rem 1rem 0.75rem; }
.tmt-pagebox4 ul{height: auto; overflow: hidden;}
.tmt-pagebox4 li{ height:auto; overflow: hidden; display:block; padding:1rem 0; border-bottom:1px #99d5f7 solid; }
.tmt-pagebox4 li .tmt-lt{height:auto; overflow:hidden; display: flex; align-items:center; justify-content:flex-start; }
.tmt-head{width:1rem;height:1rem;line-height:1rem; border-radius:100px;font-size:12px;text-align: center;color:#428af8;overflow:hidden;background:#fff;}
.tmt-pagebox4 li .tmt-lt img{width:1rem;height:1rem; border-radius:100px;}
.tmt-pagebox4 li .tmt-lt h3{font-size:0.8rem; color:#fff; margin:0 0.5rem; }
.tmt-pagebox4 li .tmt-lc {height:auto; overflow:hidden; margin:0.5rem 0;}
.tmt-pagebox4 li .tmt-lc p{font-size:0.7rem; color:#fff;}
.tmt-pagebox4 li .tmt-limg {height:auto; overflow-x:auto; white-space: nowrap; text-align: left; margin-top:0.5rem;}
.tmt-pagebox4 li .tmt-limg img{width:6rem; height:4rem; display: inline-block; margin:0 0.5rem 0px 0;}
.tmt-pagebox4 li a.tmt-boxbtn{margin:0 0 0 0;}
.tmt-pagebox4 li:last-child{border:0;}

/*pagebox5*/
.tmt-pagebox5{height:auto; overflow: hidden; padding:1.5rem 0.75rem 0.5rem 0.75rem;}
.tmt-pagebox5 .tmt-boxCon{background:#fff; border-radius:0.5rem; padding:0px 0.75rem;}
.tmt-pagebox5 li{height:auto; overflow:hidden; text-align: left; margin:1rem 0;}
.tmt-pagebox5 li .tmt-lt{height:auto; overflow:hidden; clear: both; display: flex; align-items:center; justify-content:flex-start;}
.tmt-pagebox5 li .tmt-lt strong{width:1.5rem; height:1.5rem; display: flex; justify-content:center; align-items:center; float: left; background:url(../img/libg1.png) no-repeat center center; background-size:cover; font-size:1rem; color:#fff; font-style: italic; margin-right:0.75rem;}
.tmt-pagebox5 li .tmt-lt h3{font-size:0.8rem; color:#ffad01; }
.tmt-pagebox5 li .tmt-lc{ margin:0.5rem 0 0 0;}
.tmt-pagebox5 li .tmt-lc p{font-size:0.7rem; line-height:1.8em; color:#666; }

/*pagebox6*/
.tmt-pagebox6{height:auto; overflow: hidden; padding:1.5rem 0.75rem 0rem 0.75rem; }
.tmt-pagebox6 .tmt-boxCon{margin-top:0rem;}
.tmt-pagebox6 ul{height: auto; overflow: hidden; text-align:left;  }
.tmt-pagebox6 li{height:auto; overflow:hidden; padding:1rem 0; border-bottom:1px #ddd solid; }
.tmt-pagebox6 li h3{font-size:0.75rem; color:#333; margin-bottom:0.5rem;}
.tmt-pagebox6 li p{font-size:0.65rem; color:#666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.tmt-pagebox6 li a:hover h3{color:#007AFF;}
.tmt-pagebox6 li:last-child{border:0;}

/*pagebox5*/
.tmt-tips{height:auto; overflow: hidden; text-align: left; background:#fff; margin:1rem 0.75rem; padding:0.75rem; border-radius:0.5rem;}
.tmt-tips .tmt-boxTit{text-align: left; justify-content: flex-start; }
.tmt-tips .tmt-boxTit img{ margin-left:0.5rem;}
.tmt-tips .tmt-boxTit h1{color:#0097ea;}
.tmt-tips .tmt-boxCon{margin-top:0.5rem;}
.tmt-tips p{font-size:0.7rem; color:#0097ea; line-height:1.8em; }