
/* 通用 */

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	
	background: url("../images/bg/1.jpg") top center no-repeat;
	
		text-align:center;
	position: relative;
	  width: 100%;
    height: 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background:rgba(0,0,0,0.3);
	
	
	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}
a:visited 
{
    text-decoration: none; 
    decoration: none; 
}





.clickable {
	cursor: pointer;
}

.hide {
    display: none;
}

.clearfix:after {
	content: '';
	clear: both;
	zoom: 1;
}






.vip-qrcode img {
    width: 400px;
    margin-top: 50px;
}
.wechat-qrcode img {
    width: 360px;
    margin-top: 20px;
}
.container {

	 width: 100%;
    height: 100%;
}






.container .button {
	top: 71.00%;
	left: calc(50% - 297px / 2);
	width: 297px;
	height: 64px;
	background-image: url(../images/trial_button.png);
}
.footer {
	color: #000;
}
.footer a {
	color: #000;
}



        img {
            border: none;
        }

        ul,
        li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        a {
            text-decoration: none;
            color: #555;
        }

     

        .clearfix:before,
        .clearfix:after {
            content: " ";
            display: table;
            clear: both;
        }

     

        .logo {
            width: 60px;
            margin: 50px auto;
        }

        .logo img {
            width: 100%;
        }

        .title {
            margin: 100px auto 0;
            width: 850px;
            position: relative;
        }

        .title .p1,
        .title .p2 {
            width: 404px;
            display: block;
            float: left;
            position: relative;
        }

        .title .cycle {
            width: 41px;
            display: block;
            float: left;
        }

        .title .p2 img:last-child {
            display: none;
            position: absolute;
            right: 30%;
            top: -45px;
            width: 54px;
        }
.title .p1 img:last-child {
            display: none;
            position: absolute;
            right: 30%;
            top: -45px;
            width: 54px;
        }
        .title img {
            width: 100%;
        }

        .title .p2:hover img:last-child {
            display: block;
        }
		
		
		 .title .p1:hover img:last-child {
            display: block;
        }

        .notice {
            width: 300px;
            margin: 10px auto;
        }

        .notice img {
            width: 100%;
        }

        .infowrapper {
			width:100%;
            display: inline-block;
            margin-top: 0px;
        }

        .infowrapper .info-block {
            display: inline-block;
            text-align: center;
            padding: 0px 0px;
        }

        .infowrapper .info-block .info {
            display: block;
            font-size: 13px;
            text-align: center;
            margin-top: 8px;
        }

        .infowrapper .info-block .info img {
            width: 16px;
            vertical-align: top;
        }

        .upshan {
            display: block;
            width: 64px;
            height: 100px;
            background-image: url("../images/upshan@2x.png");
            background-repeat: no-repeat;
            background-size: 640px 600px;
        }

        .upshan.ani,
        .upshan:hover {
            animation: upshan 3s steps(1);
            -webkit-animation: upshan 3s steps(1);
        }

        .fuwu {
            display: inline-block;
            width: 60px;
            height: 60px;
            position: relative;
            background-image: url("../images/fuwu@2x.png");
            background-repeat: no-repeat;
            background-size: 360px 360px;
        }

        .fuwu.ani,
        .fuwu:hover {
            animation: fuwu 3s steps(1);
            -webkit-animation: fuwu 3s steps(1);
        }

        .wechat {
            display: inline-block;
            width: 60px;
            height: 60px;
            position: relative;
         
            background-image: url("../images/wechat@2x.png");
            background-repeat: no-repeat;
            background-size: 360px 300px;
        }

        .wechat.ani,
        .wechat:hover {
            animation: wechat 3s steps(1);
            -webkit-animation: wechat 3s steps(1);
        }

        .wechat img {
            position: absolute;
            top: -180px;
            right: -180px;
            display: block;
            width: 200px;
            display: none;
        }

        .wechat:hover img {
            display: block;
        }

        @media all and (max-width: 850px) {
            .title {
                width: 100%;
                margin: 75px auto 0;
            }

            .title .p1,
            .title .p2 {
                width: 70%;
                margin: 0 auto;
                float: none;
            }

            .title .cycle {
                display: none;
            }

            .notice {
                width: 50%;
                margin: 10px auto;
            }

            .wechat img {
                top: -190px;
                left: -140px;
            }
        }

        @media all and (max-height: 420px) {
            .logo {
                margin: 10px auto;
            }

            .title {
                margin: 20px auto 0;
            }

            .infowrapper {
                margin-top: 0px;
            }
        }

        @media all and (min-height: 520px) {
            .infowrapper {
                margin-top: 0px;
            }
        }

}






/* 申请表单 */


.tit {
	/* width: 100%; */
	color: #999999;
	width:100%;
float:left;
     text-align:left;
	font-size: 16px;
	padding-bottom:10px;
}
.tit  a{font-weight:bold;
		color:#000000;
	}
.tit  a:link{font-weight:bold;
		color:#000000;
	}

.tit  a:hover {font-size:17px;
color:#000000;
font-weight:bold;
text-decoration:none;}	/* 鼠标指针移动到链接上 */



.infowrapper   ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
}
.infowrapper  hr {
	list-style: none;
	margin:20px auto;
	width:85%;
}

.infowrapper  li {
    height: 50px;
	width: 100%;
}

.infowrapper li .rabel {
	float: left;
     width:20%;

margin-left:20px;
	color: #999999;
}

 .infowrapper li .field {
	float: left;
       width:65%;
    text-align:left;
	color: #999999;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	
}

 .infowrapper li input.input-text {
	width: 200px;
	color: #999999;
	border: 1px solid #dadada;
	padding: 10px;
}

.infowrapper li textarea.input-text {
	border: 1px solid #dadada;
	color: #999999;
	padding: 10px;
	width: 200px;
	height: 150px;
	resize: none;
}

 .infowrapper   button {
    background: #4dc1e6;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 222px;
    border: none;
    cursor: pointer;
	margin-top: 10px;
}




/* 页面内容 */

.container {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.container .download-btn {
	top: 85px;
	right: 70px;
	position: absolute;
    width: 84px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #fff;
    color: #ff9900;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
	text-decoration: none;
}



.container .traffic {
	position: absolute;
	left: calc(50% - 110px);
}

.traffic {
	margin: auto;
}

.traffic .info .swipe-tip {
	color: #4dc1e6 !important;
	background-color: transparent;
	border: 2px solid #4dc1e6 !important;
}

.traffic .info .swipe-tip:before {
	margin-top: -2px;
	margin-left: -40px !important;
    border-top: 14px solid transparent;
    border-right: 20px solid #4dc1e6;
    border-bottom: 14px solid transparent;
}

.traffic .info .swipe-tip:after {
	content: '';
	margin-left: -79px !important;
    border-top: 12px solid transparent;
    border-right: 18px solid #fff;
    border-bottom: 12px solid transparent;
	position: absolute;
}

.traffic .info .msg {
	color: #000 !important;
}

.close-btn {
	top: 10px;
	right: 10px;
	width : 22px;
	height: 22px;
	cursor: pointer;
	background-image: url('../images/close.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.traffic {
	width: 220px;
	height: 80px;
}

.traffic .qrcode {
	float: left;
	width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.traffic .info {
	float: left;
}

.traffic .info .swipe-tip {
	color: #000;
	width: 80px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	text-align: center;
	margin-top: 16px;
	margin-left: 40px;
}

.traffic .info .swipe-tip:before {
	content: '';
	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 12px solid transparent;
	margin-left: -36px;
	position: absolute;
}

.traffic .info .msg {
	color: #fff;
	width: 120px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}

.container .button {
	cursor: pointer;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0px;
    font-family: Arial, "Microsoft Yahei", 微软雅黑;
    font-size: 14px;
    line-height: 20px;
}

.footer .police {
    width: 14px;
    vertical-align: middle;
}

.show-small {
	display: none;
}
/* 小屏适配 */

@media (max-width: 750px) {
	

	.container .download-btn {
		top: 26px !important;
		right: 13px !important;
	}

	.traffic {
		display: none !important;
	}

 .close-btn {
		top: 15px !important;
		left: 24px !important;
	}

 .tit {
	    float:left;
		width:100%;
		margin-left:10px;
		text-align:left;
	
	}

 p {
		width: auto !important;
		padding: 0 24px !important;
		margin: 0 !important;
		text-align: center;
	}
	
.tit  a:link{font-weight:bold;
 direction:none;
 color:#000000;
		
	}
	
.tit  a{font-weight:bold;
 direction:none;
 color:#000000;
}
	
.tit   a:hover {font-size:16px;
color:#000000;
font-weight:bold;}	/* 鼠标指针移动到链接上 */

	
	
	

 .infowrapper  ul {
		
		width:100%;
		margin-top: 0px !important;
	}

 .infowrapper  li {
		width: auto !important;
		height: auto !important;
		padding: 0 24px !important;
		margin-top:24px !important;
	}

  .infowrapper li .rabel {
		text-align: left;
		width: 20% !important;
		float: left !important;
		margin-left:0px;
		margin-top: 5px !important;
	}

 .infowrapper li .field {
		width: 70% !important;
		float: left !important;
		margin-left: 20px !important;
		margin-top:5px;
	}

 .infowrapper li .field .input-text {
		width: calc(100% - 20px) !important;
	}

 .infowrapper  li textarea.input-text {
        height: 50px !important;
    }

 .infowrapper  button {
		width: 100% !important;
		margin-bottom: 80px;
	}

	.show-small {
		display: block !important;
	}

	.hide-small {
		display: none !important;
	}
}