﻿ 
* {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .Whole {
            width: 920px;
            height: auto;
            margin: auto;
            font-family: 'Microsoft YaHei';
            padding-top: 100px;
            color: #666;
            background-color:#fcfcfc;
            padding:0 50px
        }

            .Whole li {
                line-height: 40px;
            }

            .Whole > div > h1 {
                text-align: center;
            }

            .Whole > div:nth-of-type(1) > p {
                margin-top: 50px;
                color: #555555;
                line-height: 24px;
                text-align: left;
                font-size: 16px;
                padding-bottom: 15px;
                border-bottom: 1px dashed #ccc;
                margin-left: 0;
            }

            .Whole > ul {
                margin-top: 50px;
                color: #555555;
                line-height: 24px;
                text-align: left;
                font-size: 16px;
                padding-bottom: 15px;
                border-bottom: 1px solid #ccc;
                margin-left: 0;
            }

                .Whole > ul textarea {
                    border: 1px solid #ccc;
                }

            .Whole ul li:nth-of-type(2) {
                margin-left: 15px;
            }

            .Whole ul:nth-of-type(1) li:nth-of-type(3) {
                margin-left: 15px;
            }

            .Whole ul:nth-of-type(1) li:nth-of-type(4) {
                margin-left: 15px;
            }

            .Whole ul:nth-of-type(1) li:nth-of-type(5) {
                margin-left: 15px;
            }

            .Whole ul:nth-of-type(8) li:nth-of-type(3) {
                margin-left: 15px;
            }

            .Whole ul:nth-of-type(9) li:nth-of-type(3) {
                margin-left: 15px;
            }

            .Whole ul:nth-of-type(9) li:nth-of-type(4) {
                margin-left: 15px;
            }

            .Whole ul:nth-of-type(9) li:nth-of-type(5) {
                margin-left: 15px;
            }
             .Whole ul:nth-of-type(10) {
                border:none;
                text-align:center
            }
 .Whole ul:nth-of-type(10) input {
               padding:5px 30px;
               border-radius:5px;
                border:1px solid #ff6a00;
                background-color:#ff6a00;
                color:#fff
            }
             
