﻿@charset "utf-8";
/* CSS Document */
/*chongzhi*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,button,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
}
input{border:none; background:none;}
a{ text-decoration:none; color:#999;} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
input, textarea {
    outline: none;
    box-sizing: border-box;
    resize: none;
}
/*address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;   
    font-weight:normal;   
} */
address,caption,cite,code,dfn,em,th,var {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,ul {  
    list-style:none;   
} 
caption,th {  
    text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
    font-size:100%;   
    font-weight:normal;   
} 
q:before,q:after {  
    content:'';   
} 
abbr,acronym { 
    border:0;   
}

body {
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    font-family: tahoma,"Microsoft YaHei",arial,simsun,"瀹嬩綋",sans-serif;
    font-size: 14px;
    background-color: #f7f7f7;
}

/*chongzhi_end*/
/*util*/
.isol {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100;
    opacity: 0.5;
    display: none;
}
/*tishixinxi*/


.commonfrm div input, .commonfrm div textarea {
    /* border-radius: 4px; */
    width: 100%;
    border: 1px solid #DEDEDE;
    padding: 2.5% 1%;
    /* box-shadow: 0 0 4px #ccc; */
    border-radius: 5px;
}
.friendlytips {
    -webkit-animation: animate-bg 1.5s ease-out 2;
    box-shadow: 0 0 2px #EA4504 !important;
 
}
.friendlytips {
   border-radius: 5px;
}

/*vip*/
.v1 {
    background: url('/img/v1.gif') right center no-repeat;
    padding-right: 25px;
}

.v2 {
    background: url('/img/v2.gif') right center no-repeat;
	padding-right: 25px;

}
.v3 {
    background: url('/img/v3.gif') right center no-repeat;
	padding-right: 25px;
	
}

.v4 {
    background: url('/img/v4.gif') right center no-repeat;
    padding-right: 32px;

}
/*vip end*/

.loadmore {
    padding: 4% 0 5%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    color: #666;
}
.loadmore span{ color:#C9C9C9;}
.loadmore em{ color:#FFDBA6; margin:auto 3px; font-size:13px;}

.loadmore2 {
    padding: 3% 0;
    text-align: center;
    color: #999;
}

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€旈€氱敤澶撮儴鏍峰紡鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/
header{ font-family:microsoft yahei;}
header.s1 {
    background-color: #f6f6f6;
    padding: 2.4% 0;

	position:relative;
}

    header.s1 .logo {
        padding-left: 3%;
    }

        header.s1 .logo img {
            height: 30px;
            vertical-align: middle;
        }

@media screen and (max-width: 500px){
	 header.s1 .logo img {
            height: 24px;
         
        }
	}
header.s1 .back_i{
    
    width: 3% ;
  
    background: url('images/bac_pic.png') center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
   height: 30px;
    margin-left: 3%;}

    header.s1 .curcity {
        color: #333;
        padding: 0 16px 0 10px;
        background: url('images/arrowdown.png') right 7px no-repeat;
        background-size: 12px auto;
        font-size: 105%;
        font-weight: 700; vertical-align:middle;
    }

    header.s1 .usercenter, header.s1 .menu {
        float: right;
        color: #333;
        background: url('images/user.png') center no-repeat;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 2px 15px 0 0;
    }

    header.s1 .usercenter {
        margin-right: 18px;
        background-size: 16px auto;
    }

    header.s1 .menu {
        background-image: url('images/menu.png');
        margin-top: 3px;
        background-size: 17px auto;
        position: relative;
        z-index: 31;
    }
    header.s1 h1 {
       
        vertical-align: middle;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
	
    }
	header.s1 h1 i{ float:left; width:3px; height:3px;  background-color: #999; margin:10px 8px auto 8px; border-radius: 50%;}





header.s2 {
    position: relative;
    width: 100%;
    color: #333;
    text-align: center;
    background: rgba(246,246,246,1);
    box-sizing: border-box;
    padding-top: 10.5%;
    border-bottom:1px solid #E7E7E7;
}

    header.s2 .backto {
        border-left: 2px solid #666;
        border-bottom: 2px solid #666;
        width: 0;
        height: 0;
        padding: 3% 3% 0 0;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        text-indent: -9999px;
        position: absolute;
        left: 4.5%;
        top: 32%;
    }

    header.s2 h1 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: inline-block;
        font-size: 125%;
        font-weight: 400;
        white-space: nowrap;
    }
 header.s2 h1 a{ font-size:100%; color:#333;}
    header.s2 .menu {
        text-indent: -9999px;
        position: absolute;
        right: 4.5%;
        top: 50%;
        margin-top: -10px;
        background: url('images/menu.png') center no-repeat;
        background-size: 100% auto;
        z-index: 31;
        width: 5%;
    }
	header.s2 .home {
        text-indent: -9999px;
        position: absolute;
        right: 4.5%;
        top: 43%;
        margin-top: -10px;
        background: url('images/home.png') center no-repeat;
        background-size: 100% auto;
        z-index: 31;
        width: 4.6%;
        height: 30px;
        cursor:pointer;
    }

/*new_nav*/

.new_t_n{ padding-top:13% !important; background-color:#f6f6f6 !important;}
.new_t_n .backto{ width: 3% !important;
    padding: 0 !important;    
    background: url('images/bac_pic.png') center no-repeat;
    background-size: 100%;
    border:none !important;webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;height:40px !important; top:50% !important; transform:translateY(-50%) !important;}
.new_t_n h1{font-size: 26px !important;background: url('images//logo_ss.png') left center no-repeat; height:40px; line-height:40px; background-size: 50%; left: 12% !important; transform: translate(0,-50%) !important; width: 50%; text-indent: 27%;}
.new_t_n .menu{ background: url('images//link_m.png') no-repeat center !important;

   height:40px; top:50%; transform:translateY(-50%);
    margin: 0 !important;
 background-size: 100% !important;}
@media screen and (max-width: 500px){
	.new_t_n h1{font-size: 16px !important;
	}}
/*new_nav_end*/




/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€旈€氱敤灏鹃儴鏍峰紡鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/
footer .b1 {
    padding: 4.2% 0;
    text-align: center;
    font-size: 115%;
}

    footer .b1 a img {
        vertical-align: sub;
        width: 12%;
    }

    footer .b1 span.red {
        color: #c00;
        font-weight: 700;
    }


/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€旈€氱敤瀵艰埅鏍峰紡鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/

nav {
    padding: 0.3% 0 0.8%;
    position: fixed;
    bottom: 0;
    background-color: #fafafa;
    border-top: 1px solid #DDD;
    z-index: 10;
    width: 100%;
    max-width: 600px;
}

    nav ul li {
        float: left;
        width: 20%;
        text-align: center;
        color: #333;
    }

        nav ul li a {
            display: block;
        }

        nav ul li span {
            display: inline-block;
            padding: 20%;
            background: center no-repeat;
            width: 0;
            height: 0;
            overflow: hidden;
            text-indent: -9999px;
            vertical-align: bottom;
        }

        nav ul li p {
            margin: 0;
            color: #666;
            font-size: 90%;
        }

        nav ul li:first-child span {
            /*background-position: -19px 0px;*/
            background-size: 65% auto;
            background-image: url('images/home.png');
        }

        nav ul li:nth-child(5n+2) span {
            /*background-position: -95px 0px;*/
            background-size: 53% auto;
            background-image: url('images/calc.png');
        }

        nav ul li:nth-child(5n+3) span {
            /*background-position: -179px 0px;*/
            background-size: 67% auto;
            background-image: url('images/zb.png');
        }

        nav ul li:nth-child(5n+4) span {
            /*background-position: -255px 0px;*/
            background-size: 74% auto;
            background-image: url('images/fdj.png');
        }

        nav ul li:nth-child(5n) span {
            /*background-position: -330px 0px;*/
            background-size: 63% auto;
            background-image: url('images/user.png');
        }


        nav ul li.sel p {
            color: #dd0000;
        }

        nav ul li.sel:first-child span {
            background-image: url('images/homesel.png');
            margin-top: -3px;
        }

        nav ul li.sel:nth-child(5n+2) span {
            background-image: url('images/calcsel.png');
        }

        nav ul li.sel:nth-child(5n+3) span {
            background-image: url('images/zbsel.png');
        }

        nav ul li.sel:nth-child(5n+4) span {
            background-image: url('images/fdjsel.png');
        }

        nav ul li.sel:nth-child(5n) span {
            background-image: url('images/usersel.png');
        }

    nav.n2 {
        padding: 0 0 0.2%;
    }

        nav.n2 ul li {
            width: 25%;
        }

            nav.n2 ul li:nth-child(5n+2) span {
                background-size: 62% auto;
                background-image: url('images/zb.png');
                margin-top: -3px;
            }

            nav.n2 ul li.sel:nth-child(5n+2) span {
                background-image: url('images/zbsel.png');
            }

            nav.n2 ul li:nth-child(5n+3) span {
                background-size: 48% auto;
                background-image: url('images/calc.png');
                margin-top: -3px;
            }

            nav.n2 ul li.sel:nth-child(5n+3) span {
                background-image: url('images/calcsel.png');
            }

            nav.n2 ul li:nth-child(5n+4) span {
                background-size: 65% auto;
                background-image: url('images/tel.png');
                margin-top: -3px;
            }

            nav.n2 ul li.sel:nth-child(5n+4) span {
                background-image: url('images/telsel.png');
            }

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€旈€氱敤鑿滃崟鏍峰紡鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/
.menuin {
    display: block;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-name: menuin;
    animation-name: menuin;
    -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes menuin {
    0% {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.menuout {
    display: block;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-name: menuout;
    animation-name: menuout;
    -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes menuout {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);

        -o-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

#headnav {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(255,255,255,.95);
    z-index: 30;
    max-width: 600px;
}

#headnav ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#headnav li {
    height: 45%;
    text-align: center;
    float: left;
    width: 25%;
    font-size: 12px;
    color: #333;
    padding-top: 4.5%;
    box-sizing: border-box;
}

#headnav li h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0;
    padding-top: 2%;
    color: #333;
}

#headnav li span {
    background: center no-repeat;
    background-size: 45%;
    display: inline-block;
    padding: 25.45%;
    border-radius: 1000px;
    box-sizing: border-box;
}

#headnav li:nth-child(100n+1) span {
            background-color: #fc279d;
            background-image: url("/fz/touch/images/bg/homewhite.png");
        }

        #headnav li:nth-child(100n+2) span {
            background-color: #2d69ee;
            background-image: url("/fz/touch/images/icon/n1.png");
        }

        #headnav li:nth-child(100n+3) span {
            background-color: #ffb81e;
            background-image: url("/fz/touch/images/icon/n2.png");
        }

        #headnav li:nth-child(100n+4) span {
            background-color: #fd6c01;
            background-image: url("/fz/touch/images/icon/nn.png");
            /*background-position: -132px -39px;*/
        }

        #headnav li:nth-child(100n+5) span {
            background-color: #864dfe;
            background-image: url("/fz/touch/images/icon/n22.png");
			background-size: 75%;
            /*background-position: -298px -39px;*/
        }

        #headnav li:nth-child(100n+6) span {
            background-color: #f92a60;
            background-image: url("/fz/touch/images/icon/n3.png");
            /*background-position: -298px -39px;*/
			background-size: 50%;
        }

        #headnav li:nth-child(100n+7) span {
            background-color: #2abbf8;
            background-image: url("/fz/touch/images/icon/n9.png");
            /*background-position: -381px -39px;*/
        }

        #headnav li:nth-child(100n+8) span {
            background-color: #fc279d;
            background-image: url("/fz/touch/images/icon/n6.png");
            /*background-position: 0 -263px;*/
        }

        #headnav li:nth-child(100n+9) span {
            background-color: #ffb81e;
            background-image: url("/fz/touch/images/icon/n7.png");
            /*background-position: 0 -314px;*/
        }

        #headnav li:nth-child(100n+10) span {
            background-color: #fd3101;
            background-image: url("/fz/touch/images/icon/n4.png");
            /*background-position: 0 -367px;*/
        }

        #headnav li:nth-child(100n+11) span {
            background-color: #fbb101;
            background-image: url("/fz/touch/images/icon/n10.png");
            background-size: 65%;
            /*background-position: 0 -52px;*/
        }

        #headnav li:nth-child(100n+12) span {
            background-color: #fe7e01;
            background-size: 52%;
            background-image: url("/fz/touch/images/icon/n8.png");
            /*background-position: 0 -52px;*/
        }
		
		#headnav li:nth-child(100n+13) span {
            background-color: #fe7e01;
            background-size: 70%;
            background-image: url("/fz/touch/images/icon/n20.png");
        }
		#headnav li:nth-child(100n+14) span {
            background-color: #864dfe;
            background-size: 70%;
            background-image: url("/fz/touch/images/icon/n21.png");
        }
		
		#headnav li:nth-child(100n+15) span {
            background-color: #fc279d;
            background-size: 70%;
            background-image: url("/fz/touch/images/icon/n23.png");
        }
		#headnav li:nth-child(100n+16) span {
            background-color: #2abbf8;
            background-size: 45%;
            background-image: url("/fz/touch/images/bg/userwhite.png");
        }
#headnav li span.sp {
    position: relative;
}

#headnav li span.sp i {
    position: absolute;
    font-style: normal;
    right: -10px;
    top: 0;
    font-size: 80%;
    background-color: #EA4504;
    color: #fff;
    border-radius: 100px;
    padding: 0 5px;
}
			
/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斿湪绾垮鏈嶃€佽繑鍥為《閮ㄢ€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/
.staticfloat {
    text-align: center;
    z-index: 20;
    bottom: 78px;
    right: 20px;
    position: fixed;
    padding-top: 10px;
}

.staticfloat div {
    border-radius: 500px;
    height: 42px;
    width: 42px;
    cursor: pointer;
    background-clip: padding-box;
    overflow: hidden;
    transition: all .4s;
}

.staticfloat div.hide {
    height: 0px;
    width: 0px;
    margin-top: 0px !important;
    border-width: 0px !important;
    margin-left: 27px;
    overflow: hidden !important;
}

#gototop {
	margin-top: 2px;
    color: #999;
    background: white url('images/backtotop.png') center 5px no-repeat;
    background-size: 14px auto;
    line-height: 68px;
    box-shadow: 0 0 4px #555;
    border: 2px solid #fff;
    font-size: 95%;
    opacity: .9;
}

#onlinekefu {
    background: #E33043;
    border: 2px solid #CE1C2E;
    box-shadow: 0 0 4px #FFC4C4;
    position: relative;
    overflow: visible;
	opacity:0.8;
}

#onlinekefu:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 42px;
    height: 42px;
    background: url('images/onlinekefu.png') 3px center no-repeat;
    background-size: 42px auto;
}

#onlinekefu a {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€攖ips鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/
/*tips*/
#tips {
    position: fixed;
    left: 50%;
    width: 96%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    font-size: 14px;
    background: #fff;
    background-clip: padding-box;
    z-index: 101;
    box-shadow: 2px 2px 4px #999;
    max-width: 500px;
}
#tips .tipstitle {
    padding: 7% 0;
    line-height: 0;
    border-bottom: 1px solid #ddd;
    font-size: 115%;
    font-weight: 700;
    text-align: left;
    text-indent: 6%;
}
#tips .tipscontent {
    /*padding: 2%;*/
}
#tips .tipscontent .msg {
    padding: 4% 4%;
    font-size: 115%;
}
#tips .tipsbottom {
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 114%;
}
#tips .tipsbottom a {
    width: 50%;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 6.5% 0;
    line-height: 0;
    box-sizing: border-box;
    font-weight: 500;
	font-size:100%;
}
#tips .tipsbottom a:nth-child(2n) {
    border-left: 1px solid #ddd;
}
#tips .tipsbottom #tipsbtnok {
    color: #EA4504;
}
/*tips end*/

/*tips3*/
#tips3 {
    position: fixed;
    left: 50%;
    width: 80px;
    height: 80px;
    padding-top: 55px;
    top: 50%;
    margin: -40px 0 0 -40px;
    font-size: 12px;
    border-radius: 8px;
    z-index: 101;
    background: #000;
    opacity: .5;
    text-align: center;
    color: #ccc;
    box-sizing: border-box;
    text-align: center;
}
#tips3 span {
    position: absolute;
    left: 50%;
    margin: -3px;
    top: 35px;
    width: 6px;
    height: 6px;
    opacity: .8;
    border-radius: 100px;
    background: #999;
    display: inline-block;
    -webkit-animation-name: gmloading;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1s;
    animation-name: gmloading;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-duration: 1s;
}
@-webkit-keyframes gmloading {
    from {
        width: 5px; height: 5px; opacity: .8; margin-left: -3px;
    }
    to {
        width: 20px; height: 20px; opacity: .2; margin-left: -10px; top: 25px;
    }
}
@keyframes gmloading {
    from {
        width: 5px; height: 5px; opacity: .8; margin-left: -3px;
    }
    to {
        width: 20px; height: 20px; opacity: .2; margin-left: -10px; top: 25px;
    }
}
/*tips3 end*/

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斾細鍛樼瓑绾р€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/

.vip span.v1 {
    background: url('/img/v1.gif') right 2px no-repeat;
    padding-right: 25px;
	background-size:auto 65%;
}

.vip span.v2 {
    background: url('/img/v2.gif') right 1px no-repeat;
	padding-right: 25px;
	background-size:auto 68%;
}

.vip span.v3 {
    background: url('/img/v3.gif') right 1px no-repeat;
	padding-right: 25px;
	background-size:auto 69%;
}

.vip span.v4 {
    background: url('/img/v4.gif') right 1px no-repeat;
    padding-right: 32px;
	background-size:auto 68%;
}
/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€旀柊搴曢儴鐗堟潈淇℃伅搴曢儴鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/
.foot_s{width:100%;max-width:600px;margin:0 auto;overflow:hidden;/*padding-bottom:100px;*/background-size:15px;background:url(images/bg_3.jpg) repeat-x;background-color:#f7f7f7;padding-bottom: 15px;}
.foot_s .cop_st{ text-align:center; font:16px/36px "microsoft yahei"; color:#666;}
.foot_s .cop_st a{ font:16px/36px "microsoft yahei"; color:#666;}
.foot_s .num_c{ text-align:center; font:16px/36px "microsoft yahei"; color:#666;}
.foot_s .num_c a{font:16px/36px "microsoft yahei"; color:#666;}
.foot_s .num_c a i{ font-style:normal; margin:0 3px; font-size:16px !important; color:#999;}
.bo_na{width:100%;overflow:hidden;text-align:center;margin-top:30px;display: none;}
.bo_na a{ font:16px/36px "microsoft yahei"; color:#4abbf3; margin:10px 10px; display:inline-block;}

.bo_na a img{ float:left; width:36px; height:36px;}

.weixin{ text-align:center;}
.weixin img{ margin:5px; height:90px; padding:5px; background-color:#fff;}

@media screen and (max-width: 500px){

.foot_s .cop_st {
    font: 13px/36px "microsoft yahei";
}

.foot_s .cop_st a {
    font: 13px/36px "microsoft yahei";
}
.bo_na a img {
    width: 24px;
    height: 24px;
}

.bo_na a {
    font: 14px/24px "microsoft yahei";
    margin: 0 10px;
}

.foot_s .num_c {
    font: 12px/30px "microsoft yahei";
}
.foot_s .num_c a {
    font: 12px/30px "microsoft yahei";
}
.foot_s .num_c a i{ font-size:12px !important;}

.weixin img {
    height: 70px;
}
}

/*shareto*/
#qrcodewarpper {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 330px;
    margin: -180px 0 0 -150px;
    z-index: 100;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    border:10px solid #FFF;
}

#qrcodewarpper div:first-child {
    height: 30px;
    line-height: 30px;
    color: #999;
}

#qrcodewarpper div:last-child img {
    width: 280px;
}

#qrcodewarpper:before {
    content: "鍔犺浇涓?璇风◢绛夆€?;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -60px;
    z-index: -1;
    color: #ccc;
}
/*shareto end*/

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斿簳閮ㄩ€氱敤鎮诞鎶ヤ环鏉°€佸尯鍧椻€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€?/
.floa_block{ width:100%; max-width:600px; position:fixed; bottom:0; left:0; right:0; margin:0 auto; z-index:20; }
.floa_block .fir_bloc{ width:100%; overflow:hidden;}
.floa_block .fir_bloc .per_fl{ float:left; width:50%;}
.floa_block .fir_bloc .per_fl img{ float:left; width:100%; cursor:pointer;}

.blc_b{ width:100%; background:rgba(0, 0, 0, 0.7); height:69px; position:absolute; z-index:0; top:68px;}
.heig_ani{ width:100%; overflow:hidden; /*height:0;*/ margin-top:-6px;}
.sec_bloc{ width:100%; overflow:hidden;}

.out_sec_b{width:100%; overflow:hidden; height:0;}
.sec_bloc .top_info{ width:100%; position:relative; overflow:hidden;}

.sec_bloc .top_info .peo_w{ float:left; width:130px; height:143px; background:url(floatbar/rw.png) no-repeat center; position:relative; z-index:2; margin-left:20px;}
.sec_bloc .top_info .info_ti{ position:relative; z-index:2; margin-left:40px; margin-top:77px; float:left; padding-left:70px; float:left; height:48px; background:url(floatbar/czb.png) left center no-repeat;}

.sec_bloc .top_info .fla_x{float:left;width:18px;height:18px;cursor:pointer;border-radius:18px;background-image:url(floatbar/close_pic.png);background-repeat:no-repeat;background-position:center center;background-size:22px;position:relative;z-index:2;margin-left: 10px;top:50px;}


.sec_bloc .top_info .info_ti h1{ font:24px/26px "microsoft yahei"; color:#fc0;}
.sec_bloc .top_info .info_ti h2{ font:14px/22px "microsoft yahei"; color:#fff;}
.sec_bloc .top_info .info_ti h2 em{ color:#fc0; margin-right:4px;font: 12px/16px "microsoft yahei";}

.sec_bloc .top_info span{ position:absolute;
     width:42px; transition:all linear.5s;height:42px; background:url(floatbar/jt_t.png) no-repeat center; top:82px; right:20px; background-size:42px;  z-index:2; cursor:pointer; }
.sec_bloc .top_info .cu_sp_180{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}
.inp_info{width:100%;/* height:500px; */overflow:hidden; background-color:#F3F3F3;padding:5px 0 5px 0;}
.inp_info .per_inp{ width:90%;position:relative; height:72px; margin:20px auto; overflow:hidden; background-color:#fff; border:1px #e2e2e2 solid; border-radius:10px;}
.inp_info .per_inp input{ width:100%; height:100%; font:20px/72px "microsoft yahei"; color:#999; text-indent:10px; outline:none;}
.inp_info .per_inp span{ position:absolute; height:72px; right:10px; top:0; font:22px/72px "microsoft yahei"; color:#666;}
.inp_info button{ width:90%; border:none; height:74px; color:#fff; border-radius:10px; display:block; text-align:center; margin:25px auto; background-color:rgba(0, 0, 0, 0.7); font:22px/74px "microsoft yahei";}

.pri_pic{ background-image:url(floatbar/jsq.png) !important;}


.per_sel{ width:90%; overflow:hidden; margin:20px auto;}
.per_sel select{ width:48%; float:left; height:72px; text-indent:8px; outline:none; font:20px/72px "microsoft yahei"; color:#999; border:1px solid #e3e3e3; box-sizing:border-box; border-radius:10px; background-color:#fff;}
.per_sel span{ width:4%; float:left; height:10px;}
.per_sel .wi_90{ width:100%;}
.inp_info p{ text-align:center; color:#666; margin-top:40px; font:20px/36px "microsoft yahei"; margin-bottom:15px;}

.inp_info em{ color:#999;}


.cxjs_butt{ text-align:center;}
.cxjs_butt a{padding:0 2%;font: 14px/26px "microsoft yahei";background-color: #F50;color: #FFF;display: inline-block;border-radius: 5px;margin-top: -4%;}

.price{width:100%;overflow:hidden;/* background-color:#f7f7f7;height:490px;padding-bottom:30px; */display:none;}
.price img{ width:90%; overflow:hidden; display:block; margin:0 auto;}

.price .pri_box{width:90%;margin:0 auto;overflow:hidden;background-color:#fff;padding-bottom:10px;border-top: 2px solid #666; margin-top:22%;}
.price .pri_box .ti_pri{width:100%;overflow:hidden;/* margin-top:20px; */}
.price .pri_box .ti_pri p{ float:left; width:33%; float:left; font:22px/60px "microsoft yahei"; color:#666; text-align:center;}

.price .pri_box .pri_info_num{ width:100%; overflow:hidden;}
.price .pri_box .pri_info_num .pri_num_ev{ width:100%; overflow:hidden;}

.price .pri_box .pri_info_num .pri_num_ev h1{float:left; width:33%; float:left; font:22px/66px "microsoft yahei"; color:#666; text-align:center; }
.price .pri_box .pri_info_num .pri_num_ev p{float:left; width:33%; float:left; font:22px/66px "microsoft yahei"; color:#cc3333; text-align:center; }
.tip_info{ width:90%; overflow:hidden; margin:0 auto; margin-top:36px;}
.tip_info p{ font:18px/36px "寰蒋闆呴粦"; color:#666; text-align:center; margin-bottom:10px;}
.tip_info p span{ color:#ff6600;}

.ti_mes{ text-align:center; font:24px/50px "microsoft yahei"; color:#333; margin-bottom:15px; margin-top:20px;}

.fl_pe_pri{ position:fixed; overflow:hidden; right:5px; bottom:1%; z-index:10; width:130px; height:120px; display:inline-block;}

.fl_pe_pri span{ position:absolute; right:0; top:5px; width:25px; height:25px; cursor:pointer;}
.fl_pe_pri p{ width:130px; height:120px; cursor:pointer; background:url(floatbar/pe_pri.png) no-repeat 0 0; background-size:130px;}
@media screen and (max-width: 500px){
	
	.fl_pe_pri{background-size:78px;}
	.fl_pe_pri p{width:78px; height:72px;background-size:78px;}
	.fl_pe_pri span{width:15px; height:15px; top:3px;}
	.fl_pe_pri{ width:78px; height:72px;} 

	.tip_info p{ font:14px/24px "寰蒋闆呴粦";}
	.inp_info p{font:14px/24px "microsoft yahei"; margin-top:20px;}
	.inp_info{/* height:320px; */}

	.price{ /*height:310px;*/margin-bottom:5%;}
	.blc_b{ height:54px; top:32px;}
	.sec_bloc .top_info .peo_w {
    width: 70px;
    height:77px;
    background-size:70px;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    margin-top: 15px;
    }
	.sec_bloc .top_info .info_ti{
	margin-top:35px;
	margin-left:10px; background-size:36px; padding-left:40px;
		}
		

	.suc_inf img {
     margin-top: 20px !important;
     }	
	 .suc_inf p{ font-size:16px !important;}
	 .suc_inf .f_c_s {
    font-size: 12px !important; margin:0 auto;
    margin-top: 10px !important;
	line-height:24px !important;
	 width:94%;
     }
	
	 
	  .suc_inf img {
    width: 18%;}
	.suc_inf span {
    font: 16px/30px "microsoft yahei";
    padding-left: 20px;
    background-size: 16px;
}
	.sec_bloc .top_info .info_ti h1{font: 15px/26px "microsoft yahei";}
	.sec_bloc .top_info .info_ti h2{font: 12px/16px "microsoft yahei";}
	.sec_bloc .top_info span{ top:35px; right:5px; background-size:24px;}
	.inp_info .per_inp{height: 36px;margin:10px auto;border-radius:5px;}
	.inp_info .per_inp input {
    font: 14px/38px "microsoft yahei";
    }
	.inp_info .per_inp span {
    height: 38px;
    font: 14px/38px "microsoft yahei";}
	.inp_info button {
    height: 38px;
    margin: 15px auto;
    font: 16px/38px "microsoft yahei"; border-radius:5px;
    }
	.per_sel {
    margin: 10px auto;
    }
	.per_sel select {
    height: 38px;
    font: 14px/38px "microsoft yahei";
    border-radius:5px;
    }
	.ti_mes{font: 16px/22px "microsoft yahei";margin-top: 0;}
	.price .pri_box .ti_pri p {
    font: 16px/32px "microsoft yahei";
	}
	.price .pri_box .pri_info_num .pri_num_ev p {
    font: 16px/36px "microsoft yahei";
	}
	.price .pri_box .pri_info_num .pri_num_ev h1{
    font: 16px/36px "microsoft yahei";
	}
	.tip_info {
    width: 75%;
    margin-top:10px;
    }
    .tip_info p {
    font: 12px/25px "寰蒋闆呴粦"; 
    }
	.tip_info p a{ color:#F30; margin:auto 5px;}
	
	}

#srhcondition span i{ white-space:nowrap;}

#footernav{ display:none;}
.weixin{ display:none;}
.foot_s .num_gl{width:100%;overflow:hidden;text-align:center;font: 13px/30px "microsoft yahei";color:#999;margin-top:12px;}
.foot_s .num_gl a{color: #333;margin:auto 8px;}


/*鎵嬫満绔枃绔犵偣璧炴ā鍧?/
.zan_box_p{ width:100%; margin-top:3%; margin-bottom:6%;text-align:center; overflow:hidden; padding-bottom:10px;}
.zan_box_p p{ padding-left:35px; cursor:pointer; display:inline-block; height: 40px; border-radius: 50px; color: #fff; line-height: 40px;  font-size:20px;  margin:0 10px;}
.zan_box_p p i{ padding:0 10px 0 5px; min-width:40px; display:inline-block; font-style:normal;}
.zan_box_p .p_good{ background:url(../Images1/zan.png) no-repeat; background-size:24px;  background-color: #f90; background-position:15px 6px;}
.zan_box_p .p_bad{ background:url(../Images1/zan_no.png) no-repeat; background-size:24px;  background-color: #eee; color:#666; background-position:15px 8px;}
@media screen and (max-width: 500px){
	.zan_box_p p{height: 32px; line-height: 32px; padding-left:30px;  font-size:16px;}
	.zan_box_p p i{ min-width:30px; padding:0 7px 0 3px;}
	.zan_box_p .p_good{  background-size:20px;   background-position:10px 5px;}
.zan_box_p .p_bad{  background-size:20px;  background-position:10px 7px;}
	}
/*鐐硅禐妯″潡end*/

/*鏂囩珷鎽樿*/
.txt_about{ border:1px solid #E5E5E5; margin:auto 2% 5%; padding:10px; background-color:#F5F5F5; text-indent:2em;}



/*閫氱敤搴曢儴锛堝浘鐗囷級鍏憡*/
.mb_gg{ width:100%; text-align:center; margin:5% auto auto;}
.mb_gg img{ width:96%; margin:auto;}