button,
input {
	border: none;
	outline: 0
}

.color-blue{
    color: #40affe !important;
}
.color-green{
    color: #009959 !important;
}
.color-red{
    color: #e2383a !important;
}
.color-333{
    color: #333 !important;
}
.color-666{
    color: #333 !important;
}
.color-999{
    color: #333 !important;
}
.color-fff{
    color: #fff !important;
}
.bg-fff{
    background: #fff !important;
}
.left{
    float: left !important;
}
.right{
    float: right !important;
}
.hide{
    display: none;
}
.aptitude-container *{
    box-sizing: border-box;
} 
.aptitude-container{
    margin-bottom: 0;
}
.aptitude-banner{
    height: 3.6rem;
    background: url("/template/Home/Default/Mobile/Static/img/m_aptitude_banner.png") no-repeat center center;
    background-size: cover;
    padding-top: 2.1rem;
}

.search-inp {
    position: relative;
    height: 0.92rem;
    width: auto;
    margin: 0.2rem 0.54rem;
    border-radius: 0.08rem;
    padding: 0.12rem;
    margin-top: 0.1rem;
    background: rgba(200, 200, 200, 0.5);
}

.inp-text {
    font-size: 0.24rem;
    color: #333;
    text-indent: 0.1rem;
    width: 98%;
    box-sizing: border-box;
    border-right: none;
    padding-right: 1.62rem;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.inp-text, .search-btn {
    line-height: 0.72rem;
    vertical-align: middle;
    height: 100%;
}
.search-btn {
    color: #FFFFFF;
    background: #E23839;
    width: 1.62rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.24rem;
    border-left: none;
    margin: 0.08rem;
    height: 0.74rem;
    border-bottom-right-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
}
.btn-wrap {
	height: 0.70rem;
	background: rgba(200, 200, 200, 0.9)
}
.container-center{
    padding: 0 .2rem;
    background: #f5f5f5;
}
.current-page {
    width: auto;
    height: 0.64rem;
    line-height: 0.64rem;
    margin: 0 auto;
}
.current-page > a, .current-page b, .current-page span {
    font-size: 0.28rem;
    color: #666;
}
.container .current-active {
    color: #E23839;
}

.domain-result,.trade-result{
    background: #fff;
    border: solid 1px #e6e6e6;
    border-bottom: none;
    overflow: hidden;
    margin-bottom: .4rem;
}
.common-title{
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}
.common-title span{
    display: block;
    height: .36rem;
    line-height: .36rem;
    margin-left: .2rem;
    border-left: solid 1px #e2383a;
    padding-left: .1rem;
    font-size: .32rem;
    color: #333;
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.domain-list{
    overflow: hidden;
}
.domain-list .li{
    border-bottom: dashed 1px #e6e6e6;
    padding: .2rem;    
}
.domain-list .li p{
    line-height: .48rem;
    text-align: left;
    font-size: .28rem;
}
.domain-list .li-left{
    width: 5rem;
}
.domain-list .li-right{
    width: auto;
    padding: 0.02rem;
    line-height: .56rem;
    height: .56rem;
    margin: .2rem 0;
    cursor: pointer;
    font-size: .28rem;
}
.none .li-right{
    margin: 0;
}
.able .status{
    color: #009959;
}
.none .status{
    color: #e2383a;
}
.trade-list .li{
    border-bottom: dashed 1px #e6e6e6;
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.trade-list .li-left{
    width: 2.14rem;
}
.trade-list .li-center{
    width: 3rem;
}
.trade-list .li-right{
    width: auto;
    margin-right: .2rem;
}
.trade-list .li-right .li-btn{
    width: 1.5rem;
    height: .4rem;
    color: #fff;
    background: #ff7101;
    font-size: .18rem;
    line-height: .4rem;
    border-radius: 5px;
    margin-top: .45rem;
    display: block;
    text-align: center;
}
.trade-list .li-desc{
    line-height: .32rem;
    color: #666;
}
.trade-list .reged .li-right .li-btn{
    background: #009959;
}
.trade-list .li-left img{
    width: 1.6rem;
    height: 1.4rem;
    margin: 0 .2rem;
    display: block;
    vertical-align: middle;
}
.trade-list .li-name{
    font-size: .32rem;
    line-height: .42rem;
}
.trade-list .li:last-child{
    border-bottom: 1px solid #e6e6e6;
}

.none-result{
    background: #fff;
    margin-bottom: .2rem;
}
.none-tip{
    line-height: .64rem;
    text-align: center;
}