﻿#center {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    min-height: 450px;
    padding: 10px 0;
    overflow: hidden;
}
    #center div {
        float: left;
        margin: 0 30px 0 0;
        width: 300px;
        height: 450px;
        padding: 0 40px;
        text-align: center;
        background: #E7E7E7;
        background: -moz-linear-gradient(top, #E7E7E7 0%, #FFFFFF 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7E7E7), color-stop(100%,#FFFFFF));
        background: -webkit-linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%);
        background: -o-linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%);
        background: -ms-linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%);
        background: linear-gradient(to bottom, #E7E7E7 0%,#FFFFFF 100%);
    }
        #center div span.title {
            display:block;
            height:100px;
            line-height:80px;
            padding:30px 0 0 0;
        }
            #center div span.title b {
                float: left;
                font-size: 60px;
                color: #D3D3D4;
                font-family: Arial;
            }
            #center div span.title label {
                float: right;
                font-size: 18px;
                color: #666666;
            }
        #center div span.listbox {
            display:block;
            border:1px solid #999999;
            background:#FFFFFF;
        }
            #center div span.listbox a {
                display: block;
                height: 45px;
                padding: 0 40px;
                text-align: left;
                line-height: 45px;
                font-size: 14px;
                color: #666666;
                cursor: pointer;
                border-bottom: 1px solid #E2E2E2;
                transition: All 0.4s ease-in-out;
                -webkit-transition: All 0.4s ease-in-out;
                -moz-transition: All 0.4s ease-in-out;
                -o-transition: All 0.4s ease-in-out;
                background: #FAFAFA url(/images/i.png) no-repeat 220px center;
                background-size: 18px 18px;
            }
                #center div span.listbox a.b {
                    border-bottom:1px solid #FFFFFF;
                }
                #center div span.listbox a:hover, #center div span.listbox a.cur {
                    color: #222222;
                    background: #EDEDED url(/images/i.png) no-repeat 180px center;
                    background-size: 18px 18px;
                }

        #center div label.txt {
            display:block;
            min-height:20px;
            text-align:left;
            color:#666666;
        }
        #center div textarea {
            width: 96%;
            padding: 5px 2%;
            line-height: 20px;
            height: 130px;
            font-size: 14px;
            color: #333333;
            border: 1px solid #999999;
        }
        #center div label.attr {
            clear:both;
            display: block;
            height: 28px;
            line-height: 26px;
            padding: 10px 0 0 45px;
        }
            #center div label.attr b {
                position:absolute;
                margin-left:-50px;
                display:block;
                width:50px;
                color:#666666;
                font-weight:normal;
            }
            #center div label.attr input {
                width:160px;
                height:24px;
                padding:0 5px;
                border:1px solid #999999;
            }
            #center div label.attr > a {
                display: inline-block;
                width: 160px;
                height: 24px;
                line-height:24px;
                border: 1px solid #999999;
                background: #FFFFFF;
            }
            #center div label.attr > em {
                position:relative;
                display: inline-block;
                width: 160px;
                height: 24px;
                border: 1px solid #999999;
                background: #FFFFFF;
            }
                #center div label.attr > em > img {
                    position:absolute;
                    top:1px;
                    left:1px;
                    display:block;
                    width:auto;
                    height:22px;
                }
                    #center div label.attr > em > img:hover {
                        top: -1px;
                        left: -1px;
                        max-width: 120px;
                        height: 60px;
                        border: 1px solid #999999;
                        background: #FFFFFF;
                        padding: 5px;
                    }
                #center div label.attr > em > i {
                    position:absolute;
                    top:1px;
                    right:1px;
                    display:block;
                    width:22px;
                    height:22px;
                    text-align:center;
                    line-height:22px;
                    color:#0073A2;
                    cursor:pointer;
                }
        #center div select {
            width: 160px;
            padding: 0 5px;
            height: 26px;
            font-size: 14px;
            color: #333333;
            border: 1px solid #999999;
        }
        #center div a.btn {
            margin-top: 20px;
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            letter-spacing: 2px;
            color: #FFFFFF;
            text-align: center;
            background: #0073A2;
            cursor: pointer;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
            #center div a.btn:hover {
                background: #005275;
            }

.center-txt {
    clear: both;
    padding:20px 0;
    text-align:left;
    line-height:26px;
    color:#333333;
}
#codelist {
    width: 800px;
    height: 560px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: -300px 0 0 -400px;
    background: #FFFFFF;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 1px #999999;
    -moz-box-shadow: 1px 1px 1px #999999;
    box-shadow: 1px 1px 1px #999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
    display:none;
}
    #codelist i.x {
        display: inline-block;
        position: absolute;
        margin-left:775px;
        margin-top:-5px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #333333;
        font-size: 20px;
        font-style:normal;
        cursor:pointer;
    }
        #codelist i.x:hover {
            color: #CC0000;
        }
    #codelist div.left {
        float:left;
        width: 180px;
        height: 560px;
        padding: 0 20px;
        border-right: 1px solid #E7E7E7;
        background: #E7E7E7;
        background: -moz-linear-gradient(top, #E7E7E7 0%, #FFFFFF 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7E7E7), color-stop(100%,#FFFFFF));
        background: -webkit-linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%);
        background: -o-linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%);
        background: -ms-linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%);
        background: linear-gradient(to bottom, #E7E7E7 0%,#FFFFFF 100%);
    }
        #codelist div.left span.title {
            display: block;
            height: 100px;
            line-height: 80px;
            padding: 30px 0 0 0;
        }
            #codelist div.left span.title b {
                float: left;
                font-size: 60px;
                color: #D3D3D4;
                font-family: Arial;
            }
            #codelist div.left span.title label {
                float: right;
                font-size: 18px;
                color: #666666;
            }
        #codelist div.left a {
            display: block;
            margin: 10px 0;
            height: 35px;
            line-height: 35px;
            text-indent: 50px;
            cursor: pointer;
            color: #333333;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            border-radius: 30px;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
        #codelist div.left a:hover {
            color:#0073A2;
            background:#FFFFFF;
        }
    #codelist div.right {
        float:right;
        width: 560px;
        height: 560px;
        overflow: auto;
    }
        #codelist div.right table {
            width: 100%;
        }
        #codelist div.right table tr td{
            display: block;
            width:100%;
            padding: 20px 0;
            text-align: center;
        }
            #codelist div.right table tr td img {
                margin: 0 auto;
                display: block;
            }

#win-point {
    width: 320px;
    height: 40px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: -20px 0 0 -160px;
    background: #222222;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 1px #999999;
    -moz-box-shadow: 1px 1px 1px #999999;
    box-shadow: 1px 1px 1px #999999;
}
    #win-point label {
        float: left;
        width: 230px;
        height: 40px;
        padding: 0 0 0 50px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
    }
    #win-point a {
        float: right;
        width: 30px;
        height: 40px;
        color: #109C79;
        text-align: center;
        line-height: 38px;
        font-size: 20px;
        cursor: pointer;
        overflow: hidden;
    }
        #win-point a:hover {
            color: #FFFFFF;
        }
#win-bg {
    display:none;
    background: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media screen and (max-width: 641px) {
    .center-txt {
        padding: 20px 10px;
        box-sizing:border-box;
    }
    #center {
        width: 100%;
    }
        #center div {
            float: initial;
            margin: 0;
            width: 100%;
            height: auto;
            padding: 10px;
            box-sizing:border-box;
        }

    #codelist {
        width: 95%;
        height: auto;
        top: 10%;
        left: 2.5%;
        margin: 0;
    }
        #codelist i.x {
            top:0;
            right:0;
        }
        #codelist div.left {
            float: initial;
            width: 100%;
            height: auto;
            padding: 0 10px;
            box-sizing:border-box;
            text-align:center;
        }
            #codelist div.left a {
                display: inline-block;
                margin: 0 2px;
                height: 30px;
                line-height: 30px;
                text-indent: 0;
                font-size:12px;
                padding: 0 10px;
                border: 1px solid #E2E2E2;
                border-radius: 3px;
            }

        #codelist div.right {
            float: initial;
            width: 100%;
            height: auto;
            overflow: auto;
        }
            #codelist div.right table tr td {
                padding: 20px;
                box-sizing: border-box;
            }
}