




.touming {
    width: 60%;
    height: 42px;
    /*	line-height: 20px;*/
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0 15px;
    /*background: #ff830a;*/
    /* browsers that don't support rgba */
    *background-color: transparent;
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #3d3d3d;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input:-moz-placeholder {
    color: #3d3d3d;
}

input:-ms-input-placeholder {
    color: #3d3d3d;
}

input::-webkit-input-placeholder {
    color: #3d3d3d;
}

textarea::-webkit-input-placeholder {
    color: #3d3d3d;
}

.richtext {
    width: 80%;
    letter-spacing: 3px;
    word-spacing: 3px;
    line-height: 20px;
    padding: 15px 15px;
    height: 150px;
}

input:focus,
textarea:focus {
    outline: none;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
}

button {
    cursor: pointer;
    width: 76%;
    height: 54px;
    margin-top: 25px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

    button:hover {
        -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    }

    button:active {
        -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1) inset, 0 1px 4px 0 rgba(0, 0, 0, .1);
        border: 0px solid #ef4300;
    }

body {
    /*font-family: 'PT Sans', Helvetica, Arial, sans-serif;*/
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
    text-align: center;
    color: #999;
    font-size: 1.2rem;
    background: url(../img/5_02.png) repeat-y;
}

h1 {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
    -webkit-text-shadow: #5fd9bb 1px 0 0,#5fd9bb 0 1px 0,#5fd9bb -1px 0 0,#5fd9bb 0 -1px 0;
    -moz-text-shadow: #5fd9bb 1px 0 0,#5fd9bb 0 1px 0,#5fd9bb -1px 0 0,#5fd9bb 0 -1px 0;
    text-shadow: #5fd9bb 1px 0 0,#5fd9bb 0 1px 0,#5fd9bb -1px 0 0,#5fd9bb 0 -1px 0;
    *filter: Glow(Color=#5fd9bb, Strength=1);
    font-weight: bolder;
}

.all {
    text-align: center;
    margin: 5% auto;
    max-width: 620px;
    min-width: 300px;
   /* padding: 5% 8%;*/
    background: #fff;
    box-shadow: #ccc 0 0 5px 2px;
}





