/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;background: #030301;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}
@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}

}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}


/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.textCet{text-align: center;}
.textRight{text-align: right;}

.main{width: 100%;max-width: 674px;margin: 0 auto;min-height: 980px;background: url(../images/bg_1.png) repeat;}
.banner{width: 100%;}
.banner .img{width: 100%;}
.banner .img img{width: 100%;}
.mainContent{width: 100%;padding: 10%;}
.mainContent .title{font-size: 38px;color: #fff;font-weight: bold;line-height: 1.5;text-align: center;}
.mainContent .form{margin-top: 60px;}
.mainContent .form .box{width: 100%;position: relative;max-width: 420px;margin: 0 auto;}
.mainContent .form .box input{width: 100%;height: 70px;border-radius: 10px;border: none;background: #fff;padding: 0 50px 0 15px;font-size: 16px;outline: none;}
.mainContent .form .box button{position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 50px;height: 50px;border: none;background: transparent;color: #333;font-size: 20px;}


.searchTc{position: fixed;top: 0;left: 0;z-index: 1050;overflow: hidden;background: rgba(0,0,0,0.5);width: 100%;height: 100%;}
.searchTc>.warp{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 3%;box-sizing: border-box;}
.modal-content{position: relative;-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);box-shadow: 0 5px 15px rgb(0 0 0 / 50%);padding: 20px;border-radius: 20px;background: linear-gradient(131deg, #a71313 16%, #e7141a 52%, #c71015 72%);width: 100%;max-width: 400px;height: auto;}

.verifyInfo{width: 100%;text-align: center;position: relative;}
.verifyInfo .close{position: absolute;font-size: 21px;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);color: #000;opacity: .5;right: 0;top: 0;}
.verifyInfo .IconBox{display: flex;justify-content: center;}

#verifyContent h5 {color: #f5f5f5;font-size: 18px;font-weight: 500;margin: 15px 0;}
.color-logo1.success-img{width: 180px;}
h1.serial-no {font-size: 18px;font-weight: 500;color: #f5f5f5!important;}








@media only screen and (max-width: 680px) {
.main{min-height: 500px;}
.mainContent{padding: 70px 20px;}
.mainContent .title{font-size: 24px;}
.mainContent .form .box input{height: 50px;}

}
