 .search_box{
    float: right;
    height: 30px;
    width: 239px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: flex
;
    justify-content: space-between;
    align-items: center;}
.search_box_text{
color: #fff;
    font-family: 'Microsoft YaHei', serif;
    outline: none;
    width: 190px;
        background: none;
        border:none
;}
::-webkit-input-placeholder { 
/* webkit browsers，webkit内核浏览器 */
color: #fff; 
font-size: 15px;} 
:-moz-placeholder { 
/* mozilla firefox 4 to 18 */ 
color: #fff; 
font-size: 15px;} 
::-moz-placeholder { 
/* mozilla firefox 19+ */ 
color: #fff; 
font-size: 15px;} 
:-ms-input-placeholder { 
/* internet explorer 10+ */ 
color: #fff; 
font-size: 15px;}

/*
*组件样式
*/
.defaultButtonStyle{vertical-align:top;}
.defaultInputStyle{vertical-align:top;border:solid 1px #AFD5F5;height:17px;width:20px;}
.pb_sys_style1 .p_no_d {
    border: 1px solid #29608f !important;
    color: #fff;
    background-color: #2478c1 !important;}
.ewm{
    display: flex
;
    width: 220px;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;}
.ewm p{
    line-height: 26px;}
