/* CSS Document */

        p {
            margin-bottom: 0;
        }

        body {
            font-family: 'Î¢ÈíÑÅºÚ';
        }

        a:hover {
            text-decoration: none;
        }

        .nav>li>a {
            position: static;
            display: inline-block;
            padding: 0;
        }

        .header {
            position: relative;
            width: 100%;
            font-size: 25px;
            color: black;
            font-weight: bold;
            height: 77px;
            line-height: 77px;
            margin-bottom: 50px;
            text-align: center;
        }

        .logo {
            position: absolute;
            left: 10%;
            width: 243px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            top: 50%;
            margin-top: -22px;
        }

        .logo img {
            display: block;
        }

        .title {
            display: block;
            font-size: 2em;
            -webkit-margin-before: 0.67em;
            -webkit-margin-after: 0.67em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 38px;
            margin-top: 30px;
        }

        .content {
            position: relative;
            border-bottom: 1px dashed #d3d3d3;
        }

        .titles {
            text-indent: 2em;
            font-size: 16px;
            position: relative;
            margin: 30px 0 30px 35px;
            font-weight: bold;
        }

        .choose {
            font-size: 16px;
            float: right;
            padding-right: 550px;
        }

        .txt {
            width: 270px;
            height: 33px;

            _background-attachment: fixed;
            border: 1px solid #ccc;
            padding: 0 13px;
            margin: 0 0 16px 16px;
            border-radius: 5px;
        }

        .two label {
            /*float: left;*/
            margin-left: -20px;
            width: 190px;
            text-align: right;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            color: #999;
            padding-right: 10px;
            display: inline-block;
        }

        .form-children {
            margin-top: 15px;
        }

        .shopphoto .photo1,
        .shopphoto .photo2,
        .shopphoto .photo3,
        .three .card1,
        .three .card2 {
            width: 300px;
            float: left;
            padding-top: 30px;
            position: relative;
        }

        .img-box {
            float: left;
            width: 150px;
            text-align: center;
            height: 150px;
            border: 1px solid #ccc;
            position: relative;
        }

        .img-box div {
            font-size: 14px;
            color: #fff;
            width: 65%;
            height: 24px;
            line-height: 24px;
            background-color: #e23e3d;
            border-radius: 3px;
            position: absolute;
            left: 50%;
            margin-left: -30%;
            bottom: -40px;
        }

        .shopphoto label {
            margin-left: 72px;
            width: 190px;
            text-align: right;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            color: #999;
            padding-right: 10px;
        }

        .shopphoto span {
            /*float: left;
    			padding-top: 72px;*/
            position: absolute;
            top: 0;
            left: 0;
        }

        .shopphoto {
            margin-top: 70px;
            border-top: 1px solid #d3d3d3
        }

        .three label {
            float: left;
            padding-top: 72px;
        }

        .regster {
            width: 20%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin: 60px auto;
            background-color: red;
            display: block;
            color: #fff;
            font-size: 18px;
            text-decoration: none;
            text-indent: 0;
        }

        .cardbox .img {
            display: none;
            width: 200px;
            height: 130px;
            background-size: contain;
            background-position-x: center;
            background-position-y: center;
            background-repeat: no-repeat;
            border: 1px solid #a5a5a5;
        }

        .submit {
            padding: 8px 50px;
            font-size: 16px;
            margin-top: 40px;
            margin-bottom: 50px;
        }
