﻿*{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;}
html{background:#f5f5f5;}
body{max-width:640px;margin:0 auto;font-family:microsoft yahei;font-size:14px;background:#EEEEEE}
a{text-decoration:none;}
/*头部*/
.ly-header{position:fixed;top:0;z-index:10;width:100%;max-width: 640px;}
.ly-header nav{height:40px;background:#F07BB5;}
.ly-header nav h2{color:#FFF;font-size:16px;line-height:40px;text-align: center;}
/*内容*/
.ly-section1{min-height:100%;padding:40px 0 0 0;}
.ly-section1 .line{margin:5px 10px 0 10px;}
.ly-section1 .left{float:left;max-width:80%;margin:10px 0 0 0;}
.ly-section1 .left img{float:left;margin:0 5px 0 0;}
.ly-section1 .left div{position:relative;margin:0 0 0 55px;padding:10px;background:#FFF;color:#323232; border-radius:6px;line-height: 22px;}
.ly-section1 .left div i{position: absolute;top: 15px;left: -8px;width: 0;height: 0;border-top: 6px solid transparent;border-right: 8px solid #FFF;border-bottom: 6px solid transparent;}
.ly-section1 .left div img{float:none;}
.zizhi {width:70%;}
.zizhi img {width:100%; margin:0!important;}
.ly-hide{display:none;}
.ly-clear{clear:both;}
.loading {width: 150px;height: 10px;margin: 0 auto;margin-top: 20px;}
.loading span {display: inline-block;width: 10px;height: 100%;margin-right: 5px;border-radius: 50%;background: #302825;-webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child {margin-right: 0px;}
.loading span:nth-child(1){-webkit-animation-delay:0.13s;}
.loading span:nth-child(2){-webkit-animation-delay:0.26s;}
.loading span:nth-child(3){-webkit-animation-delay:0.39s;}
.loading span:nth-child(4){-webkit-animation-delay:0.52s;}
.loading span:nth-child(5){-webkit-animation-delay:0.65s;}
@-webkit-keyframes load{0%{opacity: 1;-webkit-transform: scale(1.3);}100%{opacity: 0.2;-webkit-transform: scale(.3);}}
#lx>span {color: #F07BB5;font-weight: 600;}
.talk {padding: 10px 0 120px 0;min-height:676px;}
.talk .right{float:right;max-width:80%;margin:10px 0 0 0;}
.talk .right img{float:right;margin:0 0 0 5px;}
.talk .right div{position:relative;min-height:41px;margin:0 55px 0 0;padding:10px;background:#A0E75A;color:#333;border-radius:6px;}
.talk .right div i{position:absolute;top:15px;right:-8px;width: 0;height: 0;border-top: 6px solid transparent;border-left: 8px solid #A0E75A;border-bottom: 6px solid transparent;}
/*按钮*/
.select_botton {position: fixed;bottom: 34px;width: 100%;max-width: 640px;z-index: 100;padding: 14px 6px 0px 6px;box-sizing: border-box;font-size: 0;text-align: center;}
.select_botton a {display: inline-block;padding: 5px 0;background: #ff7b9e;color: #Fff;font-size: 14px;border-radius: 6px;margin-bottom: 6px;width: 23%;text-align: center;margin: 1%;}
#wx{color: #f00;font-weight: bold;}


/*弹窗*/

#tc {
    border-radius: 10px;
    box-shadow: 6px 7px 10px rgba(192, 192, 100, .7);
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
    width: 94%;
    width: 100%;
    height: 100%;
    padding-top: 26px;
    display: none;
    z-index: 9998;
}

#tanchuang_result {
    border-radius: 10px;
    box-shadow: 6px 7px 10px rgba(192, 192, 192, .7);
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 94%;
    max-width: 400px;
    padding-top: 26px;
    /*display: none;*/
    z-index: 9999;
    font-size: 18px;
    font-family: "microsoft yahei";
}

.r_top {
    background: #6ebbe9;
    border-radius: 21px 21px 0 0;
    padding-top: 35px;
    padding-bottom: 20px;
    box-shadow: 0px 3px 0 #ccc;
    position: relative;
}

#tanchuang_result>a {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 27px;
    background: #2e3641;
    border: 4px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 2px 2px 8px #ccc;
    box-sizing: border-box;
}

.toux {
    position: absolute;
    top: -62px;
    left: 36%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.r_top p:nth-child(2) {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.r_top p:nth-child(3) {
    font-size: 14px;
    color: #fff;
}

.inp {
    width: 60%;
    background: #fff;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 32px;
    color: red;
    font-weight: 900;
    display: block;
    z-index: 9999;
}

.r_bottom {
    background: #f5f5f5;
    border-radius: 0 0 21px 21px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
}

.b_wx {
    margin-top: 10px;
    width: 100%;
}

.b_wx img {
    width: 55px;
    position: relative;
    top: 0px;
}

.b_wx a {
    color: #fff;
    font-size: 35px;
    /*text-decoration: underline;*/
}

.r_bottom p {
    color: #059bf5;
    font-size: 16px;
    margin: 0;
}

.b_wx1 {
    position: relative;
    margin-top: 10px;
}

.b_wx1 img {
    width: 80%;
}

.b_wx1 span {
    position: absolute;
    top: 6px;
    left: 37%;
    color: #1a8233;
    font-size: 15px;
    font-family: "微软雅黑";
}

.shou {
    position: absolute;
    right: 10%;
    bottom: -3px;
}

.bhfimg100 {
    margin-top: 100px;
}

.bhfimg100 img {
    width: 80%;
    padding: 50px;
}

.banimg img {
    width: 100%;
}

/*底部栏*/
.footers {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    color: #fff;
    max-width: 610px;
    margin: 0 auto;
    background: #EEEEEE;
    height: 60px;
}
.iwjkk2 {
    width: 75%;
    text-align: center;
    float: left;
    margin-top: 12px;
    padding-left: 8px;
    line-height: 30px;
    position: relative;
}
.scopy {
    position: absolute;
    left: 50%;
    bottom: 45px;
    background: rgba(0,0,0,.5);
    padding: 2px 15px;
    border-radius: 6px;
    display: none;
}
.iwjkk2 span {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-right: 3px;
}
.iwjkk3 {
    width: 25%;
    float: left;
	padding: 0;
}
.iwjkk3 .ioakj {
    border:0;
    font-size: 12px;
    background: #0365d0;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 5px 0 0;
}

.ioakj {
    animation: big 1.4s ease infinite alternate;
    -webkit-animation: big 1.4s ease infinite alternate;
    -moz-animation: big 1.4s ease infinite alternate;
    -ms-animation: big 1.4s ease infinite alternate;
    -o-animation: big 1.4s ease infinite alternate;
}
@keyframes big {
    0% {
        transform: scale(1);
    }
    18% {
        transform: scale(1.1);
    }
    32% {
        transform: scale(1);
    }
    48% {
        transform: scale(1.1);
    }
    64% {
        transform: scale(1);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(1);
    }
    18% {
        -webkit-transform: scale(1.1);
    }
    32% {
        -webkit-transform: scale(1);
    }
    48% {
        -webkit-transform: scale(1.1);
    }
    64% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes big {
    0% {
        -moz-transform: scale(1);
    }
    18% {
        -moz-transform: scale(1.1);
    }
    32% {
        -moz-transform: scale(1);
    }
    48% {
        -moz-transform: scale(1.1);
    }
    64% {
        -moz-transform: scale(1);
    }
    80% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-o-keyframes big {
    0% {
        -o-transform: scale(1);
    }
    18% {
        -o-transform: scale(1.1);
    }
    32% {
        -o-transform: scale(1);
    }
    48% {
        -o-transform: scale(1.1);
    }
    64% {
        -o-transform: scale(1);
    }
    80% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-ms-keyframes big {
    0% {
        -ms-transform: scale(1);
    }
    18% {
        -ms-transform: scale(1.1);
    }
    32% {
        -ms-transform: scale(1);
    }
    48% {
        -ms-transform: scale(1.1);
    }
    64% {
        -ms-transform: scale(1);
    }
    80% {
        -ms-transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
    }
}
			.hander {
				height: 20px;
				width: 100%;
				overflow: hidden;
				text-align: center;
				max-width: 750px;
				min-width: 320px;
				font-family: "微软雅黑";
				color: #fff;
				margin: 0 auto;
				position: absolute;
				bottom: 0
			}
			
			.nav {
				width: 100%;
				height: 20px;
				line-height: 20px;
				margin: 0 auto;
			}
			
			.nav ul {
				width: 100%;
				overflow: hidden;
			}
			
			.nav ul li {
				float: left;
				width: 25%;
				text-align: center;
				display: inline;
			}
			
			.nav ul li a {
				color: #cfcccc;
				font-family: "微软雅黑";
				font-size: 12px;
				display: block;
				margin-left: 5px;
				text-align: center;
				height: 20px;
				line-height: 20px;
				overflow: hidden;
			}
			
			.nav ul li a span {
				display: block;
				font-family: "微软雅黑";
				vertical-align: middle;
				font-size: 13px;
			}