﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,i{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}   
*{box-sizing: border-box;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
address,caption,cite,code,dfn,em,var,i{font-weight:normal; font-style:normal;}
.fl{display:inline; float:left;}
.fr{display:inline; float:right;}
.cf:after{display:block; content:"."; height:0; overflow:hidden; clear:both;}
.cf{zoom:1;}
a{text-decoration:none !important;color:#333;outline: none;}
.jiexi_ad{color: #1e8cf5}
a:hover{color: #42abfb;text-decoration: none;}
.left,.fl{float:left;}
.right,.fr{float:right;}
.clearfix:after{visibility:hidden; display:block; clear:both; height:0; font-size:0; content:".";}
.clearfix{zoom:1;}
body{font:14px/1.5 "Microsoft YaHei", arial,simsun,sans-serif; color:#333; position:relative;}
.hidden{visibility: hidden;}
html,body{background-color: #f5f6f9;    width: 100%;
    height: 100%;box-sizing: border-box;
}
button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
    color: inherit;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.main_box{width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;}
.header_top{
    width: 100%;
    background: rgba(255, 255, 255, .5);
    border-bottom: 2px solid #fff;
    position: relative;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 9;
    position: relative;
}
.header_top .headerlfurl{position: absolute;right: 30px;top:0;display: inline-block;line-height: 48px;cursor: pointer;font-size: 16px;}

.header_top .header_boxs{display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    height: 48px;
    margin: 0 auto;
    position: relative;
}
.side_bar{width: 232px;
    height: calc(100% - 50px);
    background: rgba(255,255,255,.3);
    box-sizing: border-box;
    position: relative;
    z-index: 999;}
.logo_box{width: 100%;
    height: 80px;
    padding: 10px 20px 0;box-sizing: border-box;}

.logo_box .logo_box_list{border-bottom: 1px solid rgba(0,0,0,.07);padding-bottom: 10px;position: relative;}
.logo_box .logo_box_list .logo_boximg1{
    /* width: 135px;
    height: 65px; */
    display: block;
    margin: 0 auto;}
.logo_boximg2{position: absolute;right: -4px;top: 25px;width: 35px;height: 35px;cursor: pointer;}

/*  */
.side_barsu{width: 68px;
    height: calc(100% - 50px);
    background: rgba(255,255,255,.3);
    box-sizing: border-box;
    position: relative;
    z-index: 9999;overflow: hidden;display: none;

}
.side_barimg01{display: block;margin: 35px auto;width: 40px;height: 40px;}
.side_barimg02{display: block;margin: 35px auto;width: 35px;height: 35px;transform: rotate(180deg);cursor: pointer;}
.side_barbtn{position: absolute;bottom: 0;left: 0;width: 100%;cursor: pointer;}
.side_barbtn .side_barbm01{margin: 10px 16px;width: 35px;height: 35px;}
.side_barbtn .side_barbm02{margin: 10px 16px;width: 35px;height: 35px;}

/*  */
.search_record{height: calc(100% - 302px);
    margin-top: 10px;
    overflow: auto;
    padding: 0 20px;}
.search_list{height: 100%;overflow-x: hidden;}

.search_list::-webkit-scrollbar,.main::-webkit-scrollbar{width: 3px;}
.search_list:hover::-webkit-scrollbar-thumb,.main:hover::-webkit-scrollbar-thumb{
    background: #bcd3de!important
}
.search_list::-webkit-scrollbar-track,.main::-webkit-scrollbar-track {
    background: #f1f1f1
}

.search_list span{    font-size: 14px;
    color: #838f95;
    line-height: 36px;margin-top: 20px;display: block;}
.search_list ul li{font-size: 14px;
    color:#333333;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    cursor: pointer;}
.search_list ul li a{color: #999;}

.search_list ul li a:hover{
    color: #0479ff;
}
/*  */
.info_box{padding: 0 20px 40px;
    cursor: pointer;}
.info-wrap{padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;}
.left-box{display: flex;width:100%;}
.avatar{width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;}

.avatarrg{margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;}
.avatarrg:nth-child(1){font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;}
.avatarrg:nth-child(2){
    font-size: 12px;
    color:  #333333;
}
.line{border-top: 1px solid rgba(0,0,0,.2);}


/*  */

.main{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: calc(100% - 258px);
    padding: 54px 0 0;
    overflow-y: scroll;}


.search_box{
    position: fixed;
    bottom: 40px;
    /* border-radius: 14px; */
    /* display: flex; */
    /* overflow: hidden; */
    /* justify-content: center; */
}


.input-box {
    width: 780px;
    background: rgba(255,255,255,.8);
    border-radius: 14px;
    /* overflow: hidden; */
    border: 2px solid #fff;
    position: relative;
    /* box-shadow: 0 0 60px 10px #00000014; */
    box-shadow: 0 0 -10px 10px #00000014;
}

.input-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 14px
}

.input-box .input-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
}

.input-box .input-wrap textarea {
    width: 100%;
    resize: none;
    height: 70%;
    overflow: auto;
    line-height: 24px;
    border: none;outline: 0;
    font-size: 16px;
}

.input-box .input-wrap textarea::placeholder {
    color: #838f95;
    font-size: 18px;
    letter-spacing: 2px
}

.input-box .input-wrap textarea::-webkit-scrollbar {
    width: 4px;
    cursor: pointer
}

.input-box .input-wrap textarea::-webkit-scrollbar-thumb {
    background: #d6e3e9;
    border-radius: 4px
}

.input-box .input-wrap textarea:hover::-webkit-scrollbar {
    width: 8px
}

.input-box .input-wrap textarea::-webkit-scrollbar-track {
    background: #f1f1f1
}


.input-box .tool-bar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.input-box .tool-bar .font-num {
    font-size: 14px;
    color: #838f95
}

.input-box .tool-bar button {
    cursor: pointer;
    width: 90px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(148deg,#8a83cd,#0f0b12 40%,#0f0b12 67%,#632d62 88%),#0479ff;
    border-radius: 10px
}

.input-box .tool-bar .disable-btn {
    background: #bfcbd1
}


/*  */
.box{
    width: 900px;
    padding-top: 18px;
    height: 100%
}

.box .wrap{
    margin-bottom: 20px;
}

.box .avatar{
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.box .text{
    line-height: 28px;
    text-align: justify;
    font-size: 16px
}

.box .user-box{
    display: flex;
    justify-content: flex-end
}

.box .user-box .user-wrap{
    display: flex
}

.box .user-box .user-wrap .user-text{
    max-width: 780px;
    min-width: 88px;
    padding: 14px 20px;
    color: #fff;
    background: #0479ff;
    border-radius: 14px 5px 14px 14px;
    margin-top: 30px;
    margin-right: 12px
}

.box .is-last{
    padding-bottom: 10px
}

.box .ai-box{
    display: flex
}

.box .ai-box .ai-text{
    min-width: 88px;
    max-width: 780px;
    min-height: 56px;
    padding: 14px 20px;
    border-radius: 5px 14px 14px;
    margin-top: 30px;
    margin-left: 12px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.box .ai-box .ai-text h4{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px
}

.box .keep-ask{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 60px;
    padding-bottom: 56px;
    position: relative;
    top: -20px;
}

.box .keep-ask span{
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.box .keep-ask .title-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.box .keep-ask .title-list div{
    flex-basis: 100%;
}
.box .keep-ask .title-list div span{
    display: inline-block;
    max-width:780px;
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 5px;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.box .keep-ask .title-list div span:hover {
    background: linear-gradient(90deg,#f5f6f9,#e3eff9 19%,#e1f7fe 51%,#e9f3fb 82%,#edf0f9)
}

.box .search-box{
    position: fixed;
    bottom: 40px;
    box-shadow: 0 0 60px 10px #00000014;
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    justify-content: center
}

.login-box,.lock-box{
    width: 321px;
    height: 130px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px 14px 14px;
    margin-top: 30px;
    margin-left: 12px;
    cursor: pointer
}

.login-box .unlock,.lock-box .unlock{
    width: 30px;
    z-index: 9;
    align-self: center
}

.login-box .login-btn,.lock-box .login-btn{
    width: 106px;
    height: 40px;
    background: linear-gradient(180deg,#0e121f,#494c57);
    border-radius: 9px;
    border: 1px solid var(--black-btn-border);
    color: #fff;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    align-self: center;
    cursor: pointer;
}

.login-box .text,.lock-box .text{
    position: absolute;
    text-align: left;
    top: 0;
    padding: 14px 20px;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5PX)
}

.refresh-text{
    font-size: 12px;
    color: #838f95;
    margin-left: 12px;
    line-height: 32px;
    cursor: pointer
}

.refresh-text:hover {
    text-decoration-line: underline
}

/* .lock-box{
    height: 100px!important
} */

@keyframes el-skeleton-loading-bd54ba7b {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.skeleton-list{
    display: flex;
    flex-direction: column;
    align-items: flex-start!important
}

.skeleton{
    margin-bottom: 10px;
    height: 18px;
    background: linear-gradient(90deg,#f0f2f5 25%,#e6e8eb 37%,#f0f2f5 63%);
    background-size: 400% 100%;
    animation: el-skeleton-loading-bd54ba7b 1.4s ease infinite
}

.user-skeleton{
    background: linear-gradient(90deg,#2e8fff,#56a4ff,#2e8fff);
    background-size: 400% 100%
}
.fontcolis{color: rgb(255, 4, 4);}

.header_top .header_boxs h3{width: 500px;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;}

/*  */
.bubble-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    background: #f5f6f9;
}

.bubble-background .bubble {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: move-850a9cab linear infinite
}

@keyframes move-850a9cab {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-1000px)
    }

    to {
        transform: translateY(0)
    }
}

/*  */


.ball-pulse>div:nth-child(1) {
    animation: scale 1s -.48s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(2) {
    animation: scale 1s -.32s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(3) {
    animation: scale 1s -.16s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(4) {
    animation: scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse {
    text-align: justify;
    border: 1PX solid #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 100%
}

.ball-pulse div {
    background-color: #c9cfd7;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 3px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@keyframes scale {
    0% {
        transform: scale(1.2);
        opacity: 1
    }

    45% {
        transform: scale(.1);
        opacity: .7
    }

    80% {
        transform: scale(1.2);
        opacity: 1
    }
}

/* 在线支付页面 */
.zxpaydiv{
	width: 500px;
    margin: 0 auto;
    /* position: fixed; */
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 4px;
    padding-bottom: 20px;
    z-index: 100;
    height: 720px;
}
.zxpaydiv input{outline: none;}
.zxpayhead {
    width: 100%;
    background: url(../img/zxpayheadbg.png)no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
    color: #FFFFFF; 
    padding-bottom: 0.2rem;
}
.zxpayhead .zxpaytext{
	width: 100%;
    text-align: center;
    font-size: 1.2rem;
    overflow: hidden;
    margin: 0 auto;
    height: 3rem;
    line-height: 3rem;
}
.zxpayhead .zxpaytext img{
	float: right;
    position: relative;
    top: 10px;
    right: 10px;
	cursor: pointer;
}
.zxpayhead .zxpayhleft{
	float: left;
    overflow: hidden;
    width: 60%;
	margin-left: 3%;
}
.zxpayhead .zxpayhleft p{width: 100%;overflow: hidden;margin: 1.5rem auto 1rem;font-size: 1.2rem;}
.zxpayhead .zxpayhleft p:first-child img{width: 100%;}
.zxpayhead .zxpayhleft p:last-child{padding-left: .5rem;}
.zxpayhead .zxpayhleft p:last-child em{color: #FAEB00;font-weight: bold;font-size: 1.3rem;}
.zxpayhead .zxpayhright{
	float: right;
	overflow: hidden;
	width: 32%;
	margin-right: 3%;
}
.zxpayhead .zxpayhright p{    
	font-size: .8rem;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 24px;
}
.zxpaybox{
	width: 94%;
    margin: 0 auto;
    overflow: hidden;
}
.zxpaybox .zxpaystb li{
	width: 99%;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    overflow: hidden;
    margin: 1rem auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 24px;
	cursor: pointer;
}
.zxpaybox .zxpaystb .lihov{
	border: 1px solid #FF6A00 !important;
	background: #FFF0E5 !important;
}
.zxpaybox .zxpaystb li div:first-child{
	float: left;
	width: 57%;
	overflow: hidden;
	margin-left: 3%;
	font-size: 1rem;
	color: #333333;
}
.zxpaybox .zxpaystb li div:last-child{
	width: 37%;
	margin-right: 3%;
	float: right;
	overflow: hidden;
	text-align: right;
	font-size: 1rem;
	color: #000000;
}
.zxpaybox .zxpaystb li div:last-child p:first-child{color: #FF0000;font-weight: bold;}
.zxpaybox .zxpaystb li div:last-child p:last-child{text-decoration: line-through;}
.zxpaybox .zxpaystb li div p:last-child{color: #666666;font-size: .8rem;}
    .zxpaybox .zxpayzztip {
        width: 100%;
        margin: 1rem auto;
        color: #ff0000;
        font-size: .8rem;
        overflow: hidden;
        margin-bottom: 0.5rem;
        margin-top: -0.5rem;
    }
.zxpaybox .paytypeul{
	width: 100%;
	margin: 1rem auto .5rem;
	overflow: hidden;
}
.zxpaybox .paytypeul li{
	width: 46.5%;
    float: left;
    text-align: center;
    margin-right: 6%;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    height: 50px;
    line-height: 50px;
	cursor: pointer;
	font-size: 16px;
}
.zxpaybox .paytypeul .seleli{
	border: 1px solid #FF6A00 !important;
	background: #FFF0E5 !important;
}
.zxpaybox .paytypeul li:last-child{margin-right: 0%;}
.zxpaybox .paytypeul li:first-child img{
	width: 12%;
    margin-right: 5%;
    position: relative;
    top: 6px;
}
.zxpaybox .paytypeul li:last-child img{	
    width: 10%;
    margin-right: 5%;
    position: relative;
    top: 7px;
}
    .zxpaybox .payingbtn {
        width: 100%;
        background: #FF6A00;
        height: 44px;
        line-height: 44px;
        color: #fff;
        border-radius: 40px;
        margin: 1rem auto;
        overflow: hidden;
        border: none;
        font-size: 16px;
        margin-top: 0.3rem;
    }
.zxpaybox .djlxkf{
	width: 99.5%;	
	height: 44px;
	line-height: 44px;	
	border-radius: 40px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #FF6A00;
	color: #FF6A00;
	display: block;
	text-align: center;
}
.yjpay{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0.8rem auto;
	color: #666666;
	font-size: .9rem;
}
.yjpay a{color: #FF6A00;display: inline-block;margin-left: .5rem;}
.paytkbox {
    width: 390px;
    background: #FFFFFF;
    position: fixed;
    top: 120px;
    margin-left: 55px;
    overflow: hidden;
    z-index: 100;
    text-align: center;
    border-radius: 4px;
    display: none;
    height: 430px;
}
.paytkbox .paydecboz{
	width: 80%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.paytkbox .paydecboz p:first-child{
	width: 100%;
    margin: 1rem auto;
    text-align: center;
    overflow: hidden;
}
.paytkbox .paydecboz .payewm{
	width: 100%;
    margin: 2rem auto;
    overflow: hidden;
    text-align: center;
}
.paytkbox .paydecboz .payewm img{width: 54%;}
.paywxtip{
	width: 100%;
    margin: 0 auto 1.2rem;
    text-align: center;
    font-size: .95rem;
    line-height: 22px;
    color: #ff0000;
    overflow: hidden;
}
.paybtnbox{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #F2F2F2;
}
.paybtnbox input{
	width: 50%;
	float: left;
	display: inline-block;
	background: #FFFFFF;
	color: #333333;
	font-size: .95rem;
	border-top: 1px solid #F2F2F2;
	height: 40px;	
	cursor: pointer;
	border: none;
}
.paybtnbox input:last-child{border-left: 1px solid #F2F2F2;color: #188EEE;}

.paysuccbox{
	width: 390px;	
	background: #FFFFFF;
	position: fixed;
	top: 272px;
	margin-left: 55px;
	overflow: hidden;
	z-index: 1001;
	text-align: center;
	border-radius: 4px;
	display: none;
}
.paysuccbox>p{
	width: 94%;
    font-size: .8rem;
    line-height: 22px;
    overflow: hidden;
    margin: 1rem auto;
}
.paysuccbox a{
	width: 100%;	
	display: inline-block;
	background: #FFFFFF;
	color: #333333;
	font-size: .85rem;
	border-top: 1px solid #F2F2F2;
	height: 36px;
	line-height: 36px;	
	color: #188EEE;
}
.huisebg,.huisebg1{
	position: fixed; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	height: 100%; 
	opacity: 0.5; 
	background: rgb(0, 0, 0); 
	z-index: 99;
	display: none;
}
.boxhuibg{
	position: fixed; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	height: 100%; 
	opacity: 0.5; 
	background: rgb(0, 0, 0); 
	z-index: 99;
}
.payerror {
    width: 110px;
    background: #666;
    position: fixed;
    top: 250px;
    margin-left: 195px;
    overflow: hidden;
    z-index: 1001;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    display: none;
}

    .payerror p {
        width: 70%;
        font-size: .8rem;
        line-height: 22px;
        overflow: hidden;
        margin: 1rem auto;
    }

    .info_mask {
        z-index: 99;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        -moz-opacity: 0.1;
        opacity: .10;
        filter: alpha(opacity=10);
 
    }


/*  */
@media screen and (min-width:320px) and (max-width:1024px){
    body{min-width:1100px;}
}
/* @media screen and (min-width:320px) and (max-width:1324px){
    .side_bar{display: none !important;}
    .side_barsu{display: block !important;}
} */

.main_text{width: 100%;}
.main_text p{text-align: center;color: #999;line-height: 25px;padding-bottom: 5px;}

.search_aiul{padding-bottom: 10px;display: flex;}
.search_aiul li{padding: 7px 9px;border-radius: 10px;border: 1px solid rgba(0, 0, 0, .12);margin-right: 8px;cursor: pointer;align-items: center;display: flex;position: relative;
;}
.search_aiul li a{align-items: center;display: flex;}
.search_aiul li:hover{background-color: rgba(0,0,0,.04);color: #000;}
.search_aiul li a:hover{color: #000;}
.search_aiul li img{display: inline-block;width: 15px;margin-right: 8px;}
.search_aiul li img.search_tbimg{width: 17px;}
.search_aiul li .search_tsitem{position: absolute;left: 0;bottom:42px;display: none;background-color: #fff;}
.search_tsitem{box-shadow:0 0 1px rgba(0,0,0,.3),0 4px 14px rgba(0,0,0,.1);border-radius: 8px;width: 350px;padding: 4px;box-sizing: border-box;}
.search_tsitem p{line-height: 30px;padding-left: 10px;white-space: nowrap;text-overflow :ellipsis;overflow : hidden;}
.search_tsitem p:hover{background-color: rgba(0,0,0,.04);border-radius: 10px;}

.aiterget{overflow: hidden;display: flex;align-items: center;}
.aiterget a{padding: 2px 10px;border: 1px solid rgba(0, 0, 0, .12);border-radius: 14px;margin-right: 10px;display: flex;align-items: center;font-size: 12px;}
.aiterget a:hover{background-color: rgba(0, 0, 0, .04);
    color: #000;}
.aiterget a img{display: inline-block; width: 18px;margin-right: 5px;}

.aiterget a.aiattrcl{background-color: #DBEAFE;color: #4D6BFE;}

.search_aito{display: flex;padding-bottom: 10px;}
.search_aito select{height: 37px;line-height: 37px;border: 1px solid rgba(0, 0, 0, .12);padding: 0 5px;margin-right: 8px;appearance: auto;-webkit-appearance: menulist;
-moz-appearance: menulist;font-size: 14px;border-radius: 10px;cursor: pointer;outline: 0;}

.intext_alos{font-size: 12px;color: #999;position: absolute;bottom: -25px;width: 100%;text-align: center;}

.header_bigban{position: absolute;display: block;left: 10px;top: 5px;}
.header_bigban img{display: block;}

