
*{
    margin: 0;
    padding: 0;
}

html,body{
    box-sizing: border-box;
}
ul{
    list-style: none;
}
.pagebox{
    display: flex;
    flex-direction: column;
}
.fle{
    display: flex;
}

.flewrap{
    flex-wrap: wrap;
}

.centerWH{
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerH{
    display: flex;
    align-items: center;
}

.centerW{
    display: flex;
    justify-content: center;
}

.flexSpace{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexAround{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.centerColumn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.radius5{
    border-radius: 5px;
}
.radius10{
    border-radius: 10px;
}

.radius-half{
    border-radius: 50%;
}

.fb{
    font-weight: bold;
}
.cl7{
    color: #777;
}
.cl9{
    color: #999;
}
.font23{
    font-size: 23px;
}
.font12{
    font-size: 12px;
}

.font13{
    font-size: 13px;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}

.mr3{
    margin-top: 3px;
}
.mr5{
    margin-top: 5px;
}
.mr7{
    margin-top: 7px;
}
.mr8{
    margin-top: 8px;
}
.mr11{
    margin-top: 11px;
}

.mr17{
    margin-top: 17px;
}
.mr20{
    margin-top: 20px;
}
.mr25{
    margin-top: 25px;
}
.mr32{
    margin-top: 32px;
}

.allWidth{
    width: 100%;
}

.mules{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.txcenter{
    text-align: center;
}

.out-padding{
    padding: 0 12px;
}
.menu {
    height: 44px;
    background: #0e1628;
    padding: 0 12px;
}

.menu>img:first-child {
    height: 22px;
}

.sel {
    height: 17px;
}
.del{
    height: 16px;
    display: none;
}

.info {
    height: 193px;
    background: url('../images/pic6.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.onbtn {
    height: 29px;
    width: 96px;
    background: #ff9e06;
    border: none;
    color: #fff;
}

.hidecont{
    width: 100%;
    position: absolute;
    background: #1b2334;
    color: #fff;
}
.hidecont a{
    color: #fff;
	text-decoration:none;
}
.hidecont div{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #414856;
    padding-left: 37px;
    padding-right: 12px;
}
.hidecont-children{
    display: none;
    background: #282e3b;
}

.hidecont-children li{
    height: 43px;
    line-height: 43px;
    padding-left: 55px;
}

.hidecont-img{
    transform:rotate(180deg);
    transition: 0.5s;
}

.footer {
    height: 60px;
    width: 100%;
    background: #0e1628;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.footer .line {
    background: #696e79;
    height: 11px;
    width: 2px;
    border-radius: 5px;
}

.try {
    display: none;
    height: 309px;
    width: 100%;
    background: url('../images/pic7.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-top: 31px;
    position: fixed;
    bottom: 60px;
    z-index: 999;
}

.tryimg{
    height: 20px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.tryform {
    width: 100%;
}

.tryform input {
    height: 38px;
    width: calc(70% - 10px);
    border: none;
    border-radius: 3px;
    padding-left: 10px;
}

.tryform button {
    height: 39px;
    width: 70%;
    border-radius: 3px;
    background: #ff9e06;
    border: none;
    color: #fff;
}

