.pagination>li>a,.pagination>li>span{
    width: 26px;
    height: 26px;
    margin-left: 0;
    padding: 0;
    border: none;
    border-radius: 13px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    margin-left: 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
     border-top-left-radius: 13px;
     border-bottom-left-radius: 13px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

/**case-yks begin**/
.case-yks{
    padding-top: 40px;
    min-height: 940px;
}
.case-list{
    display: block;
    overflow: hidden;
}
.case-list > .case-item {
    position: relative;
    float: left;
    display: block;
    width: 265px;
    height: 280px;
    margin: 0 25.3px 60px 0;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    /* border: 2px solid #dbdbdb; */
    -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    -moz-transition: .3s -moz-box-shadow linear;
    -webkit-transition: .3s -webkit-box-shadow linear;
    -o-transition: .3s -webkit-box-shadow linear;
    transition: .3s box-shadow linear;
}
.case-list > .case-item:nth-of-type(4n+0) {
    margin-right: 0;
}
.case-list > .case-item a {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    text-align: center;
}
.case-list > .case-item > a > img{
    width: 265px;
    height: 200px;
    margin-left: -1px;
}
.case-list > .case-item p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    color: #f5a352;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-item-info{
    padding: 0 5%;
    font-size: 12px;
    color: #777;
}
.case-item-info img{
    width: 12px;
    margin-bottom: 3px;
}
.case-item-info span{
    float: right;
}
hr{
    margin-top: 0;
    margin-bottom: 10px;
    width: 90%;
}
/**case-yks end**/

.register-yks {
    padding: 50px 0;
    text-align: center;
    /* 标准的语法 */ }
.register-yks a:first-child {
    margin-right: 80px; }
.register-yks a:last-child {
    margin-left: 80px; }

#myModal .modal-body{
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}
.share-copy{
    padding: 0 15px;
}
.share-copy input{
    width: 100%;
    background-color: gainsboro;
    border: none;
    padding: 10px;
}
.share-copy a{
    display: block;
    width: 100px;
    height: 30px;
    margin: 20px 0;
    line-height: 17px;
    text-align: center;
    color: #fff;
    background-color: #00cc66;
}
.share-copy a:hover{
    color: #fff !important;
    background-color: #00cc88;
}
.loading{
    width: 100px;
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
}

/*手机端兼容*/
@media screen and (max-width: 1199px) {
    .case-yks .container{
        padding: 0;
    }
    .register-yks a:first-child{
        margin-right: 10px;
    }
    .register-yks a:last-child{
        margin-left: 10px;
    }
    .case-list > .case-item {
        float: none;
        margin: 20px auto;
    }
    .case-list > .case-item:nth-of-type(4n+0) {
        margin: 0 auto;
    }

    .pagination>li>a,.pagination>li>span{
        width: 26px;
        height: 26px;
        margin-left: 0;
        padding: 0;
        border: none;
        border-radius: 13px;
        line-height: 26px;
        font-size: 13px;
        text-align: center;
    }
    .pagination>li:first-child>a, .pagination>li:first-child>span {
        border-top-left-radius: 13px;
        border-bottom-left-radius: 13px;
    }
    .pagination>li:last-child>a, .pagination>li:last-child>span {
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px;
    }
}
