html,body {
    min-width: 100%;
    min-height: 100%;
    font-size: 64px!important;
    background: #fff;
    background:url(../images/bg.jpg) repeat-y;
    background-size:100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input,textarea{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select:text;
    font-family: "微软雅黑","黑体";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/

th {
    text-align: inherit;
}

/* 去除默认边框 */

fieldset, img, a img {
    border: 0;
}
img {
    display: inline;
    vertical-align: middle;
}

/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
    display: block;
}

/* 去掉列表前的标识, li 会继承 */

ol, ul, li {
    list-style: none;
    -webkit-margin: 0;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
ins, a {
    text-decoration: none;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
}

/* 清理浮动 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/*修复firefox button内文字不垂直居中*/

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]> input[type="button"]::-moz-focus-inner {
    margin: 0;
    padding: 0;
    border: none;
}
a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -webkit-touch-callout: none;
    -ms-tap-highlight-color: rgba(255, 0, 0, 0);
    -ms-touch-callout: none;
    -moz-tap-highlight-color: rgba(255, 0, 0, 0);
    -moz-touch-callout: none;
    tap-highlight-color: rgba(255, 0, 0, 0);
    touch-callout: none;
}

/*placeholder颜色*/

::-webkit-input-placeholder {
    color: #c1c1c1;
}
:-moz-placeholder {
    color: #c1c1c1;
}
::-moz-placeholder {
    color: #c1c1c1;
}
:-ms-input-placeholder {
    color: #c1c1c1;
}
input,textarea{
    color:#fff;
}

a {
    -webkit-tap-highlight-color: transparent
}
.w1200,.w1240{
    width:100%;
}
.cover,.bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none
}
.bg {
    -webkit-transition:all 0.1s ease;
    transition:all 0.1s ease;
}
.cover.show {
    display: block
}

.center{
    position:absolute;
    left:50%;top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.dialog{
    position:fixed;
    z-index:1000;
    display:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.prompt{
    background-color: #fff;
    width: 78.125%;
    font-size: 0.21875rem;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.prompt-text{
    padding: 0.3125rem 0.1562rem;
}
.prompt-btns{
    background-color: #eee;
    border-top: 1px solid #d9d9d9;
}
.prompt .close{
    display: block;
    font-size: 0.21875rem;
    height: 0.625rem;
    line-height: 0.625rem;
    width: 100%;
}

.btn{
    width:1.359375rem;
    height:0.46875rem;
    line-height:0.46875rem;
    border:1px #000 solid;
    position:absolute;
    bottom:0;
    left:50%;
    margin:0 0 0 -0.679rem;
    z-index:2;
    display:block;
    font-size:0.1718rem;
    text-align: center;

}

.container .logo{
    width:0;
    height:0;
    overflow:hidden;
    font-size:0;
    /*width:0.65rem;
    height:0.65rem;
    background:url(../images/logo.png) no-repeat;
    background-size:cover;*/
    position:absolute;
    top:0.125rem;
    right:0.125rem;
    z-index:1;
}

.container .tree{
    width:1.234375rem;
    height:1.1171875rem;
    background:url(../images/sign1.png) no-repeat;
    background-size:cover;
    top:4.7890625rem;
    left:0;
}
.container .leaves{
    width:0.890625rem;
    height:0.9453125rem;
    background:url(../images/sign2.png) no-repeat;
    background-size:cover;
    top:4.265625rem;
    right:0;
}
.container .sign{
    position:absolute;
}

.container .box{
    width:4.53125rem;
    margin:0.3rem auto 0;
}
.container .box img{
    width:100%;
    display:block;
}
.container .box .line{
    padding:0 0.25rem;
    background:url(../images/box2.png) repeat-y;
    background-size:100%;
    font-size:0.171875rem;
    line-height:0.3125rem;
}
.container .box .line p{
    padding:0 0 0.2rem;
}
.container .box .line img{
    padding:0 0 0.2rem;
}
.container .box .line{
    padding-top:1px;
}
.container .box .list{
    height:2.6rem;
    margin-top:-0.15rem;
    overflow:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.container .box .list li{
    border-bottom:1px #cecabf solid;
    padding:0.15625rem 0 0.15625rem 0.1171875rem;
}
.container .box .list li img{
    float:left;
    width:0.59375rem;
    height:0.59375rem;
    padding:0;
}
.container .box .list li .info{
    width:3.1rem;
    float:left;
    height:0.59375rem;
    padding:0 0 0 0.15625rem;
    overflow:hidden;
}
.container .box .list li .info p{
    font-size:0.1875rem;
    padding:0;
}
.container .box .list li .info p:nth-child(2){
    font-size:0.15625rem;
    color:#898989;
}
.foot{
    padding:0.2rem 0 ;
    text-align:center;
}
.foot p{
    font-size:0.171875rem;
    line-height:0.3125rem;
}
.foot img{
    width:100%;
    display:block;
    margin:0 auto;
}
.foot .pic{
    width:31.25%;
    margin-bottom:0.1rem;
}
.foot .code{
    width:24.5%;
    margin-top:0.1rem;
    margin-bottom:0.1rem;
}
.space{
    height:0.78125rem;
}

.tool{
    width:100%;
    height:0.78125rem;
    position:fixed;
    z-index:2;
    background:#cda437;
    bottom:0;
    left:0;
}
.tool a{
    display:block;
    height:0.367rem;
    padding:0 0 0 0.4rem;
    font-size:0.21rem;
    line-height:0.3671875rem;
    color:#fff;
    float:left;
    margin:0.207rem 0 0 0.4rem;
}
.tool .share{
    background:url(../images/share.jpg) no-repeat;
    background-size:0.34375rem 0.3671875rem;
}
.tool .tel{
    background:url(../images/tel.jpg) no-repeat;
    background-size:0.34375rem 0.3671875rem;
}
.tool .join{
    width:38%;
    height:0.78125rem;
    line-height:0.78125rem;
    font-size:0.21rem;
    float:right;
    color:#fff;
    background:#ce7c36;
    margin:0;
    padding:0;
    text-align:center;
}
.title{
    width:2.6rem;
    margin:0.65rem auto 0;
    position:relative;
}
.title img{
    width:100%;
    display:block;
}
.title:before,.title:after{
    content:'';
    width:0.453125rem;
    height:0.40625rem;
    background:url(../images/form2.png) no-repeat;
    background-size:cover;
    position:absolute;
    left:-0.453125rem;
    top:50%;
    margin:-0.203125rem 0 0;
}
.title:after{
    left:auto;
    right:-0.453125rem;
    background:url(../images/form3.png) no-repeat;
    background-size:cover;
}
.nodata{
    font-size:0.1875rem;
    text-align:center;
    line-height:1.5rem;
}
.sharebox{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:10001;
    display:none;
}
.sharebox img{
    width:100%;
    display:block;
}
.opacity{
    opacity:0;
}
@media only screen and (min-width: 360px) and (max-width:413px) {
    html,body {
        font-size:75px!important
    }
}

@media only screen and (min-width: 414px) and (max-width:600px) {
    html,body {
        font-size:82.8px!important
    }
}

@media only screen and (min-height: 360px) and (max-height:413px) and (orientation:landscape) {
    html,body {
        font-size:75px!important
    }
}

@media only screen and (min-height: 414px) and (max-height:600px) and (orientation:landscape) {
    html,body {
        font-size:82.8px!important
    }
}
