﻿#share {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
    bottom: 35px;
    left: 88%;
    width: 30px;
    zoom: 1;
    z-index: 1;
}

    #share a {
        border-radius: 20px;
        background-image: url(../img/up_arrow_48px.png);
        background-size: 18px 16px;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-indent: -999px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        #share a#refresh {
            border: 1px solid #2EBFA7;
            background-size: 30px 30px;
            background-image: url(../img/refresh_48px.png);
            position: absolute;
            bottom: 30px;
        }

            #share a#refresh:hover {
            }

        #share a#totop {
            border: 1px solid #1D95BD;
            position: absolute;
            bottom: 68px;
            cursor: pointer;
        }

            #share a#totop:hover {
            }


body {
    background-color: white;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.row {
    margin: 10px 0px;
    background: #FFFFFF;
    box-shadow: 1px 4px 6px 2px #ECEBEB;
    border-radius: 6px;
}


.title {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

.text {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.iconArrow {
    font-size: 18px;
    font-family: STSongti;
    font-weight: bold;
    color: #000000;
}


.CustName-input {
    background: url("../img/magnifier.png") no-repeat scroll 14px 5px transparent;
    height: 28px;
    line-height: 28px;
    width: 100%;
    border: none;
    padding-left: 36px;
    border-radius: 11px;
    background-color: #EEEEEE;
}

.spanBtn {
    padding: 2px 8px;
    margin-right: 5px;
    background: #FFFFFF;
    border: 1px solid #D2D6DE;
    border-radius: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
