﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";

.hidden-name
{
    position: relative;
}

.hidden-show
{
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 999;
}

.hidden-name:hover .hidden-show
{
    display: table;
}

.hidden-show table
{
    border-collapse: collapse;
    border: 1px solid #f4bebc;
}

    .hidden-show table td
    {
        background: #fff;
        height: 34px;
        padding: 0 5px;
        border: 1px solid #f4bebc;
        text-align: center;
        min-width: 65px;
    }

    .hidden-show table th
    {
        height: 34px;
        border: 1px solid #f4bebc;
        background: #ffecec;
        padding: 0 5px;
        text-align: center;
    }

.floor1 #tabcontent1 table .hidden-show table th, .floor1 #tabcontent1 table .hidden-show table td
{
    height: 34px;
}

.asd-info .hidden-show
{
    top: 35px;
}

    .asd-info .hidden-show td, .asd-info .hidden-show th
    {
        border: 1px solid #f4bebc;
    }

.asd-info .hidden-show
{
    min-width: 990px;
}

.floor2 .hidden-show
{
    top: 32px;
}

*
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
}

img
{
    border: 0;
}

em, i
{
    font-style: normal;
}

h1, h2, h3
{
    font-weight: normal;
}

input, textarea, button, select
{
    color: #666;
    outline: 0;
    border: 0;
    font-family: 微软雅黑,Microsoft YaHei,\5FAE\8F6F\96C5\9ED1;
}

button
{
    background: 0;
    cursor: pointer;
}

input::-webkit-input-placeholder
{
    color: #666;
}

input::-moz-placeholder
{
    color: #666;
}

input:-moz-placeholder
{
    color: #666;
}

input:-ms-input-placeholder
{
    color: #666;
}

a
{
    text-decoration: none;
    color: #333;
}

    a:hover, .red
    {
        color: #d61915;
    }

.green
{
    color: #090;
}

.blue
{
    color: #2139ef;
}

a.blue:hover
{
    color: #2139ef;
}

.black
{
    color: #000;
}

.gary
{
    color: #999;
}

.bold
{
    font-weight: bold;
}

body
{
    font-family: microsoft yahei;
    color: #444;
    font-size: 14px;
    background: #f0f0f0;
}

.bgwhite
{
    background: #fff;
}

.height10
{
    height: 10px;
}

.clear
{
    clear: both;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.f12
{
    font-size: 12px;
}

.pd0
{
    padding: 0;
}

.border0
{
    border: 0;
}

.mt0
{
    margin-top: 0;
}

.ml10
{
    margin-left: 10px;
}

.mt10
{
    margin-top: 10px;
}

.mt20
{
    margin-top: 20px;
}

.wrap
{
    width: 1200px;
    margin: auto;
}

.more
{
    color: #666;
}

    .more:hover
    {
        color: #d61915;
    }

.bg
{
    background: #fff;
}

.border
{
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.borderlrxhc
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.buy
{
    color: #d61915;
    border: 1px solid #d61915;
    padding: 1px 8px;
    display: inline-block;
}

    .buy:hover
    {
        background: #d61915;
        color: #fff;
    }

.header
{
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    color: #666;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

    .header .help
    {
        background: url(../images/pull_down.png) no-repeat 68px 15px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #f2f2f2;
        border-bottom: 0;
        border-top: 0;
        padding: 0 25px 0 10px;
        width: auto;
        position: relative;
        cursor: pointer;
    }

        .header .help:hover
        {
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom: 0;
            border-top: 0;
        }

        .header .help ul
        {
            display: none;
            padding: 5px 0;
            border: 1px solid #ddd;
        }

        .header .help:hover ul
        {
            display: block;
            position: absolute;
            top: 36px;
            left: -1px;
            width: 110px;
            background: #fff;
            z-index: 4;
        }

        .header .help ul li
        {
            text-indent: 10px;
            line-height: 26px;
        }

    .header .cart
    {
        background: url(../images/cart.png) no-repeat 0 center;
        padding-left: 18px;
        margin: 0 10px 0 0;
    }

        .header .cart a
        {
            font-weight: bold;
            margin: 0 3px;
        }

.header_after .cart
{
    background: url(../images/pull_down.png) no-repeat 72px 15px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    border-top: 0;
    padding: 0 20px 0 10px;
    width: auto;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 5px;
}

    .header_after .cart em
    {
        background: url(../images/cart.png) no-repeat;
        display: inline-block;
        width: 15px;
        height: 15px;
        float: left;
        margin: 10px 5px 0 0;
    }

    .header_after .cart:hover
    {
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom: 0;
        border-top: 0;
    }

    .header_after .cart ul
    {
        display: none;
        padding: 10px;
        border: 1px solid #ddd;
    }

    .header_after .cart:hover ul
    {
        display: block;
        position: absolute;
        top: 36px;
        left: -1px;
        width: 100px;
        background: #fff;
        z-index: 4;
    }

    .header_after .cart ul li
    {
        line-height: 26px;
    }

        .header_after .cart ul li a
        {
            font-weight: normal;
            margin: 0;
        }

.header_after .usertype
{
    background: url(../images/pull_down.png) no-repeat 68px 15px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    border-top: 0;
    padding: 0 25px 0 10px;
    width: auto;
    position: relative;
    cursor: pointer;
    margin: 0 5px 0 0;
}

    .header_after .usertype:hover
    {
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom: 0;
        border-top: 0;
    }

    .header_after .usertype .typecon
    {
        display: none;
        padding: 10px;
        border: 1px solid #ddd;
        line-height: 26px;
    }

    .header_after .usertype:hover .typecon
    {
        display: block;
        position: absolute;
        top: 36px;
        left: -1px;
        width: 100px;
        background: #fff;
        z-index: 4;
    }

    .header_after .usertype .typecon dt
    {
        font-weight: bold;
        color: #000;
    }

.header_after .mynews b
{
    margin: 0 0 0 5px;
}

.top
{
    background: #fff;
    height: 60px;
    padding: 56px 0 20px;
    width: 100%;
    min-width: 1200px;
}

    .top .by
    {
        margin: 10px 0 0 30px;
    }

    .top img
    {
        margin: 10px 0 0 0;
    }

.search_big
{
    width: 450px;
    margin: 5px 0 0 110px;
    height: 60px;
    font-size: 12px;
}

    .search_big .keywords
    {
        color: #999;
        width: 450px;
        line-height: 32px;
        _line-height: 14px;
    }

        .search_big .keywords a
        {
            margin: 0 5px 0 0;
        }

    .search_big .search_box
    {
        float: left;
        width: 450px;
        height: 32px;
        background: #fff;
        padding-left: 2px;
        display: inline;
        border: 2px solid #d61915;
    }

    .search_big .search
    {
        width: 450px;
        margin: 0;
        line-height: 30px;
        height: 30px;
    }

        .search_big .search a
        {
            text-decoration: none;
            cursor: pointer;
        }

        .search_big .search input
        {
            float: left;
            font-size: 12px;
        }

    .search_big .select
    {
        background: #fff url(../images/arr_bt.png) no-repeat right center;
        border: 0;
        height: 31px;
        margin: 1px 0 0 0;
        width: 80px;
        color: #666;
        padding-left: 8px;
        float: left;
        position: relative;
        font-size: 12px;
    }

    .search_big .select_hover
    {
        background: #fff;
    }

    .search_big .part
    {
        left: -4px;
        top: 31px;
        width: 82px;
        padding: 5px 0 1px;
        background: #fff;
        border: solid 2px #d61915;
        position: absolute;
        z-index: 9999;
        height: auto;
        zoom: 1;
        border-top: 0;
    }

        .search_big .part ul
        {
            overflow: hidden;
        }

            .search_big .part ul li
            {
                height: 30px;
                color: #666;
                line-height: 30px;
                padding-left: 8px;
                width: 100%;
                box-sizing: border-box;
                background: #fff;
                display: inline-block;
                font-size: 12px;
                cursor: pointer;
            }

        .search_big .part li:hover
        {
            background: #f9f9f9;
            color: #d61915;
        }

    .search_big .enter
    {
        border: 0;
        width: 260px;
        float: left;
        height: 30px;
        color: #999;
        line-height: 30px;
        padding-left: 5px;
        margin-top: 1px;
        font-size: 14px;
        outline: 0;
    }

    .search_big .enters
    {
        border: 0;
        width: 260px;
        float: left;
        height: 30px;
        color: #333;
        line-height: 30px;
        padding-left: 5px;
        margin-top: 1px;
        font-size: 14px;
        outline: 0;
    }

    .search_big input.sb
    {
        background: #d61915;
        border: 0;
        width: 95px;
        height: 32px;
        cursor: pointer;
        float: right;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }

.menu
{
    background: #363636;
    height: 50px;
    min-width: 1200px;
    width: 100%;
}

.nav_z
{
    width: auto!important;
    height: 50px;
    position: relative;
    z-index: 2;
}

#navul li
{
    float: left;
    /*width: 171px;*/
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

    #navul li a:link, #navul li a:visited
    {
        color: #fff;
        _color: #333;
        font-weight: bold;
    }

    #navul li ul
    {
        display: none;
        position: absolute;
        z-index: 999999;
        background: #090909;
        border-bottom: 0;
        /*width: 171px;*/
        overflow: hidden;
    }

        #navul li ul li
        {
            display: block;
            float: none;
            height: 35px;
            font-size: 14px;
            position: relative;
            line-height: 35px;
            overflow: hidden;
            border-top: 1px solid #000;
            border-bottom: 1px solid #0e0e0e;
        }

    #navul li.navmoon
    {
        background: #d61915;
        /*width: 171px;*/
        height: 50px;
        line-height: 50px;
    }

.navmoon1
{
    background: #d61915;
    /*width: 171px;*/
    height: 50px;
    line-height: 50px;
}

/*#navul li.navmoon:first-child
{
    width: 174px;
}*/

#navul li.navmoon a
{
    color: #fff;
}

#navul li.navhome a:hover
{
    color: #d61915;
}

#navul li.navmoon ul
{
    display: block;
    /*width: 171px;*/
    _top: 50px;
    _left: 0;
    z-index: 9999;
    border-top: 1px solid #0e0e0e;
}

    #navul li.navmoon ul a
    {
        display: block;
        height: 35px;
        line-height: 35px;
        width: 100%;
        margin: auto;
        font-weight: normal;
    }


    #navul li.navmoon ul li:hover
    {
        background: #151515;
    }

    #navul li.navmoon ul a:hover
    {
        color: #d61915;
    }

#navul li.home
{
    background: #000;
}

#navul li.last
{
    background: #000;
}

#navul li.cur
{
    background: #d61915;
}

#navul li.ads
{
    position: relative;
}

    #navul li.ads em
    {
        display: block;
        width: 24px;
        height: 16px;
        background: url(../images/hot_icon.png) no-repeat;
        position: absolute;
        top: 5px;
        right: 20px;
    }

#navul li.navmoon.ads em, #navul li.cur.ads em
{
    background: url(../images/hot_icon_h.png) no-repeat;
}

.bottom
{
    background: #363636;
    overflow: hidden;
    margin: 20px auto 0;
    color: #999;
    width: 100%;
    min-width: 1200px;
}

    .bottom .footer
    {
        padding: 35px 0;
        overflow: hidden;
        background: url(../images/line.png) no-repeat 0 bottom;
    }

        .bottom .footer ul li
        {
            float: left;
            padding: 0 40px;
            background: url(../images/line2.png) no-repeat left center;
        }

            .bottom .footer ul li:first-child
            {
                background: 0;
                padding-left: 0;
            }

            .bottom .footer ul li .foot_tit a
            {
                color: #fff;
                height: 26px;
                display: block;
                font-size: 15px;
            }

            .bottom .footer ul li .foot_links a
            {
                display: block;
                margin: 5px 0 0 0;
                font-size: 12px;
                line-height: 20px;
            }

    .bottom a
    {
        color: #999;
    }

        .bottom a:hover, .bottom .footer ul li .foot_tit a:hover
        {
            color: #fff;
        }

    .bottom .footer .foot_ewm
    {
        margin: 0 0 0 170px;
    }

    .bottom .footer .foot_tel
    {
        font-size: 12px;
        margin: 25px 0 0 0;
    }

        .bottom .footer .foot_tel .number
        {
            background: url(../images/tel2.png) no-repeat 0 center;
            padding-left: 55px;
            margin-bottom: 5px;
            font-size: 14px;
        }

            .bottom .footer .foot_tel .number .tel
            {
                color: #fff;
                font-size: 18px;
            }

    .bottom .friendlink
    {
        padding-bottom: 10px;
    }

        .bottom .friendlink .link_tit
        {
            background: url(../images/line.png) no-repeat 0 bottom;
            height: 60px;
        }

            .bottom .friendlink .link_tit p
            {
                line-height: 57px;
                padding-bottom: 1px;
                border-bottom: 1px solid #d61915;
                font-size: 18px;
                color: #fff;
            }

            .bottom .friendlink .link_tit .qq
            {
                background: url(../images/qq.png) no-repeat 0 -32px;
                color: #1163a3;
                width: 111px;
                height: 31px;
                line-height: 31px;
                margin: 13px 0 0 10px;
                cursor: pointer;
                vertical-align: middle;
            }

                .bottom .friendlink .link_tit .qq:hover
                {
                    background-position: 0 0;
                }

                .bottom .friendlink .link_tit .qq span
                {
                    margin-left: 35px;
                    font-weight: bold;
                }
            .qqxin{ display:inline-block; float:left; background: url(../images/pic-qqkf.png); width:100px; height:28px; text-indent:25px; line-height:28px; color:#666; margin-left:10px; transition:all .4s}
            .qqxin:hover{color:#ff7c00;transform: translatey(-2px);}

        .bottom .friendlink .linkcon
        {
            margin: 10px 0 0 -10px;
        }

            .bottom .friendlink .linkcon a
            {
                font-size: 12px;
                margin: 0 10px;
                line-height: 30px;
            }

.copyright
{
    background: #161616;
    height: 30px;
    line-height: 30px;
    text-align: center;

    font-size: 12px;
}

.button
{
    background: #d61915;
    border: 1px solid #d61915;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 10px;
}

    .button:hover
    {
        background: #c60c09;
        border: 1px solid #c60c09;
        color: #fff;
    }

.button2, .button3
{
    border: 1px solid #d61915;
    text-align: center;
    color: #d61915;
    box-sizing: border-box;
    padding: 2px 10px;
}

.button3
{
    border: 1px solid #ddd;
    color: #666;
}

    .button2:hover, .button3:hover
    {
        background: #d61915;
        color: #fff;
        border-color: #d61915;
    }

.crumbread
{
    background: url(../images/crumbread.png) no-repeat 0 center;
    box-sizing: border-box;
    padding: 15px 0 15px 20px;
}

.page
{
    text-align: center;
    margin: 20px auto 0;
    font-size: 12px;
}

    .page a, .page span, .page button
    {
        padding: 5px 10px;
        display: inline-block;
        border: 1px solid #ddd;
        margin: 0 3px;
        background: #f5f5f5;
    }

        .page span.cur
        {
            background: #d61915;
            border: 1px solid #d61915;
            color: #fff;
        }

.tcbox .tctit
{
    line-height: 50px;
    font-size: 20px;
    width: 330px;
    margin: 0 auto 0;
}

.tcbox form
{
    width: 300px;
    margin: auto;
}

    .tcbox form ul li
    {
        margin: 15px 0 0 0;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ddd;
    }

        .tcbox form ul li.no, .tcbox-forget form ul li.no
        {
            border: 0;
        }

        .tcbox form ul li.mt0, .tcbox-forget form ul li.mt0
        {
            margin-top: 0;
        }

        .tcbox form ul li .user-ico
        {
            float: left;
            display: block;
            width: 20px;
            height: 20px;
            background: url(../images/user.png) no-repeat 0 center;
            margin: 10px 0 0 10px;
        }

            .tcbox form ul li .user-ico.ico1
            {
                background-position: 0 0;
            }

            .tcbox form ul li .user-ico.ico2
            {
                background-position: -20px 0;
            }

            .tcbox form ul li .user-ico.ico3
            {
                background-position: -40px 0;
            }

            .tcbox form ul li .user-ico.ico4
            {
                background-position: -60px 0;
            }

            .tcbox form ul li .user-ico.ico5
            {
                background-position: -80px 0;
            }

        .tcbox form ul li input.text
        {
            padding: 0 5px;
            height: 30px;
            margin: 5px 0 0 0;
            box-sizing: border-box;
            float: left;
            width: 87%;
        }

        .tcbox form ul li input[type="checkbox"], .tcbox form ul li input[type="radio"]
        {
            margin: 12px 5px 0 0;
        }

        .tcbox form ul li .button
        {
            height: 36px;
            color: #fff;
            font-size: 16px;
            width: 100%;
            cursor: pointer;
        }

.tcbox-forget .tctit
{
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.tcbox-forget .cd-popup-close
{
    top: 17px;
}

.tcbox-forget .tips
{
    margin: 10px 0 0 0;
    text-align: left;
}

.tcbox-forget form
{
    padding: 0 50px 30px;
    box-sizing: border-box;
}

    .tcbox-forget form ul li
    {
        overflow: hidden;
        margin: 15px 0 0 0;
        line-height: 36px;
    }

        .tcbox-forget form ul li .lifr select
        {
            border: 1px solid #ddd;
            padding: 0 5px;
            height: 36px;
            box-sizing: border-box;
            float: left;
            width: 160px;
            margin: 0 5px 0 0;
        }

        .tcbox-forget form ul li label
        {
            width: 80px;
            text-align: right;
            float: left;
            margin: 0 10px 0 0;
            line-height: 36px;
        }

        .tcbox-forget form ul li .lifr
        {
            height: 36px;
            width: 250px;
        }

            .tcbox-forget form ul li .lifr input
            {
                border: 1px solid #ddd;
                padding: 0 5px;
                height: 36px;
                box-sizing: border-box;
            }

                .tcbox-forget form ul li .lifr input.text
                {
                    width: 250px;
                }

        .tcbox-forget form ul li.forget .lifr input.text
        {
            width: 150px;
            float: left;
        }

        .tcbox-forget form ul li.forget .lifr button.yzm
        {
            float: left;
            width: 100px;
            background: #f5f5f5;
            border: 1px solid #ddd;
            height: 36px;
            border-left: 0;
        }

        .tcbox-forget form ul li .lifr .button
        {
            height: 36px;
            line-height: 34px;
            color: #fff;
            font-size: 16px;
            width: 60%;
            cursor: pointer;
            float: left;
            padding: 0 10px;
        }

        .tcbox-forget form ul li input[type="checkbox"]
        {
            margin: 0 5px 0 0;
        }

.cd-popup1, .cd-popup2, .cd-popup3
{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    z-index: 999;
}

    .cd-popup1.is-visible1, .cd-popup2.is-visible2, .cd-popup3.is-visible3
    {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s;
    }

.cd-popup-container1, .cd-popup-container2, .cd-popup-container3
{
    position: relative;
    width: 300px;
    padding: 30px 50px 30px;
    margin: 250px auto;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.cd-popup-container1
{
    margin: 150px auto 0;
}

.cd-popup-container3
{
    padding: 0;
    width: 440px;
}

.cd-popup-close
{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    width: 17px;
    height: 17px;
    display: block;
    background: url(../images/close.png);
}

    .cd-popup-close:hover
    {
        background-position: -17px 0;
    }

.is-visible1 .cd-popup-container1, .is-visible2 .cd-popup-container2, .is-visible3 .cd-popup-container3
{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-popup-container1 .content::-webkit-scrollbar
{
    width: 8px;
}

.cd-popup-container1 .content::-webkit-scrollbar-track
{
    background-color: #ddd;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.cd-popup-container1 .content::-webkit-scrollbar-thumb
{
    background-color: #aaa;
    border: 2px solid #ddd;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.cd-popup-container1 .content
{
    margin: auto;
    max-height: 480px;
    padding: 0 20px 0 10px;
    margin: 20px auto 0;
    overflow: scroll;
    overflow-x: hidden;
}

.alltc
{
    padding: 20px 20px;
    box-sizing: border-box;
}

    .alltc table
    {
        width: 100%;
        border-collapse: collapse;
    }

        .alltc table td
        {
            border-bottom: 1px solid #ddd;
            padding: 5px 5px;
            line-height: 30px;
        }

            .alltc table td input[type='checkbox']
            {
                margin: 3px 0 0 0;
            }

            .alltc table td.time
            {
                font-size: 12px;
                color: #999;
            }

.mymails .czcon
{
    border-bottom: 1px solid #ddd;
    padding: 0 5px 10px;
}

    .mymails .czcon input[type='checkbox']
    {
        margin: 3px 0 0 0;
    }

.alltc .button_gary
{
    background: url(../images/msg.gif) no-repeat 0 0;
    width: 95px;
    height: 29px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.getmails h3
{
    text-align: center;
}

.getmails .aside
{
    text-align: center;
    border-bottom: 1px dashed #ddd;
    color: #999;
    line-height: 30px;
}

.getmails .word
{
    padding: 10px 10px 20px;
    line-height: 24px;
}

.tipscon
{
    text-align: center;
    padding: 30px 0;
}

    .tipscon .bigword
    {
        float: left;
        font-size: 18px;
        line-height: 42px;
        width: 200px;
        text-align: left;
        margin: 0 0 0 10px;
    }

    .tipscon .tipsico
    {
        width: 42px;
        height: 42px;
        float: left;
        margin-left: 90px;
    }

    .tipscon .smallword
    {
        margin: 10px auto 0;
        font-size: 14PX;
    }

    .tipscon .button, .tipscon .button2
    {
        padding: 0 25px;
        height: 34px;
        line-height: 34px;
        box-sizing: border-box;
        margin: 20px 10px 0;
        font-size: 16px;
        display: inline-block;
    }

    .tipscon .tipsico.tipsico2
    {
        margin-left: 140px;
    }

    .tipscon .bigword.bigword2
    {
        width: 180px;
    }

.asdpreview, .saleads, .saleads2
{
    padding: 20px;
    box-sizing: border-box;
}

table.tctable
{
    border-collapse: collapse;
}

    table.tctable td
    {
        border: 1px solid #ddd;
        padding: 7px;
    }

        table.tctable td.label
        {
            background: #f9f9f9;
            line-height: 30px;
        }

            table.tctable td.label div
            {
                text-align: right;
            }

.asdpreview table.tctable td .wzjt-con img
{
    width: 900px;
}

table.tctable td select, table.tctable td input[type="text"]
{
    border: 1px solid #ddd;
    padding: 0 5px;
    height: 30px;
    box-sizing: border-box;
    width: 160px;
    margin: 0 10px 0 0;
}

table.tctable td textarea
{
    border: 1px solid #ddd;
    padding: 5px;
}

table.tctable td span
{
    margin: 0 10px 0 0;
    color: #808080;
}

    table.tctable td span input[type="radio"]
    {
        margin: 0 3px 0 0;
        vertical-align: middle;
    }

table.tctable td .button
{
    margin: 0 10px 0 0;
    padding: 4px 10px;
}

.saleads2 table.tctable
{
    margin-top: 20px;
}

.saleads2 .beizhu
{
    margin: 0;
}

.saleads table.tctable td.label div
{
    width: 100%;
    text-align: right;
}

.saleads2 table.tctable td
{
    border: 0;
    padding: 5px;
}

    .saleads2 table.tctable td.label
    {
        background: 0;
    }

.wzjtcon
{
    width: 100%;
    margin: 10px auto 0;
    border: 1px solid #ddd;
}

    .wzjtcon img
    {
        width: 100%;
    }

.editlinkcon table.tctable td
{
    padding: 10px;
}

.xggrzltccon
{
    padding: 20px 0;
}

    .xggrzltccon ul li
    {
        overflow: hidden;
        line-height: 30px;
        margin: 15px 0 0 0;
    }

        .xggrzltccon ul li label
        {
            display: inline-block;
            width: 160px;
            text-align: right;
            float: left;
            margin-right: 5px;
        }

        .xggrzltccon ul li input[type="text"], .xggrzltccon ul li select, .xggrzltccon ul li input[type="password"]
        {
            border: 1px solid #ddd;
            padding: 0 5px;
            height: 36px;
            box-sizing: border-box;
            width: 220px;
        }

            .xggrzltccon ul li input[type="text"].yzm
            {
                width: 120px;
            }

        .xggrzltccon ul li .hqyzm
        {
            width: 100px;
            background: #f5f3f3;
            color: #666;
            border: 1px solid #ddd;
            border-left: 0;
            box-sizing: border-box;
            height: 36px;
        }

        .xggrzltccon ul li span
        {
            color: #999;
        }

        .xggrzltccon ul li .bd-r
        {
            float: left;
        }

            .xggrzltccon ul li .bd-r i
            {
                margin: 0 10px 0 5px;
            }

            .xggrzltccon ul li .bd-r input[type="radio"], .user-rightcon form ul li .bd-r input[type="checkbox"]
            {
                vertical-align: middle;
            }

        .xggrzltccon ul li textarea
        {
            border: 1px solid #ddd;
            padding: 5px;
        }

        .xggrzltccon ul li .button
        {
            margin: 0 0 0 165px;
            float: left;
            height: 36px;
            line-height: 34px;
            display: inline-block;
            padding: 0 20px;
            font-size: 16px;
            cursor: pointer;
        }

.tc-taocan
{
    padding: 20px;
}

    .tc-taocan table
    {
        border-collapse: collapse;
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
        border: 1px solid #ddd;
    }

        .tc-taocan table tr th
        {
            background: #f6f6f6;
            padding: 10px 5px;
            border-bottom: 1px solid #ddd;
        }

        .tc-taocan table tr td
        {
            border-bottom: 1px solid #ddd;
            padding: 5px;
        }

        .tc-taocan table input[type="text"], .tc-taocan table select, .tc-taocan table input[type="password"]
        {
            border: 1px solid #ddd;
            padding: 0 5px;
            height: 24px;
            box-sizing: border-box;
            width: 100%;
        }

        .tc-taocan table tr td.tdright
        {
            text-align: right;
        }

        .tc-taocan table.border0
        {
            border: 0;
        }

            .tc-taocan table.border0 tr td
            {
                border: 0;
            }

                .tc-taocan table.border0 tr td .button
                {
                    height: 36px;
                    line-height: 34px;
                    display: inline-block;
                    padding: 0 20px;
                    font-size: 16px;
                    cursor: pointer;
                }

.historyasd
{
    padding: 0;
}

    .historyasd table
    {
        border-collapse: collapse;
        width: 100%;
        text-align: center;
        margin: 0 auto 0;
        border: 1px solid #ddd;
    }

        .historyasd table tr th
        {
            background: #f6f6f6;
            padding: 10px 5px;
            border-bottom: 1px solid #ddd;
        }

        .historyasd table tr td
        {
            border-bottom: 1px solid #ddd;
            padding: 5px;
        }

.addasdcon ul li
{
    overflow: hidden;
    line-height: 30px;
    margin: 10px 0 0 0;
    font-size: 14px;
}

    .addasdcon ul li label
    {
        display: inline-block;
        width: 150px;
        text-align: right;
        float: left;
        margin-right: 5px;
        display: inline-block;
    }

    .addasdcon ul li input[type="text"], .addasdcon ul li select
    {
        border: 1px solid #ddd;
        padding: 0 5px;
        height: 36px;
        box-sizing: border-box;
        width: 220px;
        float: left;
    }

    .addasdcon ul li span
    {
        float: left;
        text-align: left;
        margin: 0 0 0 10px;
    }

    .addasdcon ul li select
    {
        width: 120px;
    }

    .addasdcon ul li input[type="file"]
    {
        float: left;
        margin: 7px 0 0 0;
    }

    .addasdcon ul li textarea
    {
        border: 1px solid #ddd;
        float: left;
        padding: 5px;
    }

    .addasdcon ul li .button
    {
        margin: 0 0 0 165px;
        float: left;
        height: 36px;
        line-height: 34px;
        display: inline-block;
        padding: 0 20px;
        font-size: 16px;
        cursor: pointer;
    }

.link_tit font
{
    line-height: 57px;
    padding-bottom: 1px;
    font-size: 18px;
    color: #fff;
}

input::-webkit-input-placeholder
{
    color: #999;
}

input::-moz-placeholder
{ /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
    color: #999;
}

select::-ms-expand
{
    display: none;
}
 img {
 max-width: 100%; /*图片自适应宽度*/
}
body {
 overflow-y: scroll !important;
}
.view {
 word-break: break-all;
}
.vote_area {
 display: block;
}
.vote_iframe {
 background-color: transparent;
 border: 0 none;
 height: 100%;
}
#edui91_button_body>div{width:108px!important;}
.upload
{
   
    height: 35px;
    line-height: 35px;
    background: #F1F6FA;
    color: #61A6D6;
    border: 1px solid #61A6D6;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-left:15px;
    padding-right:15px;
}
.uploadan
{
   
   
    line-height: 31px;
    background: #F1F6FA;
    color: #61A6D6;
    border: 1px solid #61A6D6;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-left:10px;
    padding-right:10px;
}
.uploadfile
{

    height: 0px;
    line-height: 0px;
    background: #F1F6FA;
    color: #61A6D6;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
   
}