﻿@charset "utf-8";
/** 
html{
    background: url(../images/bg.jpg) repeat;
    background-attachment: fixed;
}
**/
.clear{ clear:both;}

.block{display:block;}
.blue {color: blue;}
.green {color: green;}
.red {color: red;}
section {width: 100%;clear:both;margin: 0 auto;}
.BGWhite{background-color:white;}


/** 首页微信弹窗**/
#shadowhide2
{
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display:block;
    }
.tankuang2 {
    width: 90%;max-width: 320px;
    height: 202px;
    background-color:white;
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    font-size:1rem;
    border-radius: 15px;
	transform: translateX(-50%) translateY(-50%);
    }
a.red2, a.green2 {
    color: white;
    display: block;
    width: 30%;
    line-height: 1.8rem;
    float: left;
	margin-top: 0.8rem;
    margin-left: 2.5rem;
	font-size: 1rem;
	border-radius: 3px;
}
a.red2{background-color: red;}
a.green2{background-color: green;}
.biaotisss1,.biaotisss2,.biaotisss3,.biaotisss4{line-height: 2rem;}
.biaotisss1{color:red;padding: 6px;font-weight: bold;font-size:1rem;}
.biaotisss2{color:blue;font-size:0.9rem;}
.biaotisss3{color:blue;font-size:0.9rem;}
.biaotisss4{color:red;font-size:1rem;}
/** 首页微信弹窗- end**/
/** 首页微信心跳-start**/
@media screen and (max-width: 400px) 
{
 .weixinbox a{font-size: 12px;}
}
.wxmain {margin-top: 10px;background: #fffff0;padding: 10px;}
.weixinbox {
    border-radius: 200px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: blue;
	 background: #79CDCD;
}

.join-box img {
    display: block;
    width: 206px;
	height: 200px;
    margin: 0 auto;
}
.click-btn {
    display: block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    border-radius: 15px;
    margin: 5px auto;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    box-shadow: 0 0 5px #000;
    transition: color 0.3s;
}

.click-btn:hover {
        color: #000;
    }

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        transform: scaleX(1);
    }
}
.overlay {
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 90%;    
    z-index: 100;line-height:2rem;color:white;text-align:center;margin:0 auto;border-radius: 10px;margin-top:10px;
}
.overlay a{color:white;}

.copy-box {
    position: fixed;
    transform: translateX(-50%);
    top: 35%;
    left: 50%;
    margin-top: -130px;
    /* margin-left: -200px; */
    width: 306px;
    height: 260px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: none;
    z-index: 101;
}

.close-box {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    font-weight: bold;
    color: #ff9b00;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.close-box img {
        position: absolute;
        display: block;
        width: 38px;
        height: 38px;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }

.copy-box .text {
    padding: 35px 0 26px;
    color: #000;
    line-height: 39px;
    text-align: center;
    font-size: 24px;
}

.copy-box .goweixin {
    display: block;
    width: 75%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff9b00;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    margin: 0 auto;
}
/** 首页微信心跳-end**/

/**微信手动复制弹框***/
#shadowhide
{
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display:none;
    font-size:1rem;
    }
.tankuang {
    width: 99%;max-width:330px;
    height: 5rem;
    background-color: white;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
    text-align: center;
    font-size: 1rem;
    }

.tankuang_title {
    margin: 16px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;color:red;
}
.copytxt {
    font-size: 15px;
	line-height:0.5rem;
}
.copylink {
    background-color: #FF6B6B;
    height: 40px;
    text-align: center;
    margin-top: 0.5rem;
    display:block;
}
.copylink a{display:block;width:100%;font-size:0.6rem;font-weight:bold;line-height: 0.6rem; color:#FFF}
.close {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: .145rem;
    top: .125rem;
    border:none;
    vertical-align:middle;
    }
.close:hover { cursor:pointer;}
/**微信手动复制弹框 end***/

/**首页底部微信导航 **/
.btcode2 {
 position: fixed;
 font-weight: bold;
/** font-size: 1rem;**/
  bottom: 0;
    display: block;
    margin: 0 auto !important;
    width: 100%;
    height: 55px;
    max-width: 720px;
    border-radius: 1px !important;
    background: #cc0000 !important;
    padding-top: 1px;
    text-align: center;
}

.weixin-box {
    width: 360px;
    margin: 0 auto;
}
.join-weixinImg {
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin: 4px 0 0 4px;
}
#openWeixin {
    float: left;
    font-size: 15px;
    margin: 11px 0 0 5px;
    color: white;
    background-color: blue;
	border:1px solid #FFFF00;
    border-radius: 7px;
    padding: 6px;
}
.join-weixinText {
    float: left;
    margin-left: 4px;
	margin-top: 4px;
	width: 218px; 
	height: 35px; 
}
@media screen and (max-width: 400px) 
{
#openWeixin {margin: 11px 0 0 0px;}
.join-weixinText {width: 190px; }
}
/**首页底部微信导航 end **/
