/*所有*/

body {
    font-family: 'Microsoft Yahei', Helvetica, 'Hiragino Sans GB', '微软雅黑', Arial, sans-serif;
}

a {
    text-decoration: none;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

.r {
    text-align: right;
    width: 30%;
}

.l {
    text-align: left;
}

/* 点击搜索框获取焦点 placeholder消失-开始 */
/* WebKit browsers */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

.d {
    border: 1px white solid;
    line-height: 150%;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
}

.d:hover {
    text-decoration: none;
    background-color: white;
    color: #0180CF;
}

.span, span {
    color: green;
}

strong {
    color: red;
    font-weight: 600;
}


/*顶部*/

.bgcard {
    background-image: -webkit-linear-gradient(#f17473, #472d5e 84%);
    background-image: linear-gradient(#f17473, #472d5e 84%);
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.qd_title {
    margin-top: 70px;
    text-align: center;
    color: #ffffff;
}

.qd_title h4 {
    font-size: 20px;
}

.qd_desc {
    margin-bottom: 15px;
    color: #ffffff;
}

.sub_top {
    height: 40px;
    margin-bottom: 12px;
    background-color: #0180CF;
    width: 100%;
    position: relative;
}

.sub_top .title {
    text-align: center;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}

.sub_top .back {
    position: absolute;
    left: 10px;
    top: 0px;
}

.sub_top .menu {
    position: absolute;
    right: 0px;
    top: 6px;
}

.sub_top .menu img {
    width: 28px;
}

.sub_top .back .iconfont {
    font-size: 28px;
    color: #ffffff;
}


/*查询*/

.main {
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    padding-left: 10px;
    padding-right: 10px;
}

.so_box {
    height: 40px;
    line-height: 40px;
    background-color: white;
    border: 1px #CACACA solid;
    margin-top: 12px;
    position: relative
}

.so_box .txts {
    margin: 0px auto;
    height: 35px;
    outline: none;
    line-height: 36px;
    width: 88%;
    padding-left: 10px;
    border: 0px;
    color: #333333;
    background-color: #FFFFFF;
    overflow: hidden;
}

.ss_box {
    margin: 0 auto;
    height: 40px;
    width: 92%;
    margin-top: 12px;
    border: 0px;
}

.sp_box {
    margin: 0 auto;
    width: 92%;
    margin-top: 12px;
    border: 0px;
}

.so_box .buts {
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 10px;
    border: 0px;
    color: #333333;
    background-color: #0180CF;
    color: #FFFFFF;
}

.so_box .more {
    position: absolute;
    top: 0;
    right: 10px;
}

.so_box .more img {
    height: 24px;
}

.so_boxes {
    margin: 0 auto;
    margin-top: 12px;
    border: 0px;
    background-color: #0180CF;
}

.so_boxes .buts {
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #FF5722;
    color: white;
    border: 0px;
}

.so_boxex {
    margin: 0 auto;
    margin-top: 12px;
    border: 0px;
}

.so_boxesd .buts {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #fff url(../img/line_bg.jpg) repeat-x;
    color: white;
    border: 0px;
}

.select select {
    width: 100%;
    padding: 5px;
    border: 1px #CACACA solid;
    height: 40px;
    -webkit-appearance: none;
}

.select option {
    height: 40px;
}


/*国际玩笑*/

.select {
    margin: 0 auto;
    width: 92%;
    height: 40px;
    overflow: hidden;
}


/*结果*/

table {
    border: 1px solid #a2c6d3;
    border-top: 5px solid #a2c6d3;
    margin: 0 auto;
    background: #fff;
    font-size: 12px;
    width: 92%;
}

table td {
    border-right: 1px solid #a2c6d3;
    border-bottom: 1px solid #a2c6d3;
    padding: 5px
}

.tt {
    background: #e5f2fa;
    line-height: 18px;
    font-size: 12px;
    color: blue;
}

.result .field {
    text-align: center;
}
.result {
  background-color: #ffffff;
  padding: 4px;
  margin-top: 10px;
  color: #333333;
}

p {
  margin: 0;
}

.so_boxesd {
  margin-top: 12px;
}


/*底部*/

.foot {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    line-height: 22px;
    height: 22px;
}

.foot .title {
    margin: 0 auto;
    text-align: center;
}
.msg-box-txt{
    text-align: center;
    padding-bottom: 12px;
}
/*侧边栏*/
.nav-container {
    position: fixed;
    width: 210px;
    height: 100%;
    background-color: #2196F3;
    top: 0;
    right: -216px;
    z-index: 1001;
    color: #ffffff;
    transition: right .5s;
    /*transform: translate3d(216px,0,0);*/
    box-shadow: -2px 2px 3px rgba(2, 2, 2, 0.21);
}



.nav-box {
    padding: 10px;
}

.nav-box a {
    color: #ffffff;
}

.wm-mobile-menu {
}

.wm-mobile-menu .nav-container {
    /*transform: translate3d(0,0,0);*/
    right: 0;
}

.nav-container-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
    visibility: hidden;
}

.wm-mobile-menu .nav-container-mask {
    visibility: visible;
}

.toggle-nav {
    position: fixed;
    right: 10px;
    top: 2px;
    color: #ffffff;
    width: 50px;
    text-align: center;
    transition: .3s;
}

.toggle-nav .icon-more {
    font-size: 32px;
}
.nav-box >ul> li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    margin-bottom: 4px;
}

.nav-box >ul> li a {
    padding: 6px 0;
    display: block;
    font-size: 16px;
}
.nav-box-close {
    display: flex;
    justify-content: space-between;
    padding: 14px 10px;
    margin: -10px -10px 10px -10px;
    background-color: #168be8;
    align-items: center;
}

.nav-box-title {
}

.nav-close-icon {
    flex-basis: 40%;
    text-align: right;
    cursor: pointer;
}

.nav-close-icon .icon-close {
    font-size: 24px;
}

@media (min-width: 992px) {
    .main{
        padding-top: 80px;
    }
    .toggle-nav{
        display: none;
    }
    .nav-container {
      width: 100%;
      top: 0;
      height: auto;
      right: 0;
      left: 0;
    }

    .nav-box {
      display: flex;
      padding: 10px;
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .nav-box> ul {
      display: flex;
    }

    .nav-box-close {
      width: 14%;
      margin: 0;
      justify-content: flex-start;
      background-color: transparent;
      padding: 0;
    }

    .nav-close-icon {
      display: none;
    }

    .nav-box >ul> li {
      margin: 0;
      border: none;
      margin-right: 20px;
    }

    
}