﻿/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    padding: 0;
    margin: 0;
}
/*body {font: 12px/1.231 Arial, Helvetica, sans-serif '宋体'; color: #000;}*/
body
{
    font-size:12px;
    font: Arial, Helvetica, sans-serif '宋体';
    color: #000;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}
:focus
{
    outline: 0;
}
ol, ul
{
    list-style: none outside;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-weight: normal;
    font-style: normal;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
q:before, q:after
{
    content: '';
}
abbr, acronym, fieldset, img, fieldset
{
    border: 0;
}
abbr
{
    cursor: help;
}
a
{
    text-decoration: none;
    color: #505050;
}
a:hover
{
    text-decoration: underline;
    color: #505050;
}
.login_input01
{
    border: 1px solid #b4b4b4;
}
.login_input02
{
    border: 1px solid #a41d15;
    background: #ffeeed;
}

input, textarea
{
    padding: 2px;
}
input, select, textarea
{
    font: 12px Tahoma,Arial,simsun;
}
.clearfix:after
{
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.clearfix
{
    display: inline-block;
}
.clearfix
{
    display: block;
}
.clear
{
    height: 0;
    overflow: hidden;
    clear: both;
    display: block;
}

/* user-defined classes */
/* = layout classes = */
.fl
{
    float: left;
    _display: inline;
}
.fr
{
    float: right;
    _display: inline;
}
.inlineblock
{
    position: relative;
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle; *vertical-middle:baseline;}
.block
{
    display: block;
}
.none
{
    display: none;
}
.o_h
{
    overflow: hidden;
}
.v_m
{
    vertical-align: middle;
}

/* = font classes = */
.px12
{
    font-size: 12px;
}
.px14
{
    font-size: 14px;
}
.px16
{
    font-size: 16px;
}
.px18
{
    font-size: 18px;
}
.bold
{
    font-weight: bold;
}
.tl
{
    text-align: left;
}
.tc
{
    text-align: center;
}
.tr
{
    text-align: right;
}
.lh15
{
    line-height: 1.5;
}
.lh18
{
    line-height: 1.8;
}
.lh20
{
    line-height: 2;
}
.lh25
{
    line-height: 2.5;
}
.fn
{
    font-weight: normal;
}

/* width and height */
.fm950
{
    width: 950px;
}
.fm214
{
    width: 214px;
}
.fm220
{
    width: 220px;
}
.fm100p
{
    width: 100%;
}
.fm234
{
    width: 234px;
}
.fm224
{
    width: 224px;
}
.fm250
{
    width: 250px;
}
.fm450
{
    width: 450px;
}
.fm460
{
    width: 460px;
}
.fm470
{
    width: 470px;
}
.fm480
{
    width: 480px;
}
.fm692
{
    width: 692px;
}

/* margin and padding */
.mc
{
    margin-left: auto;
    margin-right: auto;
}
.mt5
{
    margin-top: 5px;
}
.mb5
{
    margin-bottom: 5px;
}
.ml5
{
    margin-left: 5px;
}
.mr5
{
    margin-right: 5px;
}
.mt10
{
    margin-top: 10px;
}
.mb10
{
    margin-bottom: 10px;
}
.ml10
{
    margin-left: 10px;
}
.mr8
{
    margin-right: 8px;
}
.mr10
{
    margin-right: 10px;
}
.mt15
{
    margin-top: 15px;
}
.mb15
{
    margin-bottom: 15px;
}
.ml15
{
    margin-left: 15px;
}
.mr15
{
    margin-right: 15px;
}
.pt5
{
    padding-top: 5px;
}
.pb5
{
    padding-bottom: 5px;
}
.pl5
{
    padding-left: 5px;
}
.pr5
{
    padding-right: 5px;
}
.pt10
{
    padding-top: 10px;
}
.pb10
{
    padding-bottom: 10px;
}
.pl10
{
    padding-left: 10px;
}
.pr10
{
    padding-right: 10px;
}
.pt15
{
    padding-top: 15px;
}
.pb15
{
    padding-bottom: 15px;
}
.pl15
{
    padding-left: 15px;
}
.pr15
{
    padding-right: 15px;
}

.posi
{
    position: relative;
}

.red
{
    color: #bf1d1d;
}
.red a
{
    color: #be1d1d;
}
.red a:hover
{
    color: #be1d1d;
}
a.red
{
    color: #be1d1d;
}
a.red:hover
{
    color: #be1d1d;
}

.red01
{
    color: #bf1d1d;
}
a.red01
{
    color: #be1d1d;
    text-decoration: underline;
}
a.red01:hover
{
    color: #be1d1d;
    text-decoration: none;
}

.red02
{
    color: #ee0000;
}
a.red02
{
    color: #ee0000;
    text-decoration: none;
}
a.red02:hover
{
    color: #ee0000;
    text-decoration: underline;
}

.orange
{
    color: #f26521;
}
a.orange
{
    color: #f26521;
    text-decoration: underline;
}
a.orange:hover
{
    color: #f26521;
    text-decoration: none;
}
.orange a
{
    color: #f26521;
    text-decoration: none;
}
.orange a:hover
{
    color: #f26521;
    text-decoration: underline;
}


.orange01
{
    color: #f98a11;
}
a.orange01
{
    color: #f98a11;
    text-decoration: none;
}
a.orange01:hover
{
    color: #f98a11;
    text-decoration: underline;
}

.orange02
{
    color: #f0a32b;
}
a.orange02
{
    color: #f0a32b;
    text-decoration: underline;
}
a.orange02:hover
{
    color: #f0a32b;
    text-decoration: none;
}

.orange03
{
    color: #f0a32b;
}
a.orange03
{
    color: #f0a32b;
    text-decoration: none;
}
a.orange03:hover
{
    color: #f0a32b;
    text-decoration: underline;
}

.gray
{
    color: #737373;
}
/*灰色*/
.blue
{
    color: #0000ff;
}
a.blue
{
    color: #0000ff;
    text-decoration: underline;
}
a.blue:hover
{
    color: #0000ff;
    text-decoration: none;
}

.wgray
{
    color: #999;
    font-family: "宋体";
}
/* 淡灰色 */
.wgray a
{
    color: #999;
    text-decoration: none;
}
.wgray a:hover
{
    color: #999;
    text-decoration: underline;
}
.rgray
{
    color: #666;
}
.rgray a
{
    color: #666;
    text-decoration: none;
}
.rgray a:hover
{
    color: #666;
    text-decoration: underline;
}
.tgray
{
    color: #414141;
    font-family: "宋体";
}
/*淡灰色*/
.tgray a
{
    color: #414141;
    text-decoration: none;
}
.tgray a:hover
{
    color: #414141;
    text-decoration: underline;
}
.egray
{
    color: #6C6C6C;
}
/*淡灰色*/
.egray a
{
    color: #6C6C6C;
    text-decoration: none;
}
.egray a:hover
{
    color: #6C6C6C;
    text-decoration: underline;
}
.qgray
{
    color: #333;
}
/*淡灰色*/
.qgray a
{
    color: #333;
    text-decoration: none;
}
.qgray a:hover
{
    color: #333;
    text-decoration: underline;
}
.black
{
    color: #000;
}
/*黑色*/
a.black
{
    color: #000;
    text-decoration: underline;
}
a.black:hover
{
    color: #000;
    text-decoration: none;
}
.blue
{
    color: #369;
    font-family: "宋体";
}
.blue a
{
    color: #369;
    text-decoration: none;
}
.blue a:hover
{
    color: #369;
    text-decoration: underline;
}

/* 框架 */
/* 框架图片 */
.frame_icon
{
    background-image: url(../images/frame.png);
    background-repeat: no-repeat;
}
.frame_user_tr
{
    background-position: -6px 0px;
}
.frame_user_tc
{
    border-top: 1px solid #909c19;
    background: #f3f3f3;
}
.frame_user_cnt
{
    background-position: -13px -145px;
    border-left: 1px solid #909c19;
    border-right: 1px solid #909c19;
    background-color: #fff;
}
.frame_user_b
{
    border-bottom: 1px solid #909c19;
    background: #fff;
}
/* 框架图片 */
/* 灰色框架 */
.frame_tl
{
    background-position: 0px -36px;
}
.frame_tr
{
    background-position: -6px -36px;
}
.frame_tc
{
    background-position: 0px -92px;
    background-repeat: repeat-x;
}
.frame_cnt
{
    border: 1px solid #e6e6e6;
    border-top: 0px;
}

.frame_t102
{
    background-position: -91px 0px;
}
.frame_tr02
{
    background-position: -96px 0px;
}
/* 灰色框架end */
.testaaa
{
    height: 20px;
    line-height: 35px;
    position: relative;
}

.mod, .mod02, .mod01, .mod03
{
    width: auto;
    min-height: 1px;
    margin-top: 10px;
}
.mod .mod_tit
{
    height: 35px;
    line-height: 35px;
    position: relative;
}
.mod_tl, .mod_tr, .mod02_tl, .mod02_tr, .mod03_tl, .mod03_tr, .mod03_bl, .mod03_br
{
    width: 6px;
    height: 35px;
    font-size: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.mod_tl, .mod02_tl
{
    left: 0;
    float: left;
}
.mod_tr, .mod02_tr
{
    float: right;
    right: 0;
}
.mod_tc, .mod02_tc
{
    overflow: hidden;
    text-align: left;
    margin: 0 6px;
    line-height: 35px;
    height: 35px;
}
.mod_tc .arrow
{
    background-position: -39px 14px;
    text-indent: 15px;
}
.mod_tc span
{
    float: right;
    padding-right: 5px;
}
.mod .mod_cnt
{
}
.mod .mod_b
{
    width: auto;
    height: 6px;
}
/* 框架end */
.mod02 .mod02_tit
{
    height: 5px;
    position: relative;
    font-size: 0px;
}
.mod02_tl, .mod02_tr
{
    width: 5px;
    height: 5px;
}
.mod02_tc
{
    height: 5px;
    border-top: 1px solid #e5e5e5;
}
.mod02 .mod02_cnt
{
}


/* 会员独享框架 */
.mod03 .mod03_tit
{
    height: 40px;
    position: relative;
}

.mod03_tl
{
    left: 0;
    background-position: -117px 0;
    width: 4px;
    font-size: 0px;
    height: 40px;
}
.mod03_tr
{
    right: 0;
    background-position: -121px 0;
    width: 4px;
    font-size: 0px;
    height: 40px;
}
.mod03_tc
{
    overflow: hidden;
    text-align: left;
    margin: 0 4px;
    height: 39px;
    border-top: 1px solid #c9c9c9;
    background: #fff;
    line-height: 38px;
}
.mod03_tc h2
{
    float: left;
    width: 108px;
    text-indent: -9999px;
    overflow: hidden;
    height: 40px;
}
.mod03_tc .tc_ico
{
    background-position: 0 -158px;
}
.mod03_tc .tc_ico02
{
    background-position: 0 -235px;
}
.mod03_tc span
{
    float: right;
}
.mod03 .mod03_cnt
{
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: url(/images/index/hometag_bg02.gif) repeat-x;
}
.mod03 .mod03_b
{
    width: auto;
    height: 10px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.mod03 .mod03_bl
{
    left: 0;
    background-position: -133px -13px;
    height: 10px;
    width: 4px;
}
.mod03 .mod03_br
{
    right: 0;
    background-position: -137px -13px;
    height: 10px;
    width: 4px;
}
.mod03 .mod03_bc
{
    position: relative;
    text-align: left;
    background: url(/images/index/hometag_bg01.gif) repeat-x;
    font-size: 0;
    height: 10px;
    margin: 0 4px;
    overflow: hidden;
}

/* 会员独享框架 end*/

/* 公用 */
.public_icon
{
    background-image: url(/images/icon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.span1
{
    color: Black;
}
.span2
{
    color: White;
}
.pu_icon01
{
    background-position: 48px 8px;
    height: 34px;
}
.pu_btu01
{
    background-position: 0 -111px;
    width: 78px;
    height: 31px;
    border: 0;
    font: 14px '宋体';
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.pu_icon02
{
    background-position: 0 -366px;
    background-position: 0 -356px;
}
.pu_icon03
{
    background-position: -187px -46px;
    text-indent: 15px;
}

.pu_btu02
{
    background-position: 0 -191px;
    width: 195px;
    height: 33px;
    border: 0;
    font: 14px '宋体';
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

/* 会员登录 */
.fm134
{
    width: 132px;
}
ul.login
{
    width: 195px;
    margin: 0 auto;
}
ul.login li
{
    padding: 5px 0;
}
ul.login li .input01
{
    vertical-align: sub;
    vertical-align: baseline;
    margin-right: 5px;
}
/* 会员登录 end*/
.mod01
{
    margin-top: 5px;
}
.mod01 .mod01_tit
{
    height: 5px;
    position: relative;
}
.mod01_tl, .mod01_tr, .mod01_cnt_l, .mod01_cnt_r, .mod01_bl, .mod01_br
{
    width: 6px;
    height: 5px;
    font-size: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.mod01_tl
{
    left: 0;
    background-position: 0 -72px;
}
.mod01_tr
{
    float: right;
    right: 0;
    background-position: -6px -72px;
}
.mod01_tc
{
    overflow: hidden;
    background-position: 0 -128px;
    margin: 0 6px;
    height: 5px;
    background-repeat: repeat-x;
}
.mod01 .mod01_cnt
{
    display: block; *display:inline-block;overflow:hidden;position:relative;}
.mod01_cnt_l, .mod01_cnt_r
{
    margin-bottom: -32767px;
    padding-bottom: 32767px;
    position: absolute;
}
.mod01_cnt .mod01_cnt_l
{
    left: 0;
    background: url(/images/mod01_cnt_l.gif) repeat-y;
    width: 6px;
}
.mod01_cnt .mod01_cnt_r
{
    right: 0;
    background: url(/images/mod01_cnt_r.gif) repeat-y;
    width: 6px;
}
.mod01_cnt .mod01_cnt_c
{
    position: relative;
    zoom: 1;
    background: #fff;
    margin: 0 6px;
}
.mod01 .mod01_b
{
    width: auto;
    height: 6px;
    overflow: hidden;
    position: relative;
}
.mod01 .mod01_bl
{
    left: 0;
    background-position: 0px -78px;
}
.mod01 .mod01_br
{
    right: 0;
    background-position: -6px -78px;
}
.mod01 .mod01_bc
{
    height: 5px;
    line-height: 6px;
    margin: 0 6px;
    background-position: 0 -134px;
    overflow: hidden;
    background-repeat: repeat-x;
    position: relative;
    text-align: left;
}
.pl30
{
    padding-left: 30px;
}
.mr52
{
    margin-right: 52px; *margin-right:30px;}
/* 框架end */


/* 兑换积分框架 */
.mod03
{
    border: 1px solid #e6e6e6;
}
.mod03 .mod03_tit
{
    background: url(/images/mod03bg.gif) repeat-x;
    line-height: 26px;
}
.mod03 .mod03_cnt
{
    display: block; *display:inline-block;overflow:hidden;}
/* 兑换积分框架 */

/* 公用 */
/* 常见问题 */
ul.faq
{
    padding: 6px 12px;
}
ul.faq li
{
    line-height: 24px;
}
/* 常见问题 end*/

/* 登录后首页 */
/* 用户登录 */
.userinfo
{
    padding: 13px 15px;
    background: #f4f3f3;
}
.userinfo li
{
    padding-left: 7px;
    padding-right: 7px;
    overflow: hidden;
    display: block; *display:inline-block;}
.userinfo li .pic
{
    width: 69px;
    height: 70px;
    padding: 5px 0 0 1px;
    background-position: -164px -202px;
    overflow: hidden;
    text-align: center;
}
.userinfo li .pic img
{
    width: 60px;
    height: 60px;
}
.userinfo li .txt
{
    width: 123px;
    float: left;
}
/* 用户登录 end*/

/* 登录后首页 end*/



/* 帮助中心 */
.help
{
    background: url(/images/IUU/help_bg.gif) bottom repeat-x;
    padding-bottom: 10px;
}
.help h1
{
    font: bold 24px 宋体;
    text-align: center;
}
/* 帮助中心end */

/* 加入UUPUB */
ul.join
{
    width: 210px;
    margin: 0 auto;
}
ul.join li
{
    padding: 4px 0;
}
ul.join li .input01
{
    vertical-align: sub; *vertical-align:baseline;margin-right:5px;}
/* 加入UUPUB END*/
/* 翻页 */
.page input
{
    border: none;
}
.page
{
    font-size: 12px;
    width: 100%;
    color: #aaa;
    text-align: center;
    font-family: '宋体';
    margin: 20px 0px 10px;
}
.page span, .page a
{
    padding: 0px 6px;
    border: 1px solid #999;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-right: 2px;
    text-align: center;
    vertical-align: top;
}
.page a
{
    color: #aaa;
    text-decoration: none;
}
.page a:hover
{
    color: #aaa;
    text-decoration: underline;
    background: #f0f0f0;
}
.page .current
{
    padding: 0;
    line-height: 18px;
    height: 18px;
    border: none;
    padding: 0px 6px;
    border: 1px solid #999;
    background: #f0f0f0;
    font-weight: bold;
}
.page .omitted
{
    padding: 0;
    line-height: 20px;
    height: 20px;
    border: none;
}
.page .disabled_down
{
    background: url(/img/space/official_img/official_00/icon4.gif) no-repeat 46px 5px;
    color: #bbb;
}

.page q
{
    margin-top: 3px;
    display: inline-block;
    background-position: -119px -295px;
    width: 20px;
    height: 16px;
    text-align: center;
}
.page .pageframe
{
    width: 32px;
    padding: 1px 0 1px 3px;
    border: 1px solid #999;
    text-align: left;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
    height: 16px; +height:auto;}
.page .pagebtn
{
    width: 19px;
    background: url(/images/btn.gif) no-repeat;
    cursor: pointer;
    margin-left: 5px; +margin-top:1px;vertical-align:top;height:20px;}
.page .r4
{
    margin-right: 4px;
}
.page strong
{
    line-height: 20px;
    color: #555;
}

/* 翻页end */

.width_50
{
    width: 50px;
}
.weather img
{
    width: 25px;
}

.text
{
    line-height: 18px;
    color: #555;
}
.error
{
    color: Red;
}


.validation-advice
{
    margin: 5px 0;
    padding: 5px;
    color: #a41d15;
    font-weight: bold;
}
input.disabled
{
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
}

input.required, textarea.required
{
}
input.validation-failed, textarea.validation-failed
{
    border: 1px solid #a41d15;
    background: #ffeeed;
}
input.validation-passed, textarea.validation-passed
{
}
.floatLayer
{
    border: 3px solid #BCBCBC;
    background-color: #2D4A72;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
