﻿.query_box
{
    width:100%;
    float:left;
}


.content {

  margin: 0 auto;

  max-width:1024px;

}


.connect p{ margin-top:20px; font-size: 16px; }

.catecom{ margin:0px 0px 100px 0px; padding:10px;color: #302f2d;font-size:16px;}

.catecom .imgbox{ text-align:center;}

.Query_fail{ text-align:center; padding:20px;}

.Query_fail .imgbox{ margin-top:10%; text-align:center; }

.Query_fail .txtbox{ font-size:18px; margin-top:10px;}

.Query_fail .btnbox{ margin-top:8%;}

.Query_succ{ text-align:center; padding:20px;}

.Query_succ .imgbox{ margin-top:20%;}

.Query_succ .txtbox{ font-size:18px; margin-top:20px;}

.selectbox select{

width: 100%;

height: 46px;

line-height:26px;

padding: 10px;

margin-bottom: 10px;

background: #fff;

border: 1px solid #ddd;

border-radius:0px;

font-size: 14px;

font-weight: normal;

-webkit-appearance: none;

box-sizing: border-box;

}



.care-text
{
    width:100%;
    float:left;
    text-align:center;
}

.care-text h3 {
    font-weight: bold;
    color: #333333;
    margin: 100px 0 45px;
    font-size: 36px;
    line-height: 45px;
}


@media screen and (max-width:767px) 
{
    .care-text h3 {
        font-size: 26px !important;
        margin: 30px 0 10px !important;
    }
}
