#popup {
    position: fixed;
    top: 16%;
    left: 2%;
    width: 93%;
    margin: 0 auto;
    display: none;
    z-index: 2147111111;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background: #fff;
    border: 6px solid rgba(191,191,191,.3);
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:16%; opacity:1}
}
@keyoframes animatetop {
    from {top:-300px; opacity:0}
    to {top:16%; opacity:1}
}
#popup .popup {
    position: relative;
    /* border-radius: 1.2rem; */
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.5rem;
    background: url("../images/tc_bg.png") no-repeat;
    background-size: cover;
}
.tc_top{
    width: 100%;
    overflow: hidden;
}
.tc_top img {
    width: 17%;
    float: left;
    margin-top: .5rem;
}
.tc_top span {
    width: 80%;
    font-size: 1.2rem;
    float: left;
    margin-top: .5rem;
    letter-spacing: 2px;
    margin-left: .5rem;
    color: #368424;
}


#popup #tc_content {
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
}
#popup #tc_content > div {
    width: 95%;
    display: block;
    margin: 2rem auto 2.3rem;
    box-sizing: border-box;
    padding: .5rem;
    background: #368424;
}
#popup #tc_content > div h3 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 6px 3px 7px rgba(40, 39, 39, 0.48);
}

#popup #tc_content form{
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}
#popup #tc_content p {
    width: 70%;
    float: left;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    padding: .1rem;
    margin-bottom: .6rem;
    border-radius: 0.2rem;
    background: #fff;
}
#popup #tc_content p i {
    font-size: 1.7rem;
    color: #ccc;
    margin-right: .3rem;
    float: left;
    margin-left: .3rem;
}
#popup #tc_content p input {
	box-sizing: border-box;
	padding: .3rem;
	float: left;
	letter-spacing: 1px;
	border: 0;
	outline: none;
}
#popup #tc_content button {
	width: 25%;
	box-sizing: border-box;
	padding: .5rem .3rem;
	background: #1a6c46;
	color: #fff;
	float: right;
	border: 0;
}
#popup #tc_bottom {
    float: left;
    background: #F5F5F5;
    color: #B6B6B6;
    box-sizing: border-box;
    padding: .2rem .5rem;
    font-size: .7rem;
}
#popup #tc_bottom span{
    margin-left: .2rem;
    color:#368424;
}
#close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ccc;
    cursor: pointer;
    z-index: 999999;
    font-size: 1.6rem;
}
.tada_1{
    -webkit-animation: tada 15s both infinite;
    -moz-animation: tada 15s both infinite;
    -ms-animation: tada 15s both infinite;
    animation: tada 15s both infinite;
    transition: transform 15s cubic-bezier(0.39, 0.91, 1, 1);
    animation-duration: 6s;
}
@keyframes tada
{
    0%{
        transform:translateX(70px);
    }
    10%,100%{
        transform:translateX(0px);
    }
}
.animated_1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.xd18_tcxs {
    position: fixed;
    right: 0;
    top: 48%;
    z-index: 1003;
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    background: url(../images/tc.png)no-repeat center center;
    background-size: 100% 100%;
    padding: 8px;
    animation-iteration-count: infinite;
    box-sizing: border-box;
    transition: transform 15s ;
    animation-duration: 6s;
}
.tc_phone {
	position: fixed;
	box-sizing: border-box;
	padding: .3rem;
	background: #ef1f1f;
	border-radius: .5rem;
	color: white;
	width: 2.7rem;
	top: 41%;
	font-size: .9rem;
	letter-spacing: 2px;
	right: .1rem;
	z-index: 100;
}

.m-modal-box2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(55,61,65,.4);
    display: none;
}