@charset "UTF-8";

body {
    color: #ddd;
    background: #000 url("/imgs/bg.png") no-repeat center top;
    background-size: 100% auto;
    width: 1200px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bgtu {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -20px);
    }
}

@-moz-keyframes bgtu {
    from {
        -moz-transform: translate(0, 0);
    }
    to {
        -moz-transform: translate(0, -20px);
    }
}

@-webkit-keyframes bgtu {
    from {
        -webkit-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, -20px);
    }
}

@-o-keyframes bgtu {
    from {
        -o-transform: translate(0, 0);
    }
    to {
        -o-transform: translate(0, -20px);
    }
}

.bg {
    width: 1200px;
    height: 700px;
    position: absolute;
    z-index: -1;
    background: url("/imgs/main.png") no-repeat center top;
    background-size: contain;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    animation: bgtu 2s ease-in-out infinite alternate;
    -moz-animation: bgtu 2s ease-in-out infinite alternate;
    -webkit-animation: bgtu 2s ease-in-out infinite alternate;
    -o-animation: bgtu 2s ease-in-out infinite alternate;
}


/*rocket move sta*/

@-webkit-keyframes amleft {
    0% {
        margin-left: -1500px;
    }
    100% {
        margin-left: -460px;
    }
}

@-ms-keyframes amleft {
    0% {
        margin-left: -1500px;
    }
    100% {
        margin-left: -460px;
    }
}

@-moz-keyframes amleft {
    0% {
        margin-left: -1500px;
    }
    100% {
        margin-left: -460px;
    }
}

@-o-keyframes amleft {
    0% {
        margin-left: -1500px;
    }
    100% {
        margin-left: -460px;
    }
}

@keyframes amleft {
    0% {
        margin-left: -1500px;
    }
    100% {
        margin-left: -460px;
    }
}


/*rocket end*/

.rw1 {
    background: url("/imgs/rw1.png") no-repeat center;
    margin-left: -460px;
    margin-top: -20px;
    animation: amleft .5s ease forwards;
    -webkit-animation: amleft .5s ease forwards;
    -moz-animation: amleft .5s ease forwards;
    -o-animation: amleft .5s ease forwards;
}

@-webkit-keyframes amright {
    0% {
        margin-left: 1500px;
    }
    100% {
        margin-left: 250px;
    }
}

@-ms-keyframes amright {
    0% {
        margin-left: 1500px;
    }
    100% {
        margin-left: 250px;
    }
}

@-moz-keyframes amright {
    0% {
        margin-left: 1500px;
    }
    100% {
        margin-left: 250px;
    }
}

@-o-keyframes amright {
    0% {
        margin-left: 1500px;
    }
    100% {
        margin-left: 250px;
    }
}

@keyframes amright {
    0% {
        margin-left: 1500px;
    }
    100% {
        margin-left: 250px;
    }
}

.rw2 {
    background: url("/imgs/rw2.png") no-repeat center;
    margin-left: 250px;
    animation: amright .5s ease forwards;
    -webkit-animation: amright .5s ease forwards;
    -moz-animation: amright .5s ease forwards;
    -o-animation: amright .5s ease forwards;
}

.rw1,
.rw2,
.zf {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -2;
    background-size: contain;
    top: 300px;
    left: 50%;
}

.zf {
    background: url("/imgs/zf.png") no-repeat center;
    margin-left: -190px;
    top: 80px;
    width: 400px;
    height: 400px;
    background-size: contain;
    animation: rotate 30s linear infinite;
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    -o-animation: rotate 30s linear infinite;
}

.tobar {
    background: url(../imgs/tobar.png) no-repeat center top;
    height: 109px;
    position: fixed;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    padding: 0 50px;
    z-index: 99;
}

.tobar > li {
    float: left;
    width: 95px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.tobar > li:hover {
    font-weight: bold;
    color: #e3cc58;
}
.tobar > li.on {
    font-weight: bold;
    color: #FF5E00;
}

.tobar > li.logo {
    width: 340px;
}

.tobar > li.logo img {
    width: 200px;
    height: auto;
    margin-top: 6px;
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
}

.logo a {
    position: absolute;
    display: inline-block;
    line-height: 1em;
    top: 81px;
    left: 50%;
    margin-left: -36px;
    font-size: 12px;
}

.tobar > li.logo:hover img {
    width: 210px;
    height: auto;
    margin-top: 4px;
}

.middle {
    width: 100%;
    position: relative;
    padding-top: 600px;
}

.box {
    width: 1200px;
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    background: url(../imgs/bk2.png) repeat-y center;
}

.box:before,
.box:after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    z-index: -1;
}

.box:before {
    height: 173px;
    background: url(../imgs/bk1.png) no-repeat center;
    top: -173px;
    left: 0;
}

.box:after {
    height: 90px;
    background: url(../imgs/bk3.png) no-repeat center;
    left: 0;
    bottom: -90px;
}

.tab {
    /* display: none; */
}

.tab.on {
    display: block;
}

.tinfo th {
    font-size: 20px;
    vertical-align: middle;
}

.footer {
    padding-top: 100px;
    position: relative;
    text-align: center;
    line-height: 80px;
    font-style: normal;
    font-size: small;
}

td {
    padding: 5px 0;
}

.h3,
h3 {
    font-weight: bold;
    font-size: 24px;
    color: #FF5E00;
    margin: 10px 0;
}

.h4,
h4 {
    font-weight: bold;
    font-size: 20px;
    color: #b8884a;
    margin: 8px 0 0px 0;
    padding: 4px 0;
}

p {
    letter-spacing: 1px;
    font-size: 18px;
    /*text-indent: 1em;*/
}

.tab-1 {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.tab-1 > * {
    display: inline-block;
    padding: 0 20px;
}

form {
    width: 500px;
    height: 268px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

form table {
    width: 100%;
}

.msg {
    color: #cf8329;
    text-align: center;
}

.tip3 {
    padding-left: 5em;
}

.tab span {
    color: #FF6A00;
}

.tab i {
    font-size: 14px;
    letter-spacing: 0;
}

.tab>div {
    /*padding: 0 30px;*/
}

.tab a {
    color: #FF6A00;
    text-decoration: underline;
}

.tab-2 li {
    font-weight: bold;
    font-size: 22px;
    color: #616161;
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
}

.tab-2 li.on {
    font-size: 28px;
    color: #FF5E00;
}

/* dialog */

.dialog-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #373737;
    background-color: rgba(55, 55, 55, .6);
    height: 100%;
    z-index: 1000;
    filter: alpha(opacity=50);
}

.dialog {
    left: 0;
    top: 30%;
    width: 100%;
    position: fixed;
    outline: none;
    z-index: 1000;
    text-align: center;
}

.dialog-content {
    left: 50%;
    margin-left: -197px;
    width: 380px;
    position: relative;
    height: 100%;
    background-color: #fff;
    border: none;
    border-radius: 6px 6px;
    background-clip: padding-box;
    outline: 0;
}

.dialog-body {
    box-sizing: border-box;
    height: 100%;
    padding: 20px;
}

.dialog-btns {
    margin-top: 10px;
}

.toDropout,
.toItems {
    font-size: 20px !important;
}

.mblock {
    float: left;
    width: 250px;
    height: 150px;
    position: relative;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.w320 {
    width: 320px;
}

.h100 {
    height: 65px;
}

#t6 p {
    font-size: small;
}

.light {
    font-size: 14px;
    letter-spacing: 0;
    color: #FF00BC;
}

.tip {
    font-family:initial;
    font-weight: 900;
}

.tip2 {
    font-size: small;
}

.warn {
    color: gray;
    font-size: 2px;
    letter-spacing: 0;
    font-family: FangSong,NSimSun;
}