﻿body {
    /*background-color: rgba(0,0,0,0.01);*/
    padding-bottom:100px;
}

#boxmain {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    top: 10px;
}

.numcard {
    text-align:center;
    padding: 5px 10px;
    /*半透明版本*/
    background-color: orangered;
    background: -moz-linear-gradient(left,rgba(255,70,0,0.8),rgba(255,165,0,0.8));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(255,70,0,0.8)),to(rgba(255,165,0,0.8)));
    background: -webkit-linear-gradient(left,rgba(255,70,0,0.8),rgba(255,165,0,0.8));
    background: -o-linear-gradient(left,rgba(255,70,0,0.8),rgba(255,165,0,0.8));
    /*不透明版本*/
    /*background-color: orangered;
            background: -moz-linear-gradient(left,orangered,orange);
            background: -webkit-gradient(linear,0 50%,100% 50%,from(orangered),to(orange));
            background: -webkit-linear-gradient(left,orangered,orange);
            background: -o-linear-gradient(left,orangered,orange);*/
}

.fr {
    float: right;
}
.tal {
    text-align: left;
}

.cnname {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.enname {
    font-size: 12px;
    color: rgba(255,255,255,0.9);
    line-height: 20px;
}


.countnumber {
    font-size: 24px;
    font-family: fantasy;
    color: white;
    width: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
 
.numcard .icon {
    font-size: 24px;
    color: white;
}
.numcard .lblicon {
    font-size: 24px;
    color: white;
    font-weight: bold;
    font-family: cursive,'kaiti';
}

.textsd_1_3 {
    text-shadow: 0 1px 3px rgb(0,0,0,0.3);
}

.companyinfotitle {
    text-align: center;
    padding: 10px 15px;
    /*半透明版本*/
    background-color: dodgerblue;
    background: -moz-linear-gradient(left,rgba(65,106,226,0.9),rgba(106,90,255,0.9));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(65,106,226,0.9)),to(rgba(106,90,255,0.9)));
    background: -webkit-linear-gradient(left,rgba(65,106,226,0.9),rgba(106,90,255,0.9));
    background: -o-linear-gradient(left,rgba(65,106,226,0.9),rgba(106,90,255,0.9));
    /*不透明版本*/
    /*background-color: royalblue;
            background: -moz-linear-gradient(left,royalblue,slateblue);
            background: -webkit-gradient(linear,0 50%,100% 50%,from(royalblue),to(slateblue));
            background: -webkit-linear-gradient(left,royalblue,slateblue);
            background: -o-linear-gradient(left,royalblue,slateblue);*/
}

.cnametitle {
    color: white;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 0;
}

.layui-container {
    padding: 0 10px;
}

.cnameunderdis {
    color: white;
}

.boxsd_3_9 {
    box-shadow: 0 3px 9px rgba(0,0,0,0.2);
}

.border_radius_4 {
    border-radius: 4px;
    overflow: hidden;
}

.imgbox {
    background-size: cover;
    background-position: center center;
    box-shadow: 0 3px 9px rgba(0,0,0,0.2);
}

.layui-table-page {
    text-align: center;
}
/* typical phone screen resolution */
@media only screen and (max-width : 400px) {
    .layui-col-xs6 {
        width: 100%;
    }
}
/* typical phone screen resolution */
@media only screen and (max-width : 770px) {
    .companyinfotitle {
        text-align: left;
    }

    .cnameunderdis {
        font-size: 12px;
    }
}

.layui-table-cell {
   /* height: unset;
    line-height: unset;*/
    padding: 0 5px;
}

.toolslink {
    color: royalblue;
    cursor: pointer;
    font-size: 12px;
}

    .toolslink:hover {
        color: darkblue;
        text-decoration: underline;
    }

.layui-table-header th .layui-table-cell span {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: white;
    text-shadow: 0 1px 3px rgb(0,0,0,0.3);
}

.layui-laypage .layui-laypage-curr em {
    text-shadow: 0 1px 3px rgb(0,0,0,0.3);
}

.layui-table-body td .layui-table-cell span {
    font-size: 12px;
}

.textoverhide {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.span_sort {
    font-family: fantasy;
    font-size: 16px;
}

.layui-table-header {
    /*background-image: url(/css/admin/user/KeywordReportDetails/imgs/huawen.jpg);*/
    /*background-size: cover;*/
    /*background-position: center center;*/
}

    .layui-table-header table {
        width: 100% !important;
        background-color: rgba(65,106,226,0.8) !important;
    }

    .layui-table-header tr, .layui-table-header thead {
        background-color: unset !important;
    }

    .layui-table-header table th {
        border: none;
    }

.layui-table-view {
    border: 1px solid rgba(65,106,226,0.8);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: rgba(65,106,226,0.8);
}

.layui-table td, .layui-table th {
    min-height: unset;
    line-height: unset;
}

.layui-laypage .layui-laypage-curr em {
    color: royalblue;
    font-weight: bold;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-bottom: 2px solid royalblue;
    background-color: unset;
}

.showtype_0 {
    background-color: crimson;
    color: white;
}

.showtype_1 {
    background-color: blueviolet;
    color: white;
}

.showtype_2 {
    background-color: royalblue;
    color: white;
}

.showtype_3 {
    background-color: orangered;
    color: white;
}

.showtype_4 {
    background-color: forestgreen;
    color: white;
}

.cases {
    display: inline-block;
    padding: 1px 3px;
    border-radius: 2px;
}

.span_sort {
    display: inline-block;
    padding: 1px 5px;
    border: 1px solid rgba(0,0,0,0);
}

    .span_sort:hover {
        border: 1px solid rgba(0,0,0,0.5);
    }

.layui-table, .layui-table-view {
    margin: 0;
}

.searchbox {
}

    .searchbox input {
        padding: 2px 3px !important;
        height: unset !important;
        line-height: unset !important;
    }

.wherecasehead {
    color: crimson;
    padding: 0px 5px;
    font-size: 14px;
}

.wherecase {
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    line-height: 14px;
    border-radius: 10px;
    cursor: pointer;
}

    .wherecase:hover {
        background-color: rgba(255,0,0,0.2);
    }

.wherebox .check {
    background-color: crimson;
    color: white;
}

.wherebox .spliticon {
    color: rgba(0,0,0,0.3);
}

.wherebox input[type=button] {
    background-color: crimson;
}


.wherebox {
    margin: 2px 0px;
    cursor: default;
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding: 5px;
    border-radius: 4px;
}

.ispan {
    display: inline-block;
    font-size: 16px;
}

.sortbox span {
    display: inline-block;
    padding: 0px 2px;
    font-size: 10px;
    line-height: 14px;
}

#form_search {
    margin-top: 10px;
}

.data_sort.check {
}

.updatetime {
    display: inline-block;
    margin-top: 13px;
    line-height: 24px;
    font-size: 12px;
    color: rgba(0,0,0,0.5);
}

#totopbtn {
    position: fixed;
    right: 40px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: orangered;
    background-color: orangered;
    background: -moz-linear-gradient(left,orangered,orange);
    background: -webkit-gradient(linear,0 50%,100% 50%,from(orangered),to(orange));
    background: -webkit-linear-gradient(left,orangered,orange);
    background: -o-linear-gradient(left,orangered,orange);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display:none;
}

    #totopbtn:hover i {
        font-size: 40px;
    }

    #totopbtn i {
        color: white;
        font-size: 36px;
    }

/*.layui-table-header .laytable-cell-1-0-1 {
    width: 602px;
    text-align: center;
}*/

.media_pc i{
    color:dodgerblue;
}
.media_m i{
    color:orangered;
}


.layui-table-body tr:hover {
    outline: auto;
    outline-width: 1px;
}
body{
    overflow-y:scroll;
}