 .queryp {
                            width: 100%;
                            text-align: left;
                            /*padding-left: 300px;*/
                            box-sizing: border-box;
                        }

                        .queryp .pone {
                            font-family: Source Han Serif CN;
                            font-weight: 500;
                            font-size: 22px;
                            color: #222222;
                            line-height: 42px;
                        }

                        .queryp .ptwo {
                            font-family: Source Han Serif CN;
                            font-weight: 500;
                            font-size: 22px;
                            color: #165BA0;
                            line-height: 43px;
                        }

                        .query {
                            width: 100%;
                            margin-top: 47px;
                            text-align: center;
                            padding-top: 53px;
                            padding-bottom: 80px;
                            box-sizing: border-box;
                            background-color: #fff;
                            box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            margin-bottom: 100px;
                        }

                        .query p {
                            height: 24px;
                            font-family: Source Han Serif CN;
                            font-weight: 500;
                            font-size: 22px;
                            color: #222222;
                        }

                        .querybox {
                            display: flex;
                            align-items: center;
                            margin-top: 35px;
                        }

                        .querybox .ipt {
                            width: 670px;
                            height: 74px;
                            background: #FBFBFB;
                            border-radius: 5px;
                            border: 1px solid #E8E8E8;
                            text-indent: 30px;
                            font-size:20px;
                        }

                        .querybox .ipt::placeholder {
                            font-family: Source Han Serif CN;
                            font-weight: 500;
                            font-size: 22px;
                            color: #AFAFAF;
                        }


                        .querybox .querybtn {
                            width: 138px;
                            height: 74px;
                            background: #165BA0;
                            border-radius: 5px;
                            margin-left: 13px;
                            line-height: 74px;
                            text-align: center;
                            font-family: Source Han Serif CN;
                            font-weight: 500;
                            font-size: 22px;
                            color: #FFFFFF;
                               cursor: pointer;
                        }

                        .query .nodata {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }

                        .query .noquery {
                            width: 250px;
                            height: 200px;
                            margin-top: 60px;
                        }

                        .query .noquery img {
                            width: 100%;
                            height: 100%;
                        }

                        .query .dengji {
                            width: 411px;
                            height: 74px;
                            background: #115096;
                            border-radius: 5px;
                            font-family: Source Han Serif CN;
                            font-weight: bold;
                            font-size: 26px;
                            color: #FFFFFF;
                            line-height: 74px;
                            margin-top: 80px;
                            display: block;
                        }

                        .query .yesdata {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            margin-top: 35px;
                         
                        }

                        .query .yesdata p {
                            font-family: Source Han Serif CN;
                            font-weight: 500;
                            font-size: 22px;
                            color: #222222;
                        }

                        .query .databox {
                            width: 827px;
                            margin-top: 30px;
                        }

                        .query .databox .datahead {
                            width: 100%;
                            display: flex;
                            align-items: center;
                            height: 64px;
                            background: #135094;
                            font-family: Source Han Serif CN;
                            font-weight: 400;
                            font-size: 26px;
                            color: #FFFFFF;
                        }

                        .query .databox .datahead div {
                            flex: 1;
                            text-align: center;
                            line-height: 64px;
                        }

                        .query .databox .databody {
                            width: 100%;
                            display: flex;
                            align-items: center;
                            height: 100px;
                            background: #fff;
                            font-family: Source Han Serif CN;
                            font-weight: 400;
                            font-size: 26px;
                            color: #000;
                            box-shadow: 0px 0px 20px 0px rgba(218, 218, 218, 0.85);
                        }

                        .query .databox .databody div {
                            flex: 1;
                            text-align: center;
                            line-height: 100px;
                        }