@media only screen and (max-width:600px) {
    html {}
}

body {
    font-family: PingFangSC-Regular, sans-serif;
}

.w {
    width: 100%;
}

.listRate .w1920 {
    width: 100%;
}

.w1920 {
    width: 100%;
    margin-top: 52px;
    height: 400px;
}

.topbackground .content {
    font-size: 48px;
}

.topbackground .content p {
    /* margin-top: 80px; */
}

/**
*头部导航
*/
.header {
    padding: 0;
    min-height: 59px;
}

.header .pc {
    display: none;
}

.header .mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* padding: 10px; */
    height: 52px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(5px); */
}

.header .mobile .l {
    flex: 1;
    height: 52px;
}

.header .mobile .l a {
    display: block;
    height: 52px;
    width: 120px;
}

.header .mobile .l a img {
    display: block;
    height: 100%;
}

.header .mobile .r {
    margin-right: 10px;
}

.header .mobile .r .rt .navbar-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    position: relative;
}

.header .mobile .r .rt .navbar-toggle .icon-bar {
    height: 2px;
    background: #000;
    width: 100%;
    border-radius: 0px;
    display: block;
    transition: all ease .3s;
}

.header .mobile .r .rt .navbar-toggle .icon-bar:nth-child(1) {
    top: 5px;
}

.header .mobile .r .rt .navbar-toggle .icon-bar:nth-child(2) {}

.header .mobile .r .rt .navbar-toggle .icon-bar:nth-child(3) {
    bottom: 5px;
}

.header .mobile .r .rt .navbar-toggle .icon-bar {
    position: absolute;
    left: 0;
}

.header .mobile .r .rt.show .navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
}

.header .mobile .r .rt.show .navbar-toggle .icon-bar:nth-child(2) {
    display: none;
}

.header .mobile .r .rt.show .navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 14px;
}

.header .mobile .r .rb {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    /* background: #fff; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: 0;
    overflow: scroll;
    transition: all ease .3s;
    overflow-y: scroll;
    backdrop-filter: blur(5px);
}

.header .mobile .r .rb.show {
    height: calc(100% - 0.6rem);
}

.header .mobile .r .nav .li {
    border-bottom: 1px solid #eee;
}

.header .mobile .r .nav .li a {
    font-size: 20px;
    line-height: 3;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.header .mobile .r .nav .li .dropdown-toggle {}

.header .mobile .r .nav .li .dropdown-menu {
    display: none;
}

.header .mobile .r .nav .li .dropdown-menu .sli {
    border-bottom: 1px solid #ddd;
}

.header .mobile .r .nav li:last-child {
    border: none !important;
}

.header .mobile .r .nav .li.open .dropdown-menu {
    display: block;
    background: #f1f1f1;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1) inset; */
}

.header .mobile .language-panel {
    position: relative;
    margin-right: .25rem;
    display: flex;
    align-items: center;
}

.header .mobile .language-panel .language-flag {
    width: .2rem;
    display: block;
}

.header .mobile .language-panel .language-flag img {
    display: block;
    width: 100%;
}

.header .mobile .language-panel .form-control {
    position: absolute;
    right: -15px;
    top: -9px;
    opacity: 0;
    /* padding: 0; */
    font-size: 12px;
    margin-left: 8px;
}

.header .mobile .r .login {
    display: none;
}

.header .mobile .r .login .link {}

.track {
    z-index: 2;
    position: relative;
}

.header_search {
    margin-top: 0;
}

.header_search .top {}

.header_search .top h2 {
    font-size: 36px;
}

.header_search .center {
    height: 35px;
    width: 80%;
}

.header_search .center .search_img {
    top: 4px;
    left: 5px;
}

.header_search .center .button .search_png {
    top: 6px;
    left: 6px;
    width: 27px;
    height: 27px;
}

.header_search .center .search {
    font-size: 14px;
    width: 60%;
    left: 35px;
    height: 33px;
    border: none;
}

.header_search .center .button {
    font-size: 14px;
    width: 60px;
    top: 2px;
    right: 2px;
    height: 30px;
}

.header_search .center:focus-within {
    box-shadow: 0px 0px 15px 15px rgba(0, 81, 162, 0.15);
}

.header_search .center .search:focus {
    outline: none;
}

.header_search .b {}

.header_search .b ul {}

.header_search .b ul li {}

.header_search .b ul li a {
    height: 30px;
    padding: 0 8px;
    font-size: 14px;
}

/**
*底部
*/
.footer {}

.footer .top {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #4c5c6e;
}

.footer .top .l {
    display: block;
    margin-top: 0;
    margin-left: 30px;
}

.footer .top .r {
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
}

.footer .top .r .rTop {
    width: 180px;
    flex: 1;
}

.footer .top .r .rTop img {
    width: 100%;
}

.footer .top .r .rBottom div {
    width: 30px;
    margin-left: 5px;
}

.footer .top .r .rBottom img {
    width: 20px;
}

/**
*首页
*/
.index {}

.index .box {
    margin-top: 0;
}

.index .box .boxWrap {}

.index .box .boxWrap .title {
    text-align: center;
    font-size: 30px;
}

.index .box .boxWrap .center {
    display: block;
}

.index .box .boxWrap .center .l {
    padding: 10px 20px;
}

.index .box .boxWrap .center .l .subtitle {
    text-indent: 0;
    font-size: 24px;
    padding-left: 10px;
    border-left: 3px solid;
    font-weight: 400;
    margin-bottom: 10px;
}

.index .box .boxWrap .center .l p {
    color: #777777;
    text-indent: 20px;
}

.index .box .boxWrap .center .r {
    width: 90%;
    margin: auto;
}

.index .box .boxWrap .center .r img {
    width: 100%;
}

.index .box .boxWrap .empty {
    padding: 0 20px;
}

.index .box .boxWrap .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.index .box2 {
    margin-top: 15px;
}

.index .box2 .box2Wrap {
    display: block;
    padding: 10px 0;
}

.index .box2 .box2Wrap .l {
    grid-gap: 10px;
    padding: 10px;
    position: relative;
    top: 100%;
}

.index .box2 .box2Wrap .l .item {
    height: 140px;
    width: 100%;
}

.index .box2 .box2Wrap .l .item img {
    width: 50px;
}

.index .box2 .box2Wrap .l .item p {
    font-size: 18px;
    margin-top: 10px;
}

.index .box2 .box2Wrap .r {
    width: 95%;
    margin: auto;
}

.index .box2 .box2Wrap .r h2 {
    font-size: 30px;
    text-align: center;
}

.index .box2 .box2Wrap .r h3 {
    font-size: 24px;
    font-weight: 400;
    padding-left: 10px;
    border-left: 3px solid red;
}

.index .box2 .box2Wrap .r p {
    margin-top: 5px;
    text-indent: 20px;
}

.index .box3 {
    margin-top: 20px;
}

.index .box3 .box3Wrap .title h1 {
    font-size: 30px;
}

.index .box3 .box3Wrap .center {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}

.index .box3 .box3Wrap .center .item img {
    width: 90px;
}

.index .box3 .box3Wrap .center .itemColumn {
    grid-column: 1/3;
}

.index .box3 .box3Wrap .bottom {
    margin-top: 20px;
    padding: 0 0 30px 0;
}

.index .box3 .box3Wrap .bottom .t {
    display: block;
}

.index .box3 .box3Wrap .bottom .t .tl {
    padding: 10px;
}

.index .box3 .box3Wrap .bottom .t .tl ul {
    margin-top: 20px;
}

.index .box3 .box3Wrap .bottom .t .tl ul .item {
    margin-top: 20px;
}

.index .box3 .box3Wrap .bottom .t .tl .profile {
    margin: 15px 0 0 30px;
}

.index .box3 .box3Wrap .bottom .t .tl .p {
    padding-left: 10px;
    border-left: 3px solid #4572E9;
}

.index .box3 .box3Wrap .bottom .t .tr {
    text-align: center;
}

.index .box3 .box3Wrap .bottom .t .tr img {
    width: 90%;
    margin-right: 0;
}



.index .box4 {
    margin: 0;
}

.index .box4 .box4Wrap {
    width: 100%;
}

.index .box4 .box4Wrap h2 {
    font-size: 36px;
}

.index .box4 .box4Wrap h3 {
    font-size: 30px;
}

.index .box4 .box4Wrap .box4search {
    width: 90%;
    height: 35px;
}

.index .box4 .box4Wrap .box4search input {
    width: 60%;
    height: 35px;
    left: 40px;
}

.index .box4 .box4Wrap .box4search input:focus {
    outline: none;
}

.index .box4 .box4Wrap .box4search img {
    top: 7.5px;
    left: 10px;
    width: 20px;
}

.index .box4 .box4Wrap .box4search a {
    height: 35px;
    right: 0;
    top: 0;
}

.index .box5 {
    margin-top: 20px;
}

.index .box5 .box5Wrap .top h1 {
    font-size: 30px;
}

.index .box5 .box5Wrap .top p {
    margin-top: 20px;
}

.index .box5 .box5Wrap .bottom {
    display: block;
    margin-top: 20px;
}

.index .box5 .box5Wrap .bottom .l a .img img {
    width: 100%;
}

.index .box5 .box5Wrap .bottom .l a .text {
    width: 100%;
}

.index .box5 .box5Wrap .bottom .r {
    margin-left: 0;
}

.index .box5 .box5Wrap .bottom .r .rt .content {
    display: block;
    margin: 0 0 30px 0;
    height: 100%;
}

.index .box5 .box5Wrap .bottom .r .rt .content .lImg img {
    width: 100%;
}

.index .box5 .box5Wrap .bottom .r .rt .content .rCard {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}

.index .box5 .box5Wrap .bottom .r .rt .content .rCard .title {
    margin-bottom: 0;
}

.index .box6 {
    margin-top: 20px;
}

.index .box6 .box6Wrap h2 {
    font-size: 30px;
}

.index .box6 .box6Wrap h3 {
    font-size: 24px;
}

.index .box6 .box6Wrap .p {
    font-size: 14px;
    padding: 0 10px;
}

.index .box7 {}

.index .box7 .box {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    margin: 0;
    border-radius: 0;
}

/**
*  运单轨迹
*/
.listRate .backTitle .header_search .top p {
    font-size: 30px;
    margin-top: 12px;
}

.listRate .backTitle .rotated-rectangle {
    top: -450px;
    left: 30px;
}

.listRate .w1920 {
    height: 660px;
}

.listRate .ratecontent {
    width: 90%;
    /* margin: auto; */
    margin-top: -250px;
}

.listRate .resault .resaultWrap .top {
    padding: 15px;
    height: 190px;
    overflow: hidden;
}

.listRate .resault .resaultWrap .top .t {}

.listRate .resault .resaultWrap .top .scrollX_box {
    left: .15rem !important;
    background: transparent !important;
    bottom: .05rem !important;
}

.listRate .resault .resaultWrap .top .scrollX_box .scrollX_btns {}

.listRate .resault .resaultWrap .top .t .subTitle {
    font-size: 12px;
}

.listRate .resault .resaultWrap .top .t h3 {}

.listRate .resault .resaultWrap .top .b {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 125px;
    -webkit-overflow-scrolling: touch;
}

.listRate .resault .resaultWrap .top .b::-webkit-scrollbar-thumb:hover {
    background-color: red;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.listRate .resault .resaultWrap .top .b::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 0;
}

.listRate .resault .resaultWrap .top .b::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.listRate .resault .resaultWrap .top .b .bWrap {
    width: 700px;
}

.listRate .resault .resaultWrap .top .b .bitem {}

.listRate .resault .resaultWrap .top .b .bitem .icon {}

.listRate .resault .resaultWrap .top .b .bitem .icon.colorbg0 {}

.listRate .resault .resaultWrap .top .b .bitem .icon.colorbg1 {}

.listRate .resault .resaultWrap .top .b .bitem .icon.colorbg2 {}

.listRate .resault .resaultWrap .top .b .bitem .icon img {}

.listRate .resault .resaultWrap .top .b .bitem .txt {}

.listRate .resault .resaultWrap .top .b .arrow {}

.listRate .resault .resaultWrap .top .b .arrow.color {}

.listRate .resault .resaultWrap .top .b .arrow img {}

.listRate .resault .resaultWrap .list {
    /* font-size: 15px; */
}


.listRate .resault .resaultWrap .list .gmap {
    border-top-left-radius: 0;
}

.listRate .resault .resaultWrap .list .gmap iframe {
    height: 500px;
}

.listRate .resault .resaultWrap .list .listWrap {
    padding: 0;
    padding: 15px;
}

.listRate .resault .resaultWrap .list .listWrap.open {
    height: auto;
}

.listRate .resault .resaultWrap .list .listWrap .litem {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    /* padding: 20px; */
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    -webkit-tap-highlight-color: transparent;
}

.listRate .resault .resaultWrap .list .listWrap .litem .spanL {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #aaa;
    line-height: 1;
}

.listRate .resault .resaultWrap .list .listWrap .litem.green .spanL {
    color: #a2d59a;
}

.listRate .resault .resaultWrap .list .listWrap .litem .spanR {
    display: flex;
    align-items: center;
}

.listRate .resault .resaultWrap .list .listWrap .litem:first-child {
    /* display: none; */
}

.listRate .resault .resaultWrap .list .listWrap .litem:last-child {}

.listRate .resault .resaultWrap .list .listWrap .litem .l {
    flex: 2;
    margin-bottom: 11px;
    /* display: flex; */
    /* align-items: center; */
}

.listRate .resault .resaultWrap .list .listWrap .litem .l .title {
    word-break: break-all;
}

.listRate .resault .resaultWrap .list .listWrap .litem .l .subTitle {
    margin: 0;
    /* color: #111; */
    font-size: 12px;
    line-height: 1.5;
}

.listRate .resault .resaultWrap .list .listWrap .litem .c {
    margin-bottom: 11px;
}

.listRate .resault .resaultWrap .list .listWrap .litem .r {}

.listRate .resault .resaultWrap .list .listWrap .litem .r p.rt {
    margin: 0 10px 0 0;
    font-size: 12px;
}

.listRate .resault .resaultWrap .list .listWrap .litem .r p.rb {
    margin: 0;
    font-size: 12px;
}

.listRate .resault .resaultWrap .list .btns {}

.listRate .resault .resaultWrap .list .btns .btn {
    width: 60px;
    height: 30px;
    overflow: hidden;
}

/**
*   我们的服务
*/
.service .top {
    height: 300px;
    background-size: auto 100%;
    margin-top: 30px;
}

.service .top .content {
    width: 100%;
    font-size: 36px;
}

.service .top .content p {
    margin-top: 80px;
}

.service .center {
    margin-top: 20px;
}

.service .center .t {
    margin-top: 0;
    display: block;
}

.service .center .t .tl {
    height: 150px;
    overflow: hidden;
    border-radius: 15px;
}

.service .center .t .tl img {
    width: 100%;
}

.service .center .t .tr {
    margin-left: 0;
}

.service .center .t .tr h2 {
    padding: 0 10px;
    margin-top: 10px;
    border-left: 3px solid #4572E9;
    font-size: 24px;
    font-weight: 400;
}

.service .center .t .tr p {
    text-indent: 16px;
}

.service .center .t .tr ul li .text {
    font-size: 18px;
    margin-left: 10px;
}

.service .center .t .tr ul li .icon img {
    width: 20px;
}

.service .center .t .tr .button {
    margin-top: 10px;
}

.service .center .t .tr .button a {
    margin-top: 0;
    height: 36px;
    padding: 0 15px;
    margin: auto;
}

.service .center .b {
    margin-top: 25px;
}

.service .center .b h1 {
    font-size: 30px;
}

.service .center .b ul {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    grid-gap: 20px;
}

.service .center .b ul li {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.service .center .b ul li .back {
    margin-top: 20px;
    width: 60px;
    height: 60px;
}

.service .center .b ul li .back img {
    width: 30px;
}

.service .center .b ul li h2 {
    font-size: 20px;
    margin-top: 10px;
}

.service .center .b ul li p {
    width: 70%;
    color: #777777;
    text-indent: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
*   新闻资讯
*/
.news .top {
    height: 300px;
    background-size: auto 100%;
    margin-top: 30px;
}

.news .top .content {
    width: 100%;
    font-size: 36px;
}

.news .top .content p {
    margin-top: 80px;
}

.news .center {
    margin-top: 20px;
}

.news .center h1 {
    font-size: 30px;
}

.news .center ul {
    margin-top: 20px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.news .center ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 100%;
}

.news .center ul li a .img img {
    width: 100%;
}

.news .center ul li a .tag p {
    padding-top: 30px;
    width: 85%;
    margin: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .bottom {
    margin-top: 20px;
}

.news .bottom h1 {
    font-size: 30px;
}

.news .bottom ul {
    margin-top: 20px;
    display: block;
    padding: 15px;
}

.news .bottom ul li {
    margin-bottom: 15px;
}

.news .bottom ul li a img {
    width: 100%;
}

.news .bottom ul li a h2 {
    width: 100%;
}


/**
*   关于我们
*/
.aboutus .top {
    height: 300px;
    background-size: auto 100%;
    margin-top: 30px;
}

.aboutus .top .content {
    width: 100%;
    font-size: 36px;
}

.aboutus .top .content p {
    margin-top: 80px;
}

.aboutus .center {
    margin-top: 30px;
}

.aboutus .center .t {
    display: block;
    padding: 10px;
}

.aboutus .center .t .tl h2 {
    font-size: 24px;
    padding-left: 10px;
    border-left: 3px solid #4572E9;
}

.aboutus .center .t .tl p {
    width: 100%;
    text-indent: 20px;
}

.aboutus .center .t .tl ul {
    margin-top: 20px;
    width: 100%;
}

.aboutus .center .t .tl ul li {
    margin-bottom: 10px;
    width: 100%;
}

.aboutus .center .t .tl ul li .icon img {
    width: 24px;
}

.aboutus .center .t .tl ul li .text {
    font-size: 14px;
    margin-left: 5px;
}

.aboutus .center .t .tr img {
    width: 100%;
    border-radius: 10px;
}

.aboutus .center .c {
    padding: 0 10px;
}

.aboutus .center .b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding: 0 10px;
}

.aboutus .center .b .item h1 {
    font-size: 30px;
}

.aboutus .back {
    margin-top: 20px;
    height: 280px;
}

.aboutus .back .backmask {
    width: 100%;
}

.aboutus .back .backmask .backContent {
    display: block;
    text-align: center;
}

.aboutus .back .backmask .backContent .l p {
    font-size: 30px;
    padding-top: 20px;
}

.aboutus .back .backmask .backContent .l h2 {
    font-size: 24px;
    margin-top: 10px;
}

.aboutus .back .backmask .backContent .r {
    margin-top: 60px;
}

.aboutus .back .backmask .backContent .r button {
    font-size: 20px;
    padding: 0 15px;
    height: 36px;
}

.aboutus .zhedie .zhedieWrap .item {
    margin: 0 15px 25px 15px;
}

/**
*   联系我们
*/
.contact .top {
    height: 300px;
    background-size: auto 100%;
    margin-top: 30px;
}

.contact .top .content {
    width: 100%;
    font-size: 36px;
}

.contact .top .content p {
    margin-top: 80px;
}

.contact .bottom {
    margin-top: 20px;
}

.contact .bottom .content {
    margin-top: 5px;
    display: flex;
    padding: 0 10px;
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
}

.contact .bottom .content .l {
    width: 95%;
    border-bottom: 1px solid #4572E9;
}

.contact .bottom .content .l .lt h2 {
    padding-left: 15px;
    border-left: 3px solid #4572E9;
    font-size: 24px;
}

.contact .bottom .content .l .lt p {}

.contact .bottom .content .l .lb h2 {
    padding-left: 15px;
    border-left: 3px solid #4572E9;
    font-size: 24px;
}

.contact .bottom .content .l .lb ul {
    display: block;
}

.contact .bottom .content .l .lb ul .long {
    width: 80%;
}

.contact .bottom .content .r {
    margin: 30px 0;
    display: block;
}

/**
*   自提预约
*/
.querys .top {
    height: 300px;
    background-size: auto 100%;
    margin-top: 30px;
}

.querys .top .content {
    width: 100%;
    font-size: 36px;
}

.querys .top .content p {
    margin-top: 80px;
}

.querys .makeAnAppointment .c .content h1 {
    font-size: 30px;
}

.querys .makeAnAppointment .c .page1 .flex {
    padding: 20px;
    display: block;
}

.querys .makeAnAppointment .c .page1 .flex li {
    margin-bottom: 10px;
}

/**
*   查询预约
*/
.queryOrder .top {
    height: 300px;
    background-size: auto 100%;
    margin-top: 30px;
}

.queryOrder .top .content {
    width: 100%;
    font-size: 30px;
}

.queryOrder .top .content p {
    margin-top: 80px;
}

.queryOrder .main .chaxunjieguo .tit {
    font-size: 30px;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag {
    height: 35px;
    width: 80%;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag img {
    width: 22px;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag .search {
    width: 60%;
    font-size: 14px;
    left: 35px;
    height: 35px;
    border: none;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag .button {
    top: 0;
    right: 5px;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag:focus-within {
    box-shadow: 0px 0px 15px 15px rgba(0, 81, 162, 0.15);
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag .search:focus {
    outline: none;
}

/**
*   新闻详情
*/
.news_detail .artical .topImg img {
    width: 100%;
}

.news_detail .artical .sArticle {
    display: block;
    padding: 0 15px;
}

.news_detail .artical .sArticle .l {
    width: 100%;
}

.news_detail .artical .sArticle .l h1 {
    font-size: 30px;
}

.news_detail .artical .sArticle .r {
    margin-top: 30px;
    width: 100%;
}

.news_detail .artical .sArticle .r .rt,
.news_detail .artical .sArticle .r .rb {
    margin: auto;
    margin-top: 20px;
}

/**
*   文章模板
*/
.viewArticle .articlewRAP .sArticle {
    margin-top: 30px;
    padding: 0 15px;
    min-height: 400px;
}

.viewArticle .articlewRAP .sArticle h1 {
    font-size: 30px;
}


.predetermine {}

.predetermine .container {
    padding-top: 12px;
}

.predetermine .container .content {}

.predetermine .container .content .page1 .flexAc {}

.predetermine .container .content .page1 .flexAc .p {
    font-size: 24px;
}

.predetermine .container .content .page1 .flexAc p {
    width: 90%;
    margin: 6px auto;
    font-size: 14px;
}

.predetermine .container .content .page1 .flex {
    display: block;
    width: 90%;
    margin: auto;
    grid-gap: 10px;
    margin-top: 12px;
    padding: 0;
}

.predetermine .container .content .page1 .flex li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.predetermine .container .content .page1 .flex li h2 {
    font-size: 10px;
}

.predetermine .container .content .page1 .flex li input,
.predetermine .container .content .page1 .flex li select {
    height: 30px;
    margin-top: 5px;
    font-size: 12px;
}

.predetermine .container .content .page1 .flex li.wd h2 {
    display: block;
    height: 30px;
}

.predetermine .container .content .page1 .flex li.wd p {
    font-size: 10px;
}

.predetermine .container .content .page1 .flex li.btns {
    padding-top: 10px;
}

.predetermine .container .content .page1 .flex li.btns button {
    font-size: 12px;
    height: 38px;
}

.predetermine .container .content .page1 .flex li.btns p {}

.predetermine .container .content .page2 {
    text-align: center;
}

.predetermine .container .content .page2 .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.predetermine .container .content .page2 .flex .tag {}

.predetermine .container .content .page2 .title .img img {}

.predetermine .container .content .page2 .p {}

.predetermine .container .content .page2 .flexCenter {}

.predetermine .container .content .page2 .flexCenter h1 {}

.predetermine .container .content .page2 .btns {}

.predetermine .container .content .page2 .btns p {}

.predetermine .container .content .page2 .btns button {}

/*
*  help
*/

.help_card {
    padding: 20px;
}

.help_card .toptitle {}

.help_card .toptitle .p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.help_card .zhedieWrap {}