/* CSS Document */
.main{ padding:50px 0; background: url(../img/index_bg.jpg) no-repeat center center; background-size: cover;}

.main ._container{ width:900px;}

.intro{ width:50%; float:left; text-align: center;}
.intro>img{ width:280px; margin:30px auto 20px;}
.intro div p{ font-size: 18px; height: 68px; line-height: 68px; text-align: center; color:#fff;}
.intro .a_download{ width:300px; height: 60px; line-height: 60px; text-align: center; display: block; margin:30px auto 0; background: #ce0f76;
color:#fff; font-size: 21px; border-radius: 38px; transition: transform 0.25s;}
.intro .a_download:hover{ transform: scale(1.05); }
.code2 img{ width:240px;}
.intro .a_download:active{ opacity: 0.6;}

.show{ width:50%; float:left;}
.show img{ width:236px; height: 425px; display: block; margin:0 auto;}
.show_wrappr{ width:236px; height: 425px; padding:62px 16px 66px 18px; margin:0 auto; background: url(../img/index_phone.png) no-repeat center center;}