@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td,section,article,aside,
header,footer,nav,dialog,figure,i,em,b{
    margin:0;padding:0;
    font-style:normal;
    font-weight: normal;
    font-family:"microsoft yahei","Microsoft YaHei UI",sans-serif;
}
ul,ol,li {
  list-style:none;
}
textarea{
  resize:none;
  outline: none;
}
input,img {
  vertical-align:middle;
  border:none;
  resize: none;
}
input:focus {
  outline:none;
}
form {
  resize: none;
  outline:none;
}
a {
  color:#333;
  text-decoration:none;
  outline:none;
  font-family:"microsoft yahei","Microsoft YaHei UI",sans-serif;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
/* 清除浮动--clear */
.clear {
  clear: both;
}
/* searchStock.html */
.searchStockPlate {
    position: relative;
    padding: 10px 3% 0;
}
.searchStockBox {
    width: 100%;
    height: 45px;
}
.searchStockBox input {
    float: left;
    display: block;
    width: 75%;
    height: 45px;
    border: 1px solid #ddd;
    line-height: 45px;
    font-size: 14px;
    text-indent: 5px;
    box-sizing: border-box;
}
.searchStockBox a {
    float: left;
    display: block;
    width: 25%;
    background-color: #cc0000;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}
/* 下拉框 */
.searchStockPlate .pullDownBox {
    width: 94%;
    padding: 0 3%;
}
.pullDownBox {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 29;
}
.pullDownTitle {
  width: 100%;
  overflow: hidden;
}
.pullDownTitle span {
  float: left;
  display: block;
  width: 50%;
  background-color: #ccc;
  color: #333;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  padding: 12px 0;
}
.pullDownList {
  width: 100%;
  background-color: #fff;
}
.pullDownList .pullDownSelect {
  width: 100%;
  display: block;
  overflow: hidden;
}
.pullDownSelect span {
    float: left;
    display: block;
    width: 50%;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}
/* 导航 */
.searchNavListPlate {
    margin-top: 15px;
    padding: 0 3%;
    border-bottom: 1px solid #e6e6e6;
}
.searchNavListBox {
    width: 100%;
    height: 40px;
    background-color: #fff;
} 
.searchNavListBox li {
    float: left;
    width: 25%;
    height: 30px;
    padding: 5px 0;
}
.searchNavListBox li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.searchNavListBox li:last-child a {
    border-right: 0 none;
}
.searchNavListBox li.on {
    background-color: #cc0000;
} 
.searchNavListBox li.on a {
    border-right: #cc0000;
    color: #fff;
}
/* title */
.resultStockListPlate {
    display: none;
    width: 100%;
    padding-bottom:42px;
}

.resultStockListPlate.on {
    display: block;
}

.resultStockListTitle {
    width: 94%;
    overflow: hidden;
    padding: 15px 3% 12px;
    border-bottom: 1px solid #e6e6e6;
}
.resultStockListTitle span {
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
}

.resultStockListTitle span:nth-child(1) {
    width: 42.5%;
}

.resultStockListTitle span:nth-child(2) {
    width: 21.3%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 2%;
}

.resultStockListTitle span:nth-child(3) {
    width: 24.5%;
    text-align: center;
}

.resultStockListTitle span:nth-child(4) {
    width: 11.7%;
    text-align: center;
}

/* 列表 */
.resultStockList {
    width: 100%;
}

.resultStockList li {
    border-bottom: 1px solid #ededed;
    padding: 10px 3%;
    overflow: hidden;
}

.resultStockList li a {
    display: block;
    float: left;
}

.resultStockList .resultStockName {
    width: 42.5%;
}

.resultStockList .resultStockPrice {
    width: 21.3%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 2%;
    color: #999;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

/* 涨 */
.resultStockList .resultStockPrice.upStockColor {
     color: #cc0000;
}
/* 跌 */
.resultStockList .resultStockPrice.downStockColor {
     color: #24b35f;
}

.resultStockList .resultStockRose {
    width: 24.5%;
    padding-top: 3px;
    font-size: 14px;
    text-align: center;
}

.resultStockRose span {
    display: block;
    width: 60px;
    height: 25px;
    margin: 0 auto;
    background-color: #999;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

/* 涨 */
.resultStockRose.upStockColor span {
    background-color: #cc0000; 
}

/* 跌 */
.resultStockRose.downStockColor span {
     background-color: #24b35f;
}


.resultStockList .addMySelect {
    display: block;
    width: 11.5%;
    height: 30px;
    border: 0 none;
    background-color: transparent;
    outline: none;
    box-sizing: border-box;
}

.resultStockList .resultStockName p {
    font-size: 14px;
    color: #333;
    line-height: 120%;
}

.resultStockList .resultStockName p:nth-child(2) {
    font-size: 12px;
}

.addMySelect img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

/* 清空本地 */
.emptyLocalBtn {
    display: block;
    width: 30%;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 100%;
    margin: 30px auto 0;
}
/* 自选股为空 */
.mySelectNull p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.mySelectNull .mySelectNullImg {
    display: block;
    width: 50%;
    margin: 0 auto;
    border: 0 none;
    background-color: #fff;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    outline: none;
}

@media screen and (max-width:340px){
   .searchStockBox input {
        font-size: 12px;
   }
   .resultStockList .resultStockPrice {
        font-size: 16px;
   }

}


.searchResult {
    position: fixed;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 10;
}
.searchResult .searchResult_nav {
	padding: 4px 10px 8px;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0px 18px #000;
}
.searchResult .searchResult_nav nav {
    display: flex;
    display: -webkit-flex;
    text-align: center;
    overflow: hidden;
}
.searchResult .searchResult_nav nav a {
    flex: 1;
    width: 0;
    padding: 3px 0;
    display: block;
}
.searchResult .searchResult_nav .active span {
    color: #bf0000;
    border-bottom: 1px solid #bf0000;
}
.searchResult .searchResult_content {
    padding: 0 10px 60px 10px;
    line-height: normal;
}
.searchResult .searchResult_label {
	padding: 10px 0;
    margin-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.searchResult .searchResult_label:first-child {
    margin-top: 0;
}
.searchResult .search_result {
    line-height: 22px;
    overflow: hidden;
}
.searchResult .search_result .result_link {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
}
.searchResult .search_result .result_link .result_name {
    float: left;
    margin-right: 20px;
    max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.searchResult .search_result .result_link i {
    color: #c42626;
}
.searchResult .result_clean {
	padding: 12px 0;
    display: block;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.searchResult .searchResult_content li:not(:first-child){
	display:none;
}
.result_unfind {
    text-align: center;
    margin-top: 30%;
    margin-bottom: 30%;
    text-align: center;
}
.result_unfind img {
    width: 12%;
}
.result_unfind p {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}

















