* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blue_font {
    color: #4B7EFD !important;
}

.green_font {
    color: #45B58A !important;
}

.red_font {
    color: #F15A6D !important;
}

.gray_font {
    color: #334A6B !important;
}

.stock_block{
    background-color: #FFFFFF;
}

.list {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 13px 0 7px 0;;
    overflow: auto;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}

.list::-webkit-scrollbar {
    display: none;
}

.list .item {
    text-align: center;
    position: relative;
    margin-right: 35px;
    flex: 1 0 auto;
    line-height: 20px;
}

.list .item:first-child {
    margin-left: 20px;
}

.list .item:last-child {
    padding-right: 20px;
}

.list .item:hover {
    cursor: pointer;
}

.list .item a {
    color: #98A5C1;
    font-size: 16px;
}

.list .active a {
    color: #4B7EFD;
    font-weight: 600;
}

.list .active:after {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #4B7EFD !important;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -11px;
    z-index: 2;
}

.list .item:last-child:after {
    margin-left: -21px !important;
}

.stock_block:not(:last-child) {
    border-bottom: 5px solid #F6F7FC;
}

.stock_block .title {
    padding: 13px 14px 8px 13px;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    justify-content: space-between;
}

.stock_block .title h4 {
    color: #334A6B;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
}

.all_state {
    padding: 10px 14px;
}

.time_state {
    display: flex;
    padding-bottom: 11px;
}

.time_state .state_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container {
    margin-top: 45px;
}

.container .time_state .state_item > p:nth-child(1) {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto;
    text-align: center;
}

.yellow_state {
    background-color: rgba(254, 241, 228, 1) !important;
    border: 1px solid rgba(255, 111, 14, 1) !important;
    color: rgba(255, 111, 14, 1) !important;
}

.blue_state {
    background-color: rgba(244, 247, 255, 1) !important;
    border: 1px solid rgba(75, 126, 253, 1) !important;
    color: rgba(75, 126, 253, 1) !important;
}

.state_item > p:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    color: #334A6B;
    line-height: 33px;
    text-align: center;
}

.state_item > p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    color: #334A6B;
    line-height: 20px;
    text-align: center;
}

.doot {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #F5F5F5 0%, #F5F5F5 50%, transparent 50%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
}

.txt_state {
    padding: 14px 8px 12px 8px;
}

.txt_state p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #334A6B;
}

.txt_state p:nth-child(1) {
    margin-bottom: 10px;
}

.yellow_point {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: radial-gradient(rgba(255, 111, 14, 1) 20%, rgba(255, 111, 14, .3) 100%);
    border-radius: 90px;
    margin-right: 4px;
}

.time_btn button {
    width: 27px;
    height: 27px;
    background-color: #E1E5ED;
    color: #FFFFFF;
    font-size: 10px;
    border-radius: 90px;
    border: none;
    outline: none;
}

.time_btn .active {
    background-color: #4B7EFD;
}

.btn_title {
    padding: 9px 14px 7px 13px !important;
}

.btn_title h4 {
    padding-top: 4px !important;
}

.pageType1 .coinList {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pageType1 .coinList .item {
    width: 100px;
    height: 72px;
    border: 1px solid rgba(194, 211, 255, 1);
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.pageType1 .coinList .item h5 {
    color: #334A6B;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    margin: 6px 0 4px 9px;
    position: relative;
    z-index: 3;
}

.pageType1 .coinList .item .row1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #334A6B;
    margin: 0 0 0 9px;
    position: relative;
    z-index: 3;
}

.pageType1 .coinList .item .row2 {
    font-size: 10px;
    color: #334A6B;
    font-weight: 400;
    line-height: 11px;
    transform: scale(.8);
    margin-left: -2px;
    position: relative;
    z-index: 3;
}

.pageType1 .coinList .item img {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -5px;
    right: -8px;
    transform: rotate(30deg);
    z-index: 1;
}

.pageType1 .coinList .item canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    z-index: 1;
}

/*币种详情样式*/
.pageType2 .coinList {
    padding: 8px 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pageType2 .coinList .item {
    width: 90px;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    padding: 9px 9px 6px 9px;
    background-color: #F4F7FF;
    overflow: hidden;
}

.pageType2 .coinList .item p {
    text-align: center;
}

.pageType2 .coinList .item > p:nth-child(1) {
    color: #334A6B;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 3px;
}

.pageType2 .coinList .item > p:nth-child(2) {
    color: #4B7EFD;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.pageType2 .coinList .item > p:nth-child(3) {
    color: #98A5C1;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
}

.pageType2 .data_source {
    font-size: 10px;
    color: #98A5C1;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    margin-bottom: 14px;
    padding-right: 14px;
}

.progress {
    padding: 16px 14px;
}

.progress .p_item {
    display: flex;
}

.progress .p_item:not(:last-child) {
    margin-bottom: 14px;
}

.p_item > div {
    color: #334A6B;
    font-size: 12px;
    line-height: 17px;
}

.p_item > div:nth-child(1) img {
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

.p_item > div:nth-child(2) {
    width: 25%;
}

.p_item > div:nth-child(3) {
    width: 25%;
}

.p_item > div:nth-child(4) {
    width: 35%;
    display: flex;
    justify-content: center;
}

.p_item > div:nth-child(5) {
    width: 15%;
    text-align: right;
}

.p_item .iconfont {
    font-size: 17px;
    color: #4B7EFD;
    line-height: 17px;
}

.pro {
    width: 90px;
    height: 10px;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid rgba(75, 126, 253, 1);
    position: relative;
    top: 1px;
}

.pro > span {
    display: inline-block;
    position: absolute;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #4B7EFD;
    border-radius: 7px;
}

.stock_list {
    padding: 0 14px;
}

.stock_list .list_item {
    display: flex;
    border-bottom: 1px solid #F5F5F5;
    padding: 13px 0;
}

.stock_list .list_item > div:nth-child(1) {
    height: 34px;
    line-height: 34px;
    width: 7%;
    text-align: left;
}

.stock_list .list_item > div:nth-child(1) img{
    width: 12px;
    height: 12px;
}

.stock_list .list_item > div:nth-child(2) {
    height: 34px;
    line-height: 34px;
    width: 25%;
    font-size: 10px;
    color: #98A5C1;
    font-weight: 400;
}

.stock_list .list_item > div:nth-child(3){
    width: 23%;
}

.stock_list .list_item > div:nth-child(4){
    width: 30%;
}

.stock_list .list_item > div:nth-child(5){
    width: 25%;
}

.stock_list .list_item div > p:nth-child(1) {
    line-height: 17px;
    font-size: 12px;
    font-weight: 600;
    color: #334A6B;
    margin-bottom: 3px;
}

.stock_list .list_item div > p:nth-child(2) {
    line-height: 14px;
    font-size: 10px;
    font-weight: 400;
    color: #98A5C1;
}

.pageType1 {
    display: block;
}

.pageType2 {
    display: none;
}

.pageType2 .stock_block .btn_title .iconright{
    color: #98A5C1;
}

.download{
    position: fixed;
    width: 100%;
    bottom: -80px;
    left: 0;
    height: 50px;
    padding: 15px 0;
    background-color: rgba(243,243,243,0.9);
    z-index: 10;
    border-radius: 15px 15px 0 0;
}

.download div{
    line-height: 50px;
    vertical-align: middle;
}

.download>div:nth-child(1){
    width: 60px;
    position: relative;
    z-index: 3;
    margin-left: 15px;
    float: left;
}

.download>div:nth-child(1) img{
    width: 50px;
    height: 50px;
}

.download>div:nth-child(2){
    flex: 3;
    float: left;
}

.download>div:nth-child(2) p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(25, 27, 54);
}

.download>div:nth-child(2) p:nth-child(2){
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(12, 12, 12);
}

.download>div:nth-child(3){
    flex: 1;
    float: right;
    margin-right: 15px;
    line-height: 50px;
}

.download>div:nth-child(3) button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    border-radius: 15px;
    padding: 5px 10px;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: rgb(40, 164, 255) solid 1px;
    background: rgb(40, 164, 255);
    color: rgb(255, 255, 255)
}

.link_to_list{
    background-color: white;
    margin-bottom: 10px;
    padding: 12px 15px 8px 15px;
}

.link_to_list a{
    text-decoration: none;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #4B7EFD;
}

.info_icon{
    color: #4B7EFD!important;
    font-weight: 400;
    margin-left: 10px;
}

.weui-dialog__btn{
    color: #4B7EFD!important;
}

.stock_block .title h5 {
    color: #98A5C1;
    font-size: 10px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 3px;
    color: #4B7EFD;
}

.iconshare {
    color: #4B7EFD;
}

.iconshare:before{
    position: relative;
    top: 1px;
}
