*{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

.swt_bj_content{
	width:900px;
	height:360px;
	margin:0 auto;
	background:url(https://www.qszs.com/../images/swt_bj_titlte.png) no-repeat center 25px;
	box-sizing:border-box;
	padding-top:50px;
	/* position:relative; */
	position: fixed;
	margin-top:-150px;
	margin-left:-450px;
	border:1px solid #ccc;
	background-color:#fff;
	transform:scale(0);
	transition: all .5s; 
	box-shadow: 0 2px 20px 0 #333;
	z-index: 9999999;
}
.bids_close {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    background: #e6002e;
}
.tc_left,.tc_right{width:403px;float:left;padding-top:42px;box-sizing:border-box;}
.tc_left{width:477px;padding-left:32px;}
.tc_left>div{width:100%;margin-bottom:10px;overflow:hidden;}
.tc_box_title{width:104px;height:38px;line-height:38px;float:left;font-size:14px;}
.tc_box_title>span{color:#ea4740;margin-left:10px;}
.tc_box_line{width:252px;height:38px;position:relative;float:left;}
.tc_box_line input{width:100%;height:38px;box-sizing:border-box;outline:none;border:1px solid #e6e6e6;text-indent:10px;}
.tc_box_line span{position:absolute;right:20px;top:11px;font-size:14px;color:#353535;}
.tc_box_line select{width:78px;height:38px;border:1px solid #e6e6e6;outline:none;float:left;box-sizing:border-box;margin-right:9px;}
.tc_box_line select:nth-of-type(3){margin-right:0;}
.tc_box_line p{color:#ea4740;font-size:12px;}
.tc_right{padding-left:60px;}
.tc_right h1{font-size:16px;color:#454444;width:100%;text-align:center;margin-top:-28px;line-height:40px;}
#zongjia{color:#ea4740;font-size:20px;width:122px;display:inline-block;}
.tc_table{width:100%;border:1px solid #e6e6e6;}
.tc_table tr td{line-height:35px;text-align:center;font-size:16px;}
.tc_table tr:nth-of-type(1) td{color:#767575;}
.ys_txt_1{color:#cc3232; width: 30%;}
.tc_right p{font-size:12px;margin-top:10px;line-height:20px;}
.tc_right p span{color:#ea4740}

.swt_bj_btn{
	position:absolute;
	top:120px;
	left:416px;
	cursor:pointer;
}

.butrotate{
	position: absolute;
	  top: 0;
	  left: 0;
	  -webkit-animation: zhuan 3s linear infinite;
	  animation: zhuan 3s linear infinite;
	 
  }
  @keyframes zhuan
  {
	  0%{transform:rotate(0deg);}
	  100%{transform:rotate(360deg);}
	  }
  @-webkit-keyframes zhuan
  {
	  0%{transform:rotate(0deg);}
	  100%{transform:rotate(360deg);}
  }


  /* pcºì°ü */
  /* ºì°ü */
.red_left{
    position: fixed;
	left: 16px;
	display: none;
    bottom: 13px;
    z-index: 99999;
    cursor: pointer;
}


.envelop-content{
	position: absolute;
    left: 0;
    top: 0;
    width: 93px;
    height: 93px;
    border-radius: 100%;
    background-color: white;
    background-image: url(https://www.qszs.com/../images/hongbao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    display: block;
}
.envelop-pulse {
    width: 93px;
    height: 93px;
    background-color: red;
    border-radius: 100%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes pulse1 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(1.5, 1.5, 1);
        opacity: 0
    }
}

@keyframes pulse1 {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: 0
    }
}

.pulse1 {
    -webkit-animation-name: pulse1;
    animation-name: pulse1
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.red_container{
    width: 100%;
	background: rgba(0,0,0,0.6);
	height: 100%;
	position: fixed;
    top:0;
    transform: scale(0);
	z-index:9999999999;
}

.red_container .chai{
    position: relative;
    height: 534px;
    width: 480px;
    top: 50%;
    left:50%;
    margin-top:-350px;
    margin-left:-240px;
    background: url(https://www.qszs.com/../images/77634412024064991.png) no-repeat;
    background-size: 100%;
}
.red_container .red_close{
   position: absolute;
   width: 40px;
   height: 40px;
   bottom:-50px;
   left:50%;
   margin-left:-20px;
   cursor: pointer;
}


.red_container .red_close img{
  width: 100%;
  height: 100%;
  

}


.red_container .red_form{
    position: absolute;
    width: 380px;
    top: 280px;
    padding:0 15px;
    left: 50%;
    /* height: 100px; */
    margin-left: -185px;
    box-sizing: border-box;
}
.red_container .red_form .n-top{
    display: block !important;
}
.red_container .red_form .input_tel{
    background-color: #ffffff;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    border:none;
    outline: none;
    text-align: center;
    font-size: 16px;
    display: block;
}
.red_container .red_form .redSubmit
{   
    margin-top:15px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #cd0921;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 100%;
    height: 55px;
    background-image: linear-gradient(107deg, 
		#edbe8c 0%, 
		#fffad4 23%, 
		#e4a976 51%, 
		#fffad4 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	box-shadow: 3px 0px 6px 0px 
		rgba(0, 0, 0, 0.22);
	border-radius: 10px;
}


/* ¸¡¶¯²Ëµ¥ */
#floatMenu .qs_rmenu {
	position: fixed;
	left: 26px;
	bottom: 20%;
	margin-top: -100px;
	z-index: 9999;
}

#floatMenu .qs_rmenu .qs_btn,
#floatMenu .qs_rmenu .qs_rtop {
	width: 72px;
	height: 73px;
	border-radius: 4px;
	background: #000;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}

#floatMenu .qs_rmenu .qs_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

#floatMenu .qs_rmenu .qs_btn a img:nth-of-type(2) {
	display: none;
}


/* #floatMenu .qs_rmenu .qs_btn:hover img:nth-of-type(1) {
	display: none;
}  */
/* #floatMenu .qs_rmenu .qs_btn.on img:nth-last-of-type(2) */

#floatMenu .qs_rmenu .qs_btn a.on img:nth-of-type(1),
#floatMenu .qs_rmenu .qs_btn a:hover img:nth-of-type(1) {
	display: none;
}

#floatMenu .qs_rmenu .qs_btn a.on img:nth-of-type(2),
#floatMenu .qs_rmenu .qs_btn a:hover img:nth-of-type(2) {
	display: inline-block;
}





.tel-content{
width:160px;
height:53px;
font-size:12px;
position:absolute;
right:-175px;
top:0px;
text-align:center;
color:#fff;
box-sizing:border-box;
background: #fff;
border: 1px solid #ccc;
border-top: 4px solid #003787;
box-shadow: 0 3px 8px rgba(0,0,0,.15);
border-radius:5px;
opacity:0;
transform:translateX(130px);
transition:.3s;
visibility:hidden;
z-index: 999;
padding-top: 5px;
}

.tel-content p{
line-height:20px;
color:#003787;
background: #fff;
}

.qszs-tel b:hover + .tel-content{
opacity:1;
transform:translateX(0);
visibility:visible;
}