#header {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    background: #3F4689;
    min-width: 1000px;
    font-size: 13px;
}

    #header .header-l {
        float: left;
        background: #1296DB;
        line-height: 48px;
    }

    #header .lw_active {
        float: right;
        margin-right: 28px;
    }

    #header .header-r {
        float: right;
        margin-right: 50px;
    }

    #header .header-no-land {
        line-height: 48px;
    }

        #header .header-no-land .header-d, #header .header-no-land .header-z {
            float: right;
        }

            #header .header-no-land .header-d a, #header .header-no-land .header-z a {
                font-style: normal;
                font-size: 12px;
                color: #f2f2f2;
                font-weight: 400;
            }

        #header .header-no-land i {
            float: right;
            font-style: normal;
            font-size: 12px;
            color: #f2f2f2;
            font-weight: 400;
            margin: 0 5px;
        }

    #header .header-x {
        float: left;
    }

        #header .header-x:hover .header-block {
            display: block;
        }

    #header .header-block {
        display: none;
        top: 48px;
        position: absolute;
        z-index: 999999;
        padding-right: 25px;
        height: 170px;
        border: 1px solid #bcbcbc;
        border-top: none;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
        box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
        background: #fff;
    }

        #header .header-block .header-block-l, #header .header-block .header-block-r, #header .header-block .header-block-z {
            width: 120px;
            height: 120px;
            background: #1296DB;
            display: block;
            margin: 25px 0 0 25px;
            position: relative;
            float: left;
            cursor: pointer;
        }

        #header .header-block .header-block-r, #header .header-block .header-block-z {
            background: #47c3ee;
        }

    #header .header-block-l:hover {
        background: #ff7b4e;
    }

    #header .header-block-r:hover {
        background: #1ab4ea;
    }

    #header .header-block p {
        font-weight: 400;
        font-style: normal;
        color: #fff;
        font-size: 13px;
        position: absolute;
        bottom: 4px;
        text-align: center;
        width: 100%;
    }

    #header .header-block .header-block-l i, #header .header-block .header-block-r i, #header .header-block .header-block-z i {
        display: block;
        position: absolute;
        top: 40%;
        margin-top: -30px;
        left: 50%;
        margin-left: -30px;
    }

    #header .header-h {
        text-align: center;
        float: left;
        color: #fff;
        font-weight: 400;
        width: 131px;
        font-style: normal;
        font-size: 14px;
        position: relative;
        height: 48px;
    }

    #header .header-tab .li:hover .header-h {
        background: #2b3141;
    }

        #header .header-tab .li:hover .header-h p {
            color: #fff;
        }

    #header .header-h p {
        float: left;
        line-height: 48px;
        color: #f2f2f2;
    }

    #header .header-h-p {
        position: relative;
        display: inline-block;
    }

        #header .header-h-p p {
            position: relative;
            display: inline-block;
        }

    #header .header-tab .header-h .arrow {
        display: inline-block;
        position: relative;
        top: 14px;
        right: -3px;
        width: 0;
        height: 0;
        border-top: 6px solid #f2f2f2;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

        #header .header-tab .header-h .arrow .arrow_c {
            position: absolute;
            width: 0;
            height: 0;
            top: -6px;
            left: -5px;
            border-top: 5px solid #3f4658;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

    #header .header-tab .li:hover .header-h .arrow {
        top: 12px;
        border-top: none;
        border-bottom: 6px solid #fff;
    }

        #header .header-tab .li:hover .header-h .arrow .arrow_c {
            top: 1px;
            border-top: none;
            border-bottom: 6px solid #2b3141;
        }

    #header .header-h:hover + .header-h-x {
        display: block;
    }

    #header .header-h-x {
        background: #fff;
        width: 215px;
        position: absolute;
        top: 48px;
        border: 1px solid #ddd;
        left: 0;
        z-index: 9999;
    }

        #header .header-h-x:hover {
            display: block;
        }

        #header .header-h-x ul li a {
            display: block;
            position: relative;
            text-align: left;
            cursor: pointer;
            font-size: 14px;
            color: #666;
            padding: 16px 0;
            text-indent: 75px;
        }

        #header .header-h-x ul li:hover a {
            color: #1296DB;
            background: #f2f2f2;
        }

        #header .header-h-x ul li .logo {
            position: absolute;
            display: inline-block;
            width: 28px;
            height: 24px;
            top: 50%;
            left: 30px;
            margin-top: -12px;
        }

    #header .header-land-t {
        margin-top: 8px;
        width: 99px;
        height: 32px;
        float: right;
    }

    #header .header-land {
        position: relative;
    }

    #header .header-land-r {
        float: right;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #f2f2f2;
    }

    #header .header-land-l {
        float: left;
        line-height: 48px;
        max-width: 68px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header .header-land-r .header-land-img {
        float: left;
        margin: 8px 15px 0 25px;
        behavior: url(css/PIE.htc);
    }

        #header .header-land-r .header-land-img img {
            width: 30px;
            height: 30px;
            border-radius: 100px;
        }

    #header .header-land-r .header-land-xl {
        background: url(../img/u/u2.png) no-repeat;
        width: 16px;
        height: 16px;
        float: right;
        margin: 15px -25px 0 5px;
    }

    #header .header-land-r:hover .seclt-bt {
        display: block;
    }

    #header .header-land-r:hover .header-land-xl {
        background: url(../img/u/u3.png) no-repeat;
    }

    #header .header-land-t a {
        width: 99px;
        height: 32px;
        line-height: 32px;
        display: block;
        text-align: center;
        font-weight: 400;
        font-style: normal;
        color: #1296DB;
        background: #fff;
        border-radius: 50px;
    }

        #header .header-land-t a:hover {
            background: #1296DB;
            color: #fff;
        }

        #header .header-land-t a:active {
            background: #ff7b4e;
            color: #fff;
        }

    #header .row-1 {
        font-weight: 400;
        color: #6b6b6b;
        height: 34px;
        line-height: 36px;
        font-size: 12px;
        cursor: default;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        text-align: center;
        float: left;
        width: 54px;
        text-indent: 4px;
        outline: 0;
        -moz-outline: none;
    }

    #header .row-2 {
        display: inline-block;
        margin-top: 3px;
        float: left;
    }

    #header .seclt-bt {
        width: 205px;
        height: 200px;
        position: absolute;
        z-index: 9999999;
        right: 8px;
        top: 48px;
        display: none;
    }

        #header .seclt-bt img {
            margin: 0;
            width: 54px;
            height: 54px;
        }

        #header .seclt-bt .seclt-bt-k1 {
            background: #1296DB;
            padding: 19px 0 19px 17px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            -moz-box-shadow: 0 0 5px #ccc;
            -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 0 5px #ccc;
            display: block;
            height: 55px;
        }

            #header .seclt-bt .seclt-bt-k1 p {
                overflow: hidden;
                margin: -2px 36px 0 0;
                width: 81px;
                float: right;
                line-height: 24px;
            }

            #header .seclt-bt .seclt-bt-k1 .seclt-bt-text {
                float: right;
                width: 117px;
                margin-top: 1px;
            }

            #header .seclt-bt .seclt-bt-k1 p img {
                float: right;
                margin: 2px 0 0 4px;
            }

            #header .seclt-bt .seclt-bt-k1 span {
                display: block;
                float: left;
                font-family: '微软雅黑';
                font-weight: 400;
                font-style: normal;
                font-size: 12px;
                color: #fff;
            }

            #header .seclt-bt .seclt-bt-k1 .row {
                width: 57px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #header .seclt-bt .seclt-bt-k2 {
            background: #fff;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            -moz-box-shadow: 0 0 5px #ccc;
            -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 1px 5px #ccc;
            padding-bottom: 7px;
            padding-top: 6px;
            border: 1px solid #ccc;
            filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=155, Strength=4);
            border-top: none;
        }

            #header .seclt-bt .seclt-bt-k2 a {
                width: 68px;
                text-indent: 13px;
                text-align: left;
                cursor: pointer;
            }

                #header .seclt-bt .seclt-bt-k2 a:hover {
                    color: #ff7e53;
                }

            #header .seclt-bt .seclt-bt-k2 p {
                overflow: hidden;
            }

    #header .header-tab {
        float: left;
    }

        #header .header-tab .li {
            float: left;
            position: relative;
        }

#footer {
    min-width: 1000px;
    width: 100%;
    text-align: center;
    background: #3f4658;
    margin-top: 114px;
    padding-top: 30px;
}

    #footer ul {
        float: left;
        position: relative;
        left: 50%;
        clear: both;
    }

        #footer ul li {
            float: left;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            position: relative;
            left: -50%;
        }

            #footer ul li a {
                color: #fff;
            }

            #footer ul li span {
                color: #fff;
                margin: 0 20px;
            }

    #footer p {
        margin-top: 9px;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #868686;
        text-align: center;
    }

#qidian_wpa_2852066922_53 {
    display: none;
}

#footer .link {
    text-align: center;
    margin-bottom: 3px;
    margin-top: 35px;
}

    #footer .link a {
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #818181;
    }

    #footer .link i {
        margin: 0 10px;
    }

html {
    height: 100%;
}

body {
    background: #f5f5f5;
    min-height: 100%;
    position: relative;
}

#header {
    min-width: 1200px;
}

#mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    #mask.none {
        display: block;
        height: 0;
        width: 0;
        overflow: hidden;
    }

#content .content-upload {
    width: 1200px;
    border: 1px dashed #ddd;
    background: #fff;
    min-height: 400px;
    margin: 55px auto 0;
    position: relative;
}

#content .content-img {
    width: 155px;
    margin: 100px auto 50px;
    position: relative;
}

    #content .content-img img {
        margin: 0 auto;
        display: block;
    }

#content .content-i {
    position: absolute;
    left: 0;
    top: 42px;
    width: 155px;
}

.sp_l {
    float: left;
}

.sp_r {
    float: right;
}

#content .content-icon {
    width: 1200px;
    padding: 45px 0;
    margin: 0 auto;
}

    #content .content-icon .content-icon-i {
        margin: 20px 78px 0 78px;
    }

        #content .content-icon .content-icon-i.content-icon-s {
            margin: 20px 9px 0 9px;
        }

    #content .content-icon img {
        margin: 0 18px 0 0;
        float: left;
    }

    #content .content-icon span {
        font-weight: 14px;
        color: #666;
        display: block;
        float: left;
        margin-top: 16px;
    }

#content .content-i span {
    display: inline-block;
    width: 59px;
    text-align: center;
    font-weight: 700;
    font-weight: 14px;
    color: #fff;
}

#content .content-text {
    text-align: center;
    margin-top: 15px;
    font-weight: 12px;
    color: #666;
}

#content .guide {
    width: 100%;
    border-top: 1px dashed #ddd;
    margin-top: 100px;
    overflow: hidden;
    height: 66px;
}

    #content .guide p {
        float: left;
        font-size: 16px;
        color: #666;
        line-height: 66px;
        margin-left: 410px;
    }

    #content .guide img {
        float: left;
        margin: 24px 10px 0;
    }

    #content .guide a {
        float: left;
        display: block;
        width: 84px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #1296DB;
        font-size: 14px;
        color: #1296DB;
        margin-top: 14px;
    }

#content .content-upload .content-file {
    width: 210px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1296DB;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    outline: 0;
}

#content .content-upload-i.free {
    position: absolute;
    right: -5px;
    top: -5px;
}

#content .section-make {
    position: absolute;
    right: 0;
    top: 0;
    width: 114px;
    height: 40px;
    z-index: 999;
}

#content .content-upload .content-file:hover {
    background: #1296FE;
}

#content .content-upload .content-file:active {
    background: #1296FE;
}

#content .content-upload .content-file input {
    width: 213px;
    height: 45px;
    position: absolute;
    right: 1px;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    font-size: 0;
    font-size: 100px\0;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    #content .content-upload .content-file input {
        font-size: 0;
    }
}

#content .content-list {
    width: 100%;
    background: #fff;
    min-width: 1200px;
}

    #content .content-list .cont-listtit {
        width: 1200px;
        padding: 60px 0 0;
        margin: 0 auto;
    }

        #content .content-list .cont-listtit i {
            width: 5px;
            height: 26px;
            background: #1296DB;
            display: block;
            float: left;
            margin: 3px 12px 0 0;
        }

        #content .content-list .cont-listtit h1 {
            position: relative;
            float: left;
            font-weight: 400;
            font-style: normal;
            font-size: 24px;
            color: #333;
        }

#content .content-list-r {
    width: 1200px;
    margin: 0 auto;
}

    #content .content-list-r ul li {
        width: 220px;
        padding-top: 65px;
        padding-bottom: 66px;
        float: left;
    }

        #content .content-list-r ul li:first-child {
            margin-left: 50px;
        }

        #content .content-list-r ul li img {
            margin: 0 auto 30px;
            display: block;
        }

        #content .content-list-r ul li h3 {
            font-weight: 700;
            font-size: 18px;
            color: #666;
            text-align: center;
            margin-bottom: 15px;
        }

        #content .content-list-r ul li p {
            font-size: 14px;
            color: #999;
            text-align: left;
            padding: 0 22px 0 32px;
            line-height: 24px;
        }

#content .content-price {
    width: 1200px;
    margin: 60px auto 0;
}

    #content .content-price i {
        width: 5px;
        height: 26px;
        background: #1296DB;
        display: block;
        float: left;
        margin: 3px 12px 0 0;
    }

    #content .content-price h2 {
        position: relative;
        float: left;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        color: #333;
    }

    #content .content-price .pricelogo {
        position: absolute;
        top: -10px;
        right: -35px;
        width: 34px;
        height: 19px;
    }

#content .content-price-span {
    width: 136px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #1296DB;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-top: 4px;
    border-radius: 3px;
}

#content .content-price-span-i {
    display: block;
    float: left;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 6px solid #1296DB;
    border-bottom: 5px solid transparent;
    margin-top: 11px;
    margin-left: 10px;
}

#content .content-b-Strategy {
    width: 100%;
    background: #fff;
}

    #content .content-b-Strategy .Strategy_content {
        width: 1200px;
        margin: 55px auto 0;
        padding-top: 63px;
    }

    #content .content-b-Strategy i {
        width: 5px;
        height: 26px;
        background: #1296DB;
        display: block;
        float: left;
        margin: 3px 12px 0 0;
    }

    #content .content-b-Strategy h2 {
        position: relative;
        float: left;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        color: #333;
        margin-bottom: 40px;
    }

    #content .content-b-Strategy .Strategy_list {
        padding: 0 80px 62px;
    }

        #content .content-b-Strategy .Strategy_list ul li {
            display: inline-block;
            width: 435px;
            height: 24px;
            line-height: 24px;
            padding-right: 165px;
            padding-right: 80px\0;
            margin-bottom: 20px;
            font-size: 16px;
            color: #666;
        }

@media all and (min-width:0) {
    #content .content-b-Strategy .Strategy_list ul li {
        padding-right: 165px;
    }
}

#content .content-b-Strategy .Strategy_list ul li:nth-child(even) {
    padding-right: 0;
}

#content .content-b-Strategy .Strategy_list ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

    #content .content-b-Strategy .Strategy_list ul li a:hover {
        color: #1296DB;
        text-decoration: underline;
    }

#content .content-b-Strategy .Strategy_list ul li i {
    width: 4px;
    height: 4px;
    background: #999;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    border-radius: 20px;
}

#content .content-b-hot {
    width: 1200px;
    margin: 63px auto 0;
}

    #content .content-b-hot i {
        width: 5px;
        height: 26px;
        background: #1296DB;
        display: block;
        float: left;
        margin: 3px 12px 0 0;
    }

    #content .content-b-hot h2 {
        position: relative;
        float: left;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        color: #333;
        margin-bottom: 35px;
    }

    #content .content-b-hot .clear a {
        margin: 0 27px;
        font-size: 16px;
        color: #777;
    }

    #content .content-b-hot .clear span.split {
        color: #a5a5a5;
    }

    #content .content-b-hot .clear a:hover {
        color: #1296DB;
    }

    #content .content-b-hot .clear a:first-child {
        margin-left: 0;
    }

#content .hgroup-table {
    overflow: hidden;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
}

    #content .hgroup-table table, td, th {
        border: 1px solid #ededed;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
    }

        #content .hgroup-table table thead tr {
            background: #f8f8f8;
        }

        #content .hgroup-table table th {
            font-weight: 700;
            font-style: normal;
            color: #515151;
            font-size: 13px;
            width: 25%;
        }

        #content .hgroup-table table tbody tr:nth-child(odd) {
            background: #fff;
        }

        #content .hgroup-table table tbody tr:first-child {
            background: #fff;
        }

            #content .hgroup-table table tbody tr:first-child + tr + tr {
                background: #fff;
            }

                #content .hgroup-table table tbody tr:first-child + tr + tr + tr + tr {
                    background: #fff;
                }

        #content .hgroup-table table tbody tr:nth-child(even) {
            background: #f8f8f8;
        }

        #content .hgroup-table table td {
            font-weight: 400;
            font-size: 13px;
            font-style: normal;
            color: #515151;
        }

        #content .hgroup-table table th, td {
            padding: 21px 0;
        }

#content .section-table {
    box-sizing: border-box;
    position: relative;
    min-height: 475px;
    padding-bottom: 50px;
}

    #content .section-table .section-list .k9 span {
        font-size: 12px;
        color: #ff6833;
    }

    #content .section-table .section-list .k9 {
        cursor: pointer;
    }

    #content .section-table .cont {
        padding: 0 30px;
        position: relative;
    }

#content .section-table-err {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d9524e;
    text-align: center;
}

#content .content-upload .section-table-err {
    top: 0;
}

#content .section-table-err-o {
    display: inline-block;
    margin: 0 auto;
}

    #content .section-table-err-o img {
        float: left;
        margin: 14px 8px 0 0;
    }

    #content .section-table-err-o p {
        float: left;
        font-size: 14px;
        color: #fff;
    }

    #content .section-table-err-o button {
        float: left;
        width: 86px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        border: none;
        border-radius: 50px;
        background: #fff;
        color: #d9524e;
        margin: 10px 0 0 15px;
        cursor: pointer;
        outline: 0;
    }

    #content .section-table-err-o i {
        display: block;
        width: 14px;
        height: 14px;
        background-image: url(../img/sp12/usprite.png);
        background-position: -155px -205px;
        position: absolute;
        right: 19px;
        top: 19px;
        cursor: pointer;
    }

#content .crumb {
    width: 1200px;
    margin: 30px auto -40px;
    overflow: hidden;
}

    #content .crumb p, #content .crumb p a {
        float: left;
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }

        #content .crumb p a:hover {
            color: #f60;
        }

    #content .crumb span {
        float: left;
        font-size: 14px;
        color: #666;
        margin: 0 5px;
        line-height: 24px;
    }

#content .content-b-list-s {
    width: 100%;
    background: #fff;
}

#content .content-b-list {
    width: 1200px;
    margin: 63px auto 0;
    padding: 66px 0 50px 0;
}

    #content .content-b-list ul {
        float: left;
        width: 25%;
    }

        #content .content-b-list ul li:first-child {
            font-size: 16px;
            color: #666;
            font-weight: 700;
            margin-bottom: 25px;
            cursor: default;
        }

        #content .content-b-list ul li {
            font-size: 14px;
            color: #999;
            margin-bottom: 20px;
            text-align: left;
            text-indent: 40px;
            cursor: pointer;
        }

            #content .content-b-list ul li a {
                color: #999;
            }

            #content .content-b-list ul li:first-child:hover {
                color: #666;
            }

            #content .content-b-list ul li a:hover, #content .content-b-list ul li:hover {
                color: #1296DB;
            }

            #content .content-b-list ul li span {
                font-size: 9px;
            }

#content .crumbs {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

    #content .crumbs p {
        float: left;
        font-size: 12px;
        color: #666;
        line-height: 25px;
    }

    #content .crumbs span {
        float: left;
        font-size: 14px;
        color: #666;
        margin: 0 5px;
    }

#content .section-table-err-o button:hover {
    -moz-box-shadow: 0 0 5px #da8d8b;
    -webkit-box-shadow: 0 0 5px #da8d8b;
    box-shadow: 0 1px 5px #da8d8b;
}

#content .section-fol {
    width: 1200px;
    margin: 21px auto 32px;
    border: 1px solid #e4e4e4;
    background: #fff;
    min-height: 500px;
}

    #content .section-fol .section-table-err {
        margin-bottom: 0;
    }

    #content .section-fol .section-table .cont {
        margin-top: 10px;
    }

#content .section-table .load {
    background: url(../img/u/Loading.gif) no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin: 35px 4px 30px 0;
}

#content .section-table .section-table-button .red:hover {
    background: #ff7b4e;
}

#content .section-table .section-button:hover {
    color: #fff;
    background: #ff7e53;
}

#content .section-table .section-table-text {
    margin: 60px 0 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #515151;
    float: left;
}

#content .section-table .cont .section-table-text {
    margin: 35px 0 30px;
    position: relative;
}

    #content .section-table .cont .section-table-text span {
        float: left;
        margin-top: 2px;
    }

    #content .section-table .cont .section-table-text img {
        margin: 0 0 0 15px;
        float: left;
    }

        #content .section-table .cont .section-table-text img:hover + .prompt {
            display: block;
        }

#content .section-table .gray:hover {
    color: #a1a1a1;
    cursor: default;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

#content .section-table .section-button {
    float: right;
    position: relative;
    width: 114px;
    height: 40px;
    font-size: 12px;
    color: #ff6833;
    border: 1px solid #ff6833;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    margin: 36px 20px 0 0;
    cursor: pointer;
    overflow: hidden;
}

#content .section-table .cont .section-button {
    margin: 11px 20px 0 0;
}

#content .section-table .section-list {
    width: 100%;
    overflow: hidden;
}

    #content .section-table .section-list .block {
        height: 40px;
        line-height: 40px;
        padding: 0 37px 0 14px;
    }

        #content .section-table .section-list .block:nth-child(even) {
            background: #f8f8f8;
        }

    #content .section-table .section-list .k2, #content .section-table .thead .t2 {
        width: 338px;
        margin-right: 10px;
    }

#content .section-table .thead {
    height: 40px;
    line-height: 40px;
    padding: 3px 37px 0 14px;
    background: #f8f8f8;
}

    #content .section-table .thead ul li {
        float: left;
        height: 40px;
        font-style: normal;
        font-size: 14px;
        color: #666;
        font-weight: 700;
        cursor: default;
    }

#content .section-table .section-list ul li {
    float: left;
    height: 40px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #5e5e5e;
}

#content .section-table .gray {
    color: #a1a1a1;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

    #content .section-table .gray:hover {
        color: #a1a1a1;
        cursor: default;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
    }

#content .section-table .section-list .k2 img {
    float: left;
    margin: 10px 7px 0 0;
}

#content .section-table .section-list .k2 .text, #content .section-table .thead .t2 .text {
    float: left;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .section-table .section-list .k3, #content .section-table .thead .t3 {
    width: 150px;
}

#content .section-table .section-list .k4, #content .section-table .thead .t4 {
    width: 115px;
}

#content .section-table .section-list .k5, #content .section-table .thead .t5 {
    width: 184px;
    margin-right: 10px;
}

#content .section-table .section-list .k6, #content .section-table .thead .t6 {
    width: 102px;
    font-size: 12px;
    color: #868686;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .section-table .prog {
    width: 180px;
    float: left;
    margin-top: 16px;
}

    #content .section-table .prog .am-progress {
        margin-bottom: 0;
        background: #e4e4e4;
        height: 6px;
        border-radius: 3px;
    }

.am-progress {
    overflow: hidden;
    height: 2rem;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.am-progress-sm {
    height: 14px;
    height: 1.2rem;
}

#content .section-table .none {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
}

.am-progress.am-active .am-progress-bar {
    background-image: none;
    background: #ff6833;
    height: 6px;
}

.am-progress.am-active .am-progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.am-progress-striped .am-progress-bar-danger {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.am-progress-striped .am-progress-bar {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
}

.am-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    background-color: #0e90d2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

#content {
    padding-bottom: 80px;
}

    #content .section-table .section-list .k7, #content .section-table .section-list .k8, #content .section-table .thead .t7 {
        cursor: pointer;
    }

    #content .section-table .thead .t7 {
        cursor: default;
    }

.ope_item {
    float: left;
    width: 38px;
    height: 100%;
}

#content .section-table .section-list .k7 i {
    display: block;
    float: left;
    margin: 12px 2px 0 0;
}

#content .section-table .section-list .k7:hover span {
    color: #ff7e53;
}

#content .section-table .section-list .k8:hover span {
    color: #ff7e53;
}

#content .section-table .section-rotate {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

#content .section-table .section-rotate-l {
    float: left;
    width: 114px;
    height: 102px;
    border-radius: 2px;
    border: 1px solid #797979;
    cursor: pointer;
    margin-right: 20px;
}

    #content .section-table .section-rotate-l[data-opt=opt] {
        border: 1px solid #1296DB;
    }

    #content .section-table .section-rotate-l i {
        display: block;
        margin: 15px auto;
        background: url(../img/u/u79.png) no-repeat;
        width: 40px;
        height: 40px;
    }

        #content .section-table .section-rotate-l i[data-opt=opt] {
            background: url(../img/u/u72.png) no-repeat;
        }

    #content .section-table .section-rotate-l p {
        text-align: center;
        color: #797979;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
    }

        #content .section-table .section-rotate-l p[data-opt=opt] {
            color: #1296DB;
        }

#content .section-table .section-rotate-r {
    float: left;
    width: 114px;
    height: 102px;
    border-radius: 2px;
    border: 1px solid #797979;
    cursor: pointer;
}

    #content .section-table .section-rotate-r[data-opt=opt] {
        border: 1px solid #1296DB;
    }

    #content .section-table .section-rotate-r i {
        display: block;
        margin: 15px auto;
        background: url(../img/u/u73.png) no-repeat;
        width: 40px;
        height: 40px;
    }

        #content .section-table .section-rotate-r i[data-opt=opt] {
            background: url(../img/u/u80.png) no-repeat;
        }

    #content .section-table .section-rotate-r p {
        text-align: center;
        color: #797979;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
    }

        #content .section-table .section-rotate-r p[data-opt=opt] {
            color: #1296DB;
        }

#content .section-table .section-table-button {
    overflow: hidden;
    margin: 26px 0 0 0;
    width: 134px;
    height: 48px;
    float: left;
}

    #content .section-table .section-table-button .red {
        background: #1296DB;
        color: #fff;
        border-radius: 3px;
    }

    #content .section-table .section-table-button button {
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        color: #1296DB;
        text-align: center;
        background: #fff;
        border: 1px solid #1296DB;
        width: 134px;
        height: 48px;
        margin-right: 24px;
        position: relative;
        float: left;
        line-height: 48px;
        outline: 0;
        cursor: pointer;
    }

#sidebar {
    position: fixed;
    top: 50%;
    right: 50px;
    margin-top: -70px;
    z-index: 9999;
}

    #sidebar ul li {
        position: relative;
        margin-bottom: 8px;
    }

        #sidebar ul li i {
            display: block;
        }

    #sidebar .sidebar-qq {
        background: url(../img/u/u178.png) no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    #sidebar .sidebar-r {
        border: 1px solid #ddd;
        padding: 10px 20px;
        position: absolute;
        background: #fff;
        right: 65px;
        top: -9px;
        display: none;
        text-align: center;
    }

        #sidebar .sidebar-r p {
            white-space: nowrap;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            color: #666;
            text-align: left;
        }

            #sidebar .sidebar-r p:first-child {
                font-weight: 700;
                color: #333;
                font-size: 14px;
            }

    #sidebar .sidebar-qq:hover {
        background: url(../img/u/u305.png) no-repeat;
    }

        #sidebar .sidebar-qq:hover + .sidebar-r {
            display: block;
        }

    #sidebar .sidebar-em {
        background: url(../img/u/u180.png) no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

        #sidebar .sidebar-em:hover {
            background: url(../img/u/u307.png) no-repeat;
        }

            #sidebar .sidebar-em:hover + .sidebar-r {
                display: block;
            }

    #sidebar .sidebar-wx {
        background: url(../img/u/u309.png) no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

        #sidebar .sidebar-wx:hover {
            background: url(../img/u/u311.png) no-repeat;
        }

            #sidebar .sidebar-wx:hover + .sidebar-wx-r {
                display: block;
            }

    #sidebar .sidebar-wx-r {
        position: absolute;
        right: 65px;
        top: -24px;
        display: none;
        border: 1px solid #ddd;
    }

.service-button-hidden {
    visibility: hidden;
}

#fileupload-table {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    font-size: 0;
    font-size: 100px/9;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 114px;
    height: 40px;
    outline: 0;
}

.layui-layer .layui-layer-title {
    background-color: #4d4d4d;
    font-size: 15px;
    color: #f2f2f2;
}

.layer {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 470px;
    height: 264px;
    margin-top: -132px;
    margin-left: -235px;
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
    box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
    z-index: 999;
    background: #fff;
}

    .layer .layer-h {
        height: 45px;
        line-height: 45px;
        background: #4d4d4d;
        font-size: 14px;
        color: #fff;
    }

        .layer .layer-h p {
            margin-left: 25px;
            float: left;
        }

        .layer .layer-h i {
            display: block;
            background: url(../img/icon.png) no-repeat;
            background-position: 0 -40px;
            width: 16px;
            height: 16px;
            float: right;
            margin: 15px 12px 0 0;
            cursor: pointer;
        }

            .layer .layer-h i:hover {
                opacity: .7;
            }

    .layer .layer-c {
        width: 390px;
        margin: 38px auto 30px;
    }

        .layer .layer-c .layer-p {
            width: 100%;
            overflow: hidden;
        }

            .layer .layer-c .layer-p p {
                color: #666;
                font-size: 14px;
                margin-bottom: 15px;
            }

            .layer .layer-c .layer-p span {
                color: #666;
                font-size: 14px;
            }

                .layer .layer-c .layer-p span em {
                    color: #1296DB;
                }

        .layer .layer-c input {
            box-sizing: border-box;
            width: 390px;
            height: 38px;
            line-height: 38px;
            padding-left: 10px;
            outline: 0;
            border: 1px solid #ddd;
            margin-top: 5px;
        }

            .layer .layer-c input:focus {
                border: 1px solid #1296DB;
            }

    .layer .layer-b {
        width: 390px;
        margin: 0 auto;
        text-align: center;
    }

        .layer .layer-b .layer-l {
            width: 118px;
            height: 38px;
            background: #ff6833;
            border: 1px solid #1296DB;
            font-size: 14px;
            color: #fff;
            line-height: 38px;
            text-align: center;
            outline: 0;
            cursor: pointer;
            border-radius: 3px;
            margin-right: 10px;
        }

            .layer .layer-b .layer-l[disabled] {
                background: #ccc;
                border: 1px solid #ccc;
                cursor: default;
            }

        .layer .layer-b .layer-r {
            width: 118px;
            height: 38px;
            color: #666;
            background: #fff;
            border: 1px solid #ddd;
            font-size: 14px;
            line-height: 38px;
            text-align: center;
            outline: 0;
            cursor: pointer;
            border-radius: 3px;
        }

    .layer .layer-d {
        margin: 48px auto 0;
    }

        .layer .layer-d h3 {
            font-size: 16px;
            color: #ff5359;
            margin-bottom: 15px;
            text-align: center;
        }

        .layer .layer-d .filename {
            font-size: 14px;
            color: #666;
            text-align: center;
            margin-bottom: 38px;
        }

#footer {
    min-width: 1200px;
    margin-top: 45px;
    position: absolute;
    bottom: 0;
    padding: 0;
}

    #footer .foot_info {
        display: block;
        width: 70%;
        min-width: 1200px;
        margin: 0 auto;
        color: #777;
        font-size: 14px;
        text-align: left;
    }

    #footer .foot_infbox {
        padding-top: 30px;
        padding-bottom: 10px;
    }

        #footer .foot_infbox ul {
            left: 0;
        }

            #footer .foot_infbox ul li {
                position: relative;
                font-size: 14px;
                margin-right: 65px;
                left: 0;
            }

                #footer .foot_infbox ul li a:hover {
                    text-decoration: none;
                    color: #1296DB;
                }

        #footer .foot_infbox > ul {
            width: 100%;
            overflow: visible;
        }

        #footer .foot_infbox ul li .point_logo {
            position: absolute;
            width: 22px;
            height: 11px;
            top: -8px;
            right: -22px;
        }

.hot {
    background-image: url(../img/sp12/usprite.png);
    background-position: -68px -190px;
    width: 22px;
    height: 11px;
}

.new {
    background-image: url(../img/sp12/usprite.png);
    background-position: -46px -190px;
    width: 22px;
    height: 11px;
}

#footer .foot_infbox p {
    text-align: center;
}

#footer .foot_infbox ul li#foot_share {
    float: right;
    margin-right: 0;
}

#footer #foot_share ul {
    float: right;
    margin-bottom: 0;
    overflow: visible;
}

#footer #foot_share .label {
    margin: 0;
}

#foot_share ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#foot_share ul li {
    position: relative;
    float: left;
    margin-right: 20px;
}

    #foot_share ul li i {
        display: block;
    }

#foot_share li:hover i + .sharebar-r, #foot_share li:hover i + .sharebar-wx-r {
    display: block;
}

#foot_share .sharebar-r {
    display: none;
    position: absolute;
    left: -75px;
    top: -90px;
    width: 170px;
    height: 85px;
    background: url(../img/index/QQ和邮箱移入框.png) center no-repeat;
}

#footer .foot_infbox #foot_share ul {
    margin-top: -5px;
}

    #footer .foot_infbox #foot_share ul li {
        margin-left: 25px;
        margin-right: 0;
    }

#foot_share .sharebar-r h3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: left;
    text-indent: 20px;
    margin: 13px 0 0 0;
}

#foot_share .sharebar-r p {
    font-size: 12px;
    color: #666;
    text-align: left;
    text-indent: 20px;
    margin-top: 2px;
}

#foot_share .sharebar-wx-r {
    display: none;
    position: absolute;
    width: 100px;
    height: 110px;
    background: url(../img/index/新二维码.png) 100% 100%;
    left: -40px;
    top: -115px;
}

#wrongPwdCount {
    float: left;
    color: #fff;
    font-size: 14px;
}

.timeList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.photoList {
    width: 100%;
    height: auto;
    float: left;
}

.photos {
    width: auto;
    position: relative;
}

.photo {
    margin-top: 8px;
    height: 430px;
}

.photosLi {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 204px;
    height: 204px;
}

.photoLi {
    position: relative;
    width: 202px;
    height: 202px;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: move;
}

    .photoLi:hover {
        border: 1px solid #1296DB;
    }

.pi-img-view {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin: 33px auto;
    display: block;
}

.photoLi p {
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 172px;
}

.zero-rotate {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
}

.photoOption {
    width: 100%;
    height: 30px;
    border-top: 1px solid #ddd;
    background: #f7f7f7;
    position: absolute;
    opacity: .6;
    bottom: 0;
    right: 0;
}

    .photoOption .photoOption-left {
        float: left;
        margin: 7px 10px 0 24px;
        cursor: pointer;
        background: url(../img/upload/left.png) no-repeat;
        width: 10px;
        height: 18px;
    }

        .photoOption .photoOption-left:hover {
            background: url(../img/upload/leftLn.png) no-repeat;
        }

    .photoOption .photoOption-right {
        float: left;
        margin: 7px 10px 0 20px;
        cursor: pointer;
        background: url(../img/upload/right.png) no-repeat;
        width: 10px;
        height: 18px;
    }

        .photoOption .photoOption-right:hover {
            background: url(../img/upload/rightLn.png) no-repeat;
        }

    .photoOption .delete {
        background: url(../img/upload/delete.png) no-repeat;
        width: 17px;
        height: 18px;
        position: absolute;
        right: 24px;
        top: 5px;
        cursor: pointer;
    }

        .photoOption .delete:hover {
            background: url(../img/upload/deleteLn.png) no-repeat;
        }

.prompt {
    width: 241px;
    height: 37px;
    background: url(../img/upload/prompts.png) no-repeat;
    font-size: 12px;
    color: #333;
    float: left;
    text-align: center;
    line-height: 37px;
    position: absolute;
    right: -250px;
    top: -5px;
    display: none;
}
