/** Generated by FG **/
.poppolicy {
            width: 100%;
            height: 100%;
            display: block;
            background: url(../images/popbg.png) repeat;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99999;
            display:none;
        }

        .poppolicybox {
            width: 488px;
            height: 488px;
            position: absolute;
            left: 50%;
            margin-left: -250px;
            top: 50%;
            margin-top: -250px;
            background: #ffffff;
            padding: 6px;
            word-wrap: break-word;
            word-break: normal;
        }

        .poppolicybox2 {
            width: 487px;
            height: 487px;
            border: 1px solid #e1e1e1;
            border-radius: 10px;
        }

        .poppolicytxt {
            width: 455px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            margin-top: 40px;
            font: normal 14px/32px "Microsoft Yahei",SimHei,STHeiti;
            color: #3a3a3a;
            letter-spacing: 1px;
        }

            .poppolicytxt .title {
                font: normal 18px/36px "Microsoft Yahei",SimHei,STHeiti;
                margin-bottom: 10px;
            }

.highlight {
    color: #51acc0;
    text-decoration: underline !important;
}

        .poppolicybtnbox {
            width: 455px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            margin-top: 15px;
        }

        .login_policy {
            width: 455px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            margin-top: 35px;
        }

        .check_policy {
            float: left;
            position: relative;
            font: bold 14px/32px "Microsoft Yahei",SimHei,STHeiti;
            color: #3a3a3a;
            padding-left: 42px;
        }

            .check_policy .inptcheck {
                width: 30px;
                height: 30px;
                border: 1px solid #e1e1e1;
                position: absolute;
                left: 0;
                top: 0;
                cursor: pointer;
            }

                .check_policy .inptcheck.checked {
                    background: url(../images/icon_check.png) no-repeat center center;
                }

        .btn_readpolicy {
            width: 270px;
            height: 42px;
            border: 0;
            outline: none;
            cursor: pointer;
            margin-left: 93px;
            font: bolder 16px/42px "Microsoft Yahei",SimHei,STHeiti;
            color: #b31d31;
            text-align: center;
            background: url(../images/bk1.png) no-repeat center center;
            letter-spacing: 1px;
        }

            .btn_readpolicy.disable {
                background: url(../images/bk11.png) no-repeat center center;
                color: #737373;
            }
