*{
    padding: 0;
    margin: 0;
}
span {
    display: inline-block;
}

ul {
    list-style: none;
}

html,a{
    color: #333;
    font-family: '微软雅黑';
}
textarea,
input,
select:focus {
    outline: 0;
}
a{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
a:hover{
    color: #017CD9;
}
.q_content{
    width: 1200px;
    margin: 0 auto;
}
.q_head{
    display: flex;
    height: 95px;
    align-items: center;
    justify-content: space-between;
}

.q_logo{
    display: flex;
    align-items: center;
}
.q_logo img{
    margin-right: 22px;
}
.q_logo>div{
    position: relative;
}
.q_logo>div:hover .q_adress{
    display: flex;
}
.q_logo p{
    font-size: 18px;
    cursor: pointer;
}
.q_logo p span{
    width: 0;
    height: 0;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:6px solid #999;
    margin-left: 14px;
}
.q_logo span{
    font-size: 14px;
    color: #999;
}
.q_menu a{
    font-size: 18px;
    color: #333;
    padding-bottom: 8px;
    margin-left: 40px;
}
.q_menu a.q_active,.q_menu a:hover{
    border-bottom: 2px solid #017CD9;
}
.q_banner{
    height: 500px;
    width: 100%;
    background: url('./img/banner.jpg') no-repeat center;
    background-size: cover;
    padding-top: 32px;
}
.q_adress{
    position: absolute;
    border: 1px solid #ddd;
    padding: 16px;
    width: 380px;
    font-size: 13px;
    display: none;
    flex-wrap: wrap;
    background: #fff;
    top: 0;
    right: -380px;
    z-index: 9999;
}
.q_adress a{
    width: 69px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 26px;
}
.q_adress a span{
    color: #999;
    font-size: 12px;
    margin-right: 2px;
}
.q_adressBox{
    background: rgba(245,246,247,0.85);
    height: 468px;
    width: 340px;
    border-radius: 8px 8px 0 0;
}
.q_adressBox h1{
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}
.q_adressBox>div{
    font-size: 14px;
    display: flex;
    padding: 14px 0;
}
.q_adressBox>div span{
    font-weight: bold;
    width: 90px;
    flex-shrink: 0;
    text-align: center;
}
.q_adressBox>div a{
    width: 46px;
}
.q_searchBox{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.q_searchBox h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
 .q_searchLeft{
    width: 690px;
}
 .q_searchRight{
    width: 350px;
}
.q_searchLeft .q_textBox{
    display: flex;
    justify-content: space-between;
}
.q_searchLeft .q_text{
    display: flex;
    font-size: 14px;
    margin-bottom: 12px;
}
.q_searchLeft .q_text span{
    font-weight: bold;
    width: 50px;
    flex-shrink: 0;
}
.q_searchLeft .q_text a{
    margin-right: 30px; 
    /* max-width: 45px; 
    height: 20px;*/
    overflow: hidden;
}
.q_searchLeft .q_textBox>a{
    font-size: 14px;
}
.q_text>div{
    display: flex;
}
.q_ge{
    width: 60px;
    margin-right: 2px;
    cursor: pointer;
}
.q_ge a{
    width: 60px;
    height: 8px;
    background: #edeceb;
}
.q_ge p{
    display: flex;
    justify-content: space-between;
    color: #666;
    margin-left: -8px;
    font-size: 12px;
}
.q_ge:first-child p{
    margin-left: 0;
}
.q_ge p span{
    font-weight: 400 !important;
}
.q_ge:hover a{
    background: #017CD9;
}
.q_ge:hover p span,.q_ge:hover+.q_ge p span:first-child{
    color: #017CD9;
}
.q_text>div>p{
    color: #666;
    padding-top: 10px;
    padding-left: 20px;
}
.q_inputBox{
    display: flex;
    height: 50px;
    margin-top: 20px;
}
.q_inputBox input{
    border: 1px solid #ededed;
    border-right: none;
    height: 100%;
    flex: 1;
    text-indent: 14px;
}
.q_inputBox  button{
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9327;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border: none;
}

.q_inputBox1{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.q_inputBox1 input{
    width: 230px;
    height: 48px;
    border: none;
    border-bottom: 1px solid #ededed;
    text-indent: 22px;
}
.q_inputBox1 button{
    width: 100px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ededed;
    background: #fff;
    cursor: pointer;
}
.q_inputBox1 button:hover{
    color: #017CD9;
    border-color: #017CD9;
}
.q_inputBox1>img{
    width: 12px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 14px;
}
.q_searchRight>p{
    color: #666;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 30px;
}
.q_zhao{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.q_zhao a{
    display: flex;
    align-items: center;
}
.q_zhao a span{
    width: 0;
    height: 0;
    border-left: 4px solid #999;
    border-top: 4px solid  transparent;
    border-bottom: 4px solid  transparent;
    margin-left: 4px;
}
.q_zhao a:hover span{
    border-left: 4px solid #017CD9;
}
.q_zhao a:hover {
    color: #017CD9;
}
.q_title{
    font-size: 30px;
    font-weight: bold;
}
.q_title{
    margin-bottom: 18px;
}
.q_zixun{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    height: 400px;
}
.q_zixun .q_left{
    width: 600px;
}
.q_zixun .q_right{
    width: 580px;
}
.q_zixun .swiper-container{
    width: 100%;
    height: 300px;
}
.q_zixun .swiper-container img{
    width: 100%;
    height: 100%;
}
.swiper-button-next, .swiper-button-prev{
    width: 27px;
    height: 44px;
    background: rgba(0,0,0,0.5);
}
.swiper-button-next:after, .swiper-button-prev:after{
    transform: scale(.4);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.swiper-slide{
    position: relative;
}
.swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
}
.q_tabBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.q_tabBox>a{
    font-size: 14px;
    color: #999;
}
.q_tab{
    display: flex;
}
.q_son{
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ededed;
    cursor: pointer;
    color: #666;
}
.q_son:first-child{
    border-radius: 30px 0 0 30px;
}
.q_son:last-child{
    border-radius: 0 30px 30px 0;
}
.q_activeTab{
    background: #0083ff;
    border-color: #0083ff;
    color: #fff;
}
.q_list {
    height: 40px;
    border-bottom: 1px dashed #eee;
    box-sizing: content-box;
}
.q_list:first-child{
    border-top: 1px dashed #eee;
    margin-top: 20px;
}
.q_list a{
    float: left;
    width: 80%;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.q_list a:hover{
    color: #0083ff;
}
.q_list span{
    float: right;
    width: 20%;
    text-align: right;
    color: #999;
    line-height: 40px;
    font-size: 14px;
}
.q_banner1{
    height: 60px;
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.q_imgbox1{
    display: flex;
    justify-content: space-between;
}
.q_imgbox1>div{
    width: 290px;
}
.q_imgbox1>div div{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.q_imgbox1>div img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    animation: myfirst1 0.5s linear;
}
.q_imgbox1>div img:hover{
    animation: myfirst 1s linear;
    transform: scale(1.1);
}
.q_imgbox1 div p{
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.q_addMore{
    width: 120px;
	height: 36px;
    border: 1px solid #ededed;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 28px;
    cursor: pointer;
}
.q_changeAdress>div{
    display: flex;
    justify-content: space-between;
}
.q_changeAdress>div>div{
    width: 360px;
    display: flex;
    flex-direction: column;
}

.q_changeAdress .q_imgBox{
    width: 100%;
    height: 258px;
    overflow: hidden;
}
.q_changeAdress .q_imgBox>a{
    display: block;
    width: 100%;
    height: 100%;
}
.q_changeAdress .q_imgBox img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    animation: myfirst1 0.5s linear;
}
.q_changeAdress .q_imgBox img:hover{
    animation: myfirst 1s linear;
    transform: scale(1.1);
}
.q_main{
    padding: 16px;
    border: 1px solid #ededed;
    border-top: none;
}
.q_main h1{
    font-size: 16px;
    text-align: center;
}
.q_main p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    margin-top: 12px;
}
.q_changeAdress .q_main p img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
} 
.q_ju{
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 20px;
}
.q_ju span{
    color: #1e9b1b;
}
.q_biao{
    text-align: center;
    height: 24px;
}
.q_biao span{
    padding: 2px 4px;
    border-radius: 2px;
    background: #88b8cc;
    color: #fff;
    font-size: 14px;
}
.q_changeAdress .q_main .q_gou{
    margin-top: 14px;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 50px;
}
.q_changeAdress .q_main .q_gou img{
    width: 14px;
    height: 14px;
    margin-right: 2px;
}
.q_changeAdress .q_main .q_gou span{
    white-space: nowrap;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    margin-right: 8px;
    color: #1e9b1b;
    /* display: flex; */
    align-items: center;
    /* padding-right: 10px; */
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.q_centerB{
    width: 100%;
    background: #f9fafd;
    padding: 40px 0;
}

.q_centerB .q_left>a{
    display: block;
    height: 100% !important;
    width: 100%;
}
.q_centerB>div>div{
    display: flex;
    justify-content: space-between;
}
.q_left{
    width: 380px;
    height: 432px;
    position: relative;
}
.q_center,.q_right{
    width: 380px;
    position: relative;
}
.q_left img{
    width: 100%;
    height: 100%;
}
.q_left p a,.q_centerB .q_sonP a,.q_zhao1 div p a{
    height: 36px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
    font-size: 14px;
}
.q_imgbox1>div div>a{
    display: block;
    width: 100%;
    height: 190px;
}
.q_centerB .q_sonImg{
    height: 100%;
    width: 100%;
}
.q_centerB .q_content>div>div>a{
    display: block;
    width: 100%;
    height: 210px;
}
.q_centerB .q_sonP a{
    top: 174px;
}
.q_centerB h2{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    height: 40px;
}
.q_centerB h2 a{
    font-weight: 400;
    font-size: 14px;
}
.q_centerB .q_sonp1 a{
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.q_yuanqu{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.q_yuanqu .q_title{
    margin-bottom: 10px
}
.q_yuanqu>div{
    width: 560px;
}
.q_yuanqu>div .q_list{
    border-top: none;
    border-bottom: none;
    margin-top: 0 !important;
}
.q_search2{
    width: 100%;
    height: 240px;
    background: url('./img/service-bg.jpg') center;
    background-size: cover;
    margin-bottom: 40px;
}
.q_sBox{
    width: 622px;
    float: right;
    padding-top: 90px;
}
.q_sBox p{
    font-size: 16px;
    color: #fff;
}
.q_sBox p span{
    font-weight: bold;
    margin: 0 4px;
    text-align: left;
}
.q_title p{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}
.q_find .q_title{
    margin-bottom: 16px;
}
.q_find >div>div{
    width: 280px;
}
.q_find .q_imgBox{
    height: 199px;
}
.q_find .q_imgBox img{
    height: 199px;
}
.q_zhao1>div>div{
    position: relative;
}
.q_zhao1 div p{
    text-align: center;
}
.q_findBox{
    padding: 40px 0;
    background: #f9fafd;
}
.q_findBox>div{
    height: 500px;
    box-shadow: 0 0 2px #e0e0e0;
    display: flex;
}
.q_findBox ul{
    width: 230px;
    height: 100%;
    flex-shrink: 0;
    box-shadow: 0 0 2px #e0e0e0;
    padding-left: 20px;
    padding-top: 22px;
    z-index: 9;
}
.q_findBox ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-radius: 30px 0 0 30px;
    padding-left: 22px;
    margin-bottom: 10px;
    cursor: pointer;
}
.q_findBox ul li:hover{
    background: #e3e3e3;
}
.q_findBox ul li.q_avtiveLi{
    background: #0083ff;
    color: #fff;
    width: 220px;
}
.q_findBox ul li.q_avtiveLi span{
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 6px solid #0844f5;
    border-right: 10px solid transparent;
}
.q_findBox .q_right{
    flex: 1;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    padding: 40px;
    font-size: 14px;
}
.q_findBox .q_right2,.q_findBox .q_right3{
    display: none;
}
.q_findBox .q_right1>div,.q_findBox .q_right3>div{
    display: flex;
    margin-bottom: 16px;
}
.q_findBox .q_right1 span,.q_findBox .q_right3 span{
    width: 80px;
    height: 18px;
    border-right: 1px solid #ccc;
    flex-shrink: 0;
}
.q_findBox .q_right1  a,.q_findBox .q_right3  a{
    color: #999;
    margin: 0 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.q_right2{
    display: flex;
    flex-wrap: wrap;
}
.q_right2>div{
    width: 45%;
    margin-left: 30px;
    padding: 15px 10px;
    height: 111px;
    border-bottom: 1px dashed #ccc;
}
.q_right2>div a{
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 18px;
}
.q_right2>div p{
    width: 100%;
    line-height: 25px;
    color: #999;
    font-size: 13px;
    height: 25px;
    overflow: hidden;
}
.q_right2>div p span{
    margin-right: 30px;
}
.q_footer{
    background-color: #303235;
    width: 100%;
    padding: 60px 0 30px 0;
}
.q_footer ul{
    display: flex;
}
.q_footer ul li{
    width: 20%;
}
.q_footer ul li h1{
    font-size: 16px;
    color: #fff;
    margin-bottom: 32px;
}
.q_footer ul li a{
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    color: rgb(142, 142, 142);
}
.q_footer ul li span{
    display: block;
}
.q_footer ul li span img{
    display: none;
    width: 78px;
    height: 78px;
    margin-bottom: 12px;
}
.q_footer ul li .q_actives img{
    display: block;
}
.q_footer ul li p{
    display: flex;
    align-items: center;
}
.q_footer ul li p a{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(251,251,251,0.1);
    margin-right: 12px;
    position: relative;
}
.q_abox{
    display: none !important;
    /* width: 120px; */
    background: #fff;
    position: absolute;
    line-height: 16px !important;
    bottom: 32px;
    left: -40px;
    font-size: 12px;
    text-align: center;
    padding: 12px;
}
.q_footer ul li p a:hover .q_abox{
    display: block !important;
}
.q_abox span{
    display: block;
    color: #333;
}
.q_abox img{
    width: 110px !important;
    height: 110px !important;
    display: block !important;
    margin: 0 auto !important;
}
.q_footer ul li div{
    padding-left: 60px;
    position: relative;
}
.q_footer ul li div h1{
    margin-bottom: 12px;
}
.q_footer ul li div img{
    width: 40px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
}
.q_footer ul li h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #fff;
}
.q_link{
    display: flex;
    padding: 32px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(251,251,251,0.1);
    border-top: 1px solid rgba(251,251,251,0.1);
    color: rgb(142, 142, 142);
}
.q_link span{
    font-size: 16px;
    margin-right: 110px;
    width: 64px;
    flex-shrink: 0;
}
.q_link a{
    width: 140px;
    margin-right: 24px;
    margin-bottom: 19px;
    margin-top: 1px;
    color: rgb(142, 142, 142);
    font-size: 14px;
}
.q_copy{
    display: flex;
    align-items: center;
    padding: 18px 0;
}
.q_copy a{
    color: rgb(142, 142, 142);
    font-size: 14px;
    margin-left: 38px;
}
.q_copy a:first-of-type{
    margin-left: 68px;
}
.q_copy>img{
    width: 100px;
    height: 29px;
}
.q_copy>span{
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(142, 142, 142);
    border: 1px solid rgba(251,251,251,0.1);
    cursor: pointer;
    font-size: 14px;
    position: relative;
    margin-left: 76px;
}
.q_copy>span img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.q_copy>span>span{
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 6px solid rgb(142, 142, 142);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.q_copy>span:hover>span{
    border-top: none;
    border-bottom: 6px solid rgb(142, 142, 142);
}
.q_copy>span div{
    width: 200px;
    height: 100px;
    border: 1px solid rgba(251,251,251,0.1);
    position: absolute;
    padding: 16px;
    top: -100px;
    left: 0;
    color: #0083ff;
    background: #303235;
    display: none;
}
.q_copy>span:hover>div{
    display: block;
}
.q_footp{
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    font-size: 14px;
    color: rgb(142, 142, 142);
    align-items: center;
}
.q_footp img{
    width: 40px;
    height: 40px;
    margin-left: 12px;
}
.q_footp span:first-child img{
    width: 16px;
    height: 16px;
}
.q_mao{
    position: fixed;
    right: 40px;
    bottom: 60px;
}
.q_mao li{
    width: 50px;
    height: 100px;
    margin-bottom: 8px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.q_mao li:nth-of-type(1),.q_mao li:nth-of-type(2){
    background: url('./img/hudongbackground1.jpg') center;
    background-size: cover;
    color: #fff;
}
.q_mao li:nth-of-type(3){
    height:140px;
    border: solid 1px #efefef;
    position: relative;
    padding-top: 46px;
    background: #fff;
}
.q_mao li:nth-of-type(3) img{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 8px;
}
.q_mao li:last-child{
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    padding: 0;
    border: solid 1px #efefef;
}
.q_mao li:last-child img{
    width: 24px;
    height: 24px;
}
.q_mao li:hover .q_hoverB{
    display: block;
}
.q_hoverB{
    padding-right: 8px;
    position: absolute;
    right: 50px;
    display: none;
    bottom: 0px;
}
.q_hoverB::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 2px;
    bottom: 30%;
}
.q_hoverB div{
    background: #fff;
    z-index: 999;
    box-shadow: 0 6px 20px 2px rgb(0 0 0 / 18%);
    border-radius: 2px;
    padding: 16px;
}
.q_hoverB p{
    font-size: 18px;
}
.q_hoverB h1{
    font-size: 28px;
    margin-top: 10px;
    white-space: nowrap;
    padding-right: 32px;
}
.q_hoverB img{
    display: block;
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
}
.q_hoverB span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.q_tan{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.q_tan>div{
    width: 600px;
    height: 350px;
    padding: 0 25px;
    background: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 80px;
}
.q_tan>div img{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    right: 35px;
    cursor: pointer;
}
.q_tan p{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.q_tan input{
    width: 270px;
    height: 38px;
    font-size: 14px;
    padding-left: 16px;
    border: 1px solid #E6E6E6;
}
.q_tan textarea{
    width: 100%;
    height: 84px;
    padding: 16px;
    border: 1px solid #E6E6E6;
}
.q_tan button{
    width: 180px;
    height: 40px;
    background: #0083ff;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-top: 18px;
}
@keyframes myfirst
{
    from { transform: scale(1);}
    to { transform: scale(1.1);}
}
@keyframes myfirst1
{
    from { transform: scale(1.1);}
    to { transform: scale(1);}
}
.q_pbox{
    background: #fff;
    padding:0 20px;
    padding-bottom: 8px;
}
.q_inputBox button img{
    width: 32px;
    height: 32px;
}
.q_show1{
    display: none;
}