@charset "UTF-8";

:root {
    --theme-color: #FC8049;
    --theme-hover: #ac1f24;
    --theme-color-color: #54a88c;
    --theme-bg-color: #FFFFFF;
    --theme-deep-color:#000000;
    --theme-shallow-color:#6b7386;
/*    --theme-body-bg-color:#f4fbf4;*/
    --theme-body-bg-color:#fcfcfc;
    --theme-card-bg-color:#FFFFFF;
    --theme-card-hover-bg-color:#f3f5fc;
    --index-wrap: 1360px;
    --border-radius: 8px;
    --blue-color: #e4ebf5;
} 
ul,li,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
 

/*__________________________________________________搜索*/

.searchContent {
    max-width: 1150px;
    margin: 60px auto -60px;
    padding:0 20px;
    box-sizing: border-box;
}
#toplogomail{
    justify-content: space-between ;
    margin-bottom: 20px;
}
.benzhanso .container{
    padding: 10px 20px;
    max-width: 940px;
    margin: -20px auto;
    font-size: 13px;
    color: #b7b7b7;
    text-align: center;
}
.benzhanso a{
    display: inline-block;
    margin-right: 10px;
    color: var(--theme-shallow-color);
}
.benzhanso a:hover{
    font-weight: 600;
    color: var(--theme-color);
} 
.search-form,.searchform {
    position: relative;
}
.searchform{
    margin-top: 10px;
}
.sody{
    margin: 30px auto;
}
.newlogo {
    text-align: center; 
}
.newlogo img{
    max-width: 245px;
}
.search-text {
    width: 100%;
    height: 50px;
    background: var(--theme-bg-color);
    border: 2px solid var(--blue-color);
    border-radius: var(--border-radius);
    font-size: 1pc;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 15px;
    border: 0 !important;
    margin: 4px;
    line-height: 40px;
    border-radius: var(--border-radius);
    padding: 0 12px; 
    background: #fff;
    color: #FFF;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.search-btn .iconfont{
     font-size: 40px;
     color: var(--blue-color);
}
.searchContent:hover .search-btn .iconfont{ 
     color: var(--theme-color);
}
.s-type {
    position: inherit;
    width: auto;
}

.s-type-list {
    position: relative !important;
    display: block;
    white-space: nowrap;
    text-align: center;
    top: inherit;
    padding: inherit;
    background: none !important;
    border-radius: inherit;
    box-shadow: none !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: unset;
    margin-left: -10px;
}
.s-type-list .open{
    position: absolute;
    background: rgb(255,64,61,0.3);
    top: 0;
    right: -10px;
    padding: 2px;
    font-weight: normal;
    color: rgb(255,64,61);
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px; 
    display: none;
}
.s-type-list .open i{
    font-size: 10px; 
    top: -4px;
    position: relative; 
}
.s-type-list .open b{ 
    text-indent: -9999px; 
    display: inline-block;
}
.s-type-list label {
    position: relative;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    padding: 2px 0px;
    word-break: keep-all;
    cursor: pointer;
}
.s-type-list label:hover .open{
    display: block;
}
.s-type-list label span {
    padding: 0 14px 10px 15px;
    display: block;
}

.search-group {
    padding: 0;
    margin: 0 auto;
    display: none;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.search-type {
    display: flex;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: unset;

}

.tab-auto-scrollbar::-webkit-scrollbar {
    display: none;
}

.search-type li {
    display: inline-block;
}

.search-type li label {
    padding: 5px 15px 0 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 31px;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    position: relative;
}

.search-type input:checked+label:before {
    content: '';
    border-width: 8px 8px 0px 8px;
    border-style: solid;
    border-color: var(--blue-color) transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
}

.s-type-list .active:after {
    display: block;
    content: '';
    height: 3px;
    background: var(--theme-color);
    width: 15px;
    border-radius: 1px;
    margin: auto;
    position: absolute;
    transform: translate(50%, -5px);
    -ms-transform: translate(50%, 100%);
    right: 50%;
}

.s-current {
    display: flex;
}
 
  


/*手机*/
@media (max-width: 768px) {
    #mini .search{
        margin-top: 40px;
    }
    .itemGzh{
        margin-top: 3px;
    }
    .daohang{
        margin-top: -25px!important;
        padding: 5px 0;
    }
    .daohang .link-list-tit{
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .daohang .col{
        width: 100%;
        float: none;
    }
    .xiartItem a{
        padding: 0 10px;
    }
    /*头部*/
    #header {
         
        padding: 0px 10px;
        justify-content: space-between;
    }

    .xiaLogo a {
        height: 35px;
    }

    #timeClock,.labelList,#minilist .ifleft {
        display: none;
    }
    #minilist iframe{
        left: 0;
    }
    .xiaCenter{
        position: fixed;
        width: 100%;
        left: 0;
        top: 12px;
        max-width: 100%;
    }
    .xiaSearchShow{
        top: 48px;
        left: 0; 
        background: #fff;
    }
    .darkStyle .xiaSearchShow{ 
        background: #000;
    }
    .srCard,.mywebs{
        padding-left: 5px;
        padding-right: 5px;
    }
  

    .s-type-list label span {
        padding: 0 10px 10px 10px;
    }

    .search-type li label {
        padding: 5px 10px 0 10px;
    }

      
    .main-menu-ul {
        height: 0;
        overflow: hidden;
    }

    .phMenu {
        height: 100% !important;
        overflow: unset;
    }

    .showMenu {
        display: flex;
        height: 31px;
        justify-content: center;
        align-items: center;
    }

  

    /*脚部*/
    .footerWrap {
        justify-content: center;
    }

    .footerRight {
        display: none;
    }
  
}

/*单独查询顶部中间*/
@media (max-width: 650px) {
    .loginRegister {
        display: none;
    }

    .xiaRightUl {
        margin-right: 0px;
    }
}

   
.webcardBody {
    position: relative;
    padding: 20px 10px;
    margin: 5px;
    border-radius: var(--border-radius);
    background-color: var(--theme-card-bg-color);
    border: 1px solid #f3f5fc;
}
 
.fr{
    float: right;
}
.fl{
    float: left;
}
.qrcode {
    cursor: pointer;
}
.qrcode i{
    color: #ccc;
    position: relative;
    top: 2px;
}
  
/*__________________________________________________清除浮动*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
} 

@keyframes jumps {
    0% {
        transform: translate(0)
    }

    10% {
        transform: translateY(8px) scaleX(1.2) scaleY(0.8)
    }

    30% {
        transform: translateY(-5px) scaleX(1) scaleY(1) rotate(5deg)
    }

    50% {
        transform: translateY(3px) scale(1) rotate(0)
    }

    55% {
        transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0)
    }

    70% {
        transform: translateY(-5px) scaleX(1) scaleY(1) rotate(-2deg)
    }

    80% {
        transform: translateY(0) scaleX(1) scaleY(1) rotate(0)
    }

    85% {
        transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0)
    }

    to {
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

/*__________________________________________________图标动画*/
@keyframes logoAnimation {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

/*__________________________________________________加载中动画*/

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
  
