@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2023-06-02 03:25:06
 * @version $Id$
 */
body
{
    font-size: 20px;
    margin: 0;
    min-height: 100%;
    background: #fff;
}

body,button,input,keygen,select,textarea
{
    font-family: Arial,MicrosoftYaHei,'΢���ź�'
}

a
{
    text-decoration: none;
    color: #212121;
    outline: 0;
}

div
{
    box-sizing: border-box
}

.body_view
{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3%;
}

.header_title
{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 15px;
}

.header_title .logo
{
    float: initial;
    margin: 0 auto;
    font-size: 46px;
    font-weight: bold;
    color: #f44336;
    text-shadow: 0px 2px 2px #aaa;
    display: block;
}

.xianlu
{
    width: 100%;
    padding: 0 5%;
}

.xianlu .clearfix
{
    padding: 20px 18px 5px;
    border: 2px solid #f44336;
    border-style: dashed;
    border-radius: 5px;
}

.xianlu .xianlu_item
{
    width: 100%;
    border-radius: 50px;
    height: 60px;
    line-height: 58px;
    font-size: 28px;
    float: initial;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    color: #03A9F4;
    position: relative;
    display: block;
    border: 1px solid #03A9F4;
}

.ml,.mr
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.xianlu .xianlu_item .text
{
    display: inline-block;
    background-image: url(data:image/png;);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 33px;
    background-size: 30px 30px;
}

.xianlu .xianlu_item .icon
{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
    width: 30px;
    height: 30px;
    background-image: url(data:image/png;);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
}

.m_show
{
    display: block !important;
    font-size: 16px;
}

.title_tips_text
{
    padding: 20px 0 0;
    font-size: 18px;
    color: #242b33;
    text-align: center;
}

@media only screen and (max-width:510px)
{
    .m_show
    {
        display: block !important;
        font-size: 16px;
    }
}

@media only screen and (max-width:420px)
{
    .m_show
    {
        display: block !important;
        font-size: 15px;
    }
}

@media only screen and (max-width:380px)
{
    .m_show
    {
        display: none !important;
        font-size: 14px;
    }
}

@media only screen and (max-width:360px)
{
    .m_show
    {
        display: none !important;
        font-size: 13px;
    }
}