﻿@charset "utf-8";
/*预先设置开始*/
* {
    margin: 0 auto;
    padding: 0;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
/*预先设置结束*/

.top {
    height: 40px;
}

.top .top_main {
    background: #f1f1f1;
    font-size: 12px;
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", SimSun, sans-serif;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
}

.top .top_main_phone {
    font-size: 12px;
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", SimSun, sans-serif;
    overflow: hidden;
    top: 0;
    width: 982px;
    text-align: center;
}

.top .top_content {
    color: #5d5d5d;
    width: 982px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.top .top_content .time {
    padding-left: 5px;
    padding-right: 15px;
    float: left;
}

.top .top_content .link-wrap {
    float: right;
}

.top_content .link-wrap a {
    color: #333;
    float: left;
}

.top_content .link-wrap .pc-download {
    width: 300px;
    text-align: right;
}

.top_content .link-wrap .app-download {
    width: 200px;
    text-align: center;
}

.top_content .link-wrap .get-pwd {
    width: 96px;
    padding-right: 10px;
}

.top_content .link-wrap .login-reg {
    width: 103px;
    background: url(../Img/userlogin_bg.png) no-repeat 0 11px;
    text-indent: 20px;
    color: #d7101d;
    text-decoration: underline;
}

.login-reg span {
    margin: 0 5px;
    text-indent: 0;
    color: #545454;
    display: inline-block;
}


.top .top_content .top_right {
    float: right;
}

form .zhuce {
    color: #d7101d;
    font-weight: 700;
}

.top .top_content .top_right02 {
    float: right;
    padding-top: 2px;
}

.top_content .top_right a, .top_content .top_right02 a {
    color: #5d5d5d;
    padding-left: 5px;
    text-decoration: none;
    padding-right: 5px;
}

.top_content .user {
    float: left;
    text-align: center;
    width: 980px;
}

.top_content .user .username {
    color: #d7101d;
    font-weight: 700;
    padding-right: 5px;
    font-family: Verdana, Geneva, sans-serif;
}

.top_content .user .sf {
    color: #d7101d;
    padding-right: 12px;
}

.top_content .user a {
    padding: 0 12px;
    text-decoration: none;
    color: #5d5d4d;
}

.span_txt_r10 {
    float: left;
    line-height: 40px;
    color: #666;
}

.span_img_r10 {
    float: left;
    margin-left: 8px;
    margin-top: 12px;
}
