.top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 0;
}
.top img.logo{
    width: 450px;
}
.top p{
    text-align: right;
    line-height: 78px;
    font-size: 12px;
    color: #1166b3;
}
.top span{
    padding: 20px 0px 20px 50px;
    background-image: url(../image/2.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
}
.top strong{
    font-size: 18px;
}

.banner{
    width: 100%;
    height: auto;
}

.gg{
    text-align: center;
    margin-bottom: 10px!important;
}
.gg span{
    padding:20px 20px 20px 30px;
    background-image: url(../image/3.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}
/*search*/
.caller-seach {
    position: relative;
    margin: 10px 0;
    background-color: #fff;
    border: 2px solid #1166b3;
    display: block;
    height: 38px;
    line-height: 38px;
    border-radius: 30px;
}
.caller-pl32 {
    padding-left: 32px;
    padding-right: 120px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 3px 40px 3px 3px;
    height: 32px;
    line-height: 32px;
    width: calc(100% - 60px - 10px);
    border-radius: 30px 0px 0 30px;
    border:none;
    background-image: url(../image/6.png)!important;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 10px center;
}
.caller-seach .layui-icon-search {
    font-size: 18px;
    position: absolute;
    top: 1px;
    left:10px;
}
.scbtn{
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    width: 60px;
    background-color: #1166b3;
    border-radius: 30px;
    text-align: center;
    height: 34px;
    background-image: url(../image/4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.flbox{
    margin: 15px auto!important;
}
.flbox .item{
    overflow: hidden;
    margin-bottom: 15px;
}
.flbox .item h1{
    text-align: center;
    font-size: 14px;
    background-color: #1166b3;
    border-radius: 4px;
    float: left;
    line-height: 36px;
    height: 36px;
    width: 100px;
    color: #fff;
}
.flbox .item h1 span{
    padding: 20px 20px 20px 30px;
    background-image: url(../image/8.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}
.flbox .item:nth-child(2) h1 span{background-image: url(../image/yy.png);background-size: 24px;}
.flbox .item:last-child h1 span{background-image: url(../image/9.png);background-size: 24px;}
.flbox .item ul{
    overflow: hidden;
    float: left;
    width: calc(100% - 100px - 15px);
}
.flbox .item ul li{
    padding: 0 10px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000;
    border-radius: 6px;
    line-height: 36px;
    cursor: pointer;
}
.flbox .item ul li.active,.flbox .item ul li:hover{
    background-color: #e8ebf4;
}

.rightnav{
    position: fixed;
    right: 20px;
    top: 50%;
    width: 50px;
}
.rightnav img{
    width: 50px;
    height: 50px;
    background-color: #1166b3;
    cursor: pointer;
    margin-bottom: 4px;
    background-image: url(../image/15.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.rightnav img:hover{
    transform:scale(1.1,1.1);
}

.page{
    text-align: center;
    margin-top: 30px;
}

.mbox{
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
    /*grid-column-gap: 20px;*/
    overflow: hidden;
}
.mbox .libox{
    border-radius: 10px;
    box-shadow: 2px 2px 16px rgba(169, 169, 169, 0.3);
    -moz-box-shadow:2px 2px 16px rgba(169, 169, 169, 0.3);
    padding: 15px;
    background-color: #fff;
    /*width: 100%*/
    width: calc((100% - 130px)/3);
    float: left;
    margin-right: 20px;
}
.mbox .libox:last-child{margin-right:0;}
.listitem{
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    position: relative;
    padding: 15px 10px;
}
.listitem .tips{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1166b3;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 0 6px 0 0;
}
.ctitle{
    text-align: center;
    position: relative;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.ctitle::before{
    content: '';
    width: calc((100% - 100px - 50%)/2);
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 25%;
    top: 50%;
}
.ctitle::after{
    content: '';
    width: calc((100% - 100px - 50%)/2);
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 25%;
    top: 50%;
}
.playbtn,.stopbtn{
    width: 50px;
    height: auto;
    cursor: pointer;
}
.timebox{
    display: grid;
    grid-template-columns: 1fr 80px;
    grid-column-gap: 5px;
}
.listitem{
    overflow: hidden;
}
.listitem .textbox{
    overflow: hidden;
}
.listitem .textbox h2{
    float: left;
    width: calc(100% - 100px - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    background-image: url(../image/12.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    padding-left: 20px;
}
.listitem .textbox h2.wman{
    background-image: url(../image/13.png);
}
.listitem .textbox p{
    float: left;
    width: 100px;
    text-align: right;
    margin-top: 10px;
    color: #1166b3;
    font-size: 14px;
}
.listitem .pbox{
    width: 70px;
    float: left;
}
.listitem .pbox img{margin-left: 10px;}
.listitem .rbox{
    width: calc(100% - 80px);
    float: right;
}
.listitem .timebox [class^='slideTest']{
    margin-top: 9px;
}
.listitem .timebox p{
    text-align: right;
}

.bgw{
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.bgb{
    background-color: #e8ebf4;
}

.layui-laypage a{
    margin-right: 3px;
    height: 32px;
    line-height: 32px;
}
.layui-laypage .layui-laypage-curr{
    margin-right: 3px;
    height: 32px;
    line-height: 32px;
}

.hzdwbox .ctitle{
    font-size: 24px;
    color: #1166b3;
    font-weight: 700;
    margin-bottom: 50px;
}
.hzdwbox .ctitle::before{
    content: '';
    width: calc((100% - 120px - 80%)/2);
    height: 3px;
    background-color: #1166b3;
    position: absolute;
    left: 40%;
    top: calc(50% - 1.5px);
}
.hzdwbox .ctitle::after{
    content: '';
    width: calc((100% - 120px - 80%)/2);
    height: 3px;
    background-color: #1166b3;
    position: absolute;
    right: 40%;
    top: calc(50% - 1.5px);
}
.imgitem{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
}
.hzdwbox{
    padding: 80px 0;
}
.layui-carousel-ind ul{
    background-color: transparent!important;
    margin-top: 20px;
}
.layui-carousel-ind ul li{background-color: #fff;}
.layui-carousel-ind ul li.layui-this{background-color: #1166b3;}

.bqtip{
    text-align: center;
    background-color: #1166b3;
    color:#fff;
    line-height: 100px;
    font-size: 12px;
}

.layui-layer-title{
    text-align: center;
    padding: 0!important;
    background-color: #fff!important;
}

.ggbox .red{
    text-align: center;
    color: red;
    line-height: 30px;
} 
.ggbox img{
    margin: 10px 60px;
    width: calc(100% - 120px);
}  
.ggbox .btnbox{
    width: calc(100% - 120px);
    margin: 0 60px;
}
.ggbox .btnbox button{
    display: block;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    background-color: #009688;
}
.ggbox .btnbox button:nth-child(2){background-color: #c3604b;}
.ggbox .btnbox button:nth-child(3){background-color: #608ce3;}

.kfbox{
    padding: 20px;
}
.getcopy{
    cursor: pointer;
}
.copy-success {

    display: none;

    padding: 6px 12px;

    text-align: center;

    background-color: #fff;

    color: #333;

    border-radius: 4px;

    position: absolute;

    top: 20px;

    right:80px;

    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);

}

.layui-slider-wrap-btn{
    background-color: #1166b3;
}

.databox{
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 10px;
}

/* 手机端右边 */
.tts_person_side{
    width: 72px;
    position: fixed;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    z-index: 500;
    display: flex;
    flex-direction: column;
    transition: .15s ease-in-out;
}

.person_side_container .item > img{
    width: 36px;
} 

.person_side_container .qrcode p{
    text-align: center;
} 

.tts_side_list {
    margin-top: 4px;
    border-radius: 4px;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 100;
}

.tts_side_list .item {
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    background-color: #1166b3;
}



.tts_side_list .item>p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(255, 255,255, .9);
    margin-top: 4px;
    margin-bottom: 0px;
}