.ca {
    border: solid 1px forestgreen;
    background-color: #8CD4F5;
}

.ra {
    border: solid 1px chocolate;
    background-color: brown;
}

.cte-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #e60012;
    border-color: #e60012;
}

.cke-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #7f1084;
    border-color: #5b0060;
}

.cpe-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #fa6e00;
    border-color: #f36e06;
}

.cle-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #004ea2;
    border-color: #0647bd;
}

/* 不同展会的按钮样式 */

.btn-cle {
    color: #fff;
    background-color: #004ea2;
    border-color: #004ea2;
}

.btn-cle:hover {
    color: #fff;
    background-color: #1a67bb;
    border-color: #0647bd;
}

/*.btn-cle:focus, .btn-cle.focus {*/
/*  color: #fff;*/
/*  background-color: #004ea2;*/
/*  border-color: #1a2f85;*/
/*  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);*/
/*}*/

/*.btn-cle.disabled, .btn-cle:disabled {*/
/*  color: #fff;*/
/*  background-color: #182f58;*/
/*  border-color: #182f58;*/
/*}*/

/*.btn-cle:not(:disabled):not(.disabled):active, .btn-cle:not(:disabled):not(.disabled).active,*/
/*.show > .btn-cle.dropdown-toggle {*/
/*  color: #fff;*/
/*  background-color: #1a2f85;*/
/*  border-color: #1f3f85;*/
/*}*/

/*.btn-cle:not(:disabled):not(.disabled):active:focus, .btn-cle:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-cle.dropdown-toggle:focus {*/
/*  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);*/
/*}*/

.btn-cke {
    background-color: #7f1084;
    color: #ffffff;
}

.btn-cke:hover {
    background-color: #5b0060;
    color: #ffffff;
}

.btn-cte {
    background-color: #e60012;
    color: #ffffff;
}

.btn-cte:hover {
    background-color: #ca2e2a;
    color: cornsilk;
}

.btn-cpe {
    background-color: #fa6e00;
    color: #ffffff;
}

.btn-cpe:hover {
    background-color: #f39700;
    color: cornsilk;
}

/* 不同展会的边框样式 */
.cle_border_top {
    border-top: 3px solid #004ea2;
}

.cle_border_bottom {
    border-bottom: 3px solid #004ea2;
}

.cke_border_top {
    border-top: 3px solid #7f1084;
}

.cke_border_bottom {
    border-bottom: 3px solid #7f1084;
}

.cte_border_top {
    border-top: 3px solid #e60012;
}

.cte_border_bottom {
    border-bottom: 3px solid #e60012;
}

.cpe_border_top {
    border-top: 3px solid #fa6e00;
}

.cpe_border_bottom {
    border-bottom: 3px solid #fa6e00;
}

.border_top {
    border-top: 3px solid #e60012;
}
.border_bottom {
    border-bottom: 3px solid #e60012;
}
/* 以下修改placeholder字体的颜色大小 */
input::-webkit-input-placeholder { /*谷歌*/
    color: silver;
    font-size: 14px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: silver;
    font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: silver;
    font-size: 14px;
}

input:-ms-input-placeholder { /*微软*/

    color: silver;
    font-size: 14px;
}
