@CHARSET "UTF-8";
body{margin:0;padding:0; font:28px arial,\5fae\8f6f\96c5\9ed1; color:#444; background:#001c80;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family: "Microsoft YaHei";letter-spacing: 2px;}
ul,li{ margin:0; padding:0; list-style:none;}
* { -webkit-tap-highlight-color:rgba(0,0,0,0);}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
button, input, select, textarea{ font-size:100%;}

.try{padding-bottom: 250px;}
.try .tryTitle{display: block;margin:128px auto 60px;}
.try .content{width: 1125px; background: url(images/try/try_bg.png) no-repeat;}
.try .content .tryBox{width: 1036px;margin:160px auto;position: relative;margin-bottom: 50px;padding:0.1px;}
.try .content .tryBox .kBox{width: 646px;height: 100%;border:3px solid #4156a5;border-bottom: none; position: absolute;left:350px;top:0; z-index: -1;}
.try .content .tryBox .chengbi{width: 600px;height: 260px;background: #0c1ba1;border-top-left-radius: 88px;border-bottom-right-radius: 88px;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-left:266px;margin-top: -80px;}
.try .content .tryBox .myCoin{font-size: 32px;font-family: "黑体"; color: #fff;display: flex;align-items: center;justify-content: center;}
.try .content .tryBox .myCoin span{font-size: 76px;font-weight: bold;}
.try .content .tryBox .activeTime{font-size: 36px;color: #fff;margin:18px 0 0 266px;}
.try .content .tryBox .five{margin:110px 0 40px 466px;}
.try .content .tryBox .twenty{margin:120px 0 0 424px;}
.try .content .tryBox .product{width: 960px;margin-top: 70px;}
.try .content .tryBox .product:nth-child(2n){margin-left: 50px;}
.try .content .tryBox .product .tryImg{position: relative;background: url(images/online/kuang.png) no-repeat;width: 993px;padding-top: 25px;}
.try .content .tryBox .product .tryImg .imgInfo{width: 964px;height: 386px;}
.try .content .tryBox .product .tryImg .state{width: 166px;height: 58px;background: #29afe6;position: absolute;top:26px;right: 46px;color: #fff;font-size: 28px;display: flex;align-items: center;justify-content: space-around;}
.try .content .tryBox .product .tryImg .state.end{background: #7f7f7f;}
.try .content .tryBox .product .tryInfo{width: 910px;height: 68px;margin:-6px 0 0 2px; font-size: 35px;color: #484545; background: #e6e9f3;padding:0 20px 0 30px;display: flex;align-items: center;justify-content: space-between;}
.try .content .tryBox .product .tryInfo .left{display: flex;}
.try .content .tryBox .product .tryInfo span{color: #f35685;}
.try .content .tryBox .product .tryInfo .price{margin-left: 16px;}
.try .content .tryBox .bottom{position: absolute;bottom: -210px;right: 33px;z-index: -1;}
.hand{position: absolute;top:60px;right:230px;}
.move{animation: movings 1.4s linear infinite;}
@-webkit-keyframes movings{
	from{-webkit-transform:translate(0,0);}
	to{-webkit-transform:translate(40px,30px);}
}