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 {
    margin: 0;
    padding: 0;
    font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

body, button, input, select, textarea {
    font: 12px/1.5 '宋体', Helvetica, Arial, 'Microsoft YaHei'
}

audio:not([controls]) {
    display: none
}

fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

ol, ul, menu {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a:focus {
    outline: none
}

em, i {
    font-style: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: -3px;
    outline: none;
}

button {
    border: 1px solid;
    outline: none;
    line-height: normal;
    *overflow: visible
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

/*::selection{background:#ed1b23;color:#fff;text-shadow:none}
::-moz-selection{background:#ed1b23;color:#fff;text-shadow:none}*/
*[hidden] {
    display: none
}

.central:after, .widget ul:after, .paging:after, .pagenav:after, .base-tit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix, .central, .widget ul, .paging, .pagenav, .base-tit {
    height: 0;
    overflow: hidden;
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.plr17 {
    padding-left: 17px;
    padding-right: 17px;
}

.mt30 {
    margin-top: 30px
}

/*登陆弹框*/
.popupDialog {
    width: 384px;
    height: 264px;
    border: 5px solid #444444;
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -197px;
    background: #999;
    display: none;
    z-index: 9999;
}

.popupDialogTit {
    background: url(/static/images/t_bg.gif) repeat-x;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
}

.popupDialogTit .closeBtn {
    width: 38px;
    height: 38px;
    background: url(/static/images/t_x.gif) repeat-x;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.loginForm label.tit {
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background: #404040;
    float: left;
}

.loginForm input.txt {
    height: 43px;
    line-height: 43px;
    border: 1px solid #484848;
    border-left: 0;
    width: 250px;
    padding-left: 6px;
    background: #c2c2c2;
    display: inline-block;
}


.loginForm .linkGroup {
    line-height: 46px;
    color: #d9d9d9;
}

.loginForm .linkGroup a {
    padding-right: 8px;
    margin-right: 8px;
    line-height: 46px;
    height: 46px;
    display: inline-block;
}

.loginForm .linkGroup input {
    vertical-align: middle;
    margin-right: 5px;
}

.loginBtn {
    width: 130px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    background: url(/static/images/a_dl.gif);
    border: 0;
    cursor: pointer;
}

.blackBg {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 999;
    display: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

/*msgbox*/
.zeng_msgbox_layer, .zeng_msgbox_layer .gtl_ico_succ, .zeng_msgbox_layer .gtl_ico_fail, .zeng_msgbox_layer .gtl_ico_hits, .zeng_msgbox_layer .gtl_ico_clear, .zeng_msgbox_layer .gtl_end {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    background-image: url("http://www.17sucai.com/preview/7462/2013-12-26/一款腾讯UED设计的提示插件/images/gb_tip_layer.png");
    _background-image: url("http://www.17sucai.com/preview/7462/2013-12-26/一款腾讯UED设计的提示插件/images/gb_tip_layer_ie6.png");
    background-repeat: no-repeat
}

.zeng_msgbox_layer_wrap {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 46%;
    left: 0;
    text-align: center;
    z-index: 65533
}

.zeng_msgbox_layer {
    background-position: 0 -161px;
    background-repeat: repeat-x;
    padding: 0 18px 0 9px;
    margin: 0 auto;
    position: relative
}

.zeng_msgbox_layer .gtl_ico_succ {
    background-position: -6px 0;
    left: -45px;
    top: 0;
    width: 45px;
    position: absolute
}

.zeng_msgbox_layer .gtl_end {
    background-position: 0 0;
    position: absolute;
    right: -6px;
    top: 0;
    width: 6px
}

.zeng_msgbox_layer .gtl_ico_fail {
    background-position: -6px -108px;
    position: absolute;
    left: -45px;
    top: 0;
    width: 45px
}

.zeng_msgbox_layer .gtl_ico_hits {
    background-position: -6px -54px;
    position: absolute;
    left: -45px;
    top: 0;
    width: 45px
}

.zeng_msgbox_layer .gtl_ico_clear {
    background-position: -6px 0;
    left: -5px;
    width: 5px;
    position: absolute;
    top: 0
}

.zeng_msgbox_layer .gtl_ico_loading {
    width: 16px;
    height: 16px;
    border: 0;
    background-image: url(http://www.17sucai.com/preview/7462/2013-12-26/一款腾讯UED设计的提示插件/images/loading.gif);
    float: left;
    margin: 19px 10px 0 5px
}

/*弹框*/
.mask {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.pop {
    position: fixed;
    _position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1000;
    width: 480px;
    height: 300px;
    background: #e6e6e6;
    border-radius: 4px;
    display: none;
    margin-left: -240px;
}

.pop h3 {
    background: #cccccc;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #4c4c4c;
    padding-left: 20px;
    font-family: 'Microsoft YaHei', "微软雅黑";
}

.pop h3 .close_pop {
    padding: 10px;
    cursor: pointer;
}

.pop h3 .close_pop img {
    display: block;
}

.collection_pop .cont, .plreport_pop .cont {
    text-align: center;
    padding-top: 70px;
}

.collection_pop .cont label, .plreport_pop .cont label {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}

.collection_pop .cont select, .plreport_pop .cont select {
    width: 100px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #999999;
    font-size: 12px;
    color: #4c4c4c;
    vertical-align: middle;
    margin-bottom: 3px;
    background: none;
}

.collection_pop .cont a.hrefUrl {
    color: #3cb200;
    line-height: 24px;
    text-decoration: underline;
    margin-left: 10px;
    font-size: 12px;
}

.pop .cont a.btn {
    display: block;
    margin: 50px auto 0;
    background: #3cb200;
    color: #ffffff;
    font-size: 16px;
    width: 110px;
    height: 36px;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
}

.errors_pop .cont, .sendmsg_pop .cont {
    padding: 40px 0 0 40px;
}

.errors_pop .cont p label, .sendmsg_pop .cont p label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}

.errors_pop .cont p select {
    width: 100px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #999999;
    font-size: 12px;
    color: #4c4c4c;
    vertical-align: top;
    background: none;
}

.report_pop .cont p {
    text-align: center;
}

.report_pop .cont p textarea {
    padding: 0 5px;
    width: 440px;
    height: 150px;
    vertical-align: top;
    margin-top: 22px;
    background: none;
    border: 1px solid #999999;
}

.report_pop.pop .cont a.btn {
    margin-top: 25px;
}

.sendmsg_pop .cont p input {
    background: none;
    width: 318px;
    border: 1px solid #999999;
    vertical-align: top;
    padding: 5px;
    line-height: 24px;
}

.errors_pop .cont p textarea, .sendmsg_pop .cont p textarea {
    background: none;
    width: 318px;
    height: 74px;
    border: 1px solid #999999;
    vertical-align: top;
    padding: 5px;
}

.errors_pop .cont a.btn, .sendmsg_pop .cont a.btn {
    margin-top: 24px;
}

.vip_download_pop .cont, .vip_download_pop_1 .cont {
    padding-top: 50px;
}

.vip_download_pop .cont .vip_download_btn, .vip_download_pop_1 .cont .vip_download_btn {
    display: block;
    margin: 0 auto 20px;
    width: 340px;
    height: 60px;
}

.download_pop .cont .tips, .download_pop_1 .cont .tips {
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
    padding: 72px 0 54px;
}

.download_pop .cont .tips strong, .download_pop_1 .cont .tips strong {
    font-size: 18px;
    margin: 0 3px;
}

.download_pop .cont .cancel, .download_pop_1 .cont .cancel {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-right: 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background: #868686;
}

.download_pop .cont .determine, .download_pop_1 .cont .determine {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #3cb300;
}

.mgroup_pop .cont ul.groupLists {
    padding: 30px 10px 0 20px;
    min-height: 135px;
}

.mgroup_pop .cont ul.groupLists li {
    float: left;
    width: 133px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #999;
    height: 32px;
    line-height: 32px;
}

.mgroup_pop .cont ul.groupLists li p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 10px;
    width: 74px;
    vertical-align: top;
    color: #4c4c4c;
    font-size: 12px;
}

.mgroup_pop .cont ul.groupLists li input {
    border: none;
    background: none;
    width: 100px;
    line-height: 32px;
    vertical-align: top;
    padding-left: 10px;
    font-size: 12px;
    display: none;
}

.mgroup_pop .cont ul.groupLists li .add_group {
    display: none;
}

.mgroup_pop .cont ul.groupLists li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 5px 0 3px;
    cursor: pointer;
}

.mgroup_pop .cont ul.groupLists li img {
    vertical-align: middle;
    margin-bottom: 2px;
}

.mgroup_pop .cont ul.groupLists li:last-child {
    color: #3cb200;
    cursor: pointer;
    text-decoration: underline;
    border: none;
}

.mgroup_pop .cont a.btn {
    margin-top: 20px;
}

.addvideo_pop, .addpicture_pop, .addaddress_pop {
    width: 632px;
    height: auto;
    margin-left: -316px;
}

.addvideo_pop .cont, .addpicture_pop .cont, .addaddress_pop .cont {
    padding: 40px 0;
}

.addvideo_pop .cont label, .addpicture_pop .cont label, .addaddress_pop .cont label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 24px;
    text-align: right;
    color: #4d4d4d;
    width: 107px;
}

.addvideo_pop .cont label i, .addaddress_pop .cont label i {
    color: #ff0000;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
    font-family: 'Microsoft YaHei', "微软雅黑";
}

.addvideo_pop .cont input, .addaddress_pop .cont input {
    width: 369px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    background: none;
    border: none;
    border: 1px solid #999;
}

.addvideo_pop .cont textarea, .addpicture_pop .cont textarea {
    border: none;
    background: none;
    width: 469px;
    height: 84px;
    border: 1px solid #999;
    padding: 0 5px;
}

.addvideo_pop .cont a.btn, .addpicture_pop .cont a.btn, .addaddress_pop .cont a.btn {
    margin-top: 30px;
}

.addpicture_pop .cont img {
    width: 200px;
    height: 112px;
    vertical-align: top;
}

.addpicture_pop .cont .choice {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    width: 57px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    background: #3cb200;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.addaddress_pop .cont label {
    width: 150px;
}

.addaddress_pop .cont .title {
    width: 180px;
}

.addaddress_pop .cont .address {
    width: 364px;
}

.addaddress_pop .cont .pwd {
    width: 146px;
}
