﻿p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin-bottom: 10px;
}

.p0 {
    padding: 0 !important;
}

.main_bgb {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.width_950 {
    width: 950px;
}

.na_title {
    font-size: 24px;
    color: #f7b400;
    text-align: center;
    line-height: 64px;
    margin: 0;
}

.na_xuzhi {
    margin: 0 10px;
    padding: 10px 20px 0;
    overflow: hidden;
}

.na_xuzhi li {
    float: left;
    width: 32%;
    text-align: center;
    padding: 0 20px;
}

.na_xuzhi img {
    width: 85px;
    float: left;
}

.na_xuzhi li p.xuzhi_title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.na_gongneng {
    margin: 0 10px;
    padding: 20px 0;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
}

.na_gongneng li {
    float: left;
    width: 50%;
    text-align: left;
    padding: 5px 45px;
}

.na_gongneng img {
    float: left;
}

.float_l {
    float: left;
}

.padding_l20 {
    padding-left: 20px;
}

.na_gongneng li p.gongneng_title {
    font-size: 18px;
    font-weight: bold;
    color: #20a2e2;
}

.zhongdian_font {
    color: #f7b400;
}

.header-desc span {
    font-size: 16px;
    color: #96a3ad;
}

/*弹框*/
.modal__container .modal__content {
    display: flex;
    padding: 50px 0;
}

.modal__content .intro {
    width: 50%;
}

.modal__content .intro img {
    width: 20%;
    margin: 5% auto;
    display: block;
}

.ewmBox {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ewmBox span {
    width: 100%;
    text-align: center;
}

.ewmBox span img {
    width: 65%;
    margin:0 auto 5%;
    display: block;
}
.ewmBox span p{
    width: 200px;
    margin: auto;
}

/*nswld.html产品申请遇图片换行*/
.na_xuzhi img {
    margin-right: 28px;
}

.na_xuzhi li p.xuzhi_title {
    text-align: start;
}

.xuzhi_con {
    padding-left: 0px !important;
}

/*baseDetail.html相关衍生页面适配移动端*/
#myDiv {
    z-index: 99999;
    background-color: #ffffff;
    margin-left: 4px;
}

.mouseOver {
    background-color: #FFFAFA;
    color: #000000;
}

.mouseOut {
}

.check_box {
    height: 70px;
    line-height: 90px;
    text-align: center;
}

.check {
    width: 150px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    font-size: 24px;
}

.form-group {
    height: 60px;
    padding: 10px;
    margin-bottom: 0;
}

.form-group-box {
    width: 500px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

.list_label {
    height: 30px;
    margin: 0 20px;
}

.list_input1 {
    width: 310px;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 #e6e8eb;
    border: 1px solid #428bca;
}

.list_input2 {
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 #e6e8eb;
    border: 1px solid #428bca;
}

.login_btn {
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 #e6e8eb;
    border: 1px solid #428bca;
    border-radius: 4px;
    margin: 0 auto;
    background: #428bca;
    color: #fff;
    padding: 0 !important;
}

.get_btn {
    display: inline-block !important;
    margin-top: 1px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.login_btn2 {
    width: 148px;
    height: 40px;
    margin-left: 170px;
}

.input_meg {
    display: inline-block !important;
    height: 42px !important;
    margin: 0;
    margin-left: 91px;
}

#modal-1 {
    width: 540px !important;
}

#modal-3 {
    width: 540px !important;
}

.spans {
    color: red;
}

@media screen and (max-width: 770px) {
    /*申请须知*/
    .header-desc span {
        font-size: 7px;
    }

    .width_950 {
        width: 100%;
    }

    .na_title {
        font-size: 12px;
        line-height: 38px;
    }

    .na_xuzhi img {
        width: 32px;
    }

    .na_xuzhi li {
        float: left;
        width: 33%;
        padding: 0;
    }

    li p.xuzhi_title {
        font-size: 10px !important;
        margin-bottom: 20px !important;
    }

    .xuzhi_con {
        padding-left: 23px !important;
        font-size: 9px !important;
        margin-bottom: 20px !important;
    }

    /*产品功能*/
    .na_gongneng li {
        width: 100%;
    }

    .na_gongneng li p.gongneng_title {
        font-size: 12px;
    }

    p {
        font-size: 9px;
    }

    .na_xuzhi {
        padding: 10px 20px 26px;
    }

    /*nswld.html产品申请遇图片换行适配移动端*/
    .na_xuzhi img {
        margin-right: 6px !important;
    }
}

@media screen and (max-width: 361px) {
    .na_gongneng li {
        padding: 5px 20px;
    }
}