﻿.formbox
{
    margin: 0px 80px;
    font-size: 14px;
    color: #363636;
    line-height: 1.8;
}

    .formbox p
    {
        margin-top: 10px;
    }

    .formbox img
    {
        display: inline-block;
        margin: 0px 12px;
        float: none;
        width: 50%;
        max-width: 600px;
        float: right;
        clear: right;
    }

    .formbox b
    {
        font-size: 16px;
        color: #c00;
    }

    .formbox .text_input
    {
        margin: 5px 0px;
        padding: 0px 10px;
        height: 50px;
        border: 1px #e0e0e0 solid;
        line-height: 50px;
        width: 260px;
        font-size: 16px;
        vertical-align: middle;
    }

    .formbox input.searchimg
    {
        margin: 5px -1px;
        vertical-align: middle;
        display: inline-block;
        background: url(/uploads/image/rimages/search.jpg) center center no-repeat;
        width: 50px;
        height: 50px;
    }

    .formbox span
    {
        font-size: 12px;
        color: #969696;
    }

.recall_box_imformation
{
    clear: both;
    text-align: center;
    line-height: 3em;
}



.showbox
{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    clear: both;
    z-index: 999;
}

.showbox-bg
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.showbox-info
{
    width: 760px;
    height: 200px;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    padding-top: 100px;
    margin-left: -380px;
    background: #fff;
    text-align: center;
    line-height: 2;
}

    .showbox-info b
    {
        font-size: 30px;
        color: #c00;
    }

.showbox-info-closebutton
{
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.popupbox
{
    font-size: 16px;
    line-height: 1.6;
}

.popconsultdet p
{
    font-size: 16px;
    line-height: 1.6;
}

.popupbox p.popuptitle span
{
    font-size: 18px;
}

@media only screen and (max-width:751px)
{

    .formbox img
    {
        clear: both;
        display: block;
        margin: 30px auto;
        float: none;
        width: 90%;
        max-width: 600px;
    }

    .formbox
    {
        margin: 0px .2rem;
        font-size: .3rem;
    }

    .showbox-info
    {
        width: auto;
        height: 260px;
        z-index: 1000;
        position: fixed;
        top: 50%;
        left: 0px;
        margin: -180px 20px 0px;
        padding-top: 100px;
        line-height: 2;
    }

        .showbox-info b
        {
            font-size: .36rem;
        }

    .formbox b
    {
        font-size: .36rem;
    }

    .formbox .text_input
    {
        margin: .1rem 0;
        padding: 0px .1rem;
        height: 0.7rem;
        border: 1px #e0e0e0 solid;
        line-height: 0.4rem;
        width: 4rem;
        font-size: .3rem;
        vertical-align: middle;
    }

    .formbox input.searchimg
    {
        margin: 5px -1px;
        vertical-align: middle;
        display: inline-block;
        background: url(/uploads/image/rimages/search.jpg) center center no-repeat;
        width: 1rem;
        height: 0.7rem;
        background-size: 100%;
    }

    .mheaderinner #navigation .logo
    {
        font-size: .36rem;
    }
}



/* 补充弹框css */
.pops
{
}

.pops
{
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

#canceldealer
{
    background-color: #e20821;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    position: inherit!important;
}

.popupbg
{
    background: rgba(0,0,0,0.6);
}
/* 修改的地方 */
.bounched_bg
{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.34);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.34);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.34);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,.34);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,.34);
    border: 5px solid #dcdcdc \0;
    z-index: 1003;
    margin-left: 0px;
    width: 760px;
}
/* 修改的地方 */
.title_bg
{
    height: 40px;
    background: #333;
    line-height: 40px;
    position: relative;
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}

.popupclose
{
	cursor: pointer;
    width: 40px;
    height: 40px;
    float: right;
    display: block;
    background: url(/uploads/image/recall/commonsprite_03.png);
    background-size: 100%;
}
/* 修改的地方 */
.table_container
{
    padding: 30px 22px;
}

.tablelist caption
{
    border-top: 2px solid #e50020;
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #c9c9c9;
}

.tablelist
{
    border-left: 1px solid #e2e1e1;
    color: #333;
    font-size: 14px;
    border-right: 1px solid #e2e1e1;
}
.tablelist thead tr{
    table-layout: fixed;
    position: relative;
    width: 100%;
    display: table;
}

.tablelist tbody{
    height: 25vw;
    display: block;
    overflow: hidden;
    overflow-y: auto;
}
.tablelist tbody tr{
    table-layout: fixed;
    position: relative;
    width: 100%;
    display: table;
}
    .tablelist th
    {
        background: #edecec none repeat scroll 0 0;
        border-bottom: 1px solid #e2e1e1;
        border-right: 1px solid #e2e1e1;
        text-align: center;
        height: 48px;
        width: 178px !important;
        line-height: 48px;
    }

    .tablelist td
    {
        border-bottom: 1px solid #e2e1e1;
        border-right: 1px solid #e2e1e1;
        text-align: center;
        color: #313131;
        width: 178px !important;
        min-height: 0 !important;
        padding: 1% 0 !important;
        line-height: 20px;
    }

    .tablelist th p
    {
        padding: 5px 4%;
    }
/* 修改的地方 */


@media only screen and (max-width: 768px)
{
    .bounched_bg
    {
        width: 90%;
        top: 0;
        transform: translate(-50%,0);
        /* margin-left: -45%; */
        position: absolute!important;
    }
    .table_container {
        padding: 4% 3%;
    }
    .tablelist th {
        width: auto !important;
    }
    .tablelist td{
        width: auto !important;
    }
    .tablelist tbody{
        height: auto
    }
}

@media only screen and (max-width: 550px)
{
    .tablelist .limit_w
    {
        min-width: 35px;
    }

    .bounched_bg
    {
        width: 98%;
        /* margin-left: -49%!important; */
    }
}

#pagelist
{
    text-align: right;
    padding: 10px 0;
    border: 1px solid #e2e1e1;
    border-top: 0;
}

    #pagelist a
    {
		cursor: pointer;
        display: inline-block;
        padding: 5px 8px;
        border: 1px solid #666;
        margin-right: 15px;
    }

        #pagelist a:hover
        {
            background: #666;
            color: #fff;
        }

    #pagelist .jp-previous, #pagelist .jp-next
    {
        border: 0;
    }

    #pagelist span
    {
        display: inline-block;
        margin-right: 10px;
    }
