*{
    padding:0;
    margin:0;
}
img{
    display:block;
    width:100%;
}
.mobile-try{
    background: #f70;
    border-radius: 5px;
    margin: 15px auto;
    display: block;
    width: 30%;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.try-cont ul li{
    font-size:14px;
    padding:15px;
    position:relative;
}
.tryInput{
    padding: 5px 0;
    border: 1px solid #d1d1d1;
    line-height: 24px;
    width: 100%;
    border-radius: 5px;
}
.from-sel{
    padding: 5px 0;
    border: 1px solid #d1d1d1;
    line-height: 24px;
    border-radius: 5px;
}
.truUbtns{
    display: block;
    margin: 0 auto;
    width: 85%;
    background: #009de3;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 25px;
}
.mobileSection_wrap{
    max-width:640px;
    margin:0 auto;
}
.topPosition{
    position:none;
}
.mobile-nav {
    display: block;
    background: rgba(0,0,0,.6);
    padding: 4px 5px;
    border-radius: 4px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 212;
}
.mobile-nav span {
    background: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}
.mobile-navtation {
    width: 110px;
    position: absolute;
    right: 15px;
    top: 50px;
    padding-top: 15px;
    display: none;
}
.mobile-navtation ul li {
    padding: 0 15px;
    line-height: 42px;
    border-bottom: 1px solid #293c55;
}
.precept-router{
    padding: 30px;
    font-size: 14px;
}
.precept-router a{
    color:#293c55
}
.precept-router ul li{
    display: inline-block;
    width: 32%;
    text-align: center;
}
.precept-router ul li img{
    width: 30%;
    margin: 0 auto;
}
.precept-router-name{
    padding-top: 10px;
}